summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2023-05-24f2fs: relax sanity check if checkpoint is corruptedJaegeuk Kim
2023-05-24f2fs: fix to check readonly condition correctlyChao Yu
2023-05-24f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu
2023-05-24f2fs: Fix system crash due to lack of free space in LFSYonggil Song
2023-05-17f2fs: fix potential corruption when moving a directoryJaegeuk Kim
2023-05-17f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_blockJaegeuk Kim
2023-05-17f2fs: remove entire rb_entry sharingJaegeuk Kim
2023-05-17f2fs: factor out discard_cmd usage from general rb_tree useJaegeuk Kim
2023-05-17f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim
2023-05-11f2fs: fix to check return value of inc_valid_block_count()Chao Yu
2023-05-11f2fs: fix to check return value of f2fs_do_truncate_blocks()Chao Yu
2023-05-11f2fs: fix to avoid use-after-free for cached IPU bioChao Yu
2023-05-11f2fs: fix iostat lock protectionQilin Tan
2023-05-11f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim
2023-05-11f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...Yangtao Li
2023-05-11f2fs: apply zone capacity to all zone typeJaegeuk Kim
2023-05-11f2fs: fix uninitialized skipped_gc_rwsemYonggil Song
2023-05-11f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li
2023-02-27Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2023-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-15f2fs: drop unnecessary arg for f2fs_ioc_*()Yangtao Li
2023-02-15f2fs: Revert "f2fs: truncate blocks in batch in __complete_revoke_list()"Jaegeuk Kim
2023-02-14f2fs: synchronize atomic write abortsDaeho Jeong
2023-02-14f2fs: fix wrong segment countJaegeuk Kim
2023-02-14f2fs: replace si->sbi w/ sbi in stat_show()Yangtao Li
2023-02-14f2fs: export ipu policy in debugfsYangtao Li
2023-02-13f2fs: make kobj_type structures constantThomas Weißschuh
2023-02-09f2fs: fix to do sanity check on extent cache correctlyChao Yu
2023-02-07f2fs: stop calling fscrypt_add_test_dummy_key()Eric Biggers
2023-02-07f2fs: fix to set ipu policyYangtao Li
2023-02-07f2fs: fix typos in commentsJinyoung CHOI
2023-02-07f2fs: fix kernel crash due to null io->bioJaegeuk Kim
2023-02-07f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_un...Yangtao Li
2023-02-07f2fs: add sysfs nodes to set last_age_weightqixiaoyu1
2023-02-05f2fs: fix f2fs_show_options to show nogc_merge mount optionYangtao Li
2023-02-05f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2023-02-05f2fs: fix wrong calculation of block ageqixiaoyu1
2023-02-02f2fs: convert f2fs_sync_meta_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02f2fs: convert last_fsync_dnode() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02f2fs: convert f2fs_write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02f2fs: convert f2fs_sync_node_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02f2fs: convert f2fs_flush_inline_data() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02f2fs: convert f2fs_fsync_node_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02f2fs: fix to update age extent in f2fs_do_zero_range()Chao Yu
2023-02-02f2fs: fix to update age extent correctly during truncationChao Yu
2023-02-02f2fs: fix to avoid potential memory corruption in __update_iostat_latency()Yangtao Li
2023-02-02f2fs: retry to update the inode page given data corruptionJaegeuk Kim