aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-1/+2
2024-04-07fs: claw back a few FMODE_* bitsGravatar Christian Brauner 1-1/+2
2024-03-27fs,block: yield devices earlyGravatar Christian Brauner 1-1/+1
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 19-824/+999
2024-03-14f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultGravatar Chao Yu 1-1/+2
2024-03-14f2fs: truncate page cache before clearing flags when aborting atomic writeGravatar Sunmin Jeong 1-1/+3
2024-03-14f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagGravatar Sunmin Jeong 1-0/+1
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+2
2024-03-12f2fs: prevent atomic write on pinned fileGravatar Daeho Jeong 1-1/+2
2024-03-12f2fs: fix to handle error paths of {new,change}_curseg()Gravatar Zhiguo Niu 4-27/+45
2024-03-12f2fs: unify the error handling of f2fs_is_valid_blkaddrGravatar Zhiguo Niu 7-62/+29
2024-03-12f2fs: zone: fix to remove pow2 check condition for zoned block deviceGravatar Chao Yu 1-5/+0
2024-03-12f2fs: fix to truncate meta inode pages forcelyGravatar Chao Yu 3-6/+32
2024-03-12f2fs: compress: fix reserve_cblocks counting error when out of spaceGravatar Xiuhong Wang 1-8/+7
2024-03-12f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksGravatar Xiuhong Wang 1-4/+3
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-3/+12
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-1/+1
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 2-7/+7
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-0/+1
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Christian Brauner 2-1/+1
2024-03-06f2fs: add a proc entry show disk layoutGravatar Jaegeuk Kim 1-0/+46
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupGravatar Chao Yu 8-41/+41
2024-03-04f2fs: fix to check return value of f2fs_gc_rangeGravatar Zhiguo Niu 2-5/+11
2024-03-04f2fs: fix to check return value __allocate_new_segmentGravatar Zhiguo Niu 3-4/+7
2024-03-04f2fs: fix to do sanity check in update_sit_entryGravatar Zhiguo Niu 1-2/+3
2024-03-04f2fs: fix to reset fields for unloaded cursegGravatar Chao Yu 1-4/+15
2024-03-04f2fs: clean up new_curseg()Gravatar Chao Yu 1-9/+14
2024-03-04f2fs: relocate f2fs_precache_extents() in f2fs_swap_activate()Gravatar Chao Yu 1-2/+2
2024-03-04f2fs: fix blkofs_end correctly in f2fs_migrate_blocks()Gravatar Chao Yu 1-2/+3
2024-03-04f2fs: ro: don't start discard thread for readonly imageGravatar Chao Yu 1-0/+6
2024-03-04f2fs: ro: compress: fix to avoid caching unaligned extentGravatar Chao Yu 3-12/+24
2024-03-04f2fs: fix to check return value in f2fs_insert_range()Gravatar Chao Yu 1-1/+3
2024-03-04f2fs: fix to use correct segment type in f2fs_allocate_data_block()Gravatar Chao Yu 1-2/+2
2024-03-04f2fs: allow to mount if cap is 100Gravatar Jaegeuk Kim 1-0/+3
2024-03-04f2fs: print zone status in string and some logGravatar Jaegeuk Kim 2-7/+24
2024-02-29f2fs: fix write pointers all the timeGravatar Jaegeuk Kim 2-12/+14
2024-02-29f2fs: check number of blocks in a current sectionGravatar Jaegeuk Kim 1-9/+8
2024-02-29f2fs: prevent an f2fs_gc loop during disable_checkpointGravatar Jaegeuk Kim 1-0/+1
2024-02-29f2fs: introduce FAULT_NO_SEGMENTGravatar Chao Yu 3-0/+7
2024-02-29f2fs: compress: fix to check compress flag w/ .i_sem lockGravatar Chao Yu 1-4/+8
2024-02-29f2fs: fix to handle segment allocation failure correctlyGravatar Chao Yu 5-12/+57
2024-02-29f2fs: stop checkpoint when get a out-of-bounds segmentGravatar Zhiguo Niu 1-1/+11
2024-02-29f2fs: delete f2fs_get_new_segment() declarationGravatar Chao Yu 1-2/+0
2024-02-27f2fs: Configure dentry operations at dentry-creation timeGravatar Gabriel Krisman Bertazi 2-1/+1
2024-02-27f2fs: introduce get_available_block_count() for cleanupGravatar Chao Yu 1-22/+27
2024-02-27f2fs: support file pinning for zoned devicesGravatar Daeho Jeong 6-38/+154
2024-02-27f2fs: kill heap-based allocationGravatar Jaegeuk Kim 4-68/+10
2024-02-27f2fs: support SEEK_DATA and SEEK_HOLE for compression filesGravatar Daeho Jeong 1-3/+18
2024-02-27f2fs: compress: fix to check zstd compress level correctly in mount optionGravatar Chao Yu 1-2/+8
2024-02-27f2fs: Use folio in f2fs_read_merkle_tree_pageGravatar HuangXiaojia 1-7/+9