public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
From: David Sterba <dsterba@suse.com>
To: linux-btrfs@vger.kernel.org
Cc: David Sterba <dsterba@suse.com>
Subject: [PATCH 00/18] Random cleanups for 6.14
Date: Thu,  9 Jan 2025 11:23:54 +0100	[thread overview]
Message-ID: <cover.1736418116.git.dsterba@suse.com> (raw)

Unsorteed small cleanups and renames.

David Sterba (18):
  btrfs: drop unused parameter fs_info to btrfs_delete_delayed_insertion_item()
  btrfs: remove stray comment about SRCU
  btrfs: use SECTOR_SIZE defines in btrfs_issue_discard()
  btrfs: rename __unlock_for_delalloc() and drop underscores
  btrfs: open code set_page_extent_mapped()
  btrfs: rename __get_extent_map() and pass btrfs_inode
  btrfs: use btrfs_inode in extent_writepage()
  btrfs: make wait_on_extent_buffer_writeback() static inline
  btrfs: drop one time used local variable in end_bbio_meta_write()
  btrfs: open code __free_extent_buffer()
  btrfs: rename btrfs_release_extent_buffer_pages() to mention folios
  btrfs: switch grab_extent_buffer() to folios
  btrfs: change return type to bool type of check_eb_alignment()
  btrfs: unwrap folio locking helpers
  btrfs: remove unused define WAIT_PAGE_LOCK for extent io
  btrfs: split waiting from read_extent_buffer_pages(), drop parameter wait
  btrfs: remove redundant variables from __process_folios_contig() and lock_delalloc_folios()
  btrfs: async-thread: rename DFT_THRESHOLD to DEFAULT_THRESHOLD

 fs/btrfs/async-thread.c     |   6 +-
 fs/btrfs/delayed-inode.c    |   5 +-
 fs/btrfs/disk-io.c          |   2 +-
 fs/btrfs/disk-io.h          |   3 -
 fs/btrfs/extent-tree.c      |   4 +-
 fs/btrfs/extent_io.c        | 143 ++++++++++++++++--------------------
 fs/btrfs/extent_io.h        |  16 ++--
 fs/btrfs/free-space-cache.c |   2 +-
 fs/btrfs/relocation.c       |   2 +-
 9 files changed, 84 insertions(+), 99 deletions(-)

-- 
2.47.1


             reply	other threads:[~2025-01-09 10:23 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-09 10:23 David Sterba [this message]
2025-01-09 10:23 ` [PATCH 01/18] btrfs: drop unused parameter fs_info to btrfs_delete_delayed_insertion_item() David Sterba
2025-01-09 10:24 ` [PATCH 02/18] btrfs: remove stray comment about SRCU David Sterba
2025-01-09 11:00   ` Daniel Vacek
2025-01-09 10:24 ` [PATCH 03/18] btrfs: use SECTOR_SIZE defines in btrfs_issue_discard() David Sterba
2025-01-09 10:24 ` [PATCH 04/18] btrfs: rename __unlock_for_delalloc() and drop underscores David Sterba
2025-01-09 12:07   ` Johannes Thumshirn
2025-01-10 15:13     ` David Sterba
2025-01-09 10:24 ` [PATCH 05/18] btrfs: open code set_page_extent_mapped() David Sterba
2025-01-09 10:24 ` [PATCH 06/18] btrfs: rename __get_extent_map() and pass btrfs_inode David Sterba
2025-01-09 10:24 ` [PATCH 07/18] btrfs: use btrfs_inode in extent_writepage() David Sterba
2025-01-09 10:24 ` [PATCH 08/18] btrfs: make wait_on_extent_buffer_writeback() static inline David Sterba
2025-01-09 10:24 ` [PATCH 09/18] btrfs: drop one time used local variable in end_bbio_meta_write() David Sterba
2025-01-09 10:24 ` [PATCH 10/18] btrfs: open code __free_extent_buffer() David Sterba
2025-01-09 10:24 ` [PATCH 11/18] btrfs: rename btrfs_release_extent_buffer_pages() to mention folios David Sterba
2025-01-09 10:24 ` [PATCH 12/18] btrfs: switch grab_extent_buffer() to folios David Sterba
2025-01-09 12:40   ` Johannes Thumshirn
2025-01-10 16:02     ` David Sterba
2025-01-09 10:24 ` [PATCH 13/18] btrfs: change return type to bool type of check_eb_alignment() David Sterba
2025-01-09 10:24 ` [PATCH 14/18] btrfs: unwrap folio locking helpers David Sterba
2025-01-09 10:24 ` [PATCH 15/18] btrfs: remove unused define WAIT_PAGE_LOCK for extent io David Sterba
2025-01-09 10:24 ` [PATCH 16/18] btrfs: split waiting from read_extent_buffer_pages(), drop parameter wait David Sterba
2025-01-09 10:24 ` [PATCH 17/18] btrfs: remove redundant variables from __process_folios_contig() and lock_delalloc_folios() David Sterba
2025-01-09 10:24 ` [PATCH 18/18] btrfs: async-thread: rename DFT_THRESHOLD to DEFAULT_THRESHOLD David Sterba
2025-01-09 13:41 ` [PATCH 00/18] Random cleanups for 6.14 Johannes Thumshirn
2025-01-09 16:45 ` Anand Jain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1736418116.git.dsterba@suse.com \
    --to=dsterba@suse.com \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox