LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: anton@tuxera.com
To: Al Viro <viro@zeniv.linux.org.uk>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	Anton Altaparmakov <anton@tuxera.com>
Subject: [PATCH 0/2] Removing aio_write from NTFS
Date: Wed, 11 Mar 2015 10:43:30 -0400	[thread overview]
Message-ID: <1426085012-54158-1-git-send-email-anton@tuxera.com> (raw)

From: Anton Altaparmakov <anton@tuxera.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

             reply	other threads:[~2015-03-11 14:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-11 14:43 anton [this message]
2015-03-11 14:43 ` [PATCH 1/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 anton
2015-03-11 14:43 ` [PATCH 2/2] NTFS: Version 2.1.32 - Update file write from aio_write to write_iter anton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1426085012-54158-1-git-send-email-anton@tuxera.com \
    --to=anton@tuxera.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).