public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Another batch of inode vs btrfs_inode cleanups
@ 2020-08-31 11:42 Nikolay Borisov
  2020-08-31 11:42 ` [PATCH 01/12] btrfs: Make inode_tree_del take btrfs_inode Nikolay Borisov
                   ` (13 more replies)
  0 siblings, 14 replies; 27+ messages in thread
From: Nikolay Borisov @ 2020-08-31 11:42 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Nikolay Borisov

Here is the latest batch of inode vs btrfs_inode of interface cleanups for
internal btrfs functions.

Nikolay Borisov (12):
  btrfs: Make inode_tree_del take btrfs_inode
  btrfs: Make btrfs_lookup_first_ordered_extent take btrfs_inode
  btrfs: Make ordered extent tracepoint take btrfs_inode
  btrfs: Make btrfs_dec_test_ordered_pending take btrfs_inode
  btrfs: Convert btrfs_inode_sectorsize to take btrfs_inode
  btrfs: Make btrfs_invalidatepage work on btrfs_inode
  btrfs: Make btrfs_writepage_endio_finish_ordered btrfs_inode-centric
  btrfs: Make get_extent_skip_holes take btrfs_inode
  btrfs: Make btrfs_find_ordered_sum take btrfs_inode
  btrfs: Make copy_inline_to_page take btrfs_inode
  btrfs: Make btrfs_zero_range_check_range_boundary take btrfs_inode
  btrfs: Make extent_fiemap take btrfs_iode

 fs/btrfs/btrfs_inode.h       |  5 +++++
 fs/btrfs/ctree.h             |  4 ----
 fs/btrfs/extent_io.c         | 23 +++++++++++-----------
 fs/btrfs/extent_io.h         |  2 +-
 fs/btrfs/file-item.c         |  4 ++--
 fs/btrfs/file.c              | 23 ++++++++++++----------
 fs/btrfs/inode.c             | 37 +++++++++++++++++------------------
 fs/btrfs/ordered-data.c      | 38 +++++++++++++++++-------------------
 fs/btrfs/ordered-data.h      |  8 ++++----
 fs/btrfs/reflink.c           | 36 +++++++++++++++++-----------------
 include/trace/events/btrfs.h | 17 ++++++++--------
 11 files changed, 98 insertions(+), 99 deletions(-)

--
2.17.1


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

end of thread, other threads:[~2020-09-01 14:14 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-31 11:42 [PATCH 00/12] Another batch of inode vs btrfs_inode cleanups Nikolay Borisov
2020-08-31 11:42 ` [PATCH 01/12] btrfs: Make inode_tree_del take btrfs_inode Nikolay Borisov
2020-08-31 12:03   ` Johannes Thumshirn
2020-08-31 11:42 ` [PATCH 02/12] btrfs: Make btrfs_lookup_first_ordered_extent " Nikolay Borisov
2020-08-31 12:09   ` Johannes Thumshirn
2020-08-31 11:42 ` [PATCH 03/12] btrfs: Make ordered extent tracepoint " Nikolay Borisov
2020-08-31 12:14   ` Johannes Thumshirn
2020-08-31 11:42 ` [PATCH 04/12] btrfs: Make btrfs_dec_test_ordered_pending " Nikolay Borisov
2020-08-31 12:19   ` Johannes Thumshirn
2020-08-31 11:42 ` [PATCH 05/12] btrfs: Convert btrfs_inode_sectorsize to " Nikolay Borisov
2020-08-31 12:20   ` Johannes Thumshirn
2020-08-31 11:42 ` [PATCH 06/12] btrfs: Make btrfs_invalidatepage work on btrfs_inode Nikolay Borisov
2020-08-31 13:24   ` Johannes Thumshirn
2020-08-31 11:42 ` [PATCH 07/12] btrfs: Make btrfs_writepage_endio_finish_ordered btrfs_inode-centric Nikolay Borisov
2020-08-31 12:23   ` Johannes Thumshirn
2020-08-31 11:42 ` [PATCH 08/12] btrfs: Make get_extent_skip_holes take btrfs_inode Nikolay Borisov
2020-08-31 12:26   ` Johannes Thumshirn
2020-08-31 11:42 ` [PATCH 09/12] btrfs: Make btrfs_find_ordered_sum " Nikolay Borisov
2020-08-31 13:14   ` Johannes Thumshirn
2020-08-31 11:42 ` [PATCH 10/12] btrfs: Make copy_inline_to_page " Nikolay Borisov
2020-08-31 13:18   ` Johannes Thumshirn
2020-08-31 11:42 ` [PATCH 11/12] btrfs: Make btrfs_zero_range_check_range_boundary " Nikolay Borisov
2020-08-31 13:20   ` Johannes Thumshirn
2020-08-31 11:42 ` [PATCH 12/12] btrfs: Make extent_fiemap take btrfs_iode Nikolay Borisov
2020-08-31 13:21   ` Johannes Thumshirn
2020-08-31 15:43 ` [PATCH 00/12] Another batch of inode vs btrfs_inode cleanups Josef Bacik
2020-09-01 14:13 ` David Sterba

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