summaryrefslogtreecommitdiffstats
path: root/fs/aio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-08-131-4/+204
|\
| * aio: allow direct aio poll comletions for keyed wakeupsChristoph Hellwig2018-08-061-2/+15
| * aio: implement IOCB_CMD_POLLChristoph Hellwig2018-08-061-0/+178
| * aio: add a iocb refcountChristoph Hellwig2018-08-061-4/+13
* | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-20/+4
|\ \ | |/ |/|
| * new wrapper: alloc_file_pseudo()Al Viro2018-07-121-16/+4
| * alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-6/+2
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-221-0/+5
|\ \
| * | aio: don't expose __aio_sigset in uapiChristoph Hellwig2018-07-171-0/+5
| |/
* / Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-147/+1
|/
* aio: only return events requested in poll_mask() for IOCB_CMD_POLLChristoph Hellwig2018-06-141-2/+2
* fs: aio ioprio use ioprio_check_cap ret valAdam Manzanares2018-06-041-2/+2
* fs: Add aio iopriority supportAdam Manzanares2018-05-311-0/+16
* fs: Convert kiocb rw_hint from enum to u16Adam Manzanares2018-05-311-1/+1
* aio: sanitize the limit checking in io_submit(2)Al Viro2018-05-291-8/+6
* aio: fold do_io_submit() into callersAl Viro2018-05-291-54/+45
* aio: shift copyin of iocb into io_submit_one()Al Viro2018-05-291-24/+22
* aio_read_events_ring(): make a bit more readableAl Viro2018-05-291-4/+3
* aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the ...Al Viro2018-05-291-14/+12
* aio: take list removal to (some) callers of aio_complete()Al Viro2018-05-291-17/+21
* aio: add missing break for the IOCB_CMD_FDSYNC caseChristoph Hellwig2018-05-281-0/+1
* aio: try to complete poll iocbs without context switchChristoph Hellwig2018-05-261-3/+17
* aio: implement IOCB_CMD_POLLChristoph Hellwig2018-05-261-1/+133
* aio: simplify cancellationChristoph Hellwig2018-05-261-42/+6
* aio: simplify KIOCB_KEY handlingChristoph Hellwig2018-05-261-7/+7
* Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/...Christoph Hellwig2018-05-261-4/+3
|\
| * fix io_destroy()/aio_complete() raceAl Viro2018-05-231-2/+1
| * aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro2018-05-211-2/+2
* | aio: implement io_pgeteventsChristoph Hellwig2018-05-021-10/+104
* | aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNCChristoph Hellwig2018-05-021-0/+43
* | aio: refactor read/write iocb setupChristoph Hellwig2018-05-021-69/+92
* | aio: remove the extra get_file/fput pair in io_submit_oneChristoph Hellwig2018-05-021-9/+16
* | aio: sanitize ki_list handlingChristoph Hellwig2018-05-021-7/+6
* | aio: remove an outdated BUG_ON and comment in aio_completeChristoph Hellwig2018-05-021-9/+0
* | aio: don't print the page size at boot timeChristoph Hellwig2018-05-021-3/+0
|/
* fs/aio: Use rcu_work instead of explicit rcu and work itemTejun Heo2018-03-191-15/+6
* fs/aio: Use RCU accessors for kioctx_table->table[]Tejun Heo2018-03-141-10/+11
* fs/aio: Add explicit RCU grace period when freeing kioctxTejun Heo2018-03-141-4/+19
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-25/+30
|\
| * io_getevents: Use timespec64 to represent timeoutsDeepa Dinamani2017-09-191-25/+30
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-141-6/+0
|\
| * fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-041-6/+0
* | mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-081-0/+8
* | fs: aio: fix the increment of aio-nr and counting against aio-max-nrMauricio Faria de Oliveira2017-09-071-7/+12
|/
* fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe2017-06-271-0/+1
* fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues2017-06-201-0/+6
* fs: Use RWF_* flags for AIO operationsGoldwyn Rodrigues2017-06-201-1/+7
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-1/+1
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1