summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * f2fs: add a f2fs_get_block_locked helperChristoph Hellwig2023-01-061-2/+1
| * f2fs: add a f2fs_lookup_extent_cache_block helperChristoph Hellwig2023-01-061-0/+2
| * f2fs: split __submit_bioChristoph Hellwig2023-01-061-2/+2
| * f2fs: rename F2FS_MAP_UNWRITTEN to F2FS_MAP_DELALLOCChristoph Hellwig2023-01-061-2/+2
| * f2fs: decouple F2FS_MAP_ from buffer head flagsChristoph Hellwig2023-01-061-6/+4
| * f2fs: fix to call clear_page_private_reference in .{release,invalid}_folioChao Yu2023-01-041-1/+0
| * f2fs: remove unused PAGE_PRIVATE_ATOMIC_WRITEChao Yu2023-01-041-10/+5
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* f2fs: add block_age-based extent cacheJaegeuk Kim2022-12-121-0/+38
* f2fs: allocate the extent_cache by defaultJaegeuk Kim2022-12-121-1/+2
* f2fs: refactor extent_cache to support for read and moreJaegeuk Kim2022-12-121-42/+77
* f2fs: move internal functions into extent_cache.cJaegeuk Kim2022-12-121-67/+2
* f2fs: specify extent cache for read explicitlyJaegeuk Kim2022-12-121-5/+5
* f2fs: introduce f2fs_is_readonly() for readabilityYangtao Li2022-12-121-0/+5
* f2fs: remove F2FS_SET_FEATURE() and F2FS_CLEAR_FEATURE() macroYangtao Li2022-12-121-5/+1
* f2fs: introduce discard_urgent_util sysfs nodeYangtao Li2022-11-281-0/+1
* f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li2022-11-281-0/+2
* f2fs: fix to enable compress for newly created file if extension matchesSheng Yong2022-11-281-1/+1
* f2fs: change type for 'sbi->readdir_ra'Yuwei Guan2022-11-281-1/+1
* f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong2022-11-281-0/+1
* f2fs: optimize iteration over sparse directoriesChao Yu2022-11-111-2/+3
* f2fs: correct i_size change for atomic writesDaeho Jeong2022-11-111-0/+8
* f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li2022-11-011-2/+3
* f2fs: introduce gc_mode sysfs nodeYangtao Li2022-11-011-0/+1
* f2fs: introduce max_ordered_discard sysfs nodeYangtao Li2022-11-011-0/+3
* f2fs: remove batched_trim_sections nodeYangtao Li2022-11-011-3/+0
* f2fs: support fault injection for f2fs_is_valid_blkaddr()Chao Yu2022-11-011-0/+1
* Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-101-9/+39
|\
| * f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu2022-10-071-3/+8
| * f2fs: account swapfile inodesChao Yu2022-10-071-1/+8
| * f2fs: allow direct read for zoned deviceJaegeuk Kim2022-10-051-1/+6
| * f2fs: support recording errors into superblockChao Yu2022-10-041-0/+5
| * f2fs: support recording stop_checkpoint reason into super_blockChao Yu2022-10-041-1/+3
| * f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu2022-10-041-1/+3