Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/4] Simple cleanups
@ 2024-02-22 12:14 David Sterba
  2024-02-22 12:14 ` [PATCH 1/4] btrfs: handle transaction commit errors in flush_reservations() David Sterba
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: David Sterba @ 2024-02-22 12:14 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

David Sterba (4):
  btrfs: handle transaction commit errors in flush_reservations()
  btrfs: pass btrfs_device to btrfs_scratch_superblocks()
  btrfs: merge btrfs_del_delalloc_inode() helpers
  btrfs: pass a valid extent map cache pointer to __get_extent_map()

 fs/btrfs/btrfs_inode.h |  2 +-
 fs/btrfs/dev-replace.c |  3 +--
 fs/btrfs/disk-io.c     |  2 +-
 fs/btrfs/extent_io.c   | 11 ++++++++---
 fs/btrfs/inode.c       | 14 +++++---------
 fs/btrfs/qgroup.c      |  2 +-
 fs/btrfs/volumes.c     | 13 +++++--------
 fs/btrfs/volumes.h     |  4 +---
 8 files changed, 23 insertions(+), 28 deletions(-)

-- 
2.42.1


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

end of thread, other threads:[~2024-02-22 21:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-22 12:14 [PATCH 0/4] Simple cleanups David Sterba
2024-02-22 12:14 ` [PATCH 1/4] btrfs: handle transaction commit errors in flush_reservations() David Sterba
2024-02-22 12:14 ` [PATCH 2/4] btrfs: pass btrfs_device to btrfs_scratch_superblocks() David Sterba
2024-02-22 12:14 ` [PATCH 3/4] btrfs: merge btrfs_del_delalloc_inode() helpers David Sterba
2024-02-22 12:14 ` [PATCH 4/4] btrfs: pass a valid extent map cache pointer to __get_extent_map() David Sterba
2024-02-22 15:44 ` [PATCH 0/4] Simple cleanups Josef Bacik
2024-02-22 21:48 ` Qu Wenruo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox