summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-30f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim1-12/+3
2023-03-30f2fs: convert to use bitmap APIYangtao Li1-13/+13
2023-03-30f2fs: make f2fs_sync_inode_meta() staticLi Zetao1-1/+0
2023-02-28Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-75/+53
2023-02-09f2fs: fix to do sanity check on extent cache correctlyChao Yu1-0/+1
2023-02-07f2fs: add sysfs nodes to set last_age_weightqixiaoyu11-0/+1
2023-02-03f2fs: clean up i_compress_flag and i_compress_level usageChao Yu1-4/+3
2023-02-03f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu1-9/+9
2023-01-31f2fs: introduce discard_io_aware_gran sysfs nodeYangtao Li1-0/+1
2023-01-31f2fs: add iostat support for flushYangtao Li1-0/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-11f2fs: support accounting iostat count and avg_bytesYangtao Li1-3/+4
2023-01-11f2fs: convert discard_wake and gc_wake to bool typeYangtao Li1-1/+1
2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li1-30/+14
2023-01-11f2fs: remove unnecessary blank linesYangtao Li1-2/+0
2023-01-11f2fs: mark f2fs_init_compress_mempool w/ __initYangtao Li1-2/+2
2023-01-07f2fs: remove the create argument to f2fs_map_blocksChristoph Hellwig1-2/+1
2023-01-07f2fs: add a f2fs_get_block_locked helperChristoph Hellwig1-2/+1
2023-01-07f2fs: add a f2fs_lookup_extent_cache_block helperChristoph Hellwig1-0/+2
2023-01-07f2fs: split __submit_bioChristoph Hellwig1-2/+2
2023-01-07f2fs: rename F2FS_MAP_UNWRITTEN to F2FS_MAP_DELALLOCChristoph Hellwig1-2/+2
2023-01-07f2fs: decouple F2FS_MAP_ from buffer head flagsChristoph Hellwig1-6/+4
2023-01-04f2fs: fix to call clear_page_private_reference in .{release,invalid}_folioChao Yu1-1/+0
2023-01-04f2fs: remove unused PAGE_PRIVATE_ATOMIC_WRITEChao Yu1-10/+5
2022-12-13f2fs: add block_age-based extent cacheJaegeuk Kim1-0/+38
2022-12-13f2fs: allocate the extent_cache by defaultJaegeuk Kim1-1/+2
2022-12-13f2fs: refactor extent_cache to support for read and moreJaegeuk Kim1-42/+77
2022-12-13f2fs: move internal functions into extent_cache.cJaegeuk Kim1-67/+2
2022-12-13f2fs: specify extent cache for read explicitlyJaegeuk Kim1-5/+5
2022-12-13f2fs: introduce f2fs_is_readonly() for readabilityYangtao Li1-0/+5
2022-12-13f2fs: remove F2FS_SET_FEATURE() and F2FS_CLEAR_FEATURE() macroYangtao Li1-5/+1
2022-11-28f2fs: introduce discard_urgent_util sysfs nodeYangtao Li1-0/+1
2022-11-28f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li1-0/+2
2022-11-28f2fs: fix to enable compress for newly created file if extension matchesSheng Yong1-1/+1
2022-11-28f2fs: change type for 'sbi->readdir_ra'Yuwei Guan1-1/+1