summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
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
2019-08-23fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status()Jia-Ju Bai
2019-08-23f2fs: disallow direct IO in atomic writeChao Yu
2019-08-23f2fs: fix to handle quota_{on,off} correctlyChao Yu
2019-08-23f2fs: fix to detect cp error in f2fs_setxattr()Chao Yu
2019-08-23f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu
2019-08-23f2fs: support fiemap() for directory inodeChao Yu
2019-08-23f2fs: fix to avoid discard command leakChao Yu
2019-08-23f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectlyChao Yu
2019-08-23f2fs: fix to drop meta/node pages during umountChao Yu
2019-08-23f2fs: disallow switching io_bits option during remountChao Yu
2019-08-23f2fs: fix panic of IO alignment featureChao Yu
2019-08-23f2fs: introduce {page,io}_is_mergeable() for readabilityChao Yu
2019-08-16f2fs: fix livelock in swapfile writesJaegeuk Kim
2019-08-12f2fs: add fs-verity supportEric Biggers
2019-08-12f2fs: wire up new fscrypt ioctlsEric Biggers
2019-07-30Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-28f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng
2019-07-26f2fs: fix to read source block before invalidating itJaegeuk Kim
2019-07-18mm: migrate: remove unused mode argumentKeith Busch
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-12f2fs: remove redundant check from f2fs_setflags_common()Eric Biggers
2019-07-12f2fs: use generic checking function for FS_IOC_FSSETXATTREric Biggers
2019-07-12f2fs: use generic checking and prep function for FS_IOC_SETFLAGSEric Biggers
2019-07-12Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal
2019-07-10f2fs: improve print log in f2fs_sanity_check_ckpt()Chao Yu
2019-07-10f2fs: avoid out-of-range memory accessOcean Chen
2019-07-10f2fs: fix to avoid long latency during umountHeng Xiao
2019-07-10f2fs: allow all the users to pin a fileJaegeuk Kim
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo
2019-07-03f2fs: support swap file w/ DIOJaegeuk Kim
2019-07-02f2fs: allocate blocks for pinned fileJaegeuk Kim
2019-07-02f2fs: fix is_idle() check for discard typeSahitya Tummala