summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner
2024-04-02f2fs: fix to adjust appropirate defragment pg_endZhiguo Niu
2024-03-29f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He
2024-03-29f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu
2024-03-29f2fs: support to map continuous holes or preallocated addressChao Yu
2024-03-29f2fs: multidev: fix to recognize valid zero block addressChao Yu
2024-03-27fs,block: yield devices earlyChristian Brauner
2024-03-26f2fs: introduce map_is_mergeable() for cleanupChao Yu
2024-03-26f2fs: fix to detect inconsistent nat entry during truncationChao Yu
2024-03-26f2fs: Prevent s_writer rw_sem count mismatch in f2fs_evict_inodeYeongjin Gil
2024-03-26f2fs: support .shutdown in f2fs_sopsChao Yu
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-14f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu
2024-03-14f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong
2024-03-14f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12f2fs: prevent atomic write on pinned fileDaeho Jeong
2024-03-12f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu
2024-03-12f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu
2024-03-12f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu
2024-03-12f2fs: fix to truncate meta inode pages forcelyChao Yu
2024-03-12f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang
2024-03-12f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner
2024-03-06f2fs: add a proc entry show disk layoutJaegeuk Kim
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu
2024-03-04f2fs: fix to check return value of f2fs_gc_rangeZhiguo Niu
2024-03-04f2fs: fix to check return value __allocate_new_segmentZhiguo Niu
2024-03-04f2fs: fix to do sanity check in update_sit_entryZhiguo Niu
2024-03-04f2fs: fix to reset fields for unloaded cursegChao Yu
2024-03-04f2fs: clean up new_curseg()Chao Yu
2024-03-04f2fs: relocate f2fs_precache_extents() in f2fs_swap_activate()Chao Yu
2024-03-04f2fs: fix blkofs_end correctly in f2fs_migrate_blocks()Chao Yu
2024-03-04f2fs: ro: don't start discard thread for readonly imageChao Yu
2024-03-04f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu
2024-03-04f2fs: fix to check return value in f2fs_insert_range()Chao Yu
2024-03-04f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu
2024-03-04f2fs: allow to mount if cap is 100Jaegeuk Kim
2024-03-04f2fs: print zone status in string and some logJaegeuk Kim
2024-02-29f2fs: fix write pointers all the timeJaegeuk Kim
2024-02-29f2fs: check number of blocks in a current sectionJaegeuk Kim
2024-02-29f2fs: prevent an f2fs_gc loop during disable_checkpointJaegeuk Kim
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu
2024-02-29f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu
2024-02-29f2fs: fix to handle segment allocation failure correctlyChao Yu
2024-02-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu