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:	Tue, 06 Jan 2009 20:57:19 +0100
From:	Miklos Szeredi <miklos@...redi.hu>
To:	torvalds@...ux-foundation.org
Cc:	akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: [git pull] fuse updates for 2.6.29

Linus,

Please pull fuse updates for 2.6.29 from:

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

Thanks,
Miklos

---
Harvey Harrison (1):
      fuse: clean up annotations of fc->lock

Miklos Szeredi (3):
      fuse: style fixes
      fuse: update interface version
      fuse: fix sparse warning in ioctl

Tejun Heo (9):
      fuse: move FUSE_MINOR to miscdevice.h
      fuse: don't let fuse_req->end() put the base reference
      fuse: implement ioctl support
      fuse: add file kernel handle
      fuse: implement unsolicited notification
      fuse: implement poll support
      fuse: add fuse_ prefix to several functions
      fuse: separate out fuse_conn_init() from new_conn()
      fuse: add fuse_conn->release()

---
 fs/fuse/control.c          |    6 +-
 fs/fuse/dev.c              |  113 ++++++++---
 fs/fuse/dir.c              |   48 +++---
 fs/fuse/file.c             |  457 ++++++++++++++++++++++++++++++++++++++++++--
 fs/fuse/fuse_i.h           |   83 ++++++---
 fs/fuse/inode.c            |  157 ++++++++-------
 include/linux/fuse.h       |   79 +++++++-
 include/linux/miscdevice.h |   42 ++--
 8 files changed, 783 insertions(+), 202 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