All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] btrfs: some misc cleanups and a fix around page reading
@ 2022-02-03 15:36 fdmanana
  2022-02-03 15:36 ` [PATCH 1/4] btrfs: stop checking for NULL return from btrfs_get_extent() fdmanana
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: fdmanana @ 2022-02-03 15:36 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

A small set of changes, mostly cleanups, a fix for an error that is not
being returned, and adding a couple lockdep assertions.

Filipe Manana (4):
  btrfs: stop checking for NULL return from btrfs_get_extent()
  btrfs: fix lost error return value when reading a data page
  btrfs: remove no longer used counter when reading data page
  btrfs: assert we have a write lock when removing and replacing extent
    maps

 fs/btrfs/extent_io.c              | 12 +++++-------
 fs/btrfs/extent_map.c             |  4 ++++
 fs/btrfs/inode.c                  |  9 +++++++--
 fs/btrfs/tests/extent-map-tests.c |  2 ++
 4 files changed, 18 insertions(+), 9 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2022-02-08 15:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 15:36 [PATCH 0/4] btrfs: some misc cleanups and a fix around page reading fdmanana
2022-02-03 15:36 ` [PATCH 1/4] btrfs: stop checking for NULL return from btrfs_get_extent() fdmanana
2022-02-04  8:19   ` Johannes Thumshirn
2022-02-04 11:17     ` Filipe Manana
2022-02-03 15:36 ` [PATCH 2/4] btrfs: fix lost error return value when reading a data page fdmanana
2022-02-03 15:36 ` [PATCH 3/4] btrfs: remove no longer used counter when reading " fdmanana
2022-02-03 15:36 ` [PATCH 4/4] btrfs: assert we have a write lock when removing and replacing extent maps fdmanana
2022-02-04  8:25 ` [PATCH 0/4] btrfs: some misc cleanups and a fix around page reading Johannes Thumshirn
2022-02-04 16:35 ` David Sterba
2022-02-08 15:45   ` David Sterba

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.