All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 00/11] reiserfs fixups and error handling
@ 2007-07-12 19:37 jeffm
  2007-07-12 19:37 ` [patch 01/11] reiserfs: fix up lockdep warnings jeffm
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: jeffm @ 2007-07-12 19:37 UTC (permalink / raw)
  To: ReiserFS Development Mailing List, Vladimir Saveliev

 This is the first part of a series of patches I've been developing for
 reiserfs. I'm posting them now for review followed by submission to 2.6.23.

 The first 4 patches are small fixes:
 * Adding proper lockdep annotation to xattrs
 * Switching to panic() instead of BUG() in reiserfs_panic()
 * Making is_reusable bitmap sanity checking unconditional
 * Using the first zero hint in bitmap iteration

 The remaining 7 work to make reiserfs error handling more consistent
 and robust:
 * Use consistent message prefixes for all reiserfs log output
 * Add a reiserfs_info() call for multiline output that doesn't
   masquerade as a warning.
 * Make reiserfs_warning() calls more consistent, requiring an ID, and
   including the device and function where the warning is occuring.
 * Make reiserfs_panic() more consistent in the same manner.
 * Rearrange reiserfs_journal_abort() since it was modelled after jbd's
   call and doesn't need to be. There's several function calls that
   just get optimized out anyway.

 * Add a reiserfs_error() call to handle metadata errors by aborting
   the journal and marking the file system read-only.
 * Convert 50 reiserfs_warning(), 2 reiserfs_panic(), and one BUG_ON
   site to use the new reiserfs_error().,

-Jeff

-- 
Jeff Mahoney
SUSE Labs


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

end of thread, other threads:[~2007-07-12 19:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-12 19:37 [patch 00/11] reiserfs fixups and error handling jeffm
2007-07-12 19:37 ` [patch 01/11] reiserfs: fix up lockdep warnings jeffm
2007-07-12 19:37 ` [patch 02/11] reiserfs: dont use BUG when panicking jeffm
2007-07-12 19:37 ` [patch 03/11] reiserfs: use is_reusable to catch corruption jeffm
2007-07-12 19:37 ` [patch 04/11] reiserfs: make bitmap use cached first zero bit jeffm
2007-07-12 19:37 ` [patch 05/11] reiserfs: use more consistent printk formatting jeffm
2007-07-12 19:37 ` [patch 06/11] reiserfs: make some warnings informational jeffm
2007-07-12 19:37 ` [patch 07/11] reiserfs: rework reiserfs_warning jeffm
2007-07-12 19:37 ` [patch 08/11] reiserfs: rework reiserfs_panic jeffm
2007-07-12 19:37 ` [patch 09/11] reiserfs: rearrange journal abort jeffm
2007-07-12 19:37 ` [patch 10/11] reiserfs: introduce reiserfs_error() jeffm
2007-07-12 19:37 ` [patch 11/11] reiserfs: use reiserfs_error() jeffm
2007-07-12 19:47 ` [patch 00/11] reiserfs fixups and error handling 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.