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