summaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
* Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-2520-460/+738
|\
| * f2fs: allow F2FS_IPU_NOCACHE for pinned fileJaegeuk Kim2024-09-231-1/+2
| * f2fs: forcibly migrate to secure space for zoned device file pinningDaeho Jeong2024-09-131-2/+1
| * f2fs: remove unused parametersliuderong2024-09-124-9/+7
| * f2fs: fix to don't panic system for no free segment fault injectionChao Yu2024-09-111-3/+3
| * f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu2024-09-111-4/+6
| * f2fs: add valid block ratio not to do excessive GC for one time GCDaeho Jeong2024-09-116-7/+22
| * f2fs: create gc_no_zoned_gc_percent and gc_boost_zoned_gc_percentDaeho Jeong2024-09-113-3/+17
| * f2fs: do FG_GC when GC boosting is required for zoned devicesDaeho Jeong2024-09-112-7/+18
| * f2fs: increase BG GC migration window granularity when boosted for zoned devicesDaeho Jeong2024-09-112-2/+11
| * f2fs: add reserved_segments sysfs nodeDaeho Jeong2024-09-111-0/+2
| * f2fs: introduce migration_window_granularityDaeho Jeong2024-09-115-10/+33
| * f2fs: make BG GC more aggressive for zoned devicesDaeho Jeong2024-09-114-6/+65
| * f2fs: avoid unused block when dio write in LFS modeDaejun Park2024-09-111-0/+8
| * f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu2024-09-111-1/+12
| * f2fs: get rid of online repaire on corrupted directoryChao Yu2024-09-112-79/+0
| * f2fs: prevent atomic file from being dirtied before commitDaeho Jeong2024-09-113-1/+14
| * f2fs: get rid of page->indexChao Yu2024-09-076-12/+15
| * f2fs: convert read_node_page() to use folioChao Yu2024-09-071-4/+5
| * f2fs: convert __write_node_page() to use folioChao Yu2024-09-071-9/+10
| * f2fs: convert f2fs_write_data_page() to use folioChao Yu2024-09-071-4/+5
| * f2fs: convert f2fs_do_write_data_page() to use folioChao Yu2024-09-071-13/+13
| * f2fs: convert f2fs_set_compressed_page() to use folioChao Yu2024-09-071-3/+5
| * f2fs: convert f2fs_write_end() to use folioChao Yu2024-09-071-6/+7
| * f2fs: convert f2fs_write_begin() to use folioChao Yu2024-09-071-21/+23
| * f2fs: convert f2fs_submit_page_read() to use folioChao Yu2024-09-071-6/+6
| * f2fs: convert f2fs_handle_page_eio() to use folioChao Yu2024-09-073-4/+6
| * f2fs: convert f2fs_read_multi_pages() to use folioChao Yu2024-09-071-12/+16
| * f2fs: convert __f2fs_write_meta_page() to use folioChao Yu2024-09-071-6/+7
| * f2fs: convert f2fs_do_write_meta_page() to use folioChao Yu2024-09-073-9/+9
| * f2fs: convert f2fs_write_single_data_page() to use folioChao Yu2024-09-073-16/+18
| * f2fs: convert f2fs_write_inline_data() to use folioChao Yu2024-09-074-8/+8
| * f2fs: convert f2fs_clear_page_cache_dirty_tag() to use folioChao Yu2024-09-075-6/+5
| * f2fs: convert f2fs_vm_page_mkwrite() to use folioChao Yu2024-09-071-16/+16
| * f2fs: convert f2fs_compress_ctx_add_page() to use folioChao Yu2024-09-073-10/+10
| * f2fs: Use sysfs_emit_at() to simplify codeChristophe JAILLET2024-08-211-24/+21
| * f2fs: atomic: fix to forbid dio in atomic_fileChao Yu2024-08-211-12/+24
| * f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil2024-08-213-26/+61
| * f2fs: check discard support for conventional zonesShin'ichiro Kawasaki2024-08-211-0/+7
| * f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu2024-08-213-4/+11
| * f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu2024-08-211-0/+4
| * f2fs: fix to wait page writeback before setting gcing flagChao Yu2024-08-211-0/+4
| * f2fs: Create COW inode from parent dentry for atomic writeYeongjin Gil2024-08-211-9/+3
| * f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn2024-08-211-0/+9
| * f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITSZhiguo Niu2024-08-215-8/+8
| * f2fs: fix to use per-inode maxbytes and cleanupZhiguo Niu2024-08-153-9/+7
| * f2fs: use f2fs_get_node_page when write inline dataZijie Wang2024-08-151-12/+11
| * f2fs: sysfs: support atgc_enabledliujinbao12024-08-151-0/+8
| * Revert "f2fs: use flush command instead of FUA for zoned device"Wenjie Cheng2024-08-152-3/+2