From: Jan Kara <jack@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org
Subject: [GIT PULL] Ext3, reiserfs, udf & isofs fixes
Date: Thu, 5 Sep 2013 21:58:02 +0200 [thread overview]
Message-ID: <20130905195802.GA9260@quack.suse.cz> (raw)
Hello Linus,
could you please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus
The pull contains a bunch of ext3 cleanups and minor improvements, major
reiserfs locking changes which should hopefully fix deadlocks introduced by BKL
removal, and udf/isofs changes to refuse mounting fs rw instead of mounting it
ro automatically which makes eject button work as expected for all media (see
the changelog for why userspace should be ok with this change).
Top of the tree is 97a2847. The full shortlog is:
Eric Sandeen (1):
ext3: allow specifying external journal by pathname mount option
Jan Kara (4):
isofs: Refuse RW mount of the filesystem instead of making it RO
udf: Standardize return values in mount sequence
udf: Refuse RW mount of the filesystem instead of making it RO
Merge branch 'for-3.12' of git://git.kernel.org/.../jeffm/linux-reiserfs into for_next_testing
Jeff Mahoney (3):
reiserfs: locking, push write lock out of xattr code
reiserfs: locking, handle nested locks properly
reiserfs: locking, release lock around quota operations
Nathaniel Yazdani (1):
jbd: remove unneeded semicolon
Paul Gortmaker (2):
jbd: relocate assert after state lock in journal_commit_transaction()
jbd: use a single printk for jbd_debug()
The diffstat is
Documentation/filesystems/ext3.txt | 7 +-
fs/ext3/super.c | 43 +++++
fs/isofs/inode.c | 16 +-
fs/jbd/commit.c | 2 +-
fs/jbd/journal.c | 18 ++
fs/reiserfs/bitmap.c | 22 ++-
fs/reiserfs/dir.c | 7 +-
fs/reiserfs/fix_node.c | 26 +--
fs/reiserfs/inode.c | 114 ++++++-------
fs/reiserfs/ioctl.c | 7 +-
fs/reiserfs/journal.c | 104 +++++------
fs/reiserfs/lock.c | 43 ++---
fs/reiserfs/namei.c | 24 +--
fs/reiserfs/prints.c | 5 +-
fs/reiserfs/reiserfs.h | 36 ++--
fs/reiserfs/resize.c | 10 +-
fs/reiserfs/stree.c | 74 ++++----
fs/reiserfs/super.c | 75 ++++----
fs/reiserfs/xattr.c | 46 ++---
fs/reiserfs/xattr_acl.c | 16 +-
fs/udf/super.c | 342 ++++++++++++++++++++++---------------
include/linux/jbd.h | 17 +-
22 files changed, 609 insertions(+), 445 deletions(-)
Thanks
Honza
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
next reply other threads:[~2013-09-05 19:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-05 19:58 Jan Kara [this message]
2013-09-06 16:11 ` [GIT PULL] Ext3, reiserfs, udf & isofs fixes Linus Torvalds
2013-09-09 14:12 ` Jan Kara
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=20130905195802.GA9260@quack.suse.cz \
--to=jack@suse.cz \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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;
as well as URLs for NNTP newsgroup(s).