linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] more vfs stuff
@ 2010-08-11  4:55 Al Viro
  0 siblings, 0 replies; 3+ messages in thread
From: Al Viro @ 2010-08-11  4:55 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Misc stuff missed in the previous pile (including fixup for 9p
breakage).  The last part in sysvfs series replaced with akpm's version
(with its whitespace fixes) with bogus include _not_ added.  Freeze
stuff still pending; unfortunately, I've found a hole in my variant ;-/
I know how to fix that, but I'd rather not send an untested locking change.
It *is* needed in this cycle, since the current variant is simply broken -
for example, try Alt-Sysrq-Emergency Thaw and it'll reliably deadlock ;-/

Please, pull from usual place -
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

More to follow...

Shortlog:

Jan Andres (1):
      isofs: Fix lseek() to position beyond 4 GB

Lubomir Rintel (3):
      Add v7 alias
      V7: Adjust sanity checks for some volumes
      fs/sysv/super.c: add support for non-PDP11 v7 filesystems

Miklos Szeredi (8):
      cachefiles: use path_get instead of lone dget
      vfs: add helpers to get root and pwd
      ia64: perfmon: add d_dname method
      vfs: __d_path: dont prepend the name of the root dentry
      vfs: add prepend_path() helper
      vfs: only add " (deleted)" where necessary
      vfs: show unreachable paths in getcwd and proc
      vfs: remove unused MNT_STRICTATIME

Stephen Rothwell (1):
      v9fs: fixup for inode_setattr being removed

Diffstat:
 arch/ia64/kernel/perfmon.c |   15 ++--
 fs/9p/vfs_inode.c          |   15 +++-
 fs/cachefiles/daemon.c     |   32 +++-----
 fs/dcache.c                |  188 +++++++++++++++++++++++++++++++-------------
 fs/fs_struct.c             |    7 +--
 fs/isofs/inode.c           |    7 ++-
 fs/namei.c                 |   15 +---
 fs/namespace.c             |    6 +-
 fs/proc/base.c             |   24 +++---
 fs/sysv/super.c            |   73 ++++++++++++-----
 include/linux/dcache.h     |    1 +
 include/linux/fs_struct.h  |   27 ++++++
 include/linux/mount.h      |    1 -
 include/linux/path.h       |    5 +
 include/linux/sysv_fs.h    |   11 +++
 kernel/auditsc.c           |    9 +--
 16 files changed, 285 insertions(+), 151 deletions(-)

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

* [git pull] more vfs stuff
@ 2011-03-18 15:54 Al Viro
  0 siblings, 0 replies; 3+ messages in thread
From: Al Viro @ 2011-03-18 15:54 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Mostly vfsmount-related stuff; some leftovers from mnt_devname
(not all, BTW - there's more pending cleanups around nfs/super.c) plus
pstore fix plus deadlock fix in pivot_root().  The really neat thing is
that now we have no blocking on fs locks under namespace_sem - the only
blocking stuff under it now is kmalloc(), which makes things much more
robust.  Please, pull from the usual place -
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

More to follow tonight - I hoped to push assorted patches accumulated
during the last cycle in this pile, but that'll have to wait until the
next push.

Shortlog:
Al Viro (6):
      kill simple_set_mnt()
      vfs: split off vfsmount-related parts of vfs_kern_mount()
      fix deadlock in pivot_root()
      change the locking order for namespace_sem
      don't pass 'mounting_here' flag to follow_down()
      lose 'mounting_here' argument in ->d_manage()

Josef Bacik (1):
      fs: call security_d_instantiate in d_obtain_alias V2

Tony Luck (1):
      Some fixes for pstore

Diffstat:
 Documentation/filesystems/vfs.txt |    6 +-
 fs/autofs4/root.c                 |    6 +-
 fs/dcache.c                       |    3 +
 fs/internal.h                     |    5 +-
 fs/namei.c                        |    9 +-
 fs/namespace.c                    |  292 +++++++++++++++++++++++--------------
 fs/nfsd/vfs.c                     |    2 +-
 fs/pstore/inode.c                 |  116 +++++++--------
 fs/super.c                        |   96 ++----------
 include/linux/dcache.h            |    2 +-
 include/linux/fs.h                |    1 -
 include/linux/namei.h             |    2 +-
 12 files changed, 271 insertions(+), 269 deletions(-)


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

* [git pull] more vfs stuff
@ 2011-08-05  0:41 Al Viro
  0 siblings, 0 replies; 3+ messages in thread
From: Al Viro @ 2011-08-05  0:41 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Rafael's fix + RCU freeing of posix_acl.  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

Shortlog:
Al Viro (2):
      get rid of boilerplate switches in posix_acl.h
      RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached

Rafael J. Wysocki (1):
      fix block device fallout from ->fsync() changes

Diffstat:
 fs/block_dev.c            |    4 ++
 fs/namei.c                |   17 ++++-------
 include/linux/posix_acl.h |   74 ++++++++++++++++-----------------------------
 3 files changed, 36 insertions(+), 59 deletions(-)

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

end of thread, other threads:[~2011-08-05  0:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-11  4:55 [git pull] more vfs stuff Al Viro
  -- strict thread matches above, loose matches on Subject: below --
2011-03-18 15:54 Al Viro
2011-08-05  0:41 Al Viro

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