aboutsummaryrefslogtreecommitdiff
path: root/fs/aio.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-13Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-4/+204
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-20/+4
2018-08-06aio: allow direct aio poll comletions for keyed wakeupsGravatar Christoph Hellwig 1-2/+15
2018-08-06aio: implement IOCB_CMD_POLLGravatar Christoph Hellwig 1-0/+178
2018-08-06aio: add a iocb refcountGravatar Christoph Hellwig 1-4/+13
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-0/+5
2018-07-17aio: don't expose __aio_sigset in uapiGravatar Christoph Hellwig 1-0/+5
2018-07-12new wrapper: alloc_file_pseudo()Gravatar Al Viro 1-16/+4
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeGravatar Al Viro 1-6/+2
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-147/+1
2018-06-14aio: only return events requested in poll_mask() for IOCB_CMD_POLLGravatar Christoph Hellwig 1-2/+2
2018-06-04fs: aio ioprio use ioprio_check_cap ret valGravatar Adam Manzanares 1-2/+2
2018-05-31fs: Add aio iopriority supportGravatar Adam Manzanares 1-0/+16
2018-05-31fs: Convert kiocb rw_hint from enum to u16Gravatar Adam Manzanares 1-1/+1
2018-05-29aio: sanitize the limit checking in io_submit(2)Gravatar Al Viro 1-8/+6
2018-05-29aio: fold do_io_submit() into callersGravatar Al Viro 1-54/+45
2018-05-29aio: shift copyin of iocb into io_submit_one()Gravatar Al Viro 1-24/+22
2018-05-29aio_read_events_ring(): make a bit more readableGravatar Al Viro 1-4/+3
2018-05-29aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the ...Gravatar Al Viro 1-14/+12
2018-05-29aio: take list removal to (some) callers of aio_complete()Gravatar Al Viro 1-17/+21
2018-05-28aio: add missing break for the IOCB_CMD_FDSYNC caseGravatar Christoph Hellwig 1-0/+1
2018-05-26aio: try to complete poll iocbs without context switchGravatar Christoph Hellwig 1-3/+17
2018-05-26aio: implement IOCB_CMD_POLLGravatar Christoph Hellwig 1-1/+133
2018-05-26aio: simplify cancellationGravatar Christoph Hellwig 1-42/+6
2018-05-26aio: simplify KIOCB_KEY handlingGravatar Christoph Hellwig 1-7/+7
2018-05-26Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/...Gravatar Christoph Hellwig 1-4/+3
2018-05-23fix io_destroy()/aio_complete() raceGravatar Al Viro 1-2/+1
2018-05-21aio: fix io_destroy(2) vs. lookup_ioctx() raceGravatar Al Viro 1-2/+2
2018-05-02aio: implement io_pgeteventsGravatar Christoph Hellwig 1-10/+104
2018-05-02aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNCGravatar Christoph Hellwig 1-0/+43
2018-05-02aio: refactor read/write iocb setupGravatar Christoph Hellwig 1-69/+92
2018-05-02aio: remove the extra get_file/fput pair in io_submit_oneGravatar Christoph Hellwig 1-9/+16
2018-05-02aio: sanitize ki_list handlingGravatar Christoph Hellwig 1-7/+6
2018-05-02aio: remove an outdated BUG_ON and comment in aio_completeGravatar Christoph Hellwig 1-9/+0
2018-05-02aio: don't print the page size at boot timeGravatar Christoph Hellwig 1-3/+0
2018-03-19fs/aio: Use rcu_work instead of explicit rcu and work itemGravatar Tejun Heo 1-15/+6
2018-03-14fs/aio: Use RCU accessors for kioctx_table->table[]Gravatar Tejun Heo 1-10/+11
2018-03-14fs/aio: Add explicit RCU grace period when freeing kioctxGravatar Tejun Heo 1-4/+19
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-25/+30
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-09-19io_getevents: Use timespec64 to represent timeoutsGravatar Deepa Dinamani 1-25/+30
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+0
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYGravatar Jérôme Glisse 1-0/+8
2017-09-07fs: aio: fix the increment of aio-nr and counting against aio-max-nrGravatar Mauricio Faria de Oliveira 1-7/+12
2017-09-04fs: support RWF_NOWAIT for buffered readsGravatar Christoph Hellwig 1-6/+0
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsGravatar Jens Axboe 1-0/+1
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGravatar Goldwyn Rodrigues 1-0/+6
2017-06-20fs: Use RWF_* flags for AIO operationsGravatar Goldwyn Rodrigues 1-1/+7
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2