summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala2019-08-233-9/+46
| * | f2fs: allocate memory in batch in build_sit_info()Chao Yu2019-08-232-28/+24
| * | f2fs: support FS_IOC_{GET,SET}FSLABELChao Yu2019-08-232-0/+72
| * | 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 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-09-2112-135/+248
|\ \ \
| * | | fs-udf: Delete an unnecessary check before brelse()Markus Elfring2019-09-041-2/+1
| * | | ext2: Delete an unnecessary check before brelse()Markus Elfring2019-09-041-2/+1
| * | | udf: Drop forward function declarationsJan Kara2019-09-041-53/+49
| * | | udf: Verify domain identifier fieldsJan Kara2019-09-042-27/+78
| * | | udf: augment UDF permissions on new inodesSteven J. Magnani2019-08-275-4/+35
| * | | udf: Use dynamic debug infrastructureJan Kara2019-08-262-16/+1
| * | | udf: reduce leakage of blocks related to named streamsSteven J. Magnani2019-08-263-2/+29
| * | | udf: prevent allocation beyond UDF partitionSteve Magnani2019-07-311-0/+11
| * | | quota: fix condition for resetting time limit in do_set_dqblk()Chengguang Xu2019-07-311-2/+2
| * | | ext2: code cleanup for ext2_free_blocks()Chengguang Xu2019-07-311-3/+1
| * | | ext2: fix block range in ext2_data_block_valid()Chengguang Xu2019-07-312-4/+4
| * | | udf: support 2048-byte spacing of VRS descriptors on 4K mediaSteven J. Magnani2019-07-311-0/+16
| * | | udf: refactor VRS descriptor identificationSteven J. Magnani2019-07-311-64/+64
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-09-2117-281/+837
|\ \ \ \
| * \ \ \ Merge tag 'unicode-next-v5.4' of https://git.kernel.org/pub/scm/linux/kernel/...Theodore Ts'o2019-09-182-3/+3
| |\ \ \ \
| | * | | | unicode: make array 'token' static const, makes object smallerColin Ian King2019-09-171-1/+1
| | * | | | unicode: Move static keyword to the front of declarationsKrzysztof Wilczynski2019-09-171-2/+2
| * | | | | ext4: fix kernel oops caused by spurious casefold flagTheodore Ts'o2019-09-034-6/+10
| * | | | | ext4: fix integer overflow when calculating commit intervalzhangyi (F)2019-08-281-0/+7
| * | | | | ext4: use percpu_counters for extent_status cache hits/missesYang Guo2019-08-282-15/+26