messages from 2020-12-22 07:05:24 to 2021-01-11 07:35:26 UTC [more...]
[PATCH v7 00/16] blkcg:Support to track FC storage blk io traffic
2021-01-11 7:35 UTC (23+ messages)
` [PATCH v7 01/16] cgroup: Added cgroup_get_from_id
` [PATCH v7 02/16] blkcg: Added a app identifier support for blkcg
` [PATCH v7 03/16] nvme: Added a newsysfs attribute appid_store
` [PATCH v7 04/16] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [PATCH v7 05/16] lpfc: vmid: Supplementary data structures for vmid and APIs
` [PATCH v7 06/16] lpfc: vmid: Forward declarations for APIs
` [PATCH v7 07/16] lpfc: vmid: VMID params initialization
` [PATCH v7 08/16] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
` [PATCH v7 09/16] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v7 10/16] lpfc: vmid: Functions to manage vmids
` [PATCH v7 11/16] lpfc: vmid: Implements CT commands for appid
` [PATCH v7 12/16] lpfc: vmid: Appends the vmid in the wqe before sending
` [PATCH v7 13/16] lpfc: vmid: Timeout implementation for vmid
` [PATCH v7 14/16] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v7 15/16] lpfc: vmid: Introducing vmid in io path
` [PATCH v7 16/16] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID
[PATCH 0/3] nvme: fixes for command retry
2021-01-11 3:47 UTC (7+ messages)
` [PATCH 1/3] nvme: support command retry delay for admin command
` [PATCH 2/3] nvme: check all retry delay times in Identify Controller
` [PATCH 3/3] nvme: add parameter command_retry to enable retry
split hard read-only vs read-only policy v3 (resend)
2021-01-10 15:01 UTC (12+ messages)
` [PATCH 1/6] dm: use bdev_read_only to check if a device is read-only
` [PATCH 2/6] block: remove the NULL bdev check in bdev_read_only
` [PATCH 3/6] block: add a hard-readonly flag to struct gendisk
` [PATCH 4/6] block: propagate BLKROSET on the whole device to all partitions
` [PATCH 5/6] rbd: remove the ->set_read_only method
` [PATCH 6/6] nvme: allow revalidate to set a namespace read-only
[PATCH] nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANY
2021-01-10 12:09 UTC
[PATCH] nvme-tcp: Fix possible race of io_work and direct send
2021-01-10 8:06 UTC (7+ messages)
[linux-nvme:nvme-5.11] BUILD SUCCESS 2b59787a223b79228fed9ade1bf6936194ddb8cd
2021-01-09 6:42 UTC
[PATCH] nvme: trace: parse format nvm command in detail
2021-01-09 0:12 UTC (6+ messages)
[PATCH] nvme: Constify static attribute_group structs
2021-01-08 23:41 UTC
[PATCH v4] RDMA/siw: Fix handling of zero-sized Read and Receive Queues
2021-01-08 20:38 UTC (2+ messages)
kernel panic in nvmet_tcp when receiving malformed admin command
2021-01-08 20:23 UTC (6+ messages)
[PATCH v3] RDMA/siw: Fix handling of zero-sized Read and Receive Queues
2021-01-08 10:51 UTC (3+ messages)
[GIT PULL] nvme fixes for 5.11
2021-01-07 17:58 UTC (2+ messages)
[PATCH 1/2] nvmet: Use nvmet_is_port_enabled helper for pi_enable
2021-01-07 15:34 UTC (2+ messages)
` [PATCH 2/2] nvmet: Fix nvmet_is_port_enabled indentation
[PATCH v2 0/6] avoid repeated request completion and IO error
2021-01-07 3:31 UTC (7+ messages)
` [PATCH v2 1/6] blk-mq: introduce blk_mq_set_request_complete
` [PATCH v2 2/6] nvme-core: introduce complete failed request
` [PATCH v2 3/6] nvme-fabrics: avoid repeated request completion for nvmf_fail_nonready_command
` [PATCH v2 4/6] nvme-rdma: avoid IO error and repeated request completion
` [PATCH v2 5/6] nvme-tcp: "
` [PATCH v2 6/6] nvme-fc: "
Are AER corrected errors worrying?
2021-01-06 22:40 UTC (8+ messages)
[PATCH 0/2] nvme: Support for fused NVME_IOCTL_SUBMIT_IO
2021-01-06 15:01 UTC (9+ messages)
` [PATCH 1/2] nvme: support fused nvme requests
` [PATCH 2/2] nvme: support fused NVME_IOCTL_SUBMIT_IO
fabrics connect cmd with a non-zero reserved value
2021-01-06 10:37 UTC
[PATCH] nvmet-rdma: Fix list_del corruption on queue establishment failure
2021-01-06 9:31 UTC (2+ messages)
[PATCH 1/1] nvme: remove the unused status argument from nvme_trace_bio_complete
2021-01-06 9:31 UTC (3+ messages)
Data corruption when using multiple devices with NVMEoF TCP
2021-01-06 8:21 UTC (16+ messages)
[PATCH] nvme-rdma: avoid repeated request completion for concurrent nvme_rdma_timeout
2021-01-06 6:36 UTC
[PATCH 0/6] avoid repeated request completion and IO error
2021-01-06 2:31 UTC (11+ messages)
` [PATCH 1/6] blk-mq: introduce blk_mq_set_request_complete
` [PATCH 2/6] nvme-core: introduce complete failed request
` [PATCH 3/6] nvme-fabrics: avoid repeated request completion for nvmf_fail_nonready_command
` [PATCH 4/6] nvme-rdma: avoid IO error and repeated request completion
` [PATCH 5/6] nvme-tcp: "
` [PATCH 6/6] nvme-fc: "
[RFC PATCH v4 0/3] add simple copy support
2021-01-05 23:33 UTC (11+ messages)
` [RFC PATCH v4 1/3] block: export bio_map_kern()
` [RFC PATCH v4 2/3] block: add simple copy support
` [dm-devel] "
` [RFC PATCH v4 3/3] nvme: "
[PATCH V4 0/1] block: fix I/O errors in BLKRRPART
2021-01-05 15:02 UTC (3+ messages)
` [PATCH V4 1/1] block: reject I/O for same fd if block size changed
[PATCH] nvme: hwmon: fix crash on device teardown
2021-01-05 9:45 UTC (9+ messages)
[PATCH V3 blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement
2021-01-04 22:48 UTC (2+ messages)
[PATCH V2] nvme: unexport functions with no caller
2021-01-04 17:36 UTC (2+ messages)
[PATCH] nvme: avoid possible double fetch in handling CQE
2021-01-04 17:36 UTC (2+ messages)
[PATCH 1/1] nvme: update enumerations for status codes
2021-01-04 12:59 UTC
[PATCH V8 0/9] nvmet: add ZBD backend support
2021-01-04 5:09 UTC (10+ messages)
` [PATCH V8 1/9] block: export bio_add_hw_pages()
` [PATCH V8 2/9] nvmet: add lba to sect conversion helpers
` [PATCH V8 3/9] nvmet: add NVM command set identifier support
` [PATCH V8 4/9] nvmet: add ZBD over ZNS backend support
` [PATCH V8 5/9] nvmet: add bio get helper for different backends
` [PATCH V8 6/9] nvmet: add bio init "
` [PATCH V8 7/9] nvmet: add bio put "
` [PATCH V8 8/9] nvmet: add common I/O length check helper
` [PATCH V8 9/9] nvmet: call nvmet_bio_done() for zone append
[PATCH V2 0/4] nvmet: admin-cmd related cleanups and a fix
2021-01-04 4:52 UTC (5+ messages)
` [PATCH V2 1/4] nvmet: remove extra variable in smart log nsid
` [PATCH V2 2/4] nvmet: remove extra variable in identify ns
` [PATCH V2 3/4] nvmet: remove extra variable in id-desclist
` [PATCH V2 4/4] nvmet: set right status on error in id-ns handler
[PATCH] nvmet-fc: associations list replaced with hlist rcu,
2021-01-03 18:12 UTC (5+ messages)
` [PATCH v2] nvmet-fc: associations list protected by rcu, instead of spinlock_irq where possible
[RFC] block: reject I/O in BLKRRPART if block size changed
2020-12-30 14:05 UTC (2+ messages)
[PATCH] nvme: unexport internal function symbols
2020-12-30 11:10 UTC (3+ messages)
[PATCH] iosched: Add i10 I/O Scheduler
2020-12-28 14:28 UTC (10+ messages)
[RFC] nvme: set block size during namespace validation
2020-12-23 18:31 UTC (5+ messages)
[linux-nvme:nvme-5.11] BUILD SUCCESS 8eb487d5b280b5a5ee7e8d2865d3a759930ab752
2020-12-23 2:06 UTC
[PATCH v6 00/16] blkcg:Support to track FC storage blk io traffic
2020-12-22 17:09 UTC (17+ messages)
` [PATCH v6 02/16] blkcg: Added a app identifier support for blkcg
` [PATCH v6 05/16] lpfc: vmid: Supplementary data structures for vmid and APIs
` [PATCH v6 06/16] lpfc: vmid: Forward declarations for APIs
` [PATCH v6 07/16] lpfc: vmid: VMID params initialization
` [PATCH v6 08/16] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
` [PATCH v6 09/16] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v6 10/16] lpfc: vmid: Functions to manage vmids
` [PATCH v6 11/16] lpfc: vmid: Implements CT commands for appid
` [PATCH v6 12/16] lpfc: vmid: Appends the vmid in the wqe before sending
` [PATCH v6 13/16] lpfc: vmid: Timeout implementation for vmid
` [PATCH v6 14/16] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v6 15/16] lpfc: vmid: Introducing vmid in io path
` [PATCH v6 16/16] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID
[PATCH v2] nvmet: fix mismatched serial
2020-12-22 13:50 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox