This patch series fixes a few existing problems and then addresses
 the need for better error handling and propagation in btrfs.

 The handling and propagation patch set first finds all locations of
 a particular condition not being checked and annotates them with
 BTRFS_UERROR to designate that there is an error condition that
 is currently unhandled but should be. Then, another patch traverses
 the call path to ensure that errors are properly propogated. When the
 fix for recovering or passing the error is obvious, we do that too.

 This set is not complete and I expect there to be more fixes coming. In
 particular, it currently only annotates btrfs_alloc_path failures as
 the call graph for it is quite large. This is in response to Chris asking
 for what I already have instead of waiting for it to be complete.

 -Jeff

-- 
Jeff Mahoney
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to