From: Miklos Szeredi <miklos@szeredi.hu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [GIT PULL] fuse update for 5.1
Date: Tue, 12 Mar 2019 09:44:49 +0100 [thread overview]
Message-ID: <20190312084449.GA30899@veci.piliscsaba.redhat.com> (raw)
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-5.1
Scalability and performance improvements, as well as minor bug fixes and
cleanups.
Thanks,
Miklos
----------------------------------------------------------------
Chad Austin (2):
fuse: support clients that don't implement 'opendir'
fuse: cache readdir calls if filesystem opts out of opendir
Kirill Tkhai (12):
fuse: Replace page without copying in fuse_writepage_in_flight()
fuse: Remove stale comment in end_requests()
fuse: Kill fasync only if interrupt is queued in queue_interrupt()
fuse: Optimize request_end() by not taking fiq->waitq.lock
fuse: Wake up req->waitq of only if not background
fuse: Do some refactoring in fuse_dev_do_write()
fuse: Verify userspace asks to requeue interrupt that we really sent
fuse: Add fuse_inode argument to fuse_prepare_release()
fuse: Convert fc->attr_version into atomic64_t
fuse: Introduce fi->lock to protect write related fields
fuse: Protect fi->nlookup with fi->lock
fuse: Protect ff->reserved_req via corresponding fi->lock
Martin Raiber (1):
fuse: Switch to using async direct IO for FOPEN_DIRECT_IO
Miklos Szeredi (10):
fuse: extract fuse_find_writeback() helper
fuse: clean up fuse_writepage_in_flight()
fuse: only reuse auxiliary request in fuse_writepage_in_flight()
fuse: fix leaked aux requests
fuse: clean up aborted
fuse: use atomic64_t for khctr
fuse: use iov_iter based generic splice helpers
fuse add copy_file_range to direct io fops
fuse: multiplex cached/direct_io file operations
fuse: lift bad inode checks into callers
---
fs/fuse/control.c | 4 +-
fs/fuse/cuse.c | 7 +-
fs/fuse/dev.c | 115 +++++++++-------
fs/fuse/dir.c | 54 +++-----
fs/fuse/file.c | 342 ++++++++++++++++++++++++++--------------------
fs/fuse/fuse_i.h | 28 ++--
fs/fuse/inode.c | 26 ++--
fs/fuse/readdir.c | 4 +-
include/uapi/linux/fuse.h | 7 +-
9 files changed, 327 insertions(+), 260 deletions(-)
next reply other threads:[~2019-03-12 8:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-12 8:44 Miklos Szeredi [this message]
2019-03-12 22:20 ` [GIT PULL] fuse update for 5.1 pr-tracker-bot
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=20190312084449.GA30899@veci.piliscsaba.redhat.com \
--to=miklos@szeredi.hu \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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).