From: Arnd Bergmann <arnd@arndb.de>
To: linux-kernel@vger.kernel.org
Cc: Arnd Bergmann <arnd@arndb.de>,
Greg Kroah-Hartman <gregkh@suse.de>,
Jan Blunck <jblunck@infradead.org>,
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>,
"H. Peter Anvin" <hpa@zytor.com>,
reiserfs-devel@vger.kernel.org, netdev@vger.kernel.org,
David Brownell <dbrownell@users.sourceforge.net>,
linux-usb@vger.kernel.org, linux-afs@lists.infradead.org,
David Howells <dhowells@redhat.com>,
Dustin Kirkland <kirkland@canonical.com>,
Tyler Hicks <tyhicks@linux.vnet.ibm.com>,
ecryptfs-devel@lists.launchpad.net,
David Woodhouse <dwmw2@infradead.org>,
Phillip Lougher <phillip@lougher.demon.co.uk>,
Mark Fasheh <mfasheh@suse.com>,
Joel Becker <joel.becker@oracle.com>,
linux-fsdevel@vger.kernel.org
Subject: [PATCH 00/12] more BKL removal after get_sb pushdown
Date: Thu, 16 Sep 2010 19:46:13 +0200 [thread overview]
Message-ID: <1284659185-8942-1-git-send-email-arnd@arndb.de> (raw)
These patches have not been posted yet, I did some of them
only when going through the list of remaining BKL users and
found them to be simple to fix myself.
Most of these patches only apply on top of the pushdown into
the get_sb operation, which is now in linux-next, so I'm
planning to keep them in the same series instead of
going through maintainer trees.
The full series can be found in
git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl.git vfs
Arnd Bergmann (12):
BKL: Remove BKL from usbfs
BKL: Remove BKL from fat
BKL: Remove BKL from isofs
BKL: Remove BKL from autofs4
BKL: Remove BKL from ReiserFS
BKL: Remove BKL from capifs
BKL: Remove BKL from USB gadgetfs
BKL: Remove BKL from afs
BKL: Remove BKL from ecryptfs
BKL: Remove BKL from jffs2
BKL: Remove BKL from squashfs
BKL: Remove BKL from OCFS2
drivers/isdn/capi/capifs.c | 8 +-------
drivers/usb/core/inode.c | 6 ------
drivers/usb/gadget/inode.c | 13 ++-----------
fs/afs/super.c | 10 ----------
fs/autofs4/root.c | 12 +++++++-----
fs/ecryptfs/file.c | 3 ---
fs/ecryptfs/main.c | 4 ----
fs/fat/inode.c | 5 -----
fs/fat/namei_msdos.c | 7 +++----
fs/fat/namei_vfat.c | 7 +++----
fs/isofs/dir.c | 6 +++---
fs/isofs/inode.c | 16 ++++++----------
fs/isofs/namei.c | 8 ++++----
fs/isofs/rock.c | 8 ++++----
fs/jffs2/fs.c | 4 ----
fs/jffs2/super.c | 12 +-----------
fs/ocfs2/dlmfs/dlmfs.c | 9 +--------
fs/ocfs2/stack_user.c | 3 ---
fs/ocfs2/super.c | 12 ------------
fs/reiserfs/super.c | 6 ------
fs/squashfs/super.c | 11 -----------
21 files changed, 35 insertions(+), 135 deletions(-)
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: Jan Blunck <jblunck@infradead.org>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: Jan Blunck <jblunck@infradead.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: reiserfs-devel@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: David Brownell <dbrownell@users.sourceforge.net>
Cc: linux-usb@vger.kernel.org
Cc: linux-afs@lists.infradead.org
Cc: David Howells <dhowells@redhat.com>
Cc: Dustin Kirkland <kirkland@canonical.com>
Cc: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
Cc: ecryptfs-devel@lists.launchpad.net
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Phillip Lougher <phillip@lougher.demon.co.uk>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <joel.becker@oracle.com>
Cc: linux-fsdevel@vger.kernel.org
next reply other threads:[~2010-09-16 17:47 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-16 17:46 Arnd Bergmann [this message]
2010-09-16 17:46 ` [PATCH 01/12] BKL: Remove BKL from usbfs Arnd Bergmann
2010-09-16 18:47 ` Greg KH
2010-09-16 17:46 ` [PATCH 02/12] BKL: Remove BKL from fat Arnd Bergmann
2010-09-16 17:46 ` [PATCH 03/12] BKL: Remove BKL from isofs Arnd Bergmann
2010-09-16 17:46 ` [PATCH 04/12] BKL: Remove BKL from autofs4 Arnd Bergmann
2010-09-16 17:49 ` H. Peter Anvin
2010-09-16 17:55 ` Arnd Bergmann
2010-09-16 19:20 ` H. Peter Anvin
2010-09-17 1:31 ` Ian Kent
2010-09-17 1:33 ` Ian Kent
2010-09-17 7:17 ` Arnd Bergmann
2010-09-17 17:01 ` Greg KH
2010-09-16 17:46 ` [PATCH 05/12] BKL: Remove BKL from ReiserFS Arnd Bergmann
2010-09-16 17:46 ` [PATCH 06/12] BKL: Remove BKL from capifs Arnd Bergmann
2010-09-17 23:35 ` David Miller
2010-09-18 7:55 ` Arnd Bergmann
2010-09-16 17:46 ` [PATCH 07/12] BKL: Remove BKL from USB gadgetfs Arnd Bergmann
2010-09-16 17:46 ` [PATCH 08/12] BKL: Remove BKL from afs Arnd Bergmann
2010-09-16 17:46 ` [PATCH 09/12] BKL: Remove BKL from ecryptfs Arnd Bergmann
2010-09-16 17:46 ` [PATCH 10/12] BKL: Remove BKL from jffs2 Arnd Bergmann
2010-09-16 17:46 ` [PATCH 11/12] BKL: Remove BKL from squashfs Arnd Bergmann
2010-09-16 17:46 ` [PATCH 12/12] BKL: Remove BKL from OCFS2 Arnd Bergmann
2010-09-16 22:26 ` Mark Fasheh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1284659185-8942-1-git-send-email-arnd@arndb.de \
--to=arnd@arndb.de \
--cc=dbrownell@users.sourceforge.net \
--cc=dhowells@redhat.com \
--cc=dwmw2@infradead.org \
--cc=ecryptfs-devel@lists.launchpad.net \
--cc=gregkh@suse.de \
--cc=hirofumi@mail.parknet.co.jp \
--cc=hpa@zytor.com \
--cc=jblunck@infradead.org \
--cc=joel.becker@oracle.com \
--cc=kirkland@canonical.com \
--cc=linux-afs@lists.infradead.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mfasheh@suse.com \
--cc=netdev@vger.kernel.org \
--cc=phillip@lougher.demon.co.uk \
--cc=reiserfs-devel@vger.kernel.org \
--cc=tyhicks@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®