summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-303-100/+81Star
|\
| * f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng2019-07-291-24/+24
| * f2fs: fix to read source block before invalidating itJaegeuk Kim2019-07-271-36/+34Star
| * f2fs: remove redundant check from f2fs_setflags_common()Eric Biggers2019-07-131-8/+1Star
| * f2fs: use generic checking function for FS_IOC_FSSETXATTREric Biggers2019-07-131-31/+14Star
| * f2fs: use generic checking and prep function for FS_IOC_SETFLAGSEric Biggers2019-07-131-1/+8
* | mm: migrate: remove unused mode argumentKeith Busch2019-07-191-1/+1
* | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-162-6/+4Star
|\ \ | |/ |/|
| * block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-121-3/+1Star
| * blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo2019-07-101-2/+2
* | Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-07-1318-758/+1268
|\ \
| * | f2fs: improve print log in f2fs_sanity_check_ckpt()Chao Yu2019-07-111-1/+3
| * | f2fs: avoid out-of-range memory accessOcean Chen2019-07-111-0/+5
| * | f2fs: fix to avoid long latency during umountHeng Xiao2019-07-111-0/+4
| * | f2fs: allow all the users to pin a fileJaegeuk Kim2019-07-111-3/+0Star
| * | f2fs: support swap file w/ DIOJaegeuk Kim2019-07-032-10/+137
| * | f2fs: allocate blocks for pinned fileJaegeuk Kim2019-07-031-1/+6
| * | f2fs: fix is_idle() check for discard typeSahitya Tummala2019-07-031-1/+1
| * | f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim2019-07-033-27/+53
| * | f2fs: set SBI_NEED_FSCK for xattr corruption caseChao Yu2019-07-031-0/+6
| * | f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-07-0314-37/+46
| * | f2fs: Use DIV_ROUND_UP() instead of open-codingGeert Uytterhoeven2019-07-033-6/+6
| * | f2fs: print kernel message if filesystem is inconsistentChao Yu2019-07-031-0/+2
| * | f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches2019-07-0314-507/+351Star
| * | f2fs: avoid get_valid_blocks() for cleanupChao Yu2019-07-031-4/+2Star
| * | f2fs: ioctl for removing a range from F2FSQiuyang Sun2019-07-037-5/+260
| * | f2fs: only set project inherit bit for directoryWang Shilong2019-06-212-1/+3
| * | f2fs: separate f2fs i_flags from fs_flags and ext4 i_flagsEric Biggers2019-06-212-118/+163
| * | f2fs: replace ktype default_attrs with default_groupsKimberly Brown2019-06-211-2/+4
| * | f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg2019-06-034-25/+73
| * | f2fs: Fix accounting for unusable blocksDaniel Rosenberg2019-06-031-5/+10
| * | f2fs: Fix root reserved on remountDaniel Rosenberg2019-06-031-1/+2
| * | f2fs: Lower threshold for disable_cp_againDaniel Rosenberg2019-06-031-3/+5
| * | f2fs: fix sparse warningChao Yu2019-05-302-3/+3
| * | f2fs: fix f2fs_show_options to show nodiscard mount optionSahitya Tummala2019-05-301-0/+2
| * | f2fs: add error prints for debugging mount failureSahitya Tummala2019-05-302-3/+7
| * | f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu2019-05-301-0/+39
| * | f2fs: fix to avoid deadloop if data_flush is onChao Yu2019-05-234-0/+9
| * | f2fs: always assume that the device is idle under gc_urgentPark Ju Hyung2019-05-231-0/+3
| * | f2fs: add bio cache for IPUChao Yu2019-05-233-10/+86
| * | f2fs: allow ssr block allocation during checkpoint=disable periodJaegeuk Kim2019-05-231-1/+2
| * | f2fs: fix to check layout on last valid checkpoint parkChao Yu2019-05-232-11/+9Star
| * | f2fs: link f2fs quota ops for sysfileJaegeuk Kim2019-05-232-8/+3Star
* | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+4
|\ \ \
| * | | f2fs: replace ktype default_attrs with default_groupsKimberly Brown2019-06-131-2/+4
| | |/ | |/|
* | | fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers2019-05-281-2/+3
* | | fscrypt: simplify bounce page handlingEric Biggers2019-05-281-7/+5Star
|/ /
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-1416-299/+623
|\
| * f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2019-05-092-9/+29