Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/aio.c
AgeCommit message (Expand)Author
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-20io_getevents: Use timespec64 to represent timeoutsDeepa Dinamani
2017-09-15Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-09mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse
2017-09-07fs: aio: fix the increment of aio-nr and counting against aio-max-nrMauricio Faria de Oliveira
2017-09-05fs: support RWF_NOWAIT for buffered readsChristoph Hellwig
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues
2017-06-20fs: Use RWF_* flags for AIO operationsGoldwyn Rodrigues
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-25userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-20vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi
2017-01-15aio: fix lock dep warningShaohua Li
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-23move aio compat to fs/aio.cAl Viro
2016-12-05don't open-code file_inode()Al Viro
2016-10-30aio: fix freeze protection of aio writesJan Kara
2016-10-30fs: remove aio_run_iocbChristoph Hellwig
2016-10-30fs: remove the never implemented aio_fsync file operationChristoph Hellwig
2016-10-30aio: hold an extra file reference over AIO read/write operationsChristoph Hellwig
2016-09-28fs/aio.c: eliminate redundant loads in put_aio_ring_fileRasmus Villemoes
2016-09-16aio: mark AIO pseudo-fs noexecJann Horn
2016-05-24aio: make aio_setup_ring killableMichal Hocko
2016-04-04aio: remove a pointless assignmentAl Viro
2015-09-05mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov
2015-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-15aio: fix serial draining in exit_aio()Jens Axboe
2015-04-15Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-12mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-12Merge branch 'for-linus' into for-nextAl Viro
2015-04-12->aio_read and ->aio_write removedAl Viro
2015-04-12aio_run_iocb(): kill dead checkAl Viro
2015-04-12ioctx_alloc(): remove pointless checkAl Viro
2015-04-12aio_setup_vectored_rw(): switch to {compat_,}import_iovec()Al Viro
2015-04-12kill aio_setup_single_vector()Al Viro
2015-04-12aio: simplify arguments of aio_setup_..._rw()Al Viro
2015-04-12aio: lift iov_iter_init() into aio_setup_..._rw()Al Viro
2015-04-12Merge branch 'iocb' into for-nextAl Viro
2015-04-07ioctx_alloc(): fix vma (and file) leak on failureAl Viro
2015-04-07fix mremap() vs. ioctx_kill() raceAl Viro
2015-03-13fs: split generic and aio kiocbChristoph Hellwig
2015-03-13fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig
2015-03-13fs: remove ki_nbytesChristoph Hellwig