summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Revert "f2fs: fix potential corruption when moving a directory"Jan Kara2023-07-271-15/+1
* f2fs: fix error path handling in truncate_dnode()Chao Yu2023-07-271-1/+3
* f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu2023-05-302-3/+12
* f2fs: fix potential corruption when moving a directoryJaegeuk Kim2023-05-171-1/+15
* f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li2023-05-171-7/+8
* fs: f2fs: initialize fsdata in pagecache_write()Alexander Potapenko2023-03-111-1/+1
* f2fs: use memcpy_{to,from}_page() where possibleEric Biggers2023-03-113-28/+8
* f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers2023-03-111-3/+3
* f2fs: fix information leak in f2fs_move_inline_dirents()Eric Biggers2023-03-111-7/+6
* f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu2023-02-221-6/+12
* f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim2023-01-241-1/+2
* f2fs: should put a page when checking the summary infoPavel Machek2023-01-181-0/+1
* f2fs: avoid victim selection from previous victim sectionYonggil Song2023-01-181-2/+3
* f2fs: fix normal discard processDongdong Zhang2023-01-181-1/+1
* f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong2022-10-261-2/+1
* f2fs: fix to do sanity check on summary infoChao Yu2022-10-262-4/+21
* f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu2022-10-263-1/+21
* f2fs: increase the limit for reserve_rootJaegeuk Kim2022-10-261-2/+2
* f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu2022-08-251-1/+5
* f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu2022-06-141-2/+2
* f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu2022-06-141-0/+4
* f2fs: don't need inode lock for system hidden quotaJaegeuk Kim2022-06-141-2/+4
* f2fs: fix deadloop in foreground GCChao Yu2022-06-141-12/+20
* f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu2022-06-141-1/+15
* f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu2022-06-141-4/+12
* f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu2022-06-141-4/+10
* f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel2022-06-141-3/+6
* f2fs: fix to avoid potential deadlockChao Yu2022-04-152-2/+10
* f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim2022-04-151-0/+1
* f2fs: fix to do sanity check on .cp_pack_total_block_countChao Yu2022-04-151-3/+5
* f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park2022-04-151-3/+3
* f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu2022-04-151-1/+3
* f2fs: fix to reserve space for IO align featureChao Yu2022-01-274-2/+60
* f2fs: fix to do sanity check in is_alive()Chao Yu2022-01-271-0/+3
* f2fs: quota: fix potential deadlockChao Yu2022-01-111-1/+2
* f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu2021-12-291-1/+10
* f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo2021-12-011-0/+1
* f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2021-11-172-2/+2
* f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu2021-09-221-3/+1
* f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu2021-09-221-0/+14
* f2fs: fix to account missing .skipped_gc_rwsemChao Yu2021-09-221-1/+3
* f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li2021-09-221-5/+9
* f2fs: show f2fs instance in printk_ratelimitedChao Yu2021-09-229-27/+32
* f2fs: quota: fix potential deadlockChao Yu2021-09-221-36/+48
* f2fs: report correct st_size for encrypted symlinksEric Biggers2021-09-121-1/+10
* f2fs: Show casefolding support only when supportedDaniel Rosenberg2021-07-251-0/+4
* f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu2021-07-201-0/+1
* f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers2021-05-191-21/+54
* f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King2021-05-191-1/+2
* f2fs: fix to avoid out-of-bounds memory accessChao Yu2021-05-111-0/+3