All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL REQUEST] ext2, ext3, and quota fixes
@ 2010-04-12 19:22 Jan Kara
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2010-04-12 19:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, linux-fsdevel, linux-ext4

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6.git for_linus

  to get a few fixes:

Andrew Perepechko (1):
      quota: Fix possible dq_flags corruption

Dmitry Monakhov (2):
      ext2: symlink must be handled via filesystem specific operation
      ext3: symlink must be handled via filesystem specific operation

Jan Kara (1):
      quota: Hide warnings about writes to the filesystem before quota was turned on

The diffstat is

 fs/ext2/symlink.c |    2 ++
 fs/ext3/symlink.c |    2 ++
 fs/quota/dquot.c  |   18 ++++++++++++------
 3 files changed, 16 insertions(+), 6 deletions(-)

							Thanks
								Honza
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

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

* [PULL REQUEST] Ext2, ext3 and quota fixes
@ 2012-05-24 23:12 Jan Kara
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2012-05-24 23:12 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, linux-ext4

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus

Interesting bits are:
* removal of a special i_mutex locking subclass
  (I_MUTEX_QUOTA) since quota code does not need i_mutex anymore in any
  unusual way. 
* backport (from ext4) of a fix of a checkpointing bug (missing cache
  flush) that could lead to fs corruption on power failure

The rest are just random small fixes & cleanups.

Top of the tree is 0324876. The full shortlog is:

Akira Fujita (1):
      ext3: remove max_debt in find_group_orlov()

Artem Bityutskiy (2):
      ext2: write superblock only once on unmount
      ext2: do not register write_super within VFS

Eric Sandeen (1):
      ext3: return 32/64-bit dir name hash according to usage type

Jan Kara (12):
      jbd: Refine commit writeout logic
      ext2: Remove s_dirt handling
      jbd: Split updating of journal superblock and marking journal empty
      jbd: protect all log tail updates with j_checkpoint_mutex
      jbd: Write journal superblock with WRITE_FUA after checkpointing
      quota: Fix double lock in add_dquot_ref() with CONFIG_QUOTA_DEBUG
      ext3: Remove i_mutex use from ext3_quota_write()
      ext4: Remove i_mutex use from ext4_quota_write()
      reiserfs: Remove i_mutex use from reiserfs_quota_write()
      ext2: Remove i_mutex use from ext2_quota_write()
      quota: Use precomputed value of sb_dqopt in dquot_quota_sync
      quota: Get rid of nested I_MUTEX_QUOTA locking subclass

Stefan Hajnoczi (1):
      ext3: update documentation with barrier=1 default

Wang Sheng-Hui (2):
      ext2: remove the redundant comment for ext2_export_ops
      ext2: trivial fix to comment for ext2_free_blocks

The diffstat is

 Documentation/filesystems/ext3.txt |    6 +-
 fs/ext2/balloc.c                   |    4 +-
 fs/ext2/ialloc.c                   |    2 -
 fs/ext2/super.c                    |   18 +---
 fs/ext2/xattr.c                    |    1 -
 fs/ext3/dir.c                      |  167 +++++++++++++++++++++--------
 fs/ext3/ext3.h                     |    6 +-
 fs/ext3/hash.c                     |    4 +-
 fs/ext3/ialloc.c                   |   20 +---
 fs/ext3/super.c                    |    6 +-
 fs/ext4/super.c                    |    6 +-
 fs/jbd/checkpoint.c                |   23 ++---
 fs/jbd/commit.c                    |   21 +++-
 fs/jbd/journal.c                   |  206 +++++++++++++++++++++++------------
 fs/jbd/transaction.c               |    2 -
 fs/quota/dquot.c                   |   32 +++---
 fs/reiserfs/super.c                |    6 +-
 include/linux/jbd.h                |   18 ++--
 include/trace/events/jbd.h         |   39 +++----
 19 files changed, 342 insertions(+), 245 deletions(-)

							Thanks
								Honza

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

end of thread, other threads:[~2012-05-24 23:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-12 19:22 [PULL REQUEST] ext2, ext3, and quota fixes Jan Kara
2012-05-24 23:12 [PULL REQUEST] Ext2, ext3 " Jan Kara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.