summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
| * f2fs: fix to avoid data corruption by forbidding SSR overwriteChao Yu2019-08-231-3/+5
| * f2fs: Fix build error while CONFIG_NLS=mYueHaibing2019-08-231-0/+1
| * Revert "f2fs: avoid out-of-range memory access"Chao Yu2019-08-231-5/+0
| * f2fs: cleanup the code in build_sit_entries.Lihong Kou2019-08-231-2/+0
| * f2fs: fix wrong available node count calculationChao Yu2019-08-232-5/+3
| * f2fs: remove duplicate code in f2fs_file_write_iterLihong Kou2019-08-231-5/+0
| * f2fs: fix to migrate blocks correctly during defragmentChao Yu2019-08-231-4/+6
| * f2fs: use wrapped f2fs_cp_error()Chao Yu2019-08-231-1/+1
| * f2fs: fix to use more generic EOPNOTSUPPChao Yu2019-08-231-1/+1
| * f2fs: use wrapped IS_SWAPFILE()Chao Yu2019-08-231-1/+1
| * f2fs: Support case-insensitive file name lookupsDaniel Rosenberg2019-08-238-20/+204
| * f2fs: include charset encoding information in the superblockDaniel Rosenberg2019-08-233-0/+124
| * f2fs: fix to avoid call kvfree under spinlockChao Yu2019-08-231-1/+4
| * fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status()Jia-Ju Bai2019-08-231-2/+2
| * f2fs: disallow direct IO in atomic writeChao Yu2019-08-231-0/+3
| * f2fs: fix to handle quota_{on,off} correctlyChao Yu2019-08-231-2/+25
| * f2fs: fix to detect cp error in f2fs_setxattr()Chao Yu2019-08-231-0/+2
| * f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu2019-08-233-0/+20
| * f2fs: support fiemap() for directory inodeChao Yu2019-08-233-2/+9
| * f2fs: fix to avoid discard command leakChao Yu2019-08-231-0/+7
| * f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectlyChao Yu2019-08-231-1/+2
| * f2fs: fix to drop meta/node pages during umountChao Yu2019-08-231-0/+14
| * f2fs: disallow switching io_bits option during remountChao Yu2019-08-231-0/+7
| * f2fs: fix panic of IO alignment featureChao Yu2019-08-232-1/+11
| * f2fs: introduce {page,io}_is_mergeable() for readabilityChao Yu2019-08-231-7/+33
| * f2fs: fix livelock in swapfile writesJaegeuk Kim2019-08-161-1/+1
* | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-9/+12
|\ \
| * | timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani2019-08-301-9/+12
| |/
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-09-189-15/+392
|\ \
| * | f2fs: add fs-verity supportEric Biggers2019-08-129-15/+392
* | | f2fs: wire up new fscrypt ioctlsEric Biggers2019-08-122-0/+60
| |/ |/|
* | Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-303-100/+81
|\ \ | |/ |/|
| * f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng2019-07-281-24/+24
| * f2fs: fix to read source block before invalidating itJaegeuk Kim2019-07-261-36/+34
| * f2fs: remove redundant check from f2fs_setflags_common()Eric Biggers2019-07-121-8/+1
| * f2fs: use generic checking function for FS_IOC_FSSETXATTREric Biggers2019-07-121-31/+14
| * f2fs: use generic checking and prep function for FS_IOC_SETFLAGSEric Biggers2019-07-121-1/+8
* | mm: migrate: remove unused mode argumentKeith Busch2019-07-181-1/+1
* | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-152-6/+4
|\ \ | |/ |/|
| * block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-111-3/+1
| * 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-1218-758/+1268
|\ \
| * | f2fs: improve print log in f2fs_sanity_check_ckpt()Chao Yu2019-07-101-1/+3
| * | f2fs: avoid out-of-range memory accessOcean Chen2019-07-101-0/+5
| * | f2fs: fix to avoid long latency during umountHeng Xiao2019-07-101-0/+4
| * | f2fs: allow all the users to pin a fileJaegeuk Kim2019-07-101-3/+0
| * | f2fs: support swap file w/ DIOJaegeuk Kim2019-07-032-10/+137
| * | f2fs: allocate blocks for pinned fileJaegeuk Kim2019-07-021-1/+6
| * | f2fs: fix is_idle() check for discard typeSahitya Tummala2019-07-021-1/+1
| * | f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim2019-07-023-27/+53