summaryrefslogtreecommitdiff
path: root/io_uring/rsrc.c
AgeCommit message (Expand)Author
2023-12-19io_uring: drop any code related to SCM_RIGHTSJens Axboe
2023-11-20io_uring: fix off-by one bvec indexKeith Busch
2023-10-02io_uring/rsrc: cleanup io_pin_pages()Jens Axboe
2023-08-11io_uring/rsrc: keep one global dummy_ubufPavel Begunkov
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-20io_uring: add helpers to decode the fixed file file_ptrChristoph Hellwig
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-06-09io_uring: rsrc: delegate VMA file-backed check to GUPLorenzo Stoakes
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds
2023-05-03io_uring/rsrc: check for nonconsecutive pagesTobias Holl
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-20Revert "io_uring/rsrc: disallow multi-source reg buffers"Jens Axboe
2023-04-18io_uring/rsrc: disassociate nodes and rsrc_dataPavel Begunkov
2023-04-18io_uring/rsrc: devirtualise rsrc put callbacksPavel Begunkov
2023-04-18io_uring/rsrc: pass node to io_rsrc_put_work()Pavel Begunkov
2023-04-18io_uring/rsrc: inline io_rsrc_put_work()Pavel Begunkov
2023-04-18io_uring/rsrc: add empty flag in rsrc_nodePavel Begunkov
2023-04-18io_uring/rsrc: merge nodes and io_rsrc_putPavel Begunkov
2023-04-18io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalPavel Begunkov
2023-04-15io_uring/rsrc: refactor io_queue_rsrc_removalPavel Begunkov
2023-04-15io_uring/rsrc: clean up __io_sqe_buffers_update()Pavel Begunkov
2023-04-15io_uring/rsrc: inline switch_start fast pathPavel Begunkov
2023-04-15io_uring/rsrc: remove rsrc_data refsPavel Begunkov
2023-04-15io_uring/rsrc: fix DEFER_TASKRUN rsrc quiescePavel Begunkov
2023-04-15io_uring/rsrc: use wq for quiescingPavel Begunkov
2023-04-15io_uring/rsrc: refactor io_rsrc_ref_quiescePavel Begunkov
2023-04-15io_uring/rsrc: remove io_rsrc_node::donePavel Begunkov
2023-04-15io_uring/rsrc: use nospec'ed indexesPavel Begunkov
2023-04-12io_uring/rsrc: extract SCM file put helperPavel Begunkov
2023-04-12io_uring/rsrc: refactor io_rsrc_node_switchPavel Begunkov
2023-04-12io_uring/rsrc: zero node's rsrc data on allocPavel Begunkov
2023-04-12io_uring/rsrc: consolidate node cachingPavel Begunkov
2023-04-12io_uring/rsrc: add lockdep checksPavel Begunkov
2023-04-04io_uring/rsrc: optimise io_rsrc_data refcountingPavel Begunkov
2023-04-04io_uring/rsrc: add lockdep sanity checksPavel Begunkov
2023-04-04io_uring/rsrc: cache struct io_rsrc_nodePavel Begunkov
2023-04-04io_uring/rsrc: don't offload node freePavel Begunkov
2023-04-04io_uring/rsrc: optimise io_rsrc_put allocationPavel Begunkov
2023-04-04io_uring/rsrc: rename rsrc_listPavel Begunkov
2023-04-04io_uring/rsrc: kill rsrc_ref_lockPavel Begunkov
2023-04-04io_uring/rsrc: protect node refs with uring_lockPavel Begunkov
2023-04-04io_uring/rsrc: keep cached refs per nodePavel Begunkov
2023-04-04io_uring/rsrc: use non-pcpu refcounts for nodesPavel Begunkov
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-22io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()Savino Dicanosa
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-16io_uring/rsrc: fix folio accountingPavel Begunkov
2023-03-15io_uring: rsrc: Optimize return value variable 'ret'Li zeming
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-08net: reclaim skb->scm_io_uring bitEric Dumazet