summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2023-07-23f2fs: fix deadlock in i_xattr_sem and inode page lockJaegeuk Kim2-3/+12
2023-07-23f2fs: don't reset unchangable mount option in f2fs_remount()Chao Yu1-12/+18
2023-07-19Revert "f2fs: fix potential corruption when moving a directory"Jan Kara1-15/+1
2023-07-19f2fs: fix error path handling in truncate_dnode()Chao Yu1-1/+3
2023-07-19f2fs: check return value of freeze_super()Chao Yu1-1/+3
2023-07-19f2fs: flush error flags in workqueueChao Yu3-4/+25
2023-07-19f2fs: fix the wrong condition to determine atomic contextJaegeuk Kim1-1/+1
2023-07-19f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu7-24/+151
2023-07-19f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu3-5/+20
2023-07-19f2fs: fix potential deadlock due to unpaired node_write lock useChao Yu2-6/+8
2023-07-19f2fs: do not allow to defragment files have FI_COMPRESS_RELEASEDYangtao Li1-0/+6
2023-04-26Merge tag 'f2fs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-870/+877
2023-04-24f2fs: remove unnessary comment in __may_age_extent_treeQi Han1-1/+0
2023-04-24f2fs: allocate node blocks for atomic write block replacementDaeho Jeong1-1/+1
2023-04-24f2fs: use cow inode data when updating atomic writeDaeho Jeong1-5/+10
2023-04-24f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim4-11/+6
2023-04-20f2fs: allocate trace path buffer from names_cacheWu Bo2-2/+15
2023-04-18f2fs: add has_enough_free_secs()Yangtao Li3-24/+31
2023-04-18f2fs: relax sanity check if checkpoint is corruptedJaegeuk Kim3-7/+29
2023-04-18f2fs: refactor f2fs_gc to call checkpoint in urgent conditionJaegeuk Kim1-14/+13
2023-04-18f2fs: remove folio_detach_private() in .invalidate_folio and .release_folioChao Yu3-108/+77
2023-04-18f2fs: remove bulk remove_proc_entry() and unnecessary kobject_del()Yangtao Li1-13/+2
2023-04-14f2fs: support iopoll methodWu Bo1-0/+1
2023-04-14f2fs: fix to check return value of inc_valid_block_count()Chao Yu1-1/+7
2023-04-14f2fs: fix to check return value of f2fs_do_truncate_blocks()Chao Yu1-1/+5
2023-04-14f2fs: fix passing relative address when discard zonesDaeho Jeong1-3/+2
2023-04-13f2fs: fix potential corruption when moving a directoryJaegeuk Kim1-1/+15
2023-04-13f2fs: add radix_tree_preload_end in error caseYohan Joung1-0/+1
2023-04-13f2fs: fix to recover quota data correctlyChao Yu5-38/+61
2023-04-13f2fs: fix to check readonly condition correctlyChao Yu2-1/+6
2023-04-13f2fs: fix to keep consistent i_gc_rwsem lock orderChao Yu1-4/+4
2023-04-10f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu2-3/+12
2023-04-10f2fs: fix to avoid use-after-free for cached IPU bioChao Yu1-1/+4
2023-04-10f2fs: remove unneeded in-memory i_crtime copyChao Yu2-5/+1
2023-04-10f2fs: use f2fs_hw_is_readonly() instead of bdev_read_only()Chao Yu2-3/+3
2023-04-10f2fs: use common implementation of file typeWeizhao Ouyang3-38/+4
2023-04-10f2fs: merge lz4hc_compress_pages() to lz4_compress_pages()Yangtao Li1-22/+8
2023-04-10f2fs: convert to use sysfs_emitYangtao Li1-8/+3
2023-04-10f2fs: set default compress option only when sb_has_compressionYangtao Li1-4/+6
2023-04-10f2fs: Fix system crash due to lack of free space in LFSYonggil Song3-11/+40
2023-04-10f2fs: remove struct victim_selection default_v_opsYangtao Li4-21/+10
2023-04-04f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_blockJaegeuk Kim1-1/+1
2023-04-04f2fs: fix iostat lock protectionQilin Tan1-2/+2
2023-04-04f2fs: fix align check for npo2Yohan Joung1-2/+3
2023-04-04f2fs: add compression feature check for all compress mount optYangtao Li1-0/+12
2023-04-04f2fs: convert is_extension_exist() to return bool typeYangtao Li1-6/+6
2023-03-30f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim3-2/+8
2023-03-30f2fs: preserve direct write semantics when buffering is forcedHans Holmberg1-8/+26
2023-03-30f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...Yangtao Li1-0/+6
2023-03-30f2fs: remove else in f2fs_write_cache_pages()Yangtao Li1-5/+2