summaryrefslogtreecommitdiffstats
path: root/mm/gup.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-15switch io_msg_ring() to CLASS(fd)Al Viro1-11/+7
2024-11-13io_uring: fix invalid hybrid polling ctx leaksPavel Begunkov1-5/+5
2024-11-11io_uring/uring_cmd: fix buffer index retrievalMing Lei1-1/+2
2024-11-07io_uring/rsrc: add & apply io_req_assign_buf_node()Ming Lei5-7/+11
2024-11-07io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'Ming Lei2-10/+3
2024-11-07io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpersMing Lei5-35/+30
2024-11-06io_uring: avoid normal tw intermediate fallbackPavel Begunkov2-12/+11
2024-11-06io_uring/napi: add static napi tracking strategyOlivier Langlois5-27/+160
2024-11-06io_uring/napi: clean up __io_napi_do_busy_loopOlivier Langlois1-7/+8
2024-11-06io_uring/napi: Use lock guardsOlivier Langlois1-19/+21
2024-11-06io_uring/napi: improve __io_napi_addOlivier Langlois2-16/+9
2024-11-06io_uring/napi: fix io_napi_entry RCU accessesOlivier Langlois1-6/+11
2024-11-06io_uring/napi: protect concurrent io_napi_entry timeout accessesOlivier Langlois1-3/+3
2024-11-06io_uring: prevent speculating sq_array indexingPavel Begunkov1-0/+1
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe14-36/+48
2024-11-06io_uring: remove task ref helpersJens Axboe1-21/+10
2024-11-06io_uring: move cancelations to be io_uring_task basedJens Axboe12-40/+40
2024-11-06io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe8-17/+29
2024-11-06io_uring/rsrc: encode node type and ctx togetherJens Axboe2-9/+19
2024-11-02io_uring: add support for hybrid IOPOLLhexue4-14/+108
2024-11-02io_uring/rsrc: allow cloning with node replacementsJens Axboe2-15/+54
2024-11-02io_uring/rsrc: allow cloning at an offsetJens Axboe2-7/+30
2024-11-02io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe6-50/+40
2024-11-02io_uring/rsrc: add io_reset_rsrc_node() helperJens Axboe3-16/+17
2024-11-02io_uring/filetable: kill io_reset_alloc_hint() helperJens Axboe1-6/+1
2024-11-02io_uring/filetable: remove io_file_from_index() helperJens Axboe2-11/+3
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe12-59/+57
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe15-212/+123
2024-11-02io_uring: only initialize io_kiocb rsrc_nodes when neededJens Axboe2-4/+10
2024-11-02io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entriesJens Axboe5-29/+41
2024-11-02io_uring/rsrc: get rid of io_rsrc_node allocation cacheJens Axboe3-20/+7
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe13-465/+270
2024-10-29io_uring/rsrc: kill io_charge_rsrc_node()Jens Axboe1-7/+1
2024-10-29io_uring/splice: open code 2nd direct file assignmentJens Axboe3-8/+39
2024-10-29io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cacheJens Axboe1-0/+2
2024-10-29io_uring/rsrc: move struct io_fixed_file to rsrc.h headerJens Axboe3-5/+6
2024-10-29io_uring/nop: add support for testing registered files and buffersJens Axboe2-5/+47
2024-10-29io_uring: add support for fixed wait regionsJens Axboe5-11/+191
2024-10-29io_uring: change io_get_ext_arg() to use uaccess begin + endJens Axboe1-1/+17
2024-10-29io_uring: switch struct ext_arg from __kernel_timespec to timespec64Jens Axboe1-10/+9
2024-10-29io_uring/sqpoll: wait on sqd->wait for thread parkingJens Axboe1-1/+2
2024-10-29io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe5-0/+236
2024-10-29io_uring/memmap: explicitly return -EFAULT for mmap on NULL ringsJens Axboe1-0/+4
2024-10-29io_uring: abstract out a bit of the ring filling logicJens Axboe2-30/+41
2024-10-29io_uring: move max entry definition and ring sizing into headerJens Axboe2-8/+11
2024-10-29io_uring/net: clean up io_msg_copy_hdrPavel Begunkov1-7/+8
2024-10-29io_uring/net: don't alias send user pointer readsPavel Begunkov1-5/+8
2024-10-29io_uring/net: don't store send address ptrPavel Begunkov1-20/+16
2024-10-29io_uring/net: split send and sendmsg prep helpersPavel Begunkov1-9/+12
2024-10-29io_uring: kill 'imu' from struct io_kiocbJens Axboe1-3/+0