summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-28Merge tag 'f2fs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-52/+408
2026-08-24f2fs: use adjusted write range after f2fs_write_checks()Seongjae Jeong1-8/+9
2026-08-21f2fs: fix i_size when pinned fallocate partially failsZhan Xusheng1-2/+3
2026-08-17f2fs: fix to shrink gc_lock coverage in f2fs_gc_range()Chao Yu1-1/+1
2026-08-12f2fs: fix to zero post-EOF data when extending file sizeChao Yu1-16/+84
2026-08-12f2fs: fix to off-by-one issue in f2fs_zero_post_eof_page()Chao Yu1-1/+1
2026-08-11f2fs: support dynamic reserve/release for device aliasingDaeho Jeong1-4/+269
2026-08-04f2fs: fix to avoid move_range and defragment on device_alias fileChao Yu1-1/+5
2026-08-04f2fs: reject overlapping move range after len expansionHao-Qun Huang1-2/+2
2026-08-03f2fs: return writeback error from collapse rangeWenjie Qi1-1/+4
2026-08-03f2fs: only redirty pinned folios in redirty_blocksWenjie Qi1-2/+2
2026-08-03f2fs: validate MOVE_RANGE destination sizeWenjie Qi1-4/+12
2026-07-28f2fs: fix to avoid potential section-unaligned pinfileChao Yu1-11/+17
2026-07-20fscrypt: Remove fscrypt_dio_supported()Eric Biggers1-5/+1
2026-06-22f2fs: fix to round down start offset of fallocate for pin fileSunmin Jeong1-1/+8
2026-06-22f2fs: skip direct I/O iostat context when disabledWenjie Qi1-0/+3
2026-06-22f2fs: reject setattr size changes on large folio filesWenjie Qi1-0/+2
2026-06-22f2fs: honor per-I/O write streams for direct writesWenjie Qi1-1/+23
2026-06-22f2fs: add iostat latency tracking for direct IOliujinbao11-0/+35
2026-05-22f2fs: map data writes to FDP streamsWenjie Qi1-0/+2
2026-04-21Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+13
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2026-04-15f2fs: do not support mmap write for large folioJaegeuk Kim1-1/+10
2026-04-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-1/+3
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman1-1/+0
2026-03-24f2fs: Add defrag_blocks sysfs nodeliujinbao11-1/+3
2026-03-09fscrypt: pass a real sector_t to fscrypt_zeroout_rangeChristoph Hellwig1-1/+1
2026-03-09fscrypt: pass a byte length to fscrypt_zeroout_rangeChristoph Hellwig1-1/+1
2026-03-09fscrypt: pass a byte offset to fscrypt_zeroout_rangeChristoph Hellwig1-1/+3
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-6/+6
2026-02-14Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-33/+51
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-4/+2
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2026-02-02readahead: push invalidate_lock out of page_cache_ra_unboundedChristoph Hellwig1-0/+2
2026-01-29fs,fsverity: reject size changes on fsverity files in setattr_prepareChristoph Hellwig1-4/+0
2026-01-17f2fs: clean up the type parameter in f2fs_sync_meta_pages()Yangyang Zang1-1/+1
2026-01-12f2fs: add setlease file operationJeff Layton1-0/+2
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig1-1/+2
2026-01-07f2fs: trace elapsed time for gc_lock lockChao Yu1-6/+7
2026-01-07f2fs: trace elapsed time for cp_rwsem lockChao Yu1-26/+39
2025-12-16f2fs: support large folio for immutable non-compressed caseJaegeuk Kim1-0/+4
2025-12-04f2fs: add fadvise tracepointJaegeuk Kim1-0/+2
2025-12-04f2fs: ensure minimum trim granularity accounts for all devicesYongpeng Yang1-6/+6
2025-12-04f2fs: fix to avoid updating compression context during writebackChao Yu1-2/+3
2025-12-04f2fs: fix to avoid updating zero-sized extent in extent cacheChao Yu1-2/+5
2025-09-16f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()Chao Yu1-20/+19
2025-09-16f2fs: fix to truncate first page in error path of f2fs_truncate()Chao Yu1-1/+9
2025-08-04Merge tag 'f2fs-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-45/+62
2025-07-30f2fs: drop inode from the donation list when the last file is closedJaegeuk Kim1-1/+7
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2