1. a538e3f aio: fix spectre gadget in lookup_ioctx by Jeff Moyer · 6 years ago
  2. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 6 years ago
  3. f2be269 Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  4. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  5. e8693bc aio: allow direct aio poll comletions for keyed wakeups by Christoph Hellwig · 6 years ago
  6. bfe4037 aio: implement IOCB_CMD_POLL by Christoph Hellwig · 6 years ago
  7. 9018ccc aio: add a iocb refcount by Christoph Hellwig · 6 years ago
  8. 165ea0d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  9. 9ba546c aio: don't expose __aio_sigset in uapi by Christoph Hellwig · 6 years ago
  10. d93aa9d new wrapper: alloc_file_pseudo() by Al Viro · 7 years ago
  11. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  12. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  13. 2739b80 aio: only return events requested in poll_mask() for IOCB_CMD_POLL by Christoph Hellwig · 7 years ago
  14. 9a6d9a6 fs: aio ioprio use ioprio_check_cap ret val by Adam Manzanares · 7 years ago
  15. d9a08a9 fs: Add aio iopriority support by Adam Manzanares · 7 years ago
  16. fc28724 fs: Convert kiocb rw_hint from enum to u16 by Adam Manzanares · 7 years ago
  17. 1da9277 aio: sanitize the limit checking in io_submit(2) by Al Viro · 7 years ago
  18. 67ba049 aio: fold do_io_submit() into callers by Al Viro · 7 years ago
  19. 95af849 aio: shift copyin of iocb into io_submit_one() by Al Viro · 7 years ago
  20. d2988bd4 aio_read_events_ring(): make a bit more readable by Al Viro · 7 years ago
  21. 9061d14 aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the same way by Al Viro · 7 years ago
  22. 3c96c7f aio: take list removal to (some) callers of aio_complete() by Al Viro · 7 years ago
  23. ac060cb aio: add missing break for the IOCB_CMD_FDSYNC case by Christoph Hellwig · 7 years ago
  24. 1962da0 aio: try to complete poll iocbs without context switch by Christoph Hellwig · 7 years ago
  25. 2c14fa8 aio: implement IOCB_CMD_POLL by Christoph Hellwig · 7 years ago
  26. 888933f aio: simplify cancellation by Christoph Hellwig · 7 years ago
  27. f3a2752 aio: simplify KIOCB_KEY handling by Christoph Hellwig · 7 years ago
  28. ed0d523 Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into aio-base by Christoph Hellwig · 7 years ago
  29. 4faa9996 fix io_destroy()/aio_complete() race by Al Viro · 7 years ago
  30. baf1056 aio: fix io_destroy(2) vs. lookup_ioctx() race by Al Viro · 7 years ago
  31. 7a074e9 aio: implement io_pgetevents by Christoph Hellwig · 7 years ago
  32. a3c0d43 aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC by Christoph Hellwig · 7 years ago
  33. 54843f8 aio: refactor read/write iocb setup by Christoph Hellwig · 7 years ago
  34. 92ce472 aio: remove the extra get_file/fput pair in io_submit_one by Christoph Hellwig · 7 years ago
  35. 75321b5 aio: sanitize ki_list handling by Christoph Hellwig · 7 years ago
  36. c213dc8 aio: remove an outdated BUG_ON and comment in aio_complete by Christoph Hellwig · 7 years ago
  37. 01a658e aio: don't print the page size at boot time by Christoph Hellwig · 7 years ago
  38. f729863 fs/aio: Use rcu_work instead of explicit rcu and work item by Tejun Heo · 7 years ago
  39. d0264c0 fs/aio: Use RCU accessors for kioctx_table->table[] by Tejun Heo · 7 years ago
  40. a6d7cff fs/aio: Add explicit RCU grace period when freeing kioctx by Tejun Heo · 7 years ago
  41. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  42. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  43. fa2e62a io_getevents: Use timespec64 to represent timeouts by Deepa Dinamani · 7 years ago
  44. e253d98 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  45. 2916ecc mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY by Jérôme Glisse · 7 years ago
  46. 2a8a986 fs: aio: fix the increment of aio-nr and counting against aio-max-nr by Mauricio Faria de Oliveira · 7 years ago
  47. 91f9943 fs: support RWF_NOWAIT for buffered reads by Christoph Hellwig · 7 years ago
  48. 45d06cf fs: add O_DIRECT and aio support for sending down write life time hints by Jens Axboe · 8 years ago
  49. b745faf fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT by Goldwyn Rodrigues · 8 years ago
  50. 9830f4b fs: Use RWF_* flags for AIO operations by Goldwyn Rodrigues · 8 years ago
  51. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  52. 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  53. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 8 years ago
  54. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  55. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
  56. bb7462b vfs: use helpers for calling f_op->{read,write}_iter() by Miklos Szeredi · 8 years ago
  57. a12f1ae aio: fix lock dep warning by Shaohua Li · 8 years ago
  58. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  59. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  60. c00d2c7 move aio compat to fs/aio.c by Al Viro · 8 years ago
  61. 4506309 don't open-code file_inode() by Al Viro · 8 years ago
  62. 70fe2f4 aio: fix freeze protection of aio writes by Jan Kara · 8 years ago
  63. 89319d31 fs: remove aio_run_iocb by Christoph Hellwig · 8 years ago
  64. 723c038 fs: remove the never implemented aio_fsync file operation by Christoph Hellwig · 8 years ago
  65. 0b944d3 aio: hold an extra file reference over AIO read/write operations by Christoph Hellwig · 8 years ago
  66. de04e76 fs/aio.c: eliminate redundant loads in put_aio_ring_file by Rasmus Villemoes · 8 years ago
  67. 22f6b4d aio: mark AIO pseudo-fs noexec by Jann Horn · 8 years ago
  68. 013373e aio: make aio_setup_ring killable by Michal Hocko · 9 years ago
  69. 2958ec1 aio: remove a pointless assignment by Al Viro · 9 years ago
  70. 5477e70 mm: move ->mremap() from file_operations to vm_operations_struct by Oleg Nesterov · 9 years ago
  71. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  72. d82312c Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  73. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  74. dc48e56 aio: fix serial draining in exit_aio() by Jens Axboe · 10 years ago
  75. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  76. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 10 years ago
  77. dfea934 Merge branch 'for-linus' into for-next by Al Viro · 10 years ago
  78. 8436318 ->aio_read and ->aio_write removed by Al Viro · 10 years ago
  79. 47e3936 aio_run_iocb(): kill dead check by Al Viro · 10 years ago
  80. 08397ac ioctx_alloc(): remove pointless check by Al Viro · 10 years ago
  81. 32a56af aio_setup_vectored_rw(): switch to {compat_,}import_iovec() by Al Viro · 10 years ago
  82. d4fb392 kill aio_setup_single_vector() by Al Viro · 10 years ago
  83. a96114f aio: simplify arguments of aio_setup_..._rw() by Al Viro · 10 years ago
  84. 4c185ce aio: lift iov_iter_init() into aio_setup_..._rw() by Al Viro · 10 years ago
  85. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago
  86. deeb852 ioctx_alloc(): fix vma (and file) leak on failure by Al Viro · 10 years ago
  87. b2edffd fix mremap() vs. ioctx_kill() race by Al Viro · 10 years ago
  88. 04b2fa9 fs: split generic and aio kiocb by Christoph Hellwig · 10 years ago
  89. 599bd19 fs: don't allow to complete sync iocbs through aio_complete by Christoph Hellwig · 10 years ago
  90. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 10 years ago
  91. acd88d4 fs/aio.c: Remove duplicate function name in pr_debug messages by Kinglong Mee · 10 years ago
  92. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  93. 9c9ce76 aio: annotate aio_read_event_ring for sleep patterns by Dave Chinner · 10 years ago
  94. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  95. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  96. 5f785de aio: Skip timer for io_getevents if timeout=0 by Fam Zheng · 10 years ago
  97. e4a0d3e aio: Make it possible to remap aio ring by Pavel Emelyanov · 10 years ago
  98. 277f850 Merge git://git.kvack.org/~bcrl/aio-fixes by Linus Torvalds · 10 years ago
  99. 835f252 aio: fix uncorrent dirty pages accouting when truncating AIO ring buffer by Gu Zheng · 10 years ago
  100. 2aad2a8 percpu_ref: add PERCPU_REF_INIT_* flags by Tejun Heo · 10 years ago