summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu2024-02-231-6/+17
* f2fs: fix to avoid dirent corruptionChao Yu2024-01-251-1/+1
* f2fs: explicitly null-terminate the xattr listEric Biggers2024-01-251-0/+6
* f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu2023-11-201-0/+1
* f2fs: fix to do sanity check on inode type during garbage collectionChao Yu2023-11-081-1/+2
* f2fs: fix error path handling in truncate_dnode()Chao Yu2023-08-111-1/+3
* f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu2023-05-302-3/+12
* f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers2023-03-111-2/+2
* f2fs: fix information leak in f2fs_move_inline_dirents()Eric Biggers2023-03-111-7/+6
* f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim2023-01-241-1/+2
* 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 avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu2022-08-251-1/+5
* f2fs: fix deadloop in foreground GCChao Yu2022-06-141-12/+20
* f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel2022-06-141-3/+6
* f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu2022-04-151-1/+3
* f2fs: fix to do sanity check in is_alive()Chao Yu2022-01-271-0/+3
* f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu2021-12-291-1/+8
* f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2021-11-262-2/+2
* f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu2021-09-221-3/+1
* f2fs: fix to account missing .skipped_gc_rwsemChao Yu2021-09-221-1/+3
* f2fs: report correct st_size for encrypted symlinksEric Biggers2021-09-221-1/+10
* f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu2021-07-201-0/+1
* f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King2021-05-221-1/+2
* f2fs: fix to avoid out-of-bounds memory accessChao Yu2021-05-221-0/+3
* f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu2021-03-071-0/+8
* f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim2021-03-071-2/+2
* f2fs: fix out-of-repair __setattr_copy()Chao Yu2021-03-041-1/+2
* f2fs: fix to avoid inconsistent quota dataYi Chen2021-03-042-0/+8
* f2fs: prevent creating duplicate encrypted filenamesEric Biggers2021-01-061-0/+2
* f2fs: fix to check segment boundary during SIT page readaheadChao Yu2020-11-051-0/+2
* f2fs: fix uninit-value in f2fs_lookupChao Yu2020-11-051-5/+3
* f2fs: add trace exit in exception pathZhang Qilong2020-11-051-1/+5
* fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2020-11-051-7/+10
* f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles2020-10-301-0/+1
* f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi2020-09-231-0/+3
* f2fs: fix indefinite loop scanning for free nidSahitya Tummala2020-09-231-0/+3
* f2fs: fix use-after-free issueLi Guifu2020-09-031-2/+3
* f2fs: fix error path in do_recover_data()Chao Yu2020-09-034-13/+26
* f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov2020-06-251-1/+2
* f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang2020-04-291-1/+14
* f2fs: fix to wait all node page writebackChao Yu2020-04-231-3/+4
* f2fs: fix NULL pointer dereference in f2fs_write_begin()Chao Yu2020-04-231-2/+3
* f2fs: fix memleak of kobjectChao Yu2020-02-241-3/+8
* f2fs: free sysfs kobjectJaegeuk Kim2020-02-241-0/+1
* f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim2020-02-241-14/+13
* f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu2020-02-111-12/+4
* f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu2020-02-111-0/+2
* f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu2020-02-111-6/+14
* f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu2020-01-272-0/+10