All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Minor cleanups
@ 2020-02-21 16:30 David Sterba
  2020-02-21 16:31 ` [PATCH 01/11] btrfs: use struct_size to calculate size of raid hash table David Sterba
                   ` (10 more replies)
  0 siblings, 11 replies; 34+ messages in thread
From: David Sterba @ 2020-02-21 16:30 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

Minor and safe cleanups.

David Sterba (11):
  btrfs: use struct_size to calculate size of raid hash table
  btrfs: move mapping of block for discard to its caller
  btrfs: open code trivial helper btrfs_header_fsid
  btrfs: open code trivial helper btrfs_header_chunk_tree_uuid
  btrfs: simplify parameters of btrfs_set_disk_extent_flags
  btrfs: adjust message level for unrecognized mount option
  btrfs: raid56: simplify sort_parity_stripes
  btrfs: replace u_long type cast with unsigned long
  btrfs: adjust delayed refs message level
  btrfs: merge unlocking to common exit block in
    btrfs_commit_transaction
  btrfs: reduce pointer intdirections in btree_readpage_end_io_hook

 fs/btrfs/ctree.c       |  4 +--
 fs/btrfs/ctree.h       | 12 +--------
 fs/btrfs/disk-io.c     | 18 +++++++------
 fs/btrfs/extent-tree.c |  7 +++---
 fs/btrfs/raid56.c      |  4 +--
 fs/btrfs/super.c       |  2 +-
 fs/btrfs/transaction.c | 57 +++++++++++++++---------------------------
 fs/btrfs/volumes.c     | 33 ++++++++----------------
 8 files changed, 49 insertions(+), 88 deletions(-)

-- 
2.25.0


^ permalink raw reply	[flat|nested] 34+ messages in thread
* [PATCH 00/11] Minor Cleanups
@ 2006-11-01 21:08 Martin Josefsson
  0 siblings, 0 replies; 34+ messages in thread
From: Martin Josefsson @ 2006-11-01 21:08 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: netfilter-devel

The following patches clean up nf_conntrack a little bit. The first patches
split out various parts into their own separate files. Then some small cleanups
follow and lastly there's a small optimization.

--
/Martin

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

end of thread, other threads:[~2020-02-25  4:00 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-21 16:30 [PATCH 00/11] Minor cleanups David Sterba
2020-02-21 16:31 ` [PATCH 01/11] btrfs: use struct_size to calculate size of raid hash table David Sterba
2020-02-22  8:38   ` Johannes Thumshirn
2020-02-21 16:31 ` [PATCH 02/11] btrfs: move mapping of block for discard to its caller David Sterba
2020-02-22  8:40   ` Johannes Thumshirn
2020-02-24  3:31   ` Anand Jain
2020-02-21 16:31 ` [PATCH 03/11] btrfs: open code trivial helper btrfs_header_fsid David Sterba
2020-02-22  8:41   ` Johannes Thumshirn
2020-02-21 16:31 ` [PATCH 04/11] btrfs: open code trivial helper btrfs_header_chunk_tree_uuid David Sterba
2020-02-22  8:42   ` Johannes Thumshirn
2020-02-21 16:31 ` [PATCH 05/11] btrfs: simplify parameters of btrfs_set_disk_extent_flags David Sterba
2020-02-22  8:45   ` Johannes Thumshirn
2020-02-24 14:51     ` David Sterba
2020-02-24  3:43   ` Anand Jain
2020-02-21 16:31 ` [PATCH 06/11] btrfs: adjust message level for unrecognized mount option David Sterba
2020-02-22  8:46   ` Johannes Thumshirn
2020-02-24  3:44   ` Anand Jain
2020-02-21 16:31 ` [PATCH 07/11] btrfs: raid56: simplify sort_parity_stripes David Sterba
2020-02-22  8:47   ` Johannes Thumshirn
2020-02-21 16:31 ` [PATCH 08/11] btrfs: replace u_long type cast with unsigned long David Sterba
2020-02-22  8:48   ` Johannes Thumshirn
2020-02-24 20:09   ` Christoph Hellwig
2020-02-21 16:31 ` [PATCH 09/11] btrfs: adjust delayed refs message level David Sterba
2020-02-22  8:48   ` Johannes Thumshirn
2020-02-24  3:46   ` Anand Jain
2020-02-21 16:31 ` [PATCH 10/11] btrfs: merge unlocking to common exit block in btrfs_commit_transaction David Sterba
2020-02-22  8:50   ` Johannes Thumshirn
2020-02-24  3:56   ` Anand Jain
2020-02-24 15:02   ` David Sterba
2020-02-24 15:13   ` [PATCH v2] " David Sterba
2020-02-25  4:00     ` Anand Jain
2020-02-21 16:31 ` [PATCH 11/11] btrfs: reduce pointer intdirections in btree_readpage_end_io_hook David Sterba
2020-02-22  8:54   ` Johannes Thumshirn
  -- strict thread matches above, loose matches on Subject: below --
2006-11-01 21:08 [PATCH 00/11] Minor Cleanups Martin Josefsson

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.