summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-1727-46/+18
* mm: use limited read-ahead to satisfy readJens Axboe2020-10-171-6/+14
* mm: mark async iocb read as NOWAIT once some data has been copiedJens Axboe2020-10-171-0/+8
* io_uring: fix double poll mask initPavel Begunkov2020-10-171-1/+3
* io-wq: inherit audit loginuid and sessionidJens Axboe2020-10-174-1/+41
* io_uring: use percpu counters to track inflight requestsJens Axboe2020-10-172-27/+30
* io_uring: assign new io_identity for task if members have changedJens Axboe2020-10-172-5/+17
* io_uring: store io_identity in io_uring_taskJens Axboe2020-10-172-10/+12
* io_uring: COW io_identity on mismatchJens Axboe2020-10-172-52/+171
* io_uring: move io identity items into separate structJens Axboe2020-10-174-57/+64
* io_uring: rely solely on work flags to determine personality.Jens Axboe2020-10-172-22/+33
* io_uring: pass required context in as flagsJens Axboe2020-10-173-64/+52
* io-wq: assign NUMA node locality if appropriateJens Axboe2020-10-171-0/+1
* io_uring: fix error path cleanup in io_sqe_files_register()Jens Axboe2020-10-171-1/+2
* Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"Jens Axboe2020-10-171-2/+2
* io_uring: fix REQ_F_COMP_LOCKED by killing itPavel Begunkov2020-10-171-80/+69
* io_uring: dig out COMP_LOCK from deep call chainPavel Begunkov2020-10-171-24/+9
* io_uring: don't put a poll req under spinlockPavel Begunkov2020-10-171-2/+1
* io_uring: don't unnecessarily clear F_LINK_TIMEOUTPavel Begunkov2020-10-171-1/+0
* io_uring: don't set COMP_LOCKED if won't putPavel Begunkov2020-10-171-1/+1
* io_uring: Fix sizeof() mismatchColin Ian King2020-10-171-1/+1
* Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-1712-200/+446
|\
| * 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-026-8/+116
| * 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-1712-172/+378
|\ \
| * | afs: Don't assert on unpurgeable server recordsDavid Howells2020-10-162-1/+8
| * | afs: Add tracing for cell refcount and active user countDavid Howells2020-10-1610-55/+208
| * | 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-1728-493/+1795
|\ \ \
| * | | 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-141-1/+2
| * | | f2fs: introduce check_swap_activate_fast()Chao Yu2020-10-141-0/+80
| * | | f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseChao Yu2020-10-141-0/+3
| * | | f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim2020-10-144-6/+12
| * | | f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu2020-10-091-0/+3