lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 8 Jun 2018 06:27:45 +0100
From:   Al Viro <viro@...IV.linux.org.uk>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [git pull] vfs.git - aio ioprio

	The rest of aio stuff for this cycle - Adam's aio ioprio series

The following changes since commit 1da92779e2e8f309d5aecbbed346e7f812b174e8:

  aio: sanitize the limit checking in io_submit(2) (2018-05-29 23:20:17 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.aio

for you to fetch changes up to 9a6d9a62e0fd4b9927c3124db0f25fc6b4fb6576:

  fs: aio ioprio use ioprio_check_cap ret val (2018-06-04 14:20:39 -0400)

----------------------------------------------------------------
Adam Manzanares (7):
      block: add ioprio_check_cap function
      fs: Convert kiocb rw_hint from enum to u16
      fs: Add aio iopriority support
      fs: blkdev set bio prio from kiocb prio
      fs: iomap dio set bio prio from kiocb prio
      fs: aio ioprio add explicit block layer dependence
      fs: aio ioprio use ioprio_check_cap ret val

 block/ioprio.c               | 22 ++++++++++++++++------
 drivers/block/loop.c         |  3 +++
 fs/aio.c                     | 18 +++++++++++++++++-
 fs/block_dev.c               |  2 ++
 fs/iomap.c                   |  1 +
 include/linux/fs.h           | 16 ++++++++++++++--
 include/linux/ioprio.h       |  9 +++++++++
 include/uapi/linux/aio_abi.h |  1 +
 8 files changed, 63 insertions(+), 9 deletions(-)

Powered by blists - more mailing lists