summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
2026-06-22f2fs: fix to round down start offset of fallocate for pin fileSunmin Jeong
2026-06-22f2fs: skip direct I/O iostat context when disabledWenjie Qi
2026-06-22f2fs: reject setattr size changes on large folio filesWenjie Qi
2026-06-22f2fs: honor per-I/O write streams for direct writesWenjie Qi
2026-06-22f2fs: add iostat latency tracking for direct IOliujinbao1
2026-05-22f2fs: map data writes to FDP streamsWenjie Qi
2026-04-21Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-15f2fs: do not support mmap write for large folioJaegeuk Kim
2026-04-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman
2026-03-24f2fs: Add defrag_blocks sysfs nodeliujinbao1
2026-03-09fscrypt: pass a real sector_t to fscrypt_zeroout_rangeChristoph Hellwig
2026-03-09fscrypt: pass a byte length to fscrypt_zeroout_rangeChristoph Hellwig
2026-03-09fscrypt: pass a byte offset to fscrypt_zeroout_rangeChristoph Hellwig
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-14Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-02readahead: push invalidate_lock out of page_cache_ra_unboundedChristoph Hellwig
2026-01-29fs,fsverity: reject size changes on fsverity files in setattr_prepareChristoph Hellwig
2026-01-17f2fs: clean up the type parameter in f2fs_sync_meta_pages()Yangyang Zang
2026-01-12f2fs: add setlease file operationJeff Layton
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig
2026-01-07f2fs: trace elapsed time for gc_lock lockChao Yu
2026-01-07f2fs: trace elapsed time for cp_rwsem lockChao Yu
2025-12-16f2fs: support large folio for immutable non-compressed caseJaegeuk Kim
2025-12-04f2fs: add fadvise tracepointJaegeuk Kim
2025-12-04f2fs: ensure minimum trim granularity accounts for all devicesYongpeng Yang
2025-12-04f2fs: fix to avoid updating compression context during writebackChao Yu
2025-12-04f2fs: fix to avoid updating zero-sized extent in extent cacheChao Yu
2025-09-16f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()Chao Yu
2025-09-16f2fs: fix to truncate first page in error path of f2fs_truncate()Chao Yu
2025-08-04Merge tag 'f2fs-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-30f2fs: drop inode from the donation list when the last file is closedJaegeuk Kim
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-24f2fs: zone: wait for inflight dio completion, excluding pinned files read usi...yohan.joung
2025-07-24f2fs: remove unnecessary tracepoint enabled checkSheng Yong
2025-07-22f2fs: Add folio counterparts to page_private_flags functionsMatthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to IS_INODE()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to ADDRS_PER_PAGE()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to ofs_of_node()Matthew Wilcox (Oracle)
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-07-01f2fs: check the generic conditions firstJaegeuk Kim
2025-06-30f2fs: don't allow unaligned truncation to smaller/equal size on pinned filewangzijie
2025-06-24f2fs: convert F2FS_I_SB to sbi in f2fs_setattr()wangzijie
2025-06-23f2fs: introduce reserved_pin_section sysfs entryChao Yu
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes
2025-06-18f2fs: fix to zero post-eof pageChao Yu