aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2023-03-29f2fs: make f2fs_sync_inode_meta() staticGravatar Li Zetao 2-2/+1
2023-03-06fs: rename generic posix acl handlersGravatar Christian Brauner 1-2/+2
2023-03-06fs: simplify ->listxattr() implementationGravatar Christian Brauner 1-6/+10
2023-03-06fs: drop unused posix acl handlersGravatar Christian Brauner 1-4/+0
2023-02-27Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 21-881/+948
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-83/+122
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxGravatar Linus Torvalds 2-5/+4
2023-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxGravatar Linus Torvalds 1-6/+0
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-68/+68
2023-02-15f2fs: drop unnecessary arg for f2fs_ioc_*()Gravatar Yangtao Li 1-8/+8
2023-02-15f2fs: Revert "f2fs: truncate blocks in batch in __complete_revoke_list()"Gravatar Jaegeuk Kim 1-2/+7
2023-02-14f2fs: synchronize atomic write abortsGravatar Daeho Jeong 4-22/+38
2023-02-14f2fs: fix wrong segment countGravatar Jaegeuk Kim 1-4/+5
2023-02-14f2fs: replace si->sbi w/ sbi in stat_show()Gravatar Yangtao Li 1-21/+23
2023-02-14f2fs: export ipu policy in debugfsGravatar Yangtao Li 2-0/+25
2023-02-13f2fs: make kobj_type structures constantGravatar Thomas Weißschuh 1-5/+5
2023-02-09f2fs: fix to do sanity check on extent cache correctlyGravatar Chao Yu 3-16/+32
2023-02-07f2fs: stop calling fscrypt_add_test_dummy_key()Gravatar Eric Biggers 1-6/+0
2023-02-07f2fs: fix to set ipu policyGravatar Yangtao Li 3-5/+29
2023-02-07f2fs: fix typos in commentsGravatar Jinyoung CHOI 7-14/+14
2023-02-07f2fs: fix kernel crash due to null io->bioGravatar Jaegeuk Kim 1-0/+4
2023-02-07f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_un...Gravatar Yangtao Li 3-38/+33
2023-02-07f2fs: add sysfs nodes to set last_age_weightGravatar qixiaoyu1 3-6/+21
2023-02-05f2fs: fix f2fs_show_options to show nogc_merge mount optionGravatar Yangtao Li 1-0/+2
2023-02-05f2fs: fix cgroup writeback accounting with fs-layer encryptionGravatar Eric Biggers 1-3/+3
2023-02-05f2fs: fix wrong calculation of block ageGravatar qixiaoyu1 1-3/+10
2023-02-02f2fs: convert f2fs_sync_meta_pages() to use filemap_get_folios_tag()Gravatar Vishal Moola (Oracle) 1-23/+26
2023-02-02f2fs: convert last_fsync_dnode() to use filemap_get_folios_tag()Gravatar Vishal Moola (Oracle) 1-9/+10
2023-02-02f2fs: convert f2fs_write_cache_pages() to use filemap_get_folios_tag()Gravatar Vishal Moola (Oracle) 1-26/+58
2023-02-02f2fs: convert f2fs_sync_node_pages() to use filemap_get_folios_tag()Gravatar Vishal Moola (Oracle) 1-8/+9
2023-02-02f2fs: convert f2fs_flush_inline_data() to use filemap_get_folios_tag()Gravatar Vishal Moola (Oracle) 1-8/+9
2023-02-02f2fs: convert f2fs_fsync_node_pages() to use filemap_get_folios_tag()Gravatar Vishal Moola (Oracle) 1-9/+10
2023-02-02f2fs: fix to update age extent in f2fs_do_zero_range()Gravatar Chao Yu 1-0/+1
2023-02-02f2fs: fix to update age extent correctly during truncationGravatar Chao Yu 1-1/+1
2023-02-02f2fs: fix to avoid potential memory corruption in __update_iostat_latency()Gravatar Yangtao Li 1-1/+5
2023-02-02f2fs: retry to update the inode page given data corruptionGravatar Jaegeuk Kim 1-6/+7
2023-02-02f2fs: fix to handle F2FS_IOC_START_ATOMIC_REPLACE in f2fs_compat_ioctl()Gravatar Chao Yu 1-0/+1
2023-02-02f2fs: clean up i_compress_flag and i_compress_level usageGravatar Chao Yu 3-12/+19
2023-02-02f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoGravatar Chao Yu 7-27/+28
2023-02-02f2fs: factor the read/write tracing logic into a helperGravatar Christoph Hellwig 1-35/+26
2023-02-02f2fs: remove __has_curseg_spaceGravatar Christoph Hellwig 1-11/+8
2023-02-02f2fs: refactor next blk selectionGravatar Christoph Hellwig 1-25/+23
2023-02-02f2fs: remove __allocate_new_sectionGravatar Christoph Hellwig 1-7/+1
2023-02-02f2fs: refactor __allocate_new_segmentGravatar Christoph Hellwig 1-9/+5
2023-02-02f2fs: add a f2fs_curseg_valid_blocks helperGravatar Christoph Hellwig 2-23/+15
2023-02-02f2fs: simplify do_checkpointGravatar Christoph Hellwig 1-12/+10
2023-01-31f2fs: remove __add_sum_entryGravatar Christoph Hellwig 1-21/+2
2023-01-31f2fs: fix to abort atomic write only during do_exist()Gravatar Chao Yu 1-1/+2
2023-01-31f2fs: allow set compression option of files without blocksGravatar Yangtao Li 1-1/+1
2023-01-31f2fs: fix information leak in f2fs_move_inline_dirents()Gravatar Eric Biggers 1-7/+6