summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* io-wq: re-set NUMA node affinities if CPUs come onlineJens Axboe2020-10-221-4/+56
* io_uring: don't reuse linked_timeoutPavel Begunkov2020-10-221-1/+3
* io_uring: unify fsize with def->work_flagsJens Axboe2020-10-213-14/+18
* io_uring: fix racy REQ_F_LINK_TIMEOUT clearingPavel Begunkov2020-10-191-4/+13
* io_uring: do poll's hash_node init in common codePavel Begunkov2020-10-191-2/+1
* io_uring: inline io_poll_task_handler()Pavel Begunkov2020-10-191-19/+12
* io_uring: remove extra ->file check in poll prepPavel Begunkov2020-10-191-2/+0
* io_uring: make cached_cq_overflow non atomic_tPavel Begunkov2020-10-191-5/+6
* io_uring: inline io_fail_links()Pavel Begunkov2020-10-191-10/+3
* io_uring: kill ref get/drop in personality initPavel Begunkov2020-10-191-4/+9
* io_uring: flags-based creds init in queuePavel Begunkov2020-10-191-2/+2
* io_uring: use blk_queue_nowait() to check if NOWAIT supportedJeffle Xu2020-10-191-1/+1
* io_uring: fix double poll mask initPavel Begunkov2020-10-171-1/+3
* io-wq: inherit audit loginuid and sessionidJens Axboe2020-10-173-1/+37
* io_uring: use percpu counters to track inflight requestsJens Axboe2020-10-171-22/+28
* io_uring: assign new io_identity for task if members have changedJens Axboe2020-10-171-4/+15
* io_uring: store io_identity in io_uring_taskJens Axboe2020-10-171-10/+11
* io_uring: COW io_identity on mismatchJens Axboe2020-10-171-52/+170
* io_uring: move io identity items into separate structJens Axboe2020-10-173-56/+52
* 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-1711-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-1711-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