summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorLines
2020-10-30Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds-70/+38
2020-10-25io_uring: use type appropriate io_kiocb handler for double pollJens Axboe-2/+4
2020-10-24Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds-97/+76
2020-10-23io_uring: simplify __io_queue_sqe()Pavel Begunkov-17/+11
2020-10-23io_uring: simplify nxt propagation in io_queue_sqePavel Begunkov-7/+3
2020-10-23io_uring: don't miss setting IO_WQ_WORK_CONCURRENTPavel Begunkov-7/+3
2020-10-23io_uring: don't defer put of cancelled ltimeoutPavel Begunkov-38/+20
2020-10-23io_uring: always clear LINK_TIMEOUT after cancelPavel Begunkov-1/+1
2020-10-23io_uring: don't adjust LINK_HEAD in cancel ltimeoutPavel Begunkov-1/+0
2020-10-23io_uring: remove opcode check on ltimeout killPavel Begunkov-2/+1
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+7
2020-10-22io_uring: make loop_rw_iter() use original user supplied pointersJens Axboe-14/+12
2020-10-22io_uring: remove req cancel in ->flush()Pavel Begunkov-23/+5
2020-10-21io_uring: don't reuse linked_timeoutPavel Begunkov-1/+3
2020-10-20io_uring: unify fsize with def->work_flagsJens Axboe-12/+11
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds-260/+388
2020-10-19io_uring: fix racy REQ_F_LINK_TIMEOUT clearingPavel Begunkov-4/+13
2020-10-19io_uring: do poll's hash_node init in common codePavel Begunkov-2/+1
2020-10-19io_uring: inline io_poll_task_handler()Pavel Begunkov-19/+12
2020-10-19io_uring: remove extra ->file check in poll prepPavel Begunkov-2/+0
2020-10-19io_uring: make cached_cq_overflow non atomic_tPavel Begunkov-5/+6
2020-10-19io_uring: inline io_fail_links()Pavel Begunkov-10/+3
2020-10-19io_uring: kill ref get/drop in personality initPavel Begunkov-4/+9
2020-10-19io_uring: flags-based creds init in queuePavel Begunkov-2/+2
2020-10-19io_uring: use blk_queue_nowait() to check if NOWAIT supportedJeffle Xu-1/+1
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim-1/+1
2020-10-17task_work: cleanup notification modesJens Axboe-6/+7
2020-10-17io_uring: fix double poll mask initPavel Begunkov-1/+3
2020-10-17io-wq: inherit audit loginuid and sessionidJens Axboe-1/+23
2020-10-17io_uring: use percpu counters to track inflight requestsJens Axboe-22/+28
2020-10-17io_uring: assign new io_identity for task if members have changedJens Axboe-4/+15
2020-10-17io_uring: store io_identity in io_uring_taskJens Axboe-10/+11
2020-10-17io_uring: COW io_identity on mismatchJens Axboe-52/+170
2020-10-17io_uring: move io identity items into separate structJens Axboe-31/+31
2020-10-17io_uring: rely solely on work flags to determine personality.Jens Axboe-18/+33
2020-10-17io_uring: pass required context in as flagsJens Axboe-60/+40
2020-10-17io_uring: fix error path cleanup in io_sqe_files_register()Jens Axboe-1/+2
2020-10-17Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"Jens Axboe-2/+2
2020-10-17io_uring: fix REQ_F_COMP_LOCKED by killing itPavel Begunkov-80/+69
2020-10-17io_uring: dig out COMP_LOCK from deep call chainPavel Begunkov-24/+9
2020-10-17io_uring: don't put a poll req under spinlockPavel Begunkov-2/+1
2020-10-17io_uring: don't unnecessarily clear F_LINK_TIMEOUTPavel Begunkov-1/+0
2020-10-17io_uring: don't set COMP_LOCKED if won't putPavel Begunkov-1/+1
2020-10-17io_uring: Fix sizeof() mismatchColin Ian King-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+6
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds-786/+1395
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-12/+8
2020-10-10io_uring: keep a pointer ref_node in file_dataPavel Begunkov-8/+6
2020-10-10io_uring: refactor *files_register()'s error pathsPavel Begunkov-46/+32
2020-10-10io_uring: clean file_data access in files_registerPavel Begunkov-36/+33