aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-260/+388
2020-10-19io_uring: use blk_queue_nowait() to check if NOWAIT supportedJeffle Xu1-1/+1
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim1-1/+1
2020-10-17io_uring: fix double poll mask initPavel Begunkov1-1/+3
2020-10-17io-wq: inherit audit loginuid and sessionidJens Axboe1-1/+23
2020-10-17io_uring: use percpu counters to track inflight requestsJens Axboe1-22/+28
2020-10-17io_uring: assign new io_identity for task if members have changedJens Axboe1-4/+15
2020-10-17io_uring: store io_identity in io_uring_taskJens Axboe1-10/+11
2020-10-17io_uring: COW io_identity on mismatchJens Axboe1-52/+170
2020-10-17io_uring: move io identity items into separate structJens Axboe1-31/+31
2020-10-17io_uring: rely solely on work flags to determine personality.Jens Axboe1-18/+33
2020-10-17io_uring: pass required context in as flagsJens Axboe1-60/+40
2020-10-17io_uring: fix error path cleanup in io_sqe_files_register()Jens Axboe1-1/+2
2020-10-17Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"Jens Axboe1-2/+2
2020-10-17io_uring: fix REQ_F_COMP_LOCKED by killing itPavel Begunkov1-80/+69
2020-10-17io_uring: dig out COMP_LOCK from deep call chainPavel Begunkov1-24/+9
2020-10-17io_uring: don't put a poll req under spinlockPavel Begunkov1-2/+1
2020-10-17io_uring: don't unnecessarily clear F_LINK_TIMEOUTPavel Begunkov1-1/+0
2020-10-17io_uring: don't set COMP_LOCKED if won't putPavel Begunkov1-1/+1
2020-10-17io_uring: Fix sizeof() mismatchColin Ian King1-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+6
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-786/+1395
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+8
2020-10-10io_uring: keep a pointer ref_node in file_dataPavel Begunkov1-8/+6
2020-10-10io_uring: refactor *files_register()'s error pathsPavel Begunkov1-46/+32
2020-10-10io_uring: clean file_data access in files_registerPavel Begunkov1-36/+33
2020-10-10io_uring: don't delay io_init_req() error checkPavel Begunkov1-2/+1
2020-10-10io_uring: clean leftovers after splitting issuePavel Begunkov1-8/+6
2020-10-10io_uring: remove timeout.list after hrtimer cancelPavel Begunkov1-9/+2
2020-10-10io_uring: use a separate struct for timeout_removePavel Begunkov1-9/+9
2020-10-10io_uring: improve submit_state.ios_left accountingPavel Begunkov1-5/+5
2020-10-10io_uring: simplify io_file_get()Pavel Begunkov1-16/+14
2020-10-10io_uring: kill extra check in fixed io_file_get()Pavel Begunkov1-2/+1
2020-10-10io_uring: clean up ->files grabbingPavel Begunkov1-39/+13
2020-10-10io_uring: don't io_prep_async_work() linked reqsPavel Begunkov1-3/+0
2020-10-09io_uring: Convert advanced XArray uses to the normal APIMatthew Wilcox (Oracle)1-12/+2
2020-10-09io_uring: Fix XArray usage in io_uring_add_task_fileMatthew Wilcox (Oracle)1-12/+9
2020-10-09io_uring: Fix use of XArray in __io_uring_files_cancelMatthew Wilcox (Oracle)1-14/+5
2020-10-08io_uring: fix break condition for __io_uring_register() waitingJens Axboe1-3/+3
2020-10-08io_uring: no need to call xa_destroy() on empty xarrayJens Axboe1-1/+0
2020-10-07io_uring: batch account ->req_issue and task struct referencesJens Axboe1-2/+5
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+25
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig1-12/+8
2020-10-02Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+18
2020-09-30io_uring: kill callback_head argument for io_req_task_work_add()Jens Axboe1-6/+5
2020-09-30io_uring: move req preps out of io_issue_sqe()Pavel Begunkov1-17/+13
2020-09-30io_uring: decouple issuing and req preparationPavel Begunkov1-206/+57
2020-09-30io_uring: remove nonblock arg from io_{rw}_prep()Pavel Begunkov1-13/+10
2020-09-30io_uring: set/clear IOCB_NOWAIT into io_read/writePavel Begunkov1-8/+9
2020-09-30io_uring: remove F_NEED_CLEANUP check in *prep()Pavel Begunkov1-16/+2