summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 a wrong condition in __submit_bioDehe Gu2021-03-041-1/+1
* f2fs: fix to avoid inconsistent quota dataYi Chen2021-03-042-0/+8
* 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: prevent creating duplicate encrypted filenamesEric Biggers2021-01-061-0/+2
* f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim2020-12-301-1/+1
* f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim2020-11-054-6/+12
* 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
* f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles2020-10-291-0/+1
* f2fs: stop GC when the victim becomes fully validJaegeuk Kim2020-10-011-2/+8
* f2fs: avoid kernel panic on corruption testJaegeuk Kim2020-10-011-1/+0
* 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: avoid utf8_strncasecmp() with unstable nameEric Biggers2020-06-241-0/+16
* f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers2020-06-242-40/+35
* f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers2020-06-244-14/+8
* f2fs: handle readonly filesystem in f2fs_ioc_shutdown()Chao Yu2020-06-241-1/+8
* f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov2020-06-241-1/+2
* f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim2020-06-222-6/+20
* f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang2020-04-291-1/+13
* 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: Add a new CP flag to help fsck fix resize SPO issuesSahitya Tummala2020-04-231-2/+6
* f2fs: Fix mount failure due to SPO after a successful online resize FSSahitya Tummala2020-04-231-0/+6
* f2fs: fix to show norecovery mount optionChao Yu2020-04-232-2/+6
* f2fs: fix the panic in do_checkpoint()Sahitya Tummala2020-04-233-11/+9
* f2fs: fix to add swap extent correctlyChao Yu2020-03-051-7/+25
* 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: call f2fs_balance_fs outside of locked pageJaegeuk Kim2020-02-241-3/+4