summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-241-97/+76
|\
| * 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_uring: don't reuse linked_timeoutPavel Begunkov2020-10-211-1/+3
| * io_uring: unify fsize with def->work_flagsJens Axboe2020-10-201-12/+11
| * 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
* | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-6/+7
|\ \
| * | task_work: cleanup notification modesJens Axboe2020-10-171-6/+7
* | | Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-201-260/+388
|\ \ \ | | |/ | |/|
| * | 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-171-1/+23
| * 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-171-31/+31
| * io_uring: rely solely on work flags to determine personality.Jens Axboe2020-10-171-18/+33
| * io_uring: pass required context in as flagsJens Axboe2020-10-171-60/+40
| * 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
* | mm/madvise: pass mm to do_madviseMinchan Kim2020-10-181-1/+1
|/
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-0/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-12/+25
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-14/+90
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-44/+70
| |\ \ \
| * | | | io_uring: ignore POLLIN for recvmsg on MSG_ERRQUEUELuke Hsiao2020-08-241-0/+6
* | | | | Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-786/+1395
|\ \ \ \ \
| * | | | | io_uring: keep a pointer ref_node in file_dataPavel Begunkov2020-10-101-8/+6
| * | | | | io_uring: refactor *files_register()'s error pathsPavel Begunkov2020-10-101-46/+32
| * | | | | io_uring: clean file_data access in files_registerPavel Begunkov2020-10-101-36/+33
| * | | | | io_uring: don't delay io_init_req() error checkPavel Begunkov2020-10-101-2/+1
| * | | | | io_uring: clean leftovers after splitting issuePavel Begunkov2020-10-101-8/+6
| * | | | | io_uring: remove timeout.list after hrtimer cancelPavel Begunkov2020-10-101-9/+2
| * | | | | io_uring: use a separate struct for timeout_removePavel Begunkov2020-10-101-9/+9
| * | | | | io_uring: improve submit_state.ios_left accountingPavel Begunkov2020-10-101-5/+5
| * | | | | io_uring: simplify io_file_get()Pavel Begunkov2020-10-101-16/+14