Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 00/12] Renames and defrag cleanups
@ 2024-08-27 21:55 David Sterba
  2024-08-27 21:55 ` [PATCH 01/12] btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio() David Sterba
                   ` (12 more replies)
  0 siblings, 13 replies; 19+ messages in thread
From: David Sterba @ 2024-08-27 21:55 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

A few simple cleanups, dropping underscores and improving some code in
defrag.

David Sterba (12):
  btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()
  btrfs: rename __btrfs_submit_bio() and drop double underscores
  btrfs: rename __extent_writepage() and drop double underscores
  btrfs: rename __compare_inode_defrag() and drop double underscores
  btrfs: constify arguments of compare_inode_defrag()
  btrfs: rename __need_auto_defrag() and drop double underscores
  btrfs: rename __btrfs_add_inode_defrag() and drop double underscores
  btrfs: rename __btrfs_run_defrag_inode() and drop double underscores
  btrfs: clear defragmented inodes using postorder in
    btrfs_cleanup_defrag_inodes()
  btrfs: return void from btrfs_add_inode_defrag()
  btrfs: drop transaction parameter from btrfs_add_inode_defrag()
  btrfs: always pass readahead state to defrag

 fs/btrfs/bio.c               |  20 +++----
 fs/btrfs/bio.h               |   6 +--
 fs/btrfs/compression.c       |   4 +-
 fs/btrfs/defrag.c            | 100 ++++++++++++++---------------------
 fs/btrfs/defrag.h            |   3 +-
 fs/btrfs/direct-io.c         |   2 +-
 fs/btrfs/extent_io.c         |  34 ++++++------
 fs/btrfs/inode.c             |   8 +--
 fs/btrfs/scrub.c             |  10 ++--
 fs/btrfs/subpage.c           |   4 +-
 include/trace/events/btrfs.h |   2 +-
 11 files changed, 86 insertions(+), 107 deletions(-)

-- 
2.45.0


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

end of thread, other threads:[~2024-08-28  0:13 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27 21:55 [PATCH 00/12] Renames and defrag cleanups David Sterba
2024-08-27 21:55 ` [PATCH 01/12] btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio() David Sterba
2024-08-27 21:55 ` [PATCH 02/12] btrfs: rename __btrfs_submit_bio() and drop double underscores David Sterba
2024-08-27 21:55 ` [PATCH 03/12] btrfs: rename __extent_writepage() " David Sterba
2024-08-27 21:55 ` [PATCH 04/12] btrfs: rename __compare_inode_defrag() " David Sterba
2024-08-27 21:55 ` [PATCH 05/12] btrfs: constify arguments of compare_inode_defrag() David Sterba
2024-08-27 21:55 ` [PATCH 06/12] btrfs: rename __need_auto_defrag() and drop double underscores David Sterba
2024-08-27 21:55 ` [PATCH 07/12] btrfs: rename __btrfs_add_inode_defrag() " David Sterba
2024-08-27 21:55 ` [PATCH 08/12] btrfs: rename __btrfs_run_defrag_inode() " David Sterba
2024-08-27 21:55 ` [PATCH 09/12] btrfs: clear defragmented inodes using postorder in btrfs_cleanup_defrag_inodes() David Sterba
2024-08-27 22:59   ` Qu Wenruo
2024-08-27 23:18     ` David Sterba
2024-08-27 23:48       ` Qu Wenruo
2024-08-28  0:11         ` David Sterba
2024-08-28  0:13           ` Qu Wenruo
2024-08-27 21:55 ` [PATCH 10/12] btrfs: return void from btrfs_add_inode_defrag() David Sterba
2024-08-27 21:55 ` [PATCH 11/12] btrfs: drop transaction parameter " David Sterba
2024-08-27 21:55 ` [PATCH 12/12] btrfs: always pass readahead state to defrag David Sterba
2024-08-27 23:02 ` [PATCH 00/12] Renames and defrag cleanups Qu Wenruo

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