Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Aug 2018 03:56:23 +0000 (20:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Aug 2018 03:56:23 +0000 (20:56 -0700)
commitf2be269897708700ed9b2a96f695348a10a003e8
tree74f0a1d5780dd53a71966fbe5d30a0bb0b361d12
parent4d2a073cde825dd1a0ce8ff8b6aef138997fbbd9
parente8693bcfa0b4a56268946f0756153d942cb66cf7
Merge branch 'work.aio' of git://git./linux/kernel/git/viro/vfs

Pull vfs aio updates from Al Viro:
 "Christoph's aio poll, saner this time around.

  This time it's pretty much local to fs/aio.c. Hopefully race-free..."

* 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  aio: allow direct aio poll comletions for keyed wakeups
  aio: implement IOCB_CMD_POLL
  aio: add a iocb refcount
  timerfd: add support for keyed wakeups
fs/aio.c
fs/timerfd.c