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:	Wed, 17 Jun 2009 08:07:31 +0100
From:	Al Viro <viro@...IV.linux.org.uk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [git pull] vfs patches, part 2

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