summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-04f2fs: fix to update dir's i_pino during cross_renameChao Yu1-3/+12
2020-01-04f2fs: fix to update time in lazytime modeChao Yu2-9/+20
2019-09-22Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds17-203/+839
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds1-9/+12
2019-09-19Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds9-15/+392
2019-09-17f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()Sahitya Tummala1-2/+2
2019-09-16f2fs: fix to add missing F2FS_IO_ALIGNED() conditionChao Yu2-2/+8
2019-09-16f2fs: fix to fallback to buffered IO in IO aligned modeChao Yu1-3/+6
2019-09-16f2fs: fix to handle error path correctly in f2fs_map_blocksChao Yu1-4/+4
2019-09-16f2fs: fix extent corrupotion during directIO in LFS modeChao Yu1-1/+1
2019-09-16f2fs: check all the data segments against all node onesSurbhi Palande1-2/+2
2019-09-16f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITYLockywolf1-1/+3
2019-09-16f2fs: fix inode rwsem regressionGoldwyn Rodrigues1-2/+3
2019-09-16f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu2-0/+10
2019-09-16f2fs: avoid infinite GC loop due to stale atomic filesJaegeuk Kim2-26/+18
2019-09-09f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala1-1/+1
2019-09-07f2fs: convert inline_data in prior to i_size_writeJaegeuk Kim1-13/+13
2019-09-07f2fs: fix error path of f2fs_convert_inline_page()Chao Yu1-0/+1
2019-09-07f2fs: fix flushing node pages when checkpoint is disabledJaegeuk Kim1-2/+4
2019-09-07f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu7-44/+34
2019-09-07f2fs: clean up __bio_alloc()'s parameterChao Yu1-16/+11
2019-09-07f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu1-1/+2
2019-09-07f2fs: fix to writeout dirty inode during node flushChao Yu1-0/+49
2019-09-07f2fs: optimize case-insensitive lookupsChao Yu2-7/+53
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani1-9/+12
2019-08-23f2fs: introduce f2fs_match_name() for cleanupChao Yu1-19/+30
2019-08-23f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala3-9/+46
2019-08-23f2fs: allocate memory in batch in build_sit_info()Chao Yu2-28/+24
2019-08-23f2fs: support FS_IOC_{GET,SET}FSLABELChao Yu2-0/+72