linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] assorted fixes
@ 2011-08-01 18:16 Al Viro
  0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2011-08-01 18:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

Misc stuff from various sources; probably the most interesting in that pile
is Eric's series (lock reduction for pipes et.al.).  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git for-linus

Shortlog:
Al Viro (6):
      hppfs: missing include
      devtmpfs: missing initialialization in never-hit case
      switch posix_acl_create() to umode_t *
      switch posix_acl_equiv_mode() to umode_t *
      switch posix_acl_from_mode() to umode_t
      switch posix_acl_chmod() to umode_t

David Howells (4):
      VFS: Fix automount for negative autofs dentries
      VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()
      VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree()
      VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lock

Eric Dumazet (3):
      vfs: conditionally call inode_wb_list_del()
      vfs: avoid taking inode_hash_lock on pipes and sockets
      vfs: avoid call to inode_lru_list_del() if possible

Josef Bacik (1):
      Btrfs: load the key from the dir item in readdir into a fake dentry

Lachlan McIlroy (1):
      block: initialise bd_super in bdget()

Markus Trippelsdorf (1):
      xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not set


Diffstat:
 drivers/base/devtmpfs.c    |    2 +-
 fs/9p/acl.c                |    6 ++--
 fs/9p/acl.h                |    4 +-
 fs/9p/vfs_inode_dotl.c     |    6 ++--
 fs/block_dev.c             |    1 +
 fs/btrfs/acl.c             |   10 +-----
 fs/btrfs/inode.c           |   47 ++++++++++++++++++++++++++++-
 fs/dcache.c                |   69 +++++++++++++++++--------------------------
 fs/ext2/acl.c              |    8 +----
 fs/ext3/acl.c              |    9 +----
 fs/ext4/acl.c              |    9 +----
 fs/generic_acl.c           |   13 ++------
 fs/gfs2/acl.c              |    6 ++--
 fs/hppfs/hppfs.c           |    1 +
 fs/inode.c                 |   13 +++++---
 fs/jffs2/acl.c             |    4 +-
 fs/jffs2/acl.h             |    2 +-
 fs/jffs2/fs.c              |    2 +-
 fs/jffs2/os-linux.h        |    2 +-
 fs/jfs/acl.c               |    4 +--
 fs/jfs/xattr.c             |    4 +--
 fs/namei.c                 |   24 +++++++++------
 fs/nfs/nfs3acl.c           |    2 +-
 fs/nfs/nfs3proc.c          |    6 ++--
 fs/ocfs2/acl.c             |    4 +-
 fs/posix_acl.c             |   16 +++++-----
 fs/reiserfs/xattr_acl.c    |   10 +-----
 fs/xfs/linux-2.6/xfs_acl.c |    6 ++--
 fs/xfs/xfs_acl.h           |    5 ++-
 include/linux/fs.h         |    9 +++++-
 include/linux/nfs_fs.h     |    4 +-
 include/linux/posix_acl.h  |    8 ++--
 32 files changed, 165 insertions(+), 151 deletions(-)

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

* [git pull] assorted fixes
@ 2013-05-31 20:24 Al Viro
  0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2013-05-31 20:24 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

Assorted fixes...  There'll be more - I'm trying to dig out from under
the pile of mail (a couple of weeks of something flu-like ;-/) and there's
several more things waiting for review; this is just the obvious stuff.
Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

Shortlog:
Al Viro (4):
      qnx6: qnx6_readdir() has a braino in pos calculation
      hpfs: deadlock and race in directory lseek()
      befs_readdir(): do not increment ->f_pos if filldir tells us to stop
      zoran: racy refcount handling in vm_ops ->open()/->close()

Jan Beulich (1):
      fix buffer leak after "scsi: saner replacements for ->proc_info()"

Takashi Iwai (1):
      vfs: Fix invalid ida_remove() call

Diffstat:
 drivers/media/pci/zoran/zoran.h        |    2 +-
 drivers/media/pci/zoran/zoran_driver.c |   15 ++++++++-------
 drivers/scsi/scsi_proc.c               |    1 +
 fs/befs/linuxvfs.c                     |    4 ++--
 fs/hpfs/dir.c                          |   10 ++++++----
 fs/pnode.c                             |    3 ++-
 fs/qnx6/dir.c                          |    2 +-
 7 files changed, 21 insertions(+), 16 deletions(-)

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

end of thread, other threads:[~2013-05-31 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 18:16 [git pull] assorted fixes Al Viro
  -- strict thread matches above, loose matches on Subject: below --
2013-05-31 20:24 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).