Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] nvme ioctl cleanups
@ 2025-02-24 18:21 Keith Busch
  2025-02-24 18:21 ` [PATCH 1/6] nvme-ioctl: fold open_for_write into flags Keith Busch
                   ` (7 more replies)
  0 siblings, 8 replies; 30+ messages in thread
From: Keith Busch @ 2025-02-24 18:21 UTC (permalink / raw)
  To: linux-nvme, hch, sagi; +Cc: Keith Busch

From: Keith Busch <kbusch@kernel.org>

Various non-functional changes in the nvme ioctl code organaization.

Keith Busch (6):
  nvme-ioctl: fold open_for_write into flags
  nvme-ioctl: use common type for user data addresses
  nvme-ioctl: fold 'vec' into flags
  nvme-ioctl: common user timeout setting
  nvme-ioctl: combine alloc and map
  nvme-ioctl: simplify parameters

 drivers/nvme/host/ioctl.c | 243 ++++++++++++++++++++------------------
 1 file changed, 129 insertions(+), 114 deletions(-)

-- 
2.43.5



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

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

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-24 18:21 [PATCH 0/6] nvme ioctl cleanups Keith Busch
2025-02-24 18:21 ` [PATCH 1/6] nvme-ioctl: fold open_for_write into flags Keith Busch
2025-02-24 22:17   ` Damien Le Moal
2025-02-24 22:21   ` Chaitanya Kulkarni
2025-02-24 23:10   ` Christoph Hellwig
2025-02-25  9:05   ` Kanchan Joshi
2025-02-24 18:21 ` [PATCH 2/6] nvme-ioctl: use common type for user data addresses Keith Busch
2025-02-24 22:22   ` Damien Le Moal
2025-02-24 22:30   ` Christoph Hellwig
2025-02-24 22:47     ` Keith Busch
2025-02-25  9:07   ` Kanchan Joshi
2025-02-25 14:29   ` Nilay Shroff
2025-02-24 18:21 ` [PATCH 3/6] nvme-ioctl: fold 'vec' into flags Keith Busch
2025-02-24 22:23   ` Damien Le Moal
2025-02-24 22:34   ` Christoph Hellwig
2025-02-25  9:08   ` Kanchan Joshi
2025-02-24 18:21 ` [PATCH 4/6] nvme-ioctl: common user timeout setting Keith Busch
2025-02-24 22:29   ` Damien Le Moal
2025-02-24 22:34   ` Christoph Hellwig
2025-02-25  9:08   ` Kanchan Joshi
2025-02-24 18:21 ` [PATCH 5/6] nvme-ioctl: combine alloc and map Keith Busch
2025-02-24 22:30   ` Damien Le Moal
2025-02-24 22:35   ` Christoph Hellwig
2025-02-25  9:33   ` Kanchan Joshi
2025-02-24 18:21 ` [PATCH 6/6] nvme-ioctl: simplify parameters Keith Busch
2025-02-24 22:32   ` Damien Le Moal
2025-02-24 22:37   ` Christoph Hellwig
2025-02-25  9:35   ` Kanchan Joshi
2025-02-25  0:44 ` [PATCH 0/6] nvme ioctl cleanups Chaitanya Kulkarni
2025-03-03 20:03 ` Keith Busch

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