summaryrefslogtreecommitdiffstats
path: root/fs/aio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-021-2/+2
|\ \ | |/ |/|
| * Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-021-2/+2
| |\
| | * vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi2017-02-201-2/+2
* | | userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-1/+1
|/ /
* | aio: fix lock dep warningShaohua Li2017-01-141-2/+4
|/
* ktime: Get rid of the unionThomas Gleixner2016-12-251-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* move aio compat to fs/aio.cAl Viro2016-12-221-2/+95
* don't open-code file_inode()Al Viro2016-12-041-3/+3
* aio: fix freeze protection of aio writesJan Kara2016-10-301-1/+18
OpenPOWER on IntegriCloud