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>] [day] [month] [year] [list]
Date:	Mon, 11 Nov 2013 15:52:46 +0100
From:	Miklos Szeredi <miklos@...redi.hu>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [GIT PULL] fuse update for 3.13

Hi Linus,

Please pull the following:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus

This adds a ->writepage() implementation to fuse, improving mmaped writeout and
paving the way for buffered writeback.  And there's a patch to add a fix minor
number for /dev/cuse, similarly to /dev/fuse.

Thanks,
Miklos

---
Maxim Patlasov (5):
      fuse: fix race in fuse_writepages()
      fuse: writepages: roll back changes if request not found
      fuse: writepages: crop secondary requests
      fuse: writepages: update bdi writeout when deleting secondary request
      fuse: writepages: protect secondary requests from fuse file release

Miklos Szeredi (5):
      fuse: lock page in mkwrite
      fuse: don't BUG on no write file
      fuse: writepages: fix aggregation
      fuse: writepages: handle same page rewrites
      fuse: writepage: skip already in flight

Pavel Emelyanov (3):
      fuse: Getting file for writeback helper
      fuse: Prepare to handle multiple pages in writeback
      fuse: Implement writepages callback

Tom Gundersen (1):
      cuse: add fix minor number to /dev/cuse

---
 Documentation/devices.txt  |   1 +
 fs/fuse/cuse.c             |   5 +-
 fs/fuse/file.c             | 361 +++++++++++++++++++++++++++++++++++++++++----
 fs/fuse/fuse_i.h           |   1 +
 include/linux/miscdevice.h |   1 +
 5 files changed, 342 insertions(+), 27 deletions(-)
--
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