aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 17-203/+839
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Gravatar Linus Torvalds 1-9/+12
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Gravatar Linus Torvalds 9-15/+392
2019-09-17f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()Gravatar Sahitya Tummala 1-2/+2
2019-09-16f2fs: fix to add missing F2FS_IO_ALIGNED() conditionGravatar Chao Yu 2-2/+8
2019-09-16f2fs: fix to fallback to buffered IO in IO aligned modeGravatar Chao Yu 1-3/+6
2019-09-16f2fs: fix to handle error path correctly in f2fs_map_blocksGravatar Chao Yu 1-4/+4
2019-09-16f2fs: fix extent corrupotion during directIO in LFS modeGravatar Chao Yu 1-1/+1
2019-09-16f2fs: check all the data segments against all node onesGravatar Surbhi Palande 1-2/+2
2019-09-16f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITYGravatar Lockywolf 1-1/+3
2019-09-16f2fs: fix inode rwsem regressionGravatar Goldwyn Rodrigues 1-2/+3
2019-09-16f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Gravatar Chao Yu 2-0/+10
2019-09-16f2fs: avoid infinite GC loop due to stale atomic filesGravatar Jaegeuk Kim 2-26/+18
2019-09-09f2fs: Fix indefinite loop in f2fs_gc()Gravatar Sahitya Tummala 1-1/+1
2019-09-06f2fs: convert inline_data in prior to i_size_writeGravatar Jaegeuk Kim 1-13/+13
2019-09-06f2fs: fix error path of f2fs_convert_inline_page()Gravatar Chao Yu 1-0/+1
2019-09-06f2fs: fix flushing node pages when checkpoint is disabledGravatar Jaegeuk Kim 1-2/+4
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityGravatar Chao Yu 7-44/+34
2019-09-06f2fs: clean up __bio_alloc()'s parameterGravatar Chao Yu 1-16/+11
2019-09-06f2fs: fix wrong error injection path in inc_valid_block_count()Gravatar Chao Yu 1-1/+2
2019-09-06f2fs: fix to writeout dirty inode during node flushGravatar Chao Yu 1-0/+49
2019-09-06f2fs: optimize case-insensitive lookupsGravatar Chao Yu 2-7/+53
2019-08-30timestamp_truncate: Replace users of timespec64_truncGravatar Deepa Dinamani 1-9/+12
2019-08-23f2fs: introduce f2fs_match_name() for cleanupGravatar Chao Yu 1-19/+30
2019-08-23f2fs: Fix indefinite loop in f2fs_gc()Gravatar Sahitya Tummala 3-9/+46
2019-08-23f2fs: allocate memory in batch in build_sit_info()Gravatar Chao Yu 2-28/+24
2019-08-23f2fs: support FS_IOC_{GET,SET}FSLABELGravatar Chao Yu 2-0/+72
2019-08-23f2fs: fix to avoid data corruption by forbidding SSR overwriteGravatar Chao Yu 1-3/+5
2019-08-23f2fs: Fix build error while CONFIG_NLS=mGravatar YueHaibing 1-0/+1
2019-08-23Revert "f2fs: avoid out-of-range memory access"Gravatar Chao Yu 1-5/+0
2019-08-23f2fs: cleanup the code in build_sit_entries.Gravatar Lihong Kou 1-2/+0
2019-08-23f2fs: fix wrong available node count calculationGravatar Chao Yu 2-5/+3
2019-08-23f2fs: remove duplicate code in f2fs_file_write_iterGravatar Lihong Kou 1-5/+0
2019-08-23f2fs: fix to migrate blocks correctly during defragmentGravatar Chao Yu 1-4/+6
2019-08-23f2fs: use wrapped f2fs_cp_error()Gravatar Chao Yu 1-1/+1
2019-08-23f2fs: fix to use more generic EOPNOTSUPPGravatar Chao Yu 1-1/+1
2019-08-23f2fs: use wrapped IS_SWAPFILE()Gravatar Chao Yu 1-1/+1
2019-08-23f2fs: Support case-insensitive file name lookupsGravatar Daniel Rosenberg 8-20/+204
2019-08-23f2fs: include charset encoding information in the superblockGravatar Daniel Rosenberg 3-0/+124
2019-08-23f2fs: fix to avoid call kvfree under spinlockGravatar Chao Yu 1-1/+4
2019-08-23fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status()Gravatar Jia-Ju Bai 1-2/+2
2019-08-23f2fs: disallow direct IO in atomic writeGravatar Chao Yu 1-0/+3
2019-08-23f2fs: fix to handle quota_{on,off} correctlyGravatar Chao Yu 1-2/+25
2019-08-23f2fs: fix to detect cp error in f2fs_setxattr()Gravatar Chao Yu 1-0/+2
2019-08-23f2fs: fix to spread f2fs_is_checkpoint_ready()Gravatar Chao Yu 3-0/+20
2019-08-23f2fs: support fiemap() for directory inodeGravatar Chao Yu 3-2/+9
2019-08-23f2fs: fix to avoid discard command leakGravatar Chao Yu 1-0/+7
2019-08-23f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectlyGravatar Chao Yu 1-1/+2
2019-08-23f2fs: fix to drop meta/node pages during umountGravatar Chao Yu 1-0/+14
2019-08-23f2fs: disallow switching io_bits option during remountGravatar Chao Yu 1-0/+7