aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* FROMLIST: Add flags option to get xattr method paired to __vfs_getxattrMark Salyzyn2021-11-251-2/+2
* f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim2021-09-181-0/+2
* f2fs: deallocate compressed pages when error happensJaegeuk Kim2021-09-181-6/+6
* f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu2021-09-181-3/+1
* f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu2021-09-181-0/+14
* f2fs: fix to account missing .skipped_gc_rwsemChao Yu2021-09-181-1/+3
* f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li2021-09-181-5/+9
* f2fs: quota: fix potential deadlockChao Yu2021-09-181-36/+48
* f2fs: fix to do sanity check for sb/cp fields correctlyChao Yu2021-09-181-4/+18
* f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim2021-09-152-4/+12
* f2fs: report correct st_size for encrypted symlinksEric Biggers2021-09-081-1/+10
* f2fs: Show casefolding support only when supportedDaniel Rosenberg2021-07-251-0/+4
* f2fs: compress: fix to disallow temp extensionChao Yu2021-07-201-4/+12
* f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu2021-07-201-0/+1
* f2fs: atgc: fix to set default age thresholdChao Yu2021-07-201-0/+1
* f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu2021-07-193-10/+23
* f2fs: Prevent swap file in LFS modeShin'ichiro Kawasaki2021-07-141-0/+6
* f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu2021-05-193-12/+13
* f2fs: compress: fix race condition of overwrite vs truncateChao Yu2021-05-191-23/+12
* f2fs: compress: fix to free compress page correctlyChao Yu2021-05-191-1/+2
* f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu2021-05-191-6/+0
* f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu2021-05-191-3/+3
* f2fs: Fix a hungtask problem in atomic writeYi Zhuang2021-05-191-13/+17
* f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu2021-05-191-0/+4
* f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu2021-05-194-24/+55
* f2fs: fix to update last i_size if fallocate partially succeedsChao Yu2021-05-191-11/+11
* f2fs: fix to align to section for fallocate() on pinned fileChao Yu2021-05-193-19/+36
* f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King2021-05-191-1/+2
* f2fs: fix panic during f2fs_resize_fs()Chao Yu2021-05-191-0/+13
* f2fs: fix to allow migrating fully valid segmentChao Yu2021-05-195-16/+20
* f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu2021-05-191-33/+104
* f2fs: move ioctl interface definitions to separated fileChao Yu2021-05-192-79/+1
* f2fs: fix to avoid out-of-bounds memory accessChao Yu2021-05-111-0/+3
* f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers2021-05-111-21/+54
* 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: flush data when enabling checkpoint backJaegeuk Kim2021-03-041-0/+3
* f2fs: enforce the immutable flag on open filesChao Yu2021-03-041-0/+17
* f2fs: fix out-of-repair __setattr_copy()Chao Yu2021-03-041-1/+2
* f2fs: fix a wrong condition in __submit_bioDehe Gu2021-03-041-1/+1
* f2fs: fix to avoid inconsistent quota dataYi Chen2021-03-042-0/+8
* f2fs: compress: fix potential deadlockChao Yu2021-03-043-6/+11
* f2fs: fix race of pending_pages in decompressionDaeho Jeong2021-01-063-13/+48
* f2fs: avoid race condition for shrinker countJaegeuk Kim2021-01-066-24/+36
* f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu2021-01-061-5/+4
* f2fs: fix double free of unicode mapHyeongseok Kim2020-12-301-0/+1
* f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim2020-12-301-1/+1
* f2fs: prevent creating duplicate encrypted filenamesEric Biggers2020-12-261-0/+2
* f2fs: init dirty_secmap incorrectlyJack Qiu2020-12-261-1/+1
* f2fs: fix to seek incorrect data offset in inline data fileChao Yu2020-12-261-3/+8