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:	Fri, 06 Aug 2010 12:51:35 +0200
From:	Miklos Szeredi <miklos@...redi.hu>
To:	torvalds@...ux-foundation.org
CC:	htejun@...il.com, linux-kernel@...r.kernel.org
Subject: [git pull] fuse: add store and retrieve support

Linus,

Please pull

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

This series enables userspace filesystems to store and retrieve data
in the kernel page cache.  This allows filesystems to

 - poll for changes on mmap regions
 - update contents of mmaped or cached regions
 - pre-fill cache

This interface is also necessary to support mmap on character devices
(CUSE), which in turn is necessary for full OSS emulation (Tejun's
OSSProxy project).  Mmap support is not yet finished but coming
shortly.

Thanks,
Miklos

----
Miklos Szeredi (3):
      fuse: don't use atomic kmap
      fuse: add store request
      fuse: add retrieve request

---
 fs/fuse/dev.c        |  229 ++++++++++++++++++++++++++++++++++++++++++++++++--
 fs/fuse/file.c       |    2 +-
 fs/fuse/fuse_i.h     |    3 +
 include/linux/fuse.h |   34 +++++++-
 4 files changed, 260 insertions(+), 8 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