summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: convert to new timestamp accessorsJeff Layton2023-10-181-4/+6
* Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-021-35/+61
|\
| * f2fs: avoid false alarm of circular lockingJaegeuk Kim2023-08-211-9/+15
| * f2fs: fix to account cp stats correctlyChao Yu2023-08-141-11/+14
| * f2fs: fix to account gc stats correctlyChao Yu2023-08-141-21/+21
| * f2fs: check zone type before sending async reset zone commandShin'ichiro Kawasaki2023-08-141-0/+16
| * f2fs: fix to avoid mmap vs set_compress_option caseChao Yu2023-08-141-1/+2
* | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-281-1/+1
|\ \
| * | filemap: Add fgf_t typedefMatthew Wilcox (Oracle)2023-07-241-1/+1
| |/
* / f2fs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+3
|/
* f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu2023-06-301-1/+0
* f2fs: add helper to check compression levelSheng Yong2023-06-261-0/+2
* f2fs: do more sanity check on inodeChao Yu2023-06-261-0/+2
* f2fs: assign default compression levelJaegeuk Kim2023-06-261-0/+2
* f2fs: introduce F2FS_QUOTA_DEFAULT_FL for cleanupChao Yu2023-06-261-0/+2
* f2fs: add async reset zone command supportDaejun Park2023-06-121-0/+1
* f2fs: flush error flags in workqueueChao Yu2023-06-121-0/+1
* f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu2023-06-121-1/+1
* f2fs: renew value of F2FS_FEATURE_*Chao Yu2023-06-121-15/+15
* f2fs: renew value of F2FS_MOUNT_*Chao Yu2023-06-121-28/+28
* f2fs: maintain six open zones for zoned devicesDaeho Jeong2023-05-231-0/+5
* f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu2023-05-081-3/+17
* f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim2023-04-241-2/+1
* f2fs: allocate trace path buffer from names_cacheWu Bo2023-04-201-0/+13
* f2fs: remove folio_detach_private() in .invalidate_folio and .release_folioChao Yu2023-04-171-80/+74
* f2fs: fix to recover quota data correctlyChao Yu2023-04-121-0/+1
* f2fs: fix to check readonly condition correctlyChao Yu2023-04-121-0/+5
* f2fs: remove unneeded in-memory i_crtime copyChao Yu2023-04-101-4/+1
* f2fs: use common implementation of file typeWeizhao Ouyang2023-04-101-1/+0
* f2fs: remove struct victim_selection default_v_opsYangtao Li2023-04-101-0/+4
* f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim2023-03-291-0/+1
* f2fs: convert to MAX_SBI_FLAG instead of 32 in stat_show()Yangtao Li2023-03-291-1/+5
* f2fs: remove entire rb_entry sharingJaegeuk Kim2023-03-291-6/+0
* f2fs: factor out discard_cmd usage from general rb_tree useJaegeuk Kim2023-03-291-22/+1
* f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim2023-03-291-12/+3
* f2fs: convert to use bitmap APIYangtao Li2023-03-291-13/+13
* f2fs: make f2fs_sync_inode_meta() staticLi Zetao2023-03-291-1/+0
* Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-271-75/+53
|\
| * f2fs: fix to do sanity check on extent cache correctlyChao Yu2023-02-091-0/+1
| * f2fs: add sysfs nodes to set last_age_weightqixiaoyu12023-02-071-0/+1
| * f2fs: clean up i_compress_flag and i_compress_level usageChao Yu2023-02-021-4/+3
| * f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu2023-02-021-9/+9
| * f2fs: introduce discard_io_aware_gran sysfs nodeYangtao Li2023-01-301-0/+1
| * f2fs: add iostat support for flushYangtao Li2023-01-301-0/+1
| * f2fs: support accounting iostat count and avg_bytesYangtao Li2023-01-111-3/+4
| * f2fs: convert discard_wake and gc_wake to bool typeYangtao Li2023-01-111-1/+1
| * f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li2023-01-111-30/+14
| * f2fs: remove unnecessary blank linesYangtao Li2023-01-111-2/+0
| * f2fs: mark f2fs_init_compress_mempool w/ __initYangtao Li2023-01-111-2/+2
| * f2fs: remove the create argument to f2fs_map_blocksChristoph Hellwig2023-01-061-2/+1