summaryrefslogtreecommitdiff
path: root/fs/f2fs (unfollow)
Commit message (Expand)Author
2021-03-03f2fs: fix out-of-repair __setattr_copy()Chao Yu
2020-11-10f2fs: fix to check segment boundary during SIT page readaheadChao Yu
2020-11-10f2fs crypto: avoid unneeded memory allocation in ->readdirChao Yu
2020-11-10fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers
2020-08-21f2fs: check if file namelen exceeds max valueSheng Yong
2020-08-21f2fs: check memory boundary by insane namelenJaegeuk Kim
2019-11-25f2fs: return correct errno in f2fs_gcJaegeuk Kim
2019-10-05f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu
2019-10-05Revert "f2fs: avoid out-of-range memory access"Chao Yu
2019-10-05f2fs: check all the data segments against all node onesSurbhi Palande
2019-09-26f2fs: avoid infinite GC loop due to stale atomic filesSayali Lokhande
2019-08-04ANDROID: Revert "f2fs: avoid out-of-range memory access"Greg Kroah-Hartman
2019-08-04f2fs: avoid out-of-range memory accessOcean Chen
2019-07-30f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng
2019-07-30f2fs: fix to read source block before invalidating itJaegeuk Kim
2019-07-30f2fs: remove redundant check from f2fs_setflags_common()Eric Biggers
2019-07-30f2fs: use generic checking and prep function for FS_IOC_SETFLAGSEric Biggers
2019-07-21fscrypt: don't set policy for a dead directoryHongjie Fang
2019-07-12f2fs: improve print log in f2fs_sanity_check_ckpt()Chao Yu
2019-07-12f2fs: avoid out-of-range memory accessOcean Chen
2019-07-12f2fs: fix to avoid long latency during umountHeng Xiao
2019-07-12f2fs: allow all the users to pin a fileJaegeuk Kim
2019-07-12f2fs: support swap file w/ DIOJaegeuk Kim
2019-07-12f2fs: allocate blocks for pinned fileJaegeuk Kim
2019-07-12f2fs: fix is_idle() check for discard typeSahitya Tummala
2019-07-12f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim
2019-07-12f2fs: set SBI_NEED_FSCK for xattr corruption caseChao Yu
2019-07-12f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-07-12f2fs: Use DIV_ROUND_UP() instead of open-codingGeert Uytterhoeven
2019-07-12f2fs: print kernel message if filesystem is inconsistentChao Yu
2019-07-12f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches
2019-07-12f2fs: avoid get_valid_blocks() for cleanupChao Yu
2019-07-12f2fs: ioctl for removing a range from F2FSQiuyang Sun
2019-07-11f2fs: only set project inherit bit for directoryWang Shilong
2019-07-11f2fs: separate f2fs i_flags from fs_flags and ext4 i_flagsEric Biggers
2019-06-22f2fs: fix to do sanity check on valid block count of segmentChao Yu
2019-06-22f2fs: fix to avoid panic in do_recover_data()Chao Yu
2019-06-13f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg
2019-06-13f2fs: Fix accounting for unusable blocksDaniel Rosenberg
2019-06-13f2fs: Fix root reserved on remountDaniel Rosenberg
2019-06-13f2fs: Lower threshold for disable_cp_againDaniel Rosenberg
2019-06-13f2fs: fix sparse warningChao Yu
2019-06-13f2fs: fix f2fs_show_options to show nodiscard mount optionSahitya Tummala
2019-06-13f2fs: add error prints for debugging mount failureSahitya Tummala
2019-06-13f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu
2019-06-13f2fs: fix to avoid deadloop if data_flush is onChao Yu
2019-06-13f2fs: always assume that the device is idle under gc_urgentPark Ju Hyung
2019-06-13f2fs: add bio cache for IPUChao Yu
2019-06-13f2fs: allow ssr block allocation during checkpoint=disable periodJaegeuk Kim
2019-06-13f2fs: fix to check layout on last valid checkpoint parkChao Yu