| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "f2fs: fix potential corruption when moving a directory" | Jan Kara | 2023-07-27 | 1 | -15/+1 |
* | f2fs: fix error path handling in truncate_dnode() | Chao Yu | 2023-07-27 | 1 | -1/+3 |
* | f2fs: fix to drop all dirty pages during umount() if cp_error is set | Chao Yu | 2023-05-30 | 2 | -3/+12 |
* | f2fs: fix potential corruption when moving a directory | Jaegeuk Kim | 2023-05-17 | 1 | -1/+15 |
* | f2fs: handle dqget error in f2fs_transfer_project_quota() | Yangtao Li | 2023-05-17 | 1 | -7/+8 |
* | fs: f2fs: initialize fsdata in pagecache_write() | Alexander Potapenko | 2023-03-11 | 1 | -1/+1 |
* | f2fs: use memcpy_{to,from}_page() where possible | Eric Biggers | 2023-03-11 | 3 | -28/+8 |
* | f2fs: fix cgroup writeback accounting with fs-layer encryption | Eric Biggers | 2023-03-11 | 1 | -3/+3 |
* | f2fs: fix information leak in f2fs_move_inline_dirents() | Eric Biggers | 2023-03-11 | 1 | -7/+6 |
* | f2fs: fix to do sanity check on i_extra_isize in is_alive() | Chao Yu | 2023-02-22 | 1 | -6/+12 |
* | f2fs: let's avoid panic if extent_tree is not created | Jaegeuk Kim | 2023-01-24 | 1 | -1/+2 |
* | f2fs: should put a page when checking the summary info | Pavel Machek | 2023-01-18 | 1 | -0/+1 |
* | f2fs: avoid victim selection from previous victim section | Yonggil Song | 2023-01-18 | 1 | -2/+3 |
* | f2fs: fix normal discard process | Dongdong Zhang | 2023-01-18 | 1 | -1/+1 |
* | f2fs: fix race condition on setting FI_NO_EXTENT flag | Zhang Qilong | 2022-10-26 | 1 | -2/+1 |
* | f2fs: fix to do sanity check on summary info | Chao Yu | 2022-10-26 | 2 | -4/+21 |
* | f2fs: fix to do sanity check on destination blkaddr during recovery | Chao Yu | 2022-10-26 | 3 | -1/+21 |
* | f2fs: increase the limit for reserve_root | Jaegeuk Kim | 2022-10-26 | 1 | -2/+2 |
* | f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page() | Chao Yu | 2022-08-25 | 1 | -1/+5 |
* | f2fs: remove WARN_ON in f2fs_is_valid_blkaddr | Dongliang Mu | 2022-06-14 | 1 | -2/+2 |
* | f2fs: fix fallocate to use file_modified to update permissions consistently | Chao Yu | 2022-06-14 | 1 | -0/+4 |
* | f2fs: don't need inode lock for system hidden quota | Jaegeuk Kim | 2022-06-14 | 1 | -2/+4 |
* | f2fs: fix deadloop in foreground GC | Chao Yu | 2022-06-14 | 1 | -12/+20 |
* | f2fs: fix to clear dirty inode in f2fs_evict_inode() | Chao Yu | 2022-06-14 | 1 | -1/+15 |
* | f2fs: fix to do sanity check on block address in f2fs_do_zero_range() | Chao Yu | 2022-06-14 | 1 | -4/+12 |
* | f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count() | Chao Yu | 2022-06-14 | 1 | -4/+10 |
* | f2fs: fix dereference of stale list iterator after loop body | Jakob Koschel | 2022-06-14 | 1 | -3/+6 |
* | f2fs: fix to avoid potential deadlock | Chao Yu | 2022-04-15 | 2 | -2/+10 |
* | f2fs: fix missing free nid in f2fs_handle_failed_inode | Jaegeuk Kim | 2022-04-15 | 1 | -0/+1 |
* | f2fs: fix to do sanity check on .cp_pack_total_block_count | Chao Yu | 2022-04-15 | 1 | -3/+5 |
* | f2fs: quota: fix loop condition at f2fs_quota_sync() | Juhyung Park | 2022-04-15 | 1 | -3/+3 |
* | f2fs: fix to unlock page correctly in error path of is_alive() | Chao Yu | 2022-04-15 | 1 | -1/+3 |
* | f2fs: fix to reserve space for IO align feature | Chao Yu | 2022-01-27 | 4 | -2/+60 |
* | f2fs: fix to do sanity check in is_alive() | Chao Yu | 2022-01-27 | 1 | -0/+3 |
* | f2fs: quota: fix potential deadlock | Chao Yu | 2022-01-11 | 1 | -1/+2 |
* | f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr() | Chao Yu | 2021-12-29 | 1 | -1/+10 |
* | f2fs: set SBI_NEED_FSCK flag when inconsistent node block found | Weichao Guo | 2021-12-01 | 1 | -0/+1 |
* | f2fs: should use GFP_NOFS for directory inodes | Jaegeuk Kim | 2021-11-17 | 2 | -2/+2 |
* | f2fs: fix to unmap pages from userspace process in punch_hole() | Chao Yu | 2021-09-22 | 1 | -3/+1 |
* | f2fs: fix unexpected ENOENT comes from f2fs_map_blocks() | Chao Yu | 2021-09-22 | 1 | -0/+14 |
* | f2fs: fix to account missing .skipped_gc_rwsem | Chao Yu | 2021-09-22 | 1 | -1/+3 |
* | f2fs: reduce the scope of setting fsck tag when de->name_len is zero | Yangtao Li | 2021-09-22 | 1 | -5/+9 |
* | f2fs: show f2fs instance in printk_ratelimited | Chao Yu | 2021-09-22 | 9 | -27/+32 |
* | f2fs: quota: fix potential deadlock | Chao Yu | 2021-09-22 | 1 | -36/+48 |
* | f2fs: report correct st_size for encrypted symlinks | Eric Biggers | 2021-09-12 | 1 | -1/+10 |
* | f2fs: Show casefolding support only when supported | Daniel Rosenberg | 2021-07-25 | 1 | -0/+4 |
* | f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfs | Chao Yu | 2021-07-20 | 1 | -0/+1 |
* | f2fs: fix error handling in f2fs_end_enable_verity() | Eric Biggers | 2021-05-19 | 1 | -21/+54 |
* | f2fs: fix a redundant call to f2fs_balance_fs if an error occurs | Colin Ian King | 2021-05-19 | 1 | -1/+2 |
* | f2fs: fix to avoid out-of-bounds memory access | Chao Yu | 2021-05-11 | 1 | -0/+3 |