linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] fuse update for 5.1
@ 2019-03-12  8:44 Miklos Szeredi
  2019-03-12 22:20 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Miklos Szeredi @ 2019-03-12  8:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] fuse update for 5.1
  2019-03-12  8:44 [GIT PULL] fuse update for 5.1 Miklos Szeredi
@ 2019-03-12 22:20 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-03-12 22:20 UTC (permalink / raw)
  To: Miklos Szeredi; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel

The pull request you sent on Tue, 12 Mar 2019 09:44:49 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-5.1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dfee9c257b102d7c0407629eef2ed32e152de0d2

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-12 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12  8:44 [GIT PULL] fuse update for 5.1 Miklos Szeredi
2019-03-12 22:20 ` pr-tracker-bot

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).