All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Cleanups for 6.15
@ 2025-02-12 20:21 David Sterba
  2025-02-12 20:21 ` [PATCH 1/7] btrfs: add __cold attribute to extent_io_tree_panic() David Sterba
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: David Sterba @ 2025-02-12 20:21 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

David Sterba (7):
  btrfs: add __cold attribute to extent_io_tree_panic()
  btrfs: async-thread: switch local variables need_order bool
  btrfs: zstd: move zstd_parameters to the workspace
  btrfs: zstd: remove local variable for storing page offsets
  btrfs: unify ordering of btrfs_key initializations
  btrfs: simplify returns and labels in btrfs_init_fs_root()
  btrfs: update include and forward declarations in headers

 fs/btrfs/accessors.h        |  1 +
 fs/btrfs/acl.h              |  2 ++
 fs/btrfs/async-thread.c     | 11 +++++------
 fs/btrfs/backref.c          |  4 ++--
 fs/btrfs/block-group.c      |  6 +++---
 fs/btrfs/ctree.h            |  2 +-
 fs/btrfs/delayed-ref.h      |  2 ++
 fs/btrfs/dir-item.h         |  1 +
 fs/btrfs/direct-io.h        |  2 ++
 fs/btrfs/discard.h          |  1 +
 fs/btrfs/disk-io.c          | 11 +++++------
 fs/btrfs/export.c           |  2 +-
 fs/btrfs/extent-io-tree.c   |  8 ++++----
 fs/btrfs/extent-tree.c      |  8 ++++----
 fs/btrfs/extent-tree.h      |  1 -
 fs/btrfs/file-item.c        | 13 +++++++------
 fs/btrfs/file-item.h        |  2 ++
 fs/btrfs/file.h             |  2 ++
 fs/btrfs/free-space-cache.c |  8 ++++----
 fs/btrfs/fs.c               |  1 -
 fs/btrfs/inode-item.c       |  6 +++---
 fs/btrfs/inode.c            |  8 ++++----
 fs/btrfs/ioctl.c            |  4 ++--
 fs/btrfs/ioctl.h            |  2 ++
 fs/btrfs/locking.c          |  1 -
 fs/btrfs/ordered-data.h     |  1 +
 fs/btrfs/print-tree.h       |  2 ++
 fs/btrfs/props.h            |  1 +
 fs/btrfs/qgroup.c           |  2 +-
 fs/btrfs/qgroup.h           |  3 +++
 fs/btrfs/raid-stripe-tree.h |  1 +
 fs/btrfs/scrub.c            |  4 ++--
 fs/btrfs/send.c             |  1 -
 fs/btrfs/space-info.c       |  2 +-
 fs/btrfs/subpage.c          |  1 -
 fs/btrfs/sysfs.h            |  1 +
 fs/btrfs/transaction.c      |  2 +-
 fs/btrfs/tree-log.c         |  6 +++---
 fs/btrfs/volumes.c          | 16 ++++++++--------
 fs/btrfs/volumes.h          |  4 ++++
 fs/btrfs/xattr.h            |  2 ++
 fs/btrfs/zstd.c             | 14 ++++++--------
 42 files changed, 97 insertions(+), 75 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-02-12 20:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12 20:21 [PATCH 0/7] Cleanups for 6.15 David Sterba
2025-02-12 20:21 ` [PATCH 1/7] btrfs: add __cold attribute to extent_io_tree_panic() David Sterba
2025-02-12 20:22 ` [PATCH 2/7] btrfs: async-thread: switch local variables need_order bool David Sterba
2025-02-12 20:22 ` [PATCH 3/7] btrfs: zstd: move zstd_parameters to the workspace David Sterba
2025-02-12 20:22 ` [PATCH 4/7] btrfs: zstd: remove local variable for storing page offsets David Sterba
2025-02-12 20:22 ` [PATCH 5/7] btrfs: unify ordering of btrfs_key initializations David Sterba
2025-02-12 20:22 ` [PATCH 6/7] btrfs: simplify returns and labels in btrfs_init_fs_root() David Sterba
2025-02-12 20:22 ` [PATCH 7/7] btrfs: update include and forward declarations in headers 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.