All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] More parameter cleanups
@ 2025-03-03 14:55 David Sterba
  2025-03-03 14:55 ` [PATCH 1/7] btrfs: parameter constification in ioctl.c David Sterba
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: David Sterba @ 2025-03-03 14:55 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

More const, renames and type switches.

David Sterba (7):
  btrfs: parameter constification in ioctl.c
  btrfs: pass btrfs_root pointers to send ioctl parameters
  btrfs: pass root pointers to search tree ioctl helpers
  btrfs: pass struct btrfs_inode to btrfs_sync_inode_flags_to_i_flags()
  btrfs: simplify local variables in btrfs_ioctl_resize()
  btrfs: pass struct to btrfs_ioctl_subvol_getflags()
  btrfs: unify inode variable naming

 fs/btrfs/inode.c  |  32 ++++----
 fs/btrfs/ioctl.c  | 188 +++++++++++++++++++++++-----------------------
 fs/btrfs/ioctl.h  |   4 +-
 fs/btrfs/send.c   |   3 +-
 fs/btrfs/send.h   |   4 +-
 fs/btrfs/verity.c |   4 +-
 6 files changed, 115 insertions(+), 120 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-03-03 14:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-03 14:55 [PATCH 0/7] More parameter cleanups David Sterba
2025-03-03 14:55 ` [PATCH 1/7] btrfs: parameter constification in ioctl.c David Sterba
2025-03-03 14:55 ` [PATCH 2/7] btrfs: pass btrfs_root pointers to send ioctl parameters David Sterba
2025-03-03 14:55 ` [PATCH 3/7] btrfs: pass root pointers to search tree ioctl helpers David Sterba
2025-03-03 14:55 ` [PATCH 4/7] btrfs: pass struct btrfs_inode to btrfs_sync_inode_flags_to_i_flags() David Sterba
2025-03-03 14:55 ` [PATCH 5/7] btrfs: simplify local variables in btrfs_ioctl_resize() David Sterba
2025-03-03 14:55 ` [PATCH 6/7] btrfs: pass struct to btrfs_ioctl_subvol_getflags() David Sterba
2025-03-03 14:55 ` [PATCH 7/7] btrfs: unify inode variable naming David Sterba

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.