Linux-NVME Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-26 14:32:13 to 2023-06-06 10:57:08 UTC [more...]

module-autoload: duplicate request for module nvme-tcp
 2023-06-06 10:56 UTC 

[PATCH] nvme-rdma: Fix T10-PI when SW doesn't generate/verify metadata
 2023-06-06 10:51 UTC 

[PATCH blktests v1] nvmeof-mp: Remove nvmeof-mp tests
 2023-06-06  9:36 UTC  (2+ messages)

decouple block open flags from fmode_t
 2023-06-06  8:40 UTC  (36+ messages)
` [PATCH 01/31] block: also call ->open for incremental partition opens
` [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
` [PATCH 09/31] block: pass a gendisk to ->open
` [PATCH 10/31] block: remove the unused mode argument to ->release
` [PATCH 11/31] block: rename blkdev_close to blkdev_release
` [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 13/31] bcache: "
` [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 15/31] btrfs: "
` [PATCH 16/31] block: use the holder as indication for exclusive opens
` [PATCH 17/31] block: add a sb_open_mode helper
` [PATCH 18/31] fs: remove sb->s_mode
` [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 23/31] mtd: block: use a simple bool to track open for write
` [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 25/31] ubd: remove commented out code in ubd_open
` [PATCH 26/31] block: move a few internal definitions out of blkdev.h
` [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
` [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [PATCH 30/31] block: store the holder in file->private_data
` [PATCH 31/31] fs: remove the now unused FMODE_* flags

[PATCH] nvme-core: warn and abort if shared ns with empty list
 2023-06-06  8:21 UTC 

[PATCH blktests] nvme/{016,017}: use _check_genctr instead of _filter_discovery
 2023-06-06  6:45 UTC  (8+ messages)

[PATCH V2 0/2] nvme: dhchap_secret code cleanup
 2023-06-06  6:43 UTC  (9+ messages)
` [PATCH V2 1/2] nvme: add generic helper to store secret
` [PATCH V2 2/2] nvme-core: use macro defination to define dev attr

[PATCH 0/2] nvme: add nvme_delete_dead_ctrl for avoiding io deadlock
 2023-06-06  6:28 UTC  (7+ messages)
` [PATCH 1/2] nvme: add API of nvme_delete_dead_ctrl
` [PATCH 2/2] nvme: rdma/tcp: call nvme_delete_dead_ctrl for handling reconnect failure

[PATCH blktests v3 0/2] nvme_trtype=fc fixes
 2023-06-06  6:07 UTC  (4+ messages)

[RFC PATCH 0/4] nvme-tcp: fix hung issues for deleting
 2023-06-05 23:09 UTC  (6+ messages)
` [RFC PATCH 1/4] nvme: unfreeze while exit from recovery or resetting
` [RFC PATCH 2/4] nvme: donot retry request for NVME_CTRL_DELETING_NOIO
` [RFC PATCH 3/4] nvme: optimize nvme_check_ready() "
` [RFC PATCH 4/4] nvme-tcp: remove admin_q quiescing from nvme_tcp_teardown_io_queues

[PATCH 1/2] block: add request polling helper
 2023-06-05 23:04 UTC  (8+ messages)
  ` [PATCH 2/2] nvme: improved uring polling

[PATCH] nvme: skip optional id ctrl csi if it failed
 2023-06-05 23:02 UTC  (3+ messages)

[PATCH] Revert "IB/core: Fix use workqueue without WQ_MEM_RECLAIM"
 2023-06-05 23:01 UTC  (4+ messages)

[PATCH] nvme-fabrics: error out to unlock the mutex
 2023-06-05 22:40 UTC  (5+ messages)

[PATCH] nvme: print disposition on err req completion
 2023-06-05 22:32 UTC  (2+ messages)

[PATCH V3 0/3] nvmet-auth: auth send / receive cleanup
 2023-06-05 22:27 UTC  (9+ messages)
` [PATCH V3 1/3] nvmet-auth: use common helper to check secp/spsp
` [PATCH V3 2/3] nvmet_auth: use common helper for buffer alloc
` [PATCH V3 3/3] nvmet-auth: use correct type for status variable

[PATCH] nvme-fabrics: open code __nvmf_host_find()
 2023-06-05 21:52 UTC  (6+ messages)

[PATCH v12 0/9] Implement copy offload support
 2023-06-05 13:43 UTC  (11+ messages)
    ` [PATCH v12 1/9] block: Introduce queue limits for copy-offload support
    ` [PATCH v12 2/9] block: Add copy offload support infrastructure
    ` [PATCH v12 3/9] block: add emulation for copy
    ` [PATCH v12 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
    ` [PATCH v12 5/9] nvme: add copy offload support
    ` [PATCH v12 6/9] nvmet: add copy command support for bdev and file ns
    ` [PATCH v12 7/9] dm: Add support for copy offload
    ` [PATCH v12 8/9] dm: Enable copy offload for dm-linear target
    ` [PATCH v12 9/9] null_blk: add support for copy offload

[PATCH V2 0/4] nvmet-auth: auth send / receive cleanup
 2023-06-05  8:41 UTC  (10+ messages)
` [PATCH V2 1/4] nvmet-auth: use common helper to check secp/spsp
` [PATCH V2 2/4] nvmet_auth: use common helper for buffer alloc
` [PATCH V2 3/4] nvmet-auth: use helper for auth send/recv cmd prep
` [PATCH V2 4/4] nvmet-auth: use correct type for status variable

Kmemleak on nvme-6.5
 2023-06-04  6:42 UTC  (3+ messages)

[PATCH] RDMA/cma: prevent rdma id destroy during cma_iw_handler
 2023-06-03  0:46 UTC 

Wyższa konwersja w e-sklepie
 2023-06-02  9:00 UTC 

[linux-nvme:nvme-6.5] BUILD SUCCESS 14ad91f7a9a29562f23bedd205ef209255d8b8d1
 2023-06-02  6:03 UTC 

[linux-nvme:nvme-6.5 15/21] drivers/nvme/host/fabrics.c:96:2-8: preceding lock on line 85 (fwd)
 2023-06-02  5:07 UTC  (2+ messages)

[GIT PULL] nvme fixes for 6.4
 2023-06-01 17:13 UTC  (2+ messages)

[PATCH] nvme: Increase block size variable size to 32-bit
 2023-06-01 17:10 UTC  (6+ messages)

[PATCH v11 0/9] Implement copy offload support
 2023-05-30 12:10 UTC  (8+ messages)
  ` [PATCH v11 2/9] block: Add copy offload support infrastructure
    ` [dm-devel] "

[PATCH AUTOSEL 6.3 01/67] nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G
 2023-06-01  9:52 UTC  (3+ messages)

[PATCH blktests v4 00/11] nvme testsuite runtime optimization
 2023-06-01  8:46 UTC  (5+ messages)
` [PATCH blktests v4 09/11] nvme{045,047}: Calculate IO size for random fio jobs

Słowa kluczowe do wypozycjonowania
 2023-06-01  7:30 UTC 

[linux-nvme:nvme-6.4-rc4-pull] BUILD SUCCESS 856303797724d28f1d65b702f0eadcee1ea7abf5
 2023-06-01  6:18 UTC 

[PATCH] nvme: fix the name of Zone Append for verbose logging
 2023-05-31 16:25 UTC  (3+ messages)

[PATCH AUTOSEL 5.15 24/24] NVMe: Add MAXIO 1602 to bogus nid list
 2023-05-31 13:43 UTC 

[PATCH AUTOSEL 6.1 33/33] NVMe: Add MAXIO 1602 to bogus nid list
 2023-05-31 13:41 UTC 

[PATCH AUTOSEL 6.3 37/37] NVMe: Add MAXIO 1602 to bogus nid list
 2023-05-31 13:40 UTC 

[linux-nvme:nvme-6.4-rc4-pull 5/5] drivers/nvme/host/core.c:1202:51: error: 'struct nvme_request' has no member named 'start_time'
 2023-05-31  4:01 UTC  (3+ messages)

[PATCH v1 1/1] nvme: complete directly for hctx with only one ctx mapping
 2023-05-31  1:32 UTC  (5+ messages)

[PATCH 0/3] Start to disable shared ns without multipating
 2023-05-30 22:27 UTC  (4+ messages)
` [PATCH 1/3] nvme-Kconfig: updating MULTIPATH option's description
` [PATCH 2/3] nvme-core: exit scan if shared ns but no multipath
` [PATCH 3/3] nvme-core: changing comment on disk names in nvme_alloc_ns

[PATCH v6 0/3] keepalive bugfixes
 2023-05-30 16:21 UTC  (2+ messages)

[PATCH v2] nvme: fix miss command type check
 2023-05-30 16:05 UTC  (3+ messages)

[linux-nvme:nvme-6.4-rc4-pull] BUILD SUCCESS a3a9d63dcd15535e7fdf4c7c1b32bfaed762973a
 2023-05-30 11:54 UTC 

[linux-nvme:nvme-6.4] BUILD SUCCESS dce8c22b9355d681c07be72c52c5dcc8d94a5d89
 2023-05-30 11:47 UTC 

[linux-nvme:nvme-6.5] BUILD SUCCESS 01cff945c026f1e245ba6401f7df2336ddbae11d
 2023-05-30 11:44 UTC 

[PATCH net-next 02/12] mm: Provide a page_frag_cache allocator cleanup function
 2023-05-27 15:54 UTC  (14+ messages)
` [PATCH net-next 03/12] mm: Make the page_frag_cache allocator alignment param a pow-of-2
` [PATCH net-next 04/12] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next 05/12] mm: Make the page_frag_cache allocator handle __GFP_ZERO itself
` [PATCH net-next 06/12] mm: Make the page_frag_cache allocator use per-cpu

[PATCH] overflow: Add struct_size_t() helper
 2023-05-24 15:46 UTC  (4+ messages)
  ` [Intel-wired-lan] "

[PATCH] nvmet-rdma: Release connections synchronously
 2023-05-29 11:49 UTC  (2+ messages)

[PATCH 0/3] net/tls: fixes for NVMe-over-TLS
 2023-05-27  4:13 UTC  (4+ messages)
` [PATCH 1/3] net/tls: handle MSG_EOR for tls_sw TX flow
` [PATCH 2/3] net/tls: handle MSG_EOR for tls_device "

[GIT PULL resend] nvme fixes for 6.4
 2023-05-26 15:46 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).