summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2022-10-24io_uring: correct pinned_vm accountingPavel Begunkov1-6/+4
2022-10-24io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+1
2022-10-24io_uring/net: don't update msg_name if not providedPavel Begunkov1-1/+2
2022-10-24io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher1-2/+4
2022-10-24io_uring/rw: fix unexpected link breakagePavel Begunkov1-0/+1
2022-09-28io_uring: ensure that cached task references are always put on exitJens Axboe1-0/+3
2022-09-23io_uring/msg_ring: check file type before puttingJens Axboe1-1/+2
2022-09-15lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain1-0/+4
2022-09-15io_uring: recycle kbuf recycle on tw requeuePavel Begunkov1-0/+1
2022-08-31io_uring: fix issue with io_write() not always undoing sb_start_write()Jens Axboe1-1/+6
2022-08-17io_uring: mem-account pbuf bucketsPavel Begunkov1-1/+1
2022-08-17io_uring: Don't require reinitable percpu_refMichal Koutný1-1/+1
2022-08-17io_uring: define a 'prep' and 'issue' handler for each opcodeJens Axboe1-458/+350
2022-08-17io_uring: move to separate directoryJens Axboe4-0/+14931