public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/18] Random cleanups for 6.14
@ 2025-01-09 10:23 David Sterba
  2025-01-09 10:23 ` [PATCH 01/18] btrfs: drop unused parameter fs_info to btrfs_delete_delayed_insertion_item() David Sterba
                   ` (19 more replies)
  0 siblings, 20 replies; 26+ messages in thread
From: David Sterba @ 2025-01-09 10:23 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

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


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

end of thread, other threads:[~2025-01-10 16:02 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 10:23 [PATCH 00/18] Random cleanups for 6.14 David Sterba
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

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