summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm/madvise: pass mm to do_madviseMinchan Kim2020-10-181-1/+1
* binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn2020-10-181-0/+3
* mm, memcg: rework remote charging API to support nestingRoman Gushchin2020-10-183-7/+9
* Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-1611-200/+427
|\
| * ovl: use generic vfs_ioc_setflags_prepare() helperAmir Goldstein2020-10-061-32/+30
| * ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesAmir Goldstein2020-10-063-12/+51
| * ovl: rearrange ovl_can_list()Miklos Szeredi2020-09-021-3/+6
| * ovl: enumerate private xattrsMiklos Szeredi2020-09-023-26/+59
| * ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-029-86/+107
| * ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi2020-09-026-9/+9
| * ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrsMiklos Szeredi2020-09-022-4/+4
| * ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi2020-09-024-8/+15
| * ovl: fold ovl_getxattr() into ovl_get_redirect_xattr()Miklos Szeredi2020-09-021-36/+17
| * ovl: clean up ovl_getxattr() in copy_up.cMiklos Szeredi2020-09-021-21/+11
| * duplicate ovl_getxattr()Miklos Szeredi2020-09-023-4/+35
| * ovl: provide a mount option "volatile"Vivek Goyal2020-09-025-8/+97
| * ovl: check for incompatible features in work dirAmir Goldstein2020-09-022-11/+46
* | Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-1611-172/+269
|\ \
| * | afs: Don't assert on unpurgeable server recordsDavid Howells2020-10-161-1/+6
| * | afs: Add tracing for cell refcount and active user countDavid Howells2020-10-169-55/+101
| * | afs: Fix cell removalDavid Howells2020-10-162-6/+11
| * | afs: Fix cell purging with aliasesDavid Howells2020-10-161-0/+3
| * | afs: Fix cell refcounting by splitting the usage counterDavid Howells2020-10-169-76/+136
| * | afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells2020-10-165-93/+71
* | | Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-1622-470/+1701
|\ \ \
| * | | f2fs: code cleanup by removing unnecessary checkChengguang Xu2020-10-141-3/+2
| * | | f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles2020-10-141-0/+1
| * | | f2fs: fix writecount false positive in releasing compress blocksDaeho Jeong2020-10-131-1/+2
| * | | f2fs: introduce check_swap_activate_fast()Chao Yu2020-10-131-0/+80
| * | | f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseChao Yu2020-10-131-0/+3
| * | | f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim2020-10-134-6/+12
| * | | f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu2020-10-091-0/+3
| * | | f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers2020-10-081-0/+7
| * | | f2fs: fix memory alignment to support 32bitJaegeuk Kim2020-10-081-1/+1
| * | | f2fs: fix slab leak of rpages pointerJaegeuk Kim2020-09-292-1/+3
| * | | f2fs: compress: fix to disallow enabling compress on non-empty fileChao Yu2020-09-291-0/+2
| * | | f2fs: compress: introduce cic/dic slab cacheChao Yu2020-09-293-7/+70
| * | | f2fs: compress: introduce page array slab cacheChao Yu2020-09-293-31/+102
| * | | f2fs: fix to do sanity check on segment/section countChao Yu2020-09-291-0/+6
| * | | f2fs: fix to check segment boundary during SIT page readaheadChao Yu2020-09-291-0/+2
| * | | f2fs: fix uninit-value in f2fs_lookupChao Yu2020-09-291-5/+3
| * | | f2fs: remove unneeded parameter in find_in_block()Chao Yu2020-09-291-11/+6
| * | | f2fs: fix wrong total_sections check and fsmeta checkWang Xiaojun2020-09-292-4/+5
| * | | f2fs: remove duplicated code in sanity_check_area_boundaryWang Xiaojun2020-09-291-8/+4
| * | | f2fs: remove unused check on version_bitmapWang Xiaojun2020-09-291-3/+0
| * | | f2fs: relocate blkzoned feature checkChao Yu2020-09-291-12/+11
| * | | f2fs: do sanity check on zoned block device pathChao Yu2020-09-291-0/+6
| * | | f2fs: add trace exit in exception pathZhang Qilong2020-09-291-1/+5
| * | | f2fs: change return value of reserved_segments to unsigned intXiaojun Wang2020-09-291-2/+2
| * | | f2fs: clean up kvfreeChao Yu2020-09-1410-28/+28