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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 11 Mar 2015 10:43:30 -0400
From:	anton@...era.com
To:	Al Viro <viro@...iv.linux.org.uk>
Cc:	linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
	Anton Altaparmakov <anton@...era.com>
Subject: [PATCH 0/2] Removing aio_write from NTFS

From: Anton Altaparmakov <anton@...era.com>

Hi Al,

As you requested at LSF, these two patches change NTFS from aio_write to 
write_iter.

I know you were sceptical about the addition of a multi page fault in function 
but please take a look at my patches and see if it is acceptable.  If not, 
let me know and I will do it inside NTFS itself without introducing a generic 
function...

If you are happy with the patches, please feel free to send them onto Linus 
or let me know to send them myself.

Note you can also pull the patches from:

	git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git

Best regards,

	Anton

Anton Altaparmakov (2):
  VFS: Add iov_iter_fault_in_multipages_readable() which is simillar to 
       iov_iter_fault_in_readable() but differs in that it is not
    limited to     faulting in the first iovec and instead faults in
    "bytes" bytes     iterating over the iovecs as necessary.
  NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.

 fs/ntfs/Makefile    |   2 +-
 fs/ntfs/file.c      | 783 ++++++++++++++++++++--------------------------------
 include/linux/uio.h |   1 +
 mm/iov_iter.c       |  26 ++
 4 files changed, 335 insertions(+), 477 deletions(-)

-- 
Anton Altaparmakov <anton at tuxera.com> (replace at with @)
Lead in File System Development, Tuxera Inc., http://www.tuxera.com/
Linux NTFS maintainer
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ