summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
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: fix to handle error paths of {new,change}_curseg()Zhiguo Niu
2024-03-12f2fs: fix to truncate meta inode pages forcelyChao Yu
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-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu
2024-03-04f2fs: fix to check return value __allocate_new_segmentZhiguo Niu
2024-03-04f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu
2024-02-29f2fs: fix to handle segment allocation failure correctlyChao Yu
2024-02-29f2fs: delete f2fs_get_new_segment() declarationChao Yu
2024-02-27f2fs: introduce get_available_block_count() for cleanupChao Yu
2024-02-27f2fs: support file pinning for zoned devicesDaeho Jeong
2024-02-27f2fs: fix to create selinux label during whiteout initializationChao Yu
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim
2024-02-25f2fs: port block device access to filesChristian Brauner
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara
2024-02-06fs: Move enum rw_hint into a new header fileBart Van Assche
2024-02-05f2fs: fix to avoid potential panic during recoveryChao Yu
2024-02-05f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu
2024-02-05f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu
2024-02-05f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu
2024-02-05f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu
2024-02-05f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu
2024-02-05f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu
2024-01-23Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner
2024-01-23fs: Create a generic is_dot_dotdot() utilityChuck Lever
2023-12-11f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu
2023-12-11f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu
2023-12-11f2fs: introduce get_dnode_addr() to clean up codesChao Yu
2023-12-11f2fs: delete obsolete FI_DROP_CACHEChao Yu
2023-12-11f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu
2023-11-28f2fs: sysfs: support discard_io_awareChao Yu
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28f2fs: Convert to bdev_open_by_dev/path()Jan Kara
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton
2023-09-02Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-21f2fs: avoid false alarm of circular lockingJaegeuk Kim
2023-08-14f2fs: fix to account cp stats correctlyChao Yu
2023-08-14f2fs: fix to account gc stats correctlyChao Yu
2023-08-14f2fs: check zone type before sending async reset zone commandShin'ichiro Kawasaki
2023-08-14f2fs: fix to avoid mmap vs set_compress_option caseChao Yu
2023-07-24filemap: Add fgf_t typedefMatthew Wilcox (Oracle)
2023-07-24f2fs: convert to ctime accessor functionsJeff Layton
2023-06-30f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu
2023-06-26f2fs: add helper to check compression levelSheng Yong