summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2024-02-29f2fs: check number of blocks in a current sectionJaegeuk Kim1-9/+8
2024-02-29f2fs: prevent an f2fs_gc loop during disable_checkpointJaegeuk Kim1-0/+1
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu3-0/+7
2024-02-29f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu1-4/+8
2024-02-29f2fs: fix to handle segment allocation failure correctlyChao Yu5-12/+57
2024-02-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu1-1/+11
2024-02-29f2fs: delete f2fs_get_new_segment() declarationChao Yu1-2/+0
2024-02-28f2fs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2-1/+1
2024-02-27f2fs: introduce get_available_block_count() for cleanupChao Yu1-22/+27
2024-02-27f2fs: support file pinning for zoned devicesDaeho Jeong6-38/+154
2024-02-27f2fs: kill heap-based allocationJaegeuk Kim4-68/+10
2024-02-27f2fs: support SEEK_DATA and SEEK_HOLE for compression filesDaeho Jeong1-3/+18
2024-02-27f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu1-2/+8
2024-02-27f2fs: Use folio in f2fs_read_merkle_tree_pageHuangXiaojia1-7/+9
2024-02-27f2fs: fix to create selinux label during whiteout initializationChao Yu3-11/+22
2024-02-27f2fs: separate f2fs_gc_range() to use GC for a rangeDaeho Jeong1-21/+28
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim12-136/+135
2024-02-25f2fs: port block device access to filesChristian Brauner2-7/+7
2024-02-25bdev: open block device as filesChristian Brauner1-1/+1
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim6-197/+10
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-2/+2
2024-02-12f2fs: guard blkdev_zone_mgmt with nofs scopeJohannes Thumshirn1-3/+12
2024-02-08fs: super_set_uuid()Kent Overstreet1-1/+1
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara2-2/+2
2024-02-06fs: Move enum rw_hint into a new header fileBart Van Assche1-0/+1
2024-02-06f2fs: fix to avoid potential panic during recoveryChao Yu2-17/+21
2024-02-06f2fs: use IS_INODE replace IS_DNODE in f2fs_flush_inline_dataZhiguo Niu1-1/+1
2024-02-06f2fs: compress: remove some redundant codes in f2fs_cache_compressed_pageZhiguo Niu1-4/+0
2024-02-06f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu1-2/+11
2024-02-06f2fs: use f2fs_err_ratelimited() to avoid redundant logsChao Yu1-3/+6
2024-02-06f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu4-28/+38
2024-02-06f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi1-4/+4
2024-02-06f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu1-2/+1
2024-02-06f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu4-25/+44
2024-02-06f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu1-3/+1
2024-02-06f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu4-16/+24
2024-02-06f2fs: compress: fix to check unreleased compressed clusterSheng Yong1-1/+12
2024-02-06f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu2-10/+20
2024-02-06f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu3-10/+15
2024-02-06f2fs: check free sections before disable checkpointWu Bo1-0/+2
2024-02-06f2fs: remove unnecessary f2fs_put_page in f2fs_renameJaegeuk Kim1-7/+4
2024-01-23Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner1-11/+0
2024-01-23fs: Create a generic is_dot_dotdot() utilityChuck Lever1-11/+0
2024-01-13f2fs: fix double free of f2fs_sb_infoEric Biggers1-0/+1
2024-01-12Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-254/+260
2024-01-12Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-7/+8
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2-11/+8
2024-01-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-5/+8
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2023-12-28f2fs: move release of block devices to after kill_block_super()Eric Biggers1-5/+8