aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds3-100/+81
2019-07-28f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng1-24/+24
2019-07-26f2fs: fix to read source block before invalidating itJaegeuk Kim1-36/+34
2019-07-18mm: migrate: remove unused mode argumentKeith Busch1-1/+1
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+4
2019-07-12f2fs: remove redundant check from f2fs_setflags_common()Eric Biggers1-8/+1
2019-07-12f2fs: use generic checking function for FS_IOC_FSSETXATTREric Biggers1-31/+14
2019-07-12f2fs: use generic checking and prep function for FS_IOC_SETFLAGSEric Biggers1-1/+8
2019-07-12Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds18-758/+1268
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+4
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal1-3/+1
2019-07-10f2fs: improve print log in f2fs_sanity_check_ckpt()Chao Yu1-1/+3
2019-07-10f2fs: avoid out-of-range memory accessOcean Chen1-0/+5
2019-07-10f2fs: fix to avoid long latency during umountHeng Xiao1-0/+4
2019-07-10f2fs: allow all the users to pin a fileJaegeuk Kim1-3/+0
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo1-2/+2
2019-07-03f2fs: support swap file w/ DIOJaegeuk Kim2-10/+137
2019-07-02f2fs: allocate blocks for pinned fileJaegeuk Kim1-1/+6
2019-07-02f2fs: fix is_idle() check for discard typeSahitya Tummala1-1/+1
2019-07-02f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim3-27/+53
2019-07-02f2fs: set SBI_NEED_FSCK for xattr corruption caseChao Yu1-0/+6
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu14-37/+46
2019-07-02f2fs: Use DIV_ROUND_UP() instead of open-codingGeert Uytterhoeven3-6/+6
2019-07-02f2fs: print kernel message if filesystem is inconsistentChao Yu1-0/+2
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches14-507/+351
2019-07-02f2fs: avoid get_valid_blocks() for cleanupChao Yu1-4/+2
2019-07-02f2fs: ioctl for removing a range from F2FSQiuyang Sun7-5/+260
2019-06-21f2fs: only set project inherit bit for directoryWang Shilong2-1/+3
2019-06-21f2fs: separate f2fs i_flags from fs_flags and ext4 i_flagsEric Biggers2-118/+163
2019-06-21f2fs: replace ktype default_attrs with default_groupsKimberly Brown1-2/+4
2019-06-13f2fs: replace ktype default_attrs with default_groupsKimberly Brown1-2/+4
2019-06-03f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg4-25/+73
2019-06-03f2fs: Fix accounting for unusable blocksDaniel Rosenberg1-5/+10
2019-06-03f2fs: Fix root reserved on remountDaniel Rosenberg1-1/+2
2019-06-03f2fs: Lower threshold for disable_cp_againDaniel Rosenberg1-3/+5
2019-05-30f2fs: fix sparse warningChao Yu2-3/+3
2019-05-30f2fs: fix f2fs_show_options to show nodiscard mount optionSahitya Tummala1-0/+2
2019-05-30f2fs: add error prints for debugging mount failureSahitya Tummala2-3/+7
2019-05-30f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu1-0/+39
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers1-2/+3
2019-05-28fscrypt: simplify bounce page handlingEric Biggers1-7/+5
2019-05-23f2fs: fix to avoid deadloop if data_flush is onChao Yu4-0/+9
2019-05-23f2fs: always assume that the device is idle under gc_urgentPark Ju Hyung1-0/+3
2019-05-23f2fs: add bio cache for IPUChao Yu3-10/+86
2019-05-23f2fs: allow ssr block allocation during checkpoint=disable periodJaegeuk Kim1-1/+2
2019-05-23f2fs: fix to check layout on last valid checkpoint parkChao Yu2-11/+9
2019-05-23f2fs: link f2fs quota ops for sysfileJaegeuk Kim2-8/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds16-299/+623
2019-05-09f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2-9/+29