summaryrefslogtreecommitdiff
path: root/io_uring/memmap.c
AgeCommit message (Expand)Author
2024-11-27io_uring: fix corner case forgetting to vunmapPavel Begunkov
2024-11-26io_uring: check for overflows in io_pin_pagesPavel Begunkov
2024-11-20io_uring/region: return negative -E2BIG in io_create_region()Dan Carpenter
2024-11-17io_uring/region: fix error codes after failed vmapPavel Begunkov
2024-11-15io_uring: introduce concept of memory regionsPavel Begunkov
2024-11-15io_uring: fortify io_pin_pages with a warningPavel Begunkov
2024-10-29io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe
2024-10-29io_uring/memmap: explicitly return -EFAULT for mmap on NULL ringsJens Axboe
2024-05-29io_uring: don't attempt to mmap larger than what the user asks forJens Axboe
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-04-15io_uring: move mapping/allocation helpers to a separate fileJens Axboe