]> 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)
commit592dd071d7c46a59d32002769c56adb249558fdd
tree74f0a1d5780dd53a71966fbe5d30a0bb0b361d12
parent83f75b0c913bfe2b295479985ee6acb9c9845132
parentd2e56aa6889ee35f666c7cced1aa324e32f27260
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