All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/7] reiserfs fixes patch set
@ 2007-10-16 23:02 Jeff Mahoney
  2007-10-16 23:02 ` [patch 1/7] reiserfs: fix up lockdep warnings Jeff Mahoney
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Jeff Mahoney @ 2007-10-16 23:02 UTC (permalink / raw)
  To: Andrew Morton, Linux Torvalds; +Cc: ReiserFS Development Mailing List

 This is a series of "safe" patches that have been in the openSUSE kernel
 for a while now.

 * patches.suse/reiserfs-fix-lockdep-warnings
   - Adds lockdep annotation to the xattr locks

 * patches.suse/reiserfs-no-bug-on-panic.diff
   - Replaces BUG with dump_stack in reiserfs_panic so it actually panics.

 * patches.suse/reiserfs-use-is_reusable.diff
   - Enables is_reusable() for bitmap sanity checking unconditionally.

 * patches.suse/reiserfs-signedness-fixes.diff
   - Ensures that block numbers are _always_ unsigned by using b_blocknr_t.

 * patches.suse/reiserfs-fix-resize-meminit.diff
   - Fixes a case where the old block number count was used to zero out
     the bitmap info array during resize.

 * patches.suse/reiserfs-remove-first-zero-hint.diff
   - Removes the first_zero_hint bitmap tracking code and extends the
     free count to 32-bit for support of block sizes > 8 KiB.

 * patches.suse/reiserfs-fix-large-fs.diff
   - Ignores the 16-bit on-disk bitmap block count value to allow file systems
     larger than 8 TiB.

 Please apply.

 -Jeff

--
Jeff Mahoney
SUSE Labs


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

end of thread, other threads:[~2007-10-18 18:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-16 23:02 [patch 0/7] reiserfs fixes patch set Jeff Mahoney
2007-10-16 23:02 ` [patch 1/7] reiserfs: fix up lockdep warnings Jeff Mahoney
2007-10-16 23:02 ` [patch 2/7] reiserfs: dont use BUG when panicking Jeff Mahoney
2007-10-16 23:02 ` [patch 3/7] reiserfs: use is_reusable to catch corruption Jeff Mahoney
2007-10-16 23:02 ` [patch 4/7] reiserfs: fix usage of signed ints for block numbers Jeff Mahoney
2007-10-16 23:02 ` [patch 5/7] reiserfs: fix memset byte count during resize Jeff Mahoney
2007-10-16 23:02 ` [patch 6/7] reiserfs: remove first_zero_hint Jeff Mahoney
2007-10-18 18:02   ` Jeff Mahoney
2007-10-16 23:02 ` [patch 7/7] reiserfs: ignore on disk s_bmap_nr value Jeff Mahoney
2007-10-17 22:19   ` Andrew Morton
2007-10-17 22:11 ` [patch 0/7] reiserfs fixes patch set Andrew Morton
2007-10-17 22:19   ` Linus Torvalds
2007-10-17 23:23   ` Jeff Mahoney

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.