summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2021-05-19f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers1-21/+54
2021-05-19f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King1-1/+2
2021-05-11f2fs: fix to avoid out-of-bounds memory accessChao Yu1-0/+3
2021-03-07f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu1-0/+8
2021-03-07f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim1-2/+2
2021-03-04f2fs: fix out-of-repair __setattr_copy()Chao Yu1-1/+2
2021-03-04f2fs: fix a wrong condition in __submit_bioDehe Gu1-1/+1
2021-03-04f2fs: fix to avoid inconsistent quota dataYi Chen2-0/+8
2021-01-06f2fs: avoid race condition for shrinker countJaegeuk Kim6-24/+36
2021-01-06f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu1-5/+4
2021-01-06f2fs: prevent creating duplicate encrypted filenamesEric Biggers1-0/+2
2020-12-30f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim1-1/+1
2020-11-05f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim4-6/+12
2020-11-05f2fs: fix to check segment boundary during SIT page readaheadChao Yu1-0/+2
2020-11-05f2fs: fix uninit-value in f2fs_lookupChao Yu1-5/+3
2020-11-05f2fs: add trace exit in exception pathZhang Qilong1-1/+5
2020-10-29f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles1-0/+1
2020-10-01f2fs: stop GC when the victim becomes fully validJaegeuk Kim1-2/+8
2020-10-01f2fs: avoid kernel panic on corruption testJaegeuk Kim1-1/+0
2020-09-23f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi1-0/+3
2020-09-23f2fs: fix indefinite loop scanning for free nidSahitya Tummala1-0/+3
2020-09-03f2fs: fix use-after-free issueLi Guifu1-2/+3
2020-09-03f2fs: fix error path in do_recover_data()Chao Yu4-13/+26
2020-06-24f2fs: avoid utf8_strncasecmp() with unstable nameEric Biggers1-0/+16
2020-06-24f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers2-40/+35
2020-06-24f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers4-14/+8
2020-06-24f2fs: handle readonly filesystem in f2fs_ioc_shutdown()Chao Yu1-1/+8
2020-06-24f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov1-1/+2
2020-06-22f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim2-6/+20
2020-04-29f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang1-1/+13
2020-04-23f2fs: fix to wait all node page writebackChao Yu1-3/+4
2020-04-23f2fs: fix NULL pointer dereference in f2fs_write_begin()Chao Yu1-2/+3
2020-04-23f2fs: Add a new CP flag to help fsck fix resize SPO issuesSahitya Tummala1-2/+6
2020-04-23f2fs: Fix mount failure due to SPO after a successful online resize FSSahitya Tummala1-0/+6
2020-04-23f2fs: fix to show norecovery mount optionChao Yu2-2/+6
2020-04-23f2fs: fix the panic in do_checkpoint()Sahitya Tummala3-11/+9
2020-03-05f2fs: fix to add swap extent correctlyChao Yu1-7/+25
2020-02-24f2fs: fix memleak of kobjectChao Yu1-3/+8
2020-02-24f2fs: free sysfs kobjectJaegeuk Kim1-0/+1
2020-02-24f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim1-14/+13
2020-02-24f2fs: call f2fs_balance_fs outside of locked pageJaegeuk Kim1-3/+4
2020-02-24f2fs: preallocate DIO blocks when forcing buffered_ioJaegeuk Kim2-23/+33
2020-02-11f2fs: fix race conditions in ->d_compare() and ->d_hash()Eric Biggers1-3/+6
2020-02-11f2fs: fix dcache lookup of !casefolded directoriesEric Biggers1-1/+1
2020-02-11f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu1-12/+4
2020-02-11f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu1-0/+2
2020-02-11f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu1-6/+14
2020-02-11utimes: Clamp the timestamps in notify_change()Amir Goldstein1-12/+6
2020-01-17f2fs: fix potential overflowChao Yu2-2/+2
2020-01-04f2fs: Fix deadlock in f2fs_gc() context during atomic files handlingSahitya Tummala3-6/+17