All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] fuse update for 4.20
@ 2018-10-31 20:31 Miklos Szeredi
  2018-10-31 21:52 ` Linus Torvalds
  0 siblings, 1 reply; 2+ messages in thread
From: Miklos Szeredi @ 2018-10-31 20:31 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-4.20

As well as the usual bug fixes, this adds the following new features:

 - cached readdir and readlink
 - max I/O size increased from 128k to 1M
 - improved performance and scalability of request queues
 - copy_file_range support

The only non-fuse bits are trivial cleanups of macros in <linux/bitops.h>.

Thanks,
Miklos

----------------------------------------------------------------
Constantine Shulyupin (1):
      fuse: add max_pages to init_out

Dan Schatzberg (1):
      fuse: enable caching of symlinks

Kirill Tkhai (10):
      fuse: Fix use-after-free in fuse_dev_do_read()
      fuse: Fix use-after-free in fuse_dev_do_write()
      fuse: use list_first_entry() in flush_bg_queue()
      fuse: use READ_ONCE on congestion_threshold and max_background
      fuse: add locking to max_background and congestion_threshold changes
      fuse: introduce fc->bg_lock
      fuse: do not take fc->lock in fuse_request_send_background()
      fuse: change interrupt requests allocation algorithm
      fuse: kill req->intr_unique
      fuse: Use hash table to link processing request

Miklos Szeredi (18):
      fuse: set FR_SENT while locked
      fuse: fix blocked_waitq wakeup
      fuse: split out readdir.c
      fuse: add FOPEN_CACHE_DIR
      fuse: extract fuse_emit() helper
      fuse: allow caching readdir
      fuse: allow using readdir cache
      fuse: add readdir cache version
      fuse: use mtime for readdir cache verification
      fuse: use iversion for readdir cache verification
      fuse: reduce size of struct fuse_inode
      fuse: allocate page array more efficiently
      fuse: realloc page array
      bitops: protect variables in set_mask_bits() macro
      bitops: protect variables in bit_clear_unless() macro
      fuse: allow fine grained attr cache invaldation
      fuse: don't need GETATTR after every READ
      fuse: only invalidate atime in direct read

Niels de Vos (1):
      fuse: add support for copy_file_range()

---
 fs/fuse/Makefile          |   2 +-
 fs/fuse/control.c         |  34 ++-
 fs/fuse/dev.c             | 221 +++++++++++-------
 fs/fuse/dir.c             | 381 +++++++++----------------------
 fs/fuse/file.c            | 158 ++++++++++---
 fs/fuse/fuse_i.h          | 124 ++++++++--
 fs/fuse/inode.c           |  53 +++--
 fs/fuse/readdir.c         | 569 ++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/bitops.h    |  30 +--
 include/uapi/linux/fuse.h | 119 ++++++----
 10 files changed, 1201 insertions(+), 490 deletions(-)
 create mode 100644 fs/fuse/readdir.c

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

* Re: [GIT PULL] fuse update for 4.20
  2018-10-31 20:31 [GIT PULL] fuse update for 4.20 Miklos Szeredi
@ 2018-10-31 21:52 ` Linus Torvalds
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Torvalds @ 2018-10-31 21:52 UTC (permalink / raw)
  To: miklos; +Cc: Linux Kernel Mailing List, linux-fsdevel

On Wed, Oct 31, 2018 at 1:31 PM Miklos Szeredi <miklos@szeredi.hu> wrote:
>
> As well as the usual bug fixes, this adds the following new features:
> [...]

Pulled,

                        Linus

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

end of thread, other threads:[~2018-10-31 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-31 20:31 [GIT PULL] fuse update for 4.20 Miklos Szeredi
2018-10-31 21:52 ` Linus Torvalds

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.