summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
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-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-02-25f2fs: port block device access to filesChristian Brauner1-1/+1
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-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
2023-06-26f2fs: do more sanity check on inodeChao Yu1-0/+2
2023-06-26f2fs: assign default compression levelJaegeuk Kim1-0/+2
2023-06-26f2fs: introduce F2FS_QUOTA_DEFAULT_FL for cleanupChao Yu1-0/+2
2023-06-12f2fs: add async reset zone command supportDaejun Park1-0/+1
2023-06-12f2fs: flush error flags in workqueueChao Yu1-0/+1
2023-06-12f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu1-1/+1
2023-06-12f2fs: renew value of F2FS_FEATURE_*Chao Yu1-15/+15
2023-06-12f2fs: renew value of F2FS_MOUNT_*Chao Yu1-28/+28
2023-05-24f2fs: maintain six open zones for zoned devicesDaeho Jeong1-0/+5
2023-05-08f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu1-3/+17
2023-04-24f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim1-2/+1
2023-04-20f2fs: allocate trace path buffer from names_cacheWu Bo1-0/+13
2023-04-18f2fs: remove folio_detach_private() in .invalidate_folio and .release_folioChao Yu1-80/+74
2023-04-13f2fs: fix to recover quota data correctlyChao Yu1-0/+1
2023-04-13f2fs: fix to check readonly condition correctlyChao Yu1-0/+5
2023-04-10f2fs: remove unneeded in-memory i_crtime copyChao Yu1-4/+1
2023-04-10f2fs: use common implementation of file typeWeizhao Ouyang1-1/+0
2023-04-10f2fs: remove struct victim_selection default_v_opsYangtao Li1-0/+4
2023-03-30f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim1-0/+1
2023-03-30f2fs: convert to MAX_SBI_FLAG instead of 32 in stat_show()Yangtao Li1-1/+5
2023-03-30f2fs: remove entire rb_entry sharingJaegeuk Kim1-6/+0
2023-03-30f2fs: factor out discard_cmd usage from general rb_tree useJaegeuk Kim1-22/+1