public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [git pull] vfs patches, part 2
@ 2009-06-17  7:07 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2009-06-17  7:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Mostlty BKL removal in VFS and filesystems. Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git for-linus

Al Viro (8):
      No instance of ->bmap() needs BKL
      fuse doesn't need BKL in ->umount_begin()
      9P doesn't need BKL in ->umount_begin()
      Cleanup of adfs headers
      befs ->pust_super() doesn't need BKL
      get rid of BKL in fs/efs
      get rid of BKL in fs/minix
      get rid of BKL in fs/sysv

J. R. Okajima (1):
      remove unlock_kernel() left accidentally

Linus Torvalds (1):
      ext3: avoid unnecessary spinlock in critical POSIX ACL path

Theodore Ts'o (1):
      ext4: avoid unnecessary spinlock in critical POSIX ACL path

 Documentation/filesystems/Locking |    2 +-
 fs/9p/vfs_super.c                 |    3 --
 fs/adfs/adfs.h                    |   55 +++++++++++++++++++++++++++++++++++++
 fs/adfs/dir.c                     |    8 -----
 fs/adfs/dir_f.c                   |    8 -----
 fs/adfs/dir_fplus.c               |    8 -----
 fs/adfs/file.c                    |    4 ---
 fs/adfs/inode.c                   |   10 -------
 fs/adfs/map.c                     |    6 ----
 fs/adfs/super.c                   |   17 +----------
 fs/befs/linuxvfs.c                |    4 ---
 fs/efs/dir.c                      |    5 +---
 fs/efs/namei.c                    |    9 +-----
 fs/efs/symlink.c                  |    7 +----
 fs/ext3/acl.c                     |   13 +++++---
 fs/ext4/acl.c                     |   15 ++++++----
 fs/fuse/inode.c                   |    3 --
 fs/ioctl.c                        |    2 -
 fs/minix/bitmap.c                 |   25 +++++++++--------
 fs/minix/dir.c                    |    5 +---
 fs/minix/inode.c                  |    4 ---
 fs/super.c                        |   12 ++------
 fs/sysv/dir.c                     |    5 +---
 fs/sysv/inode.c                   |   11 -------
 include/linux/adfs_fs.h           |   13 ---------
 include/linux/adfs_fs_i.h         |   24 ----------------
 include/linux/adfs_fs_sb.h        |   38 -------------------------
 27 files changed, 96 insertions(+), 220 deletions(-)
 delete mode 100644 include/linux/adfs_fs_i.h
 delete mode 100644 include/linux/adfs_fs_sb.h

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-17  7:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17  7:07 [git pull] vfs patches, part 2 Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox