summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* io_uring: use type appropriate io_kiocb handler for double pollJens Axboe2020-10-251-2/+4
* io_uring: simplify __io_queue_sqe()Pavel Begunkov2020-10-231-17/+11
* io_uring: simplify nxt propagation in io_queue_sqePavel Begunkov2020-10-231-7/+3
* io_uring: don't miss setting IO_WQ_WORK_CONCURRENTPavel Begunkov2020-10-231-7/+3
* io_uring: don't defer put of cancelled ltimeoutPavel Begunkov2020-10-231-38/+20
* io_uring: always clear LINK_TIMEOUT after cancelPavel Begunkov2020-10-231-1/+1
* io_uring: don't adjust LINK_HEAD in cancel ltimeoutPavel Begunkov2020-10-231-1/+0
* io_uring: remove opcode check on ltimeout killPavel Begunkov2020-10-231-2/+1
* splice: change exported internal do_splice() helper to take kernel offsetJens Axboe2020-10-221-13/+50
* io_uring: make loop_rw_iter() use original user supplied pointersJens Axboe2020-10-221-14/+12
* io_uring: remove req cancel in ->flush()Pavel Begunkov2020-10-221-23/+5
* 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-211-1/+3
* io_uring: unify fsize with def->work_flagsJens Axboe2020-10-203-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-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