aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
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
2023-06-26f2fs: do more sanity check on inodeChao Yu
2023-06-26f2fs: assign default compression levelJaegeuk Kim
2023-06-26f2fs: introduce F2FS_QUOTA_DEFAULT_FL for cleanupChao Yu
2023-06-12f2fs: add async reset zone command supportDaejun Park
2023-06-12f2fs: flush error flags in workqueueChao Yu
2023-06-12f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu
2023-06-12f2fs: renew value of F2FS_FEATURE_*Chao Yu
2023-06-12f2fs: renew value of F2FS_MOUNT_*Chao Yu
2023-05-23f2fs: maintain six open zones for zoned devicesDaeho Jeong
2023-05-08f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu
2023-04-24f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim
2023-04-20f2fs: allocate trace path buffer from names_cacheWu Bo
2023-04-17f2fs: remove folio_detach_private() in .invalidate_folio and .release_folioChao Yu
2023-04-12f2fs: fix to recover quota data correctlyChao Yu
2023-04-12f2fs: fix to check readonly condition correctlyChao Yu
2023-04-10f2fs: remove unneeded in-memory i_crtime copyChao Yu
2023-04-10f2fs: use common implementation of file typeWeizhao Ouyang
2023-04-10f2fs: remove struct victim_selection default_v_opsYangtao Li
2023-03-29f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim
2023-03-29f2fs: convert to MAX_SBI_FLAG instead of 32 in stat_show()Yangtao Li
2023-03-29f2fs: remove entire rb_entry sharingJaegeuk Kim
2023-03-29f2fs: factor out discard_cmd usage from general rb_tree useJaegeuk Kim
2023-03-29f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim
2023-03-29f2fs: convert to use bitmap APIYangtao Li
2023-03-29f2fs: make f2fs_sync_inode_meta() staticLi Zetao
2023-02-27Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-09f2fs: fix to do sanity check on extent cache correctlyChao Yu
2023-02-07f2fs: add sysfs nodes to set last_age_weightqixiaoyu1
2023-02-02f2fs: clean up i_compress_flag and i_compress_level usageChao Yu
2023-02-02f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu