]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3ffa0c08724af30763818df63b32ed40d997b854
tree74f0a1d5780dd53a71966fbe5d30a0bb0b361d12
parentf7b0829e6ccdc1ec7a07300bf01d499f522a7477
parentb93fc7588df8871741bec8f2f9b5f3a23eedd315
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/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