summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)AuthorFilesLines
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-10Merge 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-05Merge 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-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+4
2025-07-24f2fs: zone: wait for inflight dio completion, excluding pinned files read usi...yohan.joung1-2/+6
2025-07-24f2fs: remove unnecessary tracepoint enabled checkSheng Yong1-6/+3
2025-07-22f2fs: Add folio counterparts to page_private_flags functionsMatthew Wilcox (Oracle)1-3/+3
2025-07-22f2fs: Pass a folio to IS_INODE()Matthew Wilcox (Oracle)1-1/+1
2025-07-22f2fs: Pass a folio to ADDRS_PER_PAGE()Matthew Wilcox (Oracle)1-9/+9
2025-07-22f2fs: Pass a folio to ofs_of_node()Matthew Wilcox (Oracle)1-1/+1
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-07-01f2fs: check the generic conditions firstJaegeuk Kim1-12/+12
2025-06-30f2fs: don't allow unaligned truncation to smaller/equal size on pinned filewangzijie1-0/+11
2025-06-25f2fs: convert F2FS_I_SB to sbi in f2fs_setattr()wangzijie1-7/+7
2025-06-24f2fs: introduce reserved_pin_section sysfs entryChao Yu1-3/+2
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes1-3/+4
2025-06-19f2fs: fix to zero post-eof pageChao Yu1-0/+38
2025-05-08f2fs: remove wbc->for_reclaim handlingChristoph Hellwig1-1/+0
2025-05-06f2fs: handle error cases of memory donationDaeho Jeong1-7/+16
2025-04-28f2fs: Pass a folio to get_dnode_addr()Matthew Wilcox (Oracle)1-1/+1
2025-04-28f2fs: Convert dnode_of_data->node_page to node_folioMatthew Wilcox (Oracle)1-16/+16
2025-04-28f2fs: Use a folio in redirty_blocks()Matthew Wilcox (Oracle)1-18/+20
2025-04-28f2fs: Use a folio in need_inode_page_update()Matthew Wilcox (Oracle)1-3/+4
2025-04-28f2fs: Pass a folio to f2fs_truncate_inline_inode()Matthew Wilcox (Oracle)1-1/+1
2025-04-28f2fs: Pass folios to set_new_dnode()Matthew Wilcox (Oracle)1-1/+1
2025-04-28f2fs: Use a folio in f2fs_do_truncate_blocks()Matthew Wilcox (Oracle)1-8/+8
2025-04-28f2fs: Use a folio in fill_zero()Matthew Wilcox (Oracle)1-8/+8
2025-04-28f2fs: Use a folio in f2fs_defragment_range()Matthew Wilcox (Oracle)1-8/+8
2025-04-28f2fs: Use a folio in __clone_blkaddrs()Matthew Wilcox (Oracle)1-14/+14
2025-04-28f2fs: Use f2fs_folio_wait_writeback()Matthew Wilcox (Oracle)1-1/+1
2025-04-10f2fs: add a fast path in finish_preallocate_blocks()Chao Yu1-17/+20
2025-03-12f2fs: fix to avoid running out of free segmentsChao Yu1-0/+12
2025-03-11f2fs: do sanity check on inode footer in f2fs_get_inode_page()Chao Yu1-1/+1