summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2023-01-31f2fs: fix to do sanity check on extent cache correctlyChao Yu
2023-01-31f2fs: remove unneeded f2fs_cp_error() in f2fs_create_whiteout()Chao Yu
2023-01-30f2fs: clear atomic_write_task in f2fs_abort_atomic_write()Chao Yu
2023-01-30f2fs: introduce trace_f2fs_replace_atomic_write_blockChao Yu
2023-01-30f2fs: introduce discard_io_aware_gran sysfs nodeYangtao Li
2023-01-30f2fs: drop useless initializer and unneeded local variableYangtao Li
2023-01-30f2fs: add iostat support for flushYangtao Li
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner
2023-01-19quota: port to mnt_idmapChristian Brauner
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-18f2fs: project ids aren't idmappedChristian Brauner
2023-01-11f2fs: support accounting iostat count and avg_bytesYangtao Li
2023-01-11f2fs: convert discard_wake and gc_wake to bool typeYangtao Li
2023-01-11f2fs: convert to use MIN_DISCARD_GRANULARITY macroYangtao Li
2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li
2023-01-11f2fs: add a f2fs_ prefix to punch_hole() and expand_inode_data()Yangtao Li
2023-01-11f2fs: remove unnecessary blank linesYangtao Li
2023-01-11f2fs: mark f2fs_init_compress_mempool w/ __initYangtao Li
2023-01-11f2fs: judge whether discard_unit is section only when have CONFIG_BLK_DEV_ZONEDYangtao Li
2023-01-11f2fs: start freeing cluster pages from the unused numberZhang Qilong
2023-01-09f2fs: simplify f2fs_readpage_limit()Eric Biggers
2023-01-06f2fs: deliver the accumulated 'issued' to __issue_discard_cmd_orderly()Yuwei Guan
2023-01-06f2fs: avoid to check PG_error flagChao Yu
2023-01-06f2fs: fix to avoid potential deadlockChao Yu
2023-01-06f2fs: introduce IS_F2FS_IPU_* macroYangtao Li
2023-01-06f2fs: refactor the hole reporting and allocation logic in f2fs_map_blocksChristoph Hellwig
2023-01-06f2fs: factor out a f2fs_map_no_dnodeChristoph Hellwig
2023-01-06f2fs: factor a f2fs_map_blocks_cached helperChristoph Hellwig
2023-01-06f2fs: remove the create argument to f2fs_map_blocksChristoph Hellwig
2023-01-06f2fs: remove f2fs_get_blockChristoph Hellwig
2023-01-06f2fs: simplify __allocate_data_blockChristoph Hellwig
2023-01-06f2fs: reflow prepare_write_beginChristoph Hellwig
2023-01-06f2fs: f2fs_do_map_lockChristoph Hellwig
2023-01-06f2fs: add a f2fs_get_block_locked helperChristoph Hellwig
2023-01-06f2fs: add a f2fs_lookup_extent_cache_block helperChristoph Hellwig
2023-01-06f2fs: split __submit_bioChristoph Hellwig