summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-86/+155
2024-03-14f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong1-0/+1
2024-03-14Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-13f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu1-2/+2
2024-03-13f2fs: fix to truncate meta inode pages forcelyChao Yu1-1/+27
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+1
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu1-6/+8
2024-03-04f2fs: fix to check return value __allocate_new_segmentZhiguo Niu1-1/+1
2024-03-04f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu1-2/+4
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu1-0/+1
2024-02-29f2fs: fix to handle segment allocation failure correctlyChao Yu1-1/+1
2024-02-29f2fs: delete f2fs_get_new_segment() declarationChao Yu1-2/+0
2024-02-27f2fs: introduce get_available_block_count() for cleanupChao Yu1-22/+27
2024-02-27f2fs: support file pinning for zoned devicesDaeho Jeong1-1/+16
2024-02-27f2fs: fix to create selinux label during whiteout initializationChao Yu1-1/+2
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim1-8/+13
2024-02-25f2fs: port block device access to filesChristian Brauner1-1/+1
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim1-20/+5
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
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 Yu1-0/+5
2024-02-06f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu1-2/+11
2024-02-06f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu1-17/+23
2024-02-06f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu1-1/+4
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 Yu1-1/+6
2024-02-06f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu1-1/+3
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
2023-12-12f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu1-0/+7
2023-12-12f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu1-1/+1
2023-12-12f2fs: introduce get_dnode_addr() to clean up codesChao Yu1-3/+15
2023-12-12f2fs: delete obsolete FI_DROP_CACHEChao Yu1-6/+0
2023-12-12f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu1-6/+0
2023-11-28f2fs: sysfs: support discard_io_awareChao Yu1-0/+7
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+6
2023-10-28f2fs: Convert to bdev_open_by_dev/path()Jan Kara1-0/+1
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton1-4/+6
2023-09-03Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-35/+61
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-08-21f2fs: avoid false alarm of circular lockingJaegeuk Kim1-9/+15
2023-08-14f2fs: fix to account cp stats correctlyChao Yu1-11/+14
2023-08-14f2fs: fix to account gc stats correctlyChao Yu1-21/+21
2023-08-14f2fs: check zone type before sending async reset zone commandShin'ichiro Kawasaki1-0/+16
2023-08-14f2fs: fix to avoid mmap vs set_compress_option caseChao Yu1-1/+2
2023-07-25filemap: Add fgf_t typedefMatthew Wilcox (Oracle)1-1/+1
2023-07-24f2fs: convert to ctime accessor functionsJeff Layton1-1/+3
2023-07-01f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu1-1/+0
2023-06-26f2fs: add helper to check compression levelSheng Yong1-0/+2