blob: e390e594b4585ca5e6e1fecc26e39ab2ff1ee442 [file] [log] [blame]
2e0464d48f32 ("io_uring: separate reporting of ring pages from registered pages")
309758254ea6 ("io_uring: report pinned memory usage")
aad5d8da1b30 ("io_uring: rename ctx->account_mem field")
a087e2b51992 ("io_uring: add wrappers for memory accounting")
e1d85334d623 ("io_uring: fix 1-bit bitfields to be unsigned")
f1f6a7dd9b53 ("mm, tree-wide: rename put_user_page*() to unpin_user_page*()")
aa4b87fe9ea3 ("powerpc: book3s64: convert to pin_user_pages() and put_user_page()")
19fed0dae94d ("vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion")
1f815afcfca7 ("media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion")
803e4572d7c5 ("mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()")
57459435cff5 ("goldish_pipe: convert to pin_user_pages() and put_user_page()")
eddb1c228f79 ("mm/gup: introduce pin_user_pages*() and FOLL_PIN")
3c7470b6f684 ("media/v4l2-core: set pages dirty upon releasing DMA buffers")
f4000fdf435b ("mm/gup: allow FOLL_FORCE for get_user_pages_fast()")
3567813eae5e ("vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call")
c4237f8b1f4f ("mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM")
f2842ab5b72d ("io_uring: enable option to only trigger eventfd for async completions")
69b3e546139a ("io_uring: change io_ring_ctx bool fields into bit fields")
d3656344fea0 ("io_uring: add lookup table for various opcode needs")
32fe525b6d10 ("io_uring: move *queue_link_head() from common path")
9d76377f7e13 ("io_uring: rename prev to head")
ce35a47a3a02 ("io_uring: add IOSQE_ASYNC")
eddc7ef52a6b ("io_uring: add support for IORING_OP_STATX")
05f3fb3c5397 ("io_uring: avoid ring quiesce for fixed file set unregister and update")
b5dba59e0cf7 ("io_uring: add support for IORING_OP_CLOSE")
15b71abe7b52 ("io_uring: add support for IORING_OP_OPENAT")
d63d1b5edb7b ("io_uring: add support for fallocate()")
1292e972fff2 ("io_uring: fix compat for IORING_REGISTER_FILES_UPDATE")
3529d8c2b353 ("io_uring: pass in 'sqe' to the prep handlers")
06b76d44ba25 ("io_uring: standardize the prep methods")
26a61679f10c ("io_uring: read 'count' for IORING_OP_TIMEOUT in prep handler")
e47293fdf989 ("io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handler")
3fbb51c18f5c ("io_uring: move all prep state for IORING_OP_CONNECT to prep handler")
9adbd45d6d32 ("io_uring: add and use struct io_rw for read/writes")
d55e5f5b70dd ("io_uring: use u64_to_user_ptr() consistently")
fd6c2e4c063d ("io_uring: io_wq_submit_work() should not touch req->rw")
e781573e2fb1 ("io_uring: warn about unhandled opcode")
d625c6ee4975 ("io_uring: read opcode and user_data from SQE exactly once")
b29472ee7b53 ("io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable")
fbf23849b172 ("io_uring: make IORING_OP_CANCEL_ASYNC deferrable")
0969e783e3a8 ("io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrable")
ffbb8d6b7691 ("io_uring: make HARDLINK imply LINK")
8ed8d3c3bc32 ("io_uring: any deferred command must have stable sqe data")
fc4df999e24f ("io_uring: remove 'sqe' parameter to the OP helpers that take it")
b7bb4f7da0a1 ("io_uring: fix pre-prepped issue with force_nonblock == true")
0b416c3e1345 ("io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG")
d195a66e367b ("io_uring: fix stale comment and a few typos")
5bd831a469e0 ("Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-block")