summaryrefslogtreecommitdiffstats
path: root/io_uring/memmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring: fix corner case forgetting to vunmapPavel Begunkov2024-11-271-1/+3
* io_uring: check for overflows in io_pin_pagesPavel Begunkov2024-11-261-1/+6
* io_uring/region: return negative -E2BIG in io_create_region()Dan Carpenter2024-11-201-1/+1
* io_uring/region: fix error codes after failed vmapPavel Begunkov2024-11-171-1/+3
* io_uring: introduce concept of memory regionsPavel Begunkov2024-11-151-0/+67
* io_uring: fortify io_pin_pages with a warningPavel Begunkov2024-11-151-0/+2
* io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe2024-10-291-0/+8
* io_uring/memmap: explicitly return -EFAULT for mmap on NULL ringsJens Axboe2024-10-291-0/+4
* io_uring: don't attempt to mmap larger than what the user asks forJens Axboe2024-05-291-2/+3
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-1/+1
* io_uring: move mapping/allocation helpers to a separate fileJens Axboe2024-04-151-0/+336