public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] btrfs: some header cleanups and move things around
@ 2024-12-16 17:17 fdmanana
  2024-12-16 17:17 ` [PATCH 1/9] btrfs: move abort_should_print_stack() to transaction.h fdmanana
                   ` (11 more replies)
  0 siblings, 12 replies; 26+ messages in thread
From: fdmanana @ 2024-12-16 17:17 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Move some misplaced prototypes, macros and functions around and some
header cleanups. Trivial changes, details in the change logs.

Filipe Manana (9):
  btrfs: move abort_should_print_stack() to transaction.h
  btrfs: move csum related functions from ctree.c into fs.c
  btrfs: move the exclusive operation functions into fs.c
  btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.c
  btrfs: move the folio ordered helpers from ctree.h into fs.h
  btrfs: move BTRFS_BYTES_TO_BLKS() into fs.h
  btrfs: move btrfs_alloc_write_mask() into fs.h
  btrfs: move extent-tree function declarations out of ctree.h
  btrfs: remove pointless comment from ctree.h

 fs/btrfs/ctree.c            |  67 -----------------
 fs/btrfs/ctree.h            |  29 --------
 fs/btrfs/extent-tree.h      |   4 ++
 fs/btrfs/free-space-cache.c |   2 +-
 fs/btrfs/fs.c               | 139 ++++++++++++++++++++++++++++++++++++
 fs/btrfs/fs.h               |  24 +++++++
 fs/btrfs/ioctl.c            |  91 -----------------------
 fs/btrfs/ioctl.h            |   1 -
 fs/btrfs/transaction.h      |  18 ++++-
 fs/btrfs/volumes.c          |   2 +-
 10 files changed, 185 insertions(+), 192 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-12-23 19:36 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-16 17:17 [PATCH 0/9] btrfs: some header cleanups and move things around fdmanana
2024-12-16 17:17 ` [PATCH 1/9] btrfs: move abort_should_print_stack() to transaction.h fdmanana
2024-12-16 17:17 ` [PATCH 2/9] btrfs: move csum related functions from ctree.c into fs.c fdmanana
2024-12-17  0:26   ` Qu Wenruo
2024-12-17  8:55     ` Filipe Manana
2024-12-18 20:14       ` David Sterba
2024-12-18 20:21   ` David Sterba
2024-12-18 20:45     ` Filipe Manana
2024-12-18 21:28       ` Qu Wenruo
2024-12-23 19:36         ` David Sterba
2024-12-23 19:26       ` David Sterba
2024-12-16 17:17 ` [PATCH 3/9] btrfs: move the exclusive operation functions " fdmanana
2024-12-16 17:17 ` [PATCH 4/9] btrfs: move btrfs_is_empty_uuid() from ioctl.c " fdmanana
2024-12-17  0:31   ` Qu Wenruo
2024-12-17  7:53     ` Johannes Thumshirn
2024-12-17  8:06       ` Qu Wenruo
2024-12-17  8:57     ` Filipe Manana
2024-12-17  9:03       ` Qu Wenruo
2024-12-16 17:17 ` [PATCH 5/9] btrfs: move the folio ordered helpers from ctree.h into fs.h fdmanana
2024-12-16 17:17 ` [PATCH 6/9] btrfs: move BTRFS_BYTES_TO_BLKS() " fdmanana
2024-12-16 17:17 ` [PATCH 7/9] btrfs: move btrfs_alloc_write_mask() " fdmanana
2024-12-16 17:17 ` [PATCH 8/9] btrfs: move extent-tree function declarations out of ctree.h fdmanana
2024-12-16 17:17 ` [PATCH 9/9] btrfs: remove pointless comment from ctree.h fdmanana
2024-12-17  4:08 ` [PATCH 0/9] btrfs: some header cleanups and move things around Qu Wenruo
2024-12-17 11:57 ` Johannes Thumshirn
2024-12-18 20:23 ` David Sterba

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