aboutsummaryrefslogtreecommitdiffstats
path: root/fs/aio.c
AgeCommit message (Expand)Author
2024-02-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/basev4.19/standard/preempt-rt/baseBruce Ashfield
2023-02-22aio: fix mremap after fork null-derefSeth Jenkins
2022-01-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-12-14aio: fix use-after-free due to missing POLLFREE handlingEric Biggers
2021-12-14aio: keep poll requests on waitqueue until completedEric Biggers
2020-07-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-06-22aio: fix async fsync credsMiklos Szeredi
2020-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-02-11aio: prevent potential eventfd recursion on pollJens Axboe
2019-11-17workqueue: reworkSebastian Andrzej Siewior
2019-11-17fs/aio: simple simple workSebastian Andrzej Siewior
2019-11-17revert-aioSteven Rostedt (VMware)
2019-05-08Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-05-02Fix aio_poll() racesAl Viro
2019-05-02aio: store event at final iocb_put()Al Viro
2019-05-02aio: keep io_event in aio_kiocbAl Viro
2019-05-02aio: fold lookup_kiocb() into its sole callerAl Viro
2019-05-02pin iocb through aio.Linus Torvalds
2019-05-02aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds
2019-05-02aio: initialize kiocb private in case any filesystems expect it.Mike Marshall
2019-05-02aio: abstract out io_event filler helperJens Axboe
2019-05-02aio: split out iocb copy from io_submit_one()Jens Axboe
2019-05-02aio: use iocb_put() instead of open coding itJens Axboe
2019-05-02aio: don't zero entire aio_kiocb aio_get_req()Jens Axboe
2019-05-02aio: separate out ring reservation from req allocationChristoph Hellwig
2019-05-02aio: use assigned completion handlerJens Axboe
2019-05-02aio: clear IOCB_HIPRIChristoph Hellwig
2019-03-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-03-10aio: Fix locking in aio_poll()Bart Van Assche
2019-01-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2018-12-19aio: fix spectre gadget in lookup_ioctxJeff Moyer
2018-12-17aio: fix failure to put the file pointerJens Axboe
2018-11-28fs/aio: simple simple workSebastian Andrzej Siewior
2018-08-13Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-06aio: allow direct aio poll comletions for keyed wakeupsChristoph Hellwig
2018-08-06aio: implement IOCB_CMD_POLLChristoph Hellwig
2018-08-06aio: add a iocb refcountChristoph Hellwig
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-07-17aio: don't expose __aio_sigset in uapiChristoph Hellwig
2018-07-12new wrapper: alloc_file_pseudo()Al Viro
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-14aio: only return events requested in poll_mask() for IOCB_CMD_POLLChristoph Hellwig
2018-06-04fs: aio ioprio use ioprio_check_cap ret valAdam Manzanares
2018-05-31fs: Add aio iopriority supportAdam Manzanares
2018-05-31fs: Convert kiocb rw_hint from enum to u16Adam Manzanares
2018-05-29aio: sanitize the limit checking in io_submit(2)Al Viro
2018-05-29aio: fold do_io_submit() into callersAl Viro
2018-05-29aio: shift copyin of iocb into io_submit_one()Al Viro