summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2020-02-11f2fs: fix race conditions in ->d_compare() and ->d_hash()Eric Biggers
2020-02-11f2fs: fix dcache lookup of !casefolded directoriesEric Biggers
2020-02-11f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu
2020-02-11f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu
2020-02-11f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu
2020-02-11utimes: Clamp the timestamps in notify_change()Amir Goldstein
2020-01-17f2fs: fix potential overflowChao Yu
2020-01-04f2fs: Fix deadlock in f2fs_gc() context during atomic files handlingSahitya Tummala
2020-01-04f2fs: fix to update dir's i_pino during cross_renameChao Yu
2020-01-04f2fs: fix to update time in lazytime modeChao Yu
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2019-09-17f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()Sahitya Tummala
2019-09-16f2fs: fix to add missing F2FS_IO_ALIGNED() conditionChao Yu
2019-09-16f2fs: fix to fallback to buffered IO in IO aligned modeChao Yu
2019-09-16f2fs: fix to handle error path correctly in f2fs_map_blocksChao Yu
2019-09-16f2fs: fix extent corrupotion during directIO in LFS modeChao Yu
2019-09-16f2fs: check all the data segments against all node onesSurbhi Palande
2019-09-16f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITYLockywolf
2019-09-16f2fs: fix inode rwsem regressionGoldwyn Rodrigues
2019-09-16f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu
2019-09-16f2fs: avoid infinite GC loop due to stale atomic filesJaegeuk Kim
2019-09-09f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala
2019-09-06f2fs: convert inline_data in prior to i_size_writeJaegeuk Kim
2019-09-06f2fs: fix error path of f2fs_convert_inline_page()Chao Yu
2019-09-06f2fs: fix flushing node pages when checkpoint is disabledJaegeuk Kim
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu
2019-09-06f2fs: clean up __bio_alloc()'s parameterChao Yu
2019-09-06f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu
2019-09-06f2fs: fix to writeout dirty inode during node flushChao Yu
2019-09-06f2fs: optimize case-insensitive lookupsChao Yu
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani
2019-08-23f2fs: introduce f2fs_match_name() for cleanupChao Yu
2019-08-23f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala
2019-08-23f2fs: allocate memory in batch in build_sit_info()Chao Yu
2019-08-23f2fs: support FS_IOC_{GET,SET}FSLABELChao Yu
2019-08-23f2fs: fix to avoid data corruption by forbidding SSR overwriteChao Yu
2019-08-23f2fs: Fix build error while CONFIG_NLS=mYueHaibing
2019-08-23Revert "f2fs: avoid out-of-range memory access"Chao Yu
2019-08-23f2fs: cleanup the code in build_sit_entries.Lihong Kou
2019-08-23f2fs: fix wrong available node count calculationChao Yu
2019-08-23f2fs: remove duplicate code in f2fs_file_write_iterLihong Kou
2019-08-23f2fs: fix to migrate blocks correctly during defragmentChao Yu
2019-08-23f2fs: use wrapped f2fs_cp_error()Chao Yu
2019-08-23f2fs: fix to use more generic EOPNOTSUPPChao Yu
2019-08-23f2fs: use wrapped IS_SWAPFILE()Chao Yu
2019-08-23f2fs: Support case-insensitive file name lookupsDaniel Rosenberg
2019-08-23f2fs: include charset encoding information in the superblockDaniel Rosenberg
2019-08-23f2fs: fix to avoid call kvfree under spinlockChao Yu