summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | | | | io_uring: kill extra check in fixed io_file_get()Pavel Begunkov2020-10-101-2/+1
| * | | | | io_uring: clean up ->files grabbingPavel Begunkov2020-10-101-39/+13
| * | | | | io_uring: don't io_prep_async_work() linked reqsPavel Begunkov2020-10-101-3/+0
| * | | | | io_uring: Convert advanced XArray uses to the normal APIMatthew Wilcox (Oracle)2020-10-091-12/+2
| * | | | | io_uring: Fix XArray usage in io_uring_add_task_fileMatthew Wilcox (Oracle)2020-10-091-12/+9
| * | | | | io_uring: Fix use of XArray in __io_uring_files_cancelMatthew Wilcox (Oracle)2020-10-091-14/+5
| * | | | | io_uring: fix break condition for __io_uring_register() waitingJens Axboe2020-10-081-3/+3
| * | | | | io_uring: no need to call xa_destroy() on empty xarrayJens Axboe2020-10-081-1/+0
| * | | | | io_uring: batch account ->req_issue and task struct referencesJens Axboe2020-10-071-2/+5
| * | | | | io_uring: kill callback_head argument for io_req_task_work_add()Jens Axboe2020-09-301-6/+5
| * | | | | io_uring: move req preps out of io_issue_sqe()Pavel Begunkov2020-09-301-17/+13
| * | | | | io_uring: decouple issuing and req preparationPavel Begunkov2020-09-301-206/+57
| * | | | | io_uring: remove nonblock arg from io_{rw}_prep()Pavel Begunkov2020-09-301-13/+10
| * | | | | io_uring: set/clear IOCB_NOWAIT into io_read/writePavel Begunkov2020-09-301-8/+9
| * | | | | io_uring: remove F_NEED_CLEANUP check in *prep()Pavel Begunkov2020-09-301-16/+2
| * | | | | io_uring: io_kiocb_ppos() style changePavel Begunkov2020-09-301-1/+1
| * | | | | io_uring: simplify io_alloc_req()Pavel Begunkov2020-09-301-9/+4
| * | | | | io_uring: show sqthread pid and cpu in fdinfoJoseph Qi2020-09-301-0/+6
| * | | | | io_uring: process task work in io_uring_register()Jens Axboe2020-09-301-12/+28
| * | | | | io_uring: add blkcg accounting to offloaded operationsDennis Zhou2020-09-301-0/+92
| * | | | | io_uring: improve registered buffer accounting for huge pagesJens Axboe2020-09-301-10/+80
| * | | | | io_uring: remove unneeded semicolonZheng Bin2020-09-301-1/+1