messages from 2021-05-22 04:41:11 to 2021-05-24 08:47:45 UTC [more...]
[PATCH v2 0/6] Complementary changes for error handling
2021-05-24 8:47 UTC (4+ messages)
` [PATCH v2 1/6] scsi: ufs: Differentiate status between hba pm ops and wl pm ops
` [PATCH v2 2/6] scsi: ufs: Update the return value of supplier "
` [PATCH v2 3/6] scsi: ufs: Simplify error handling preparation
[PATCH v35 0/4] scsi: ufs: Add Host Performance Booster Support
2021-05-24 8:46 UTC (5+ messages)
` [PATCH v35 1/4] scsi: ufs: Introduce HPB feature
` [PATCH v35 2/4] scsi: ufs: L2P map management for HPB read
` [PATCH v35 3/4] scsi: ufs: Prepare HPB read for cached sub-region
` [PATCH v35 4/4] scsi: ufs: Add HPB 2.0 support
[PATCH v3 00/51] Remove the request pointer from struct scsi_cmnd
2021-05-24 8:46 UTC (53+ messages)
` [PATCH v3 01/51] core: Introduce the scsi_cmd_to_rq() function
` [PATCH v3 02/51] core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
` [PATCH v3 03/51] sd: "
` [PATCH v3 04/51] sr: "
` [PATCH v3 05/51] scsi_transport_fc: "
` [PATCH v3 06/51] scsi_transport_spi: "
` [PATCH v3 07/51] ata: "
` [PATCH v3 08/51] RDMA/iser: "
` [PATCH v3 09/51] RDMA/srp: "
` [PATCH v3 10/51] zfcp: "
` [PATCH v3 11/51] 53c700: "
` [PATCH v3 12/51] NCR5380: "
` [PATCH v3 13/51] aacraid: "
` [PATCH v3 14/51] advansys: "
` [PATCH v3 15/51] aha1542: "
` [PATCH v3 16/51] bnx2i: "
` [PATCH v3 17/51] csiostor: "
` [PATCH v3 18/51] cxlflash: "
` [PATCH v3 19/51] dpt_i2o: "
` [PATCH v3 20/51] fnic: "
` [PATCH v3 21/51] hisi_sas: "
` [PATCH v3 22/51] hpsa: "
` [PATCH v3 23/51] ibmvfc: "
` [PATCH v3 24/51] ibmvscsi: "
` [PATCH v3 25/51] ips: "
` [PATCH v3 26/51] libsas: "
` [PATCH v3 27/51] lpfc: "
` [PATCH v3 28/51] megaraid: "
` [PATCH v3 29/51] mpt3sas: "
` [PATCH v3 30/51] mvumi: "
` [PATCH v3 31/51] myrb: "
` [PATCH v3 32/51] myrs: "
` [PATCH v3 33/51] ncr53c8xx: "
` [PATCH v3 34/51] qedf: "
` [PATCH v3 35/51] qedi: "
` [PATCH v3 36/51] qla1280: "
` [PATCH v3 37/51] qla2xxx: "
` [PATCH v3 38/51] qla4xxx: "
` [PATCH v3 39/51] qlogicpti: "
` [PATCH v3 40/51] scsi_debug: "
` [PATCH v3 41/51] smartpqi: "
` [PATCH v3 42/51] snic: "
` [PATCH v3 43/51] stex: "
` [PATCH v3 44/51] sun3_scsi: "
` [PATCH v3 45/51] sym53c8xx: "
` [PATCH v3 46/51] ufs: "
` [PATCH v3 47/51] virtio_scsi: "
` [PATCH v3 48/51] xen-scsifront: "
` [PATCH v3 49/51] tcm_loop: "
` [PATCH v3 50/51] usb-storage: "
` [PATCH v3 51/51] core: Remove the request member from struct scsi_cmnd
[PATCH v1 0/3] Optimize host lock on TR send/compl paths and utilize UTRLCNR
2021-05-24 8:36 UTC (4+ messages)
` [PATCH v1 1/3] scsi: ufs: Remove a redundant command completion logic in error handler
` [PATCH v1 2/3] scsi: ufs: Optimize host lock on transfer requests send/compl paths
` [PATCH v1 3/3] scsi: ufs: Utilize Transfer Request List Completion Notification Register
[PATCH] scsi: qla2xxx: Remove the repeated declaration
2021-05-24 8:03 UTC
[RFC PATCH 0/8] block: fix bio_add_XXX_page() return type
2021-05-24 7:35 UTC (3+ messages)
[PATCH v1 0/3] Three minor changes for UFS
2021-05-24 6:50 UTC (8+ messages)
` [PATCH v1 1/3] scsi: ufs: Let UPIU completion trace print RSP UPIU
` [PATCH v1 2/3] scsi: ufs: Let command trace only for the cmd != null case
` [PATCH v1 3/3] scsi: ufs: Use UPIU query trace in devman_upiu_cmd
[PATCH v3 0/3] Introduce enums for SCSI status codes
2021-05-24 2:54 UTC (4+ messages)
` [PATCH v3 1/3] libsas: Introduce more SAM status code aliases in enum exec_status
` [PATCH v3 2/3] Introduce enums for the SAM, message, host and driver status codes
` [PATCH v3 3/3] Change the type of the second argument of scsi_host_complete_all_commands()
[PATCH v19 00/45] sg: add v4 interface
2021-05-24 1:01 UTC (46+ messages)
` [PATCH v19 01/45] sg: move functions around
` [PATCH v19 02/45] sg: remove typedefs, type+formatting cleanup
` [PATCH v19 03/45] sg: sg_log and is_enabled
` [PATCH v19 04/45] sg: rework sg_poll(), minor changes
` [PATCH v19 05/45] sg: bitops in sg_device
` [PATCH v19 06/45] sg: make open count an atomic
` [PATCH v19 07/45] sg: move header to uapi section
` [PATCH v19 08/45] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v19 09/45] sg: sg_allow_if_err_recovery and renames
` [PATCH v19 10/45] sg: improve naming
` [PATCH v19 11/45] sg: change rwlock to spinlock
` [PATCH v19 12/45] sg: ioctl handling
` [PATCH v19 13/45] sg: split sg_read
` [PATCH v19 14/45] sg: sg_common_write add structure for arguments
` [PATCH v19 15/45] sg: rework sg_vma_fault
` [PATCH v19 16/45] sg: rework sg_mmap
` [PATCH v19 17/45] sg: replace sg_allow_access
` [PATCH v19 18/45] sg: rework scatter gather handling
` [PATCH v19 19/45] sg: introduce request state machine
` [PATCH v19 20/45] sg: sg_find_srp_by_id
` [PATCH v19 21/45] sg: sg_fill_request_element
` [PATCH v19 22/45] sg: printk change %p to %pK
` [PATCH v19 23/45] sg: xarray for fds in device
` [PATCH v19 24/45] sg: xarray for reqs in fd
` [PATCH v19 25/45] sg: replace rq array with xarray
` [PATCH v19 26/45] sg: sense buffer rework
` [PATCH v19 27/45] sg: add sg v4 interface support
` [PATCH v19 28/45] sg: rework debug info
` [PATCH v19 29/45] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v19 30/45] sg: expand sg_comm_wr_t
` [PATCH v19 31/45] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v19 32/45] sg: add some __must_hold macros
` [PATCH v19 33/45] sg: move procfs objects to avoid forward decls
` [PATCH v19 34/45] sg: protect multiple receivers
` [PATCH v19 35/45] sg: first debugfs support
` [PATCH v19 36/45] sg: rework mmap support
` [PATCH v19 37/45] sg: defang allow_dio
` [PATCH v19 38/45] sg: warn v3 write system call users
` [PATCH v19 39/45] sg: add mmap_sz tracking
` [PATCH v19 40/45] sg: remove rcv_done request state
` [PATCH v19 41/45] sg: track lowest inactive and await indexes
` [PATCH v19 42/45] sg: remove unit attention check for device changed
` [PATCH v19 43/45] sg: no_dxfer: move to/from kernel buffers
` [PATCH v19 44/45] sg: add blk_poll support
` [PATCH v19 45/45] sg: bump version to 4.0.12
iscsi error handler fixes
2021-05-23 17:57 UTC (29+ messages)
` [PATCH 01/28] scsi: iscsi: Add task completion helper
` [PATCH 02/28] scsi: iscsi: Stop queueing during ep_disconnect
` [PATCH 03/28] scsi: iscsi: Drop suspend calls from ep_disconnect
` [PATCH 04/28] scsi: iscsi: Force immediate failure during shutdown
` [PATCH 05/28] scsi: iscsi: Use system_unbound_wq for destroy_work
` [PATCH 06/28] scsi: iscsi: Rel ref after iscsi_lookup_endpoint
` [PATCH 07/28] scsi: iscsi: Fix in-kernel conn failure handling
` [PATCH 08/28] scsi: iscsi_tcp: Set no linger
` [PATCH 09/28] scsi: iscsi_tcp: Start socket shutdown during conn stop
` [PATCH 10/28] scsi: iscsi: Add iscsi_cls_conn refcount helpers
` [PATCH 11/28] scsi: iscsi: Have abort handler get ref to conn
` [PATCH 12/28] scsi: iscsi: Get ref to conn during reset handling
` [PATCH 13/28] scsi: iscsi: Fix conn use after free during resets
` [PATCH 14/28] scsi: iscsi: Fix shost->max_id use
` [PATCH 15/28] scsi: iscsi: Fix completion check during abort races
` [PATCH 16/28] scsi: iscsi: Flush block work before unblock
` [PATCH 17/28] scsi: iscsi: Hold task ref during TMF timeout handling
` [PATCH 18/28] scsi: iscsi: Move pool freeing
` [PATCH 19/28] scsi: qedi: Fix null ref during abort handling
` [PATCH 20/28] scsi: qedi: Fix race during abort timeouts
` [PATCH 21/28] scsi: qedi: Fix use after free during abort cleanup
` [PATCH 22/28] scsi: qedi: Fix TMF tid allocation
` [PATCH 23/28] scsi: qedi: Use GFP_NOIO for TMF allocation
` [PATCH 24/28] scsi: qedi: Fix TMF session block/unblock use
` [PATCH 25/28] scsi: qedi: Fix cleanup "
` [PATCH 26/28] scsi: qedi: Pass send_iscsi_tmf task to abort
` [PATCH 27/28] scsi: qedi: Complete TMF works before disconnect
` [PATCH 28/28] scsi: qedi: Wake up if cmd_cleanup_req is set
[PATCH 0/3] scsi: qedf: Fix an error handling path + cleanups
2021-05-23 11:02 UTC (4+ messages)
` [PATCH 1/3] scsi: qedf: Fix an error handling path in 'qedf_alloc_global_queues()'
` [PATCH 2/3] scsi: qedf: Simplify 'qedf_alloc_global_queues()'
` [PATCH 3/3] scsi: qedf: Axe a few useless lines of code
patch "scsi: snic: debugfs: remove local storage of debugfs files" added to driver-core-next
2021-05-23 10:09 UTC
[RFC] virtio_scsi: to poll and kick the virtqueue in timeout handler
2021-05-23 7:39 UTC (2+ messages)
[PATCH] scsi: sd: skip checks when media is present if sd_read_capacity reports zero
2021-05-23 0:06 UTC (3+ messages)
[PATCH 00/24] scsi: remove leading spaces before tabs
2021-05-22 22:37 UTC (26+ messages)
` [PATCH 01/24] scsi: aacraid: "
` [PATCH 02/24] scsi: aic7xxx: "
` [PATCH 03/24] scsi: arm: "
` [PATCH 04/24] scsi: sym53c8xx: "
` [PATCH 05/24] scsi: qla2xxx: "
` [PATCH 06/24] scsi: arcmsr: "
` [PATCH 07/24] scsi: ibmvfc: "
` [PATCH 08/24] scsi: megaraid: "
` [PATCH 09/24] scsi: zalon: "
` [PATCH 10/24] scsi: wd33c93: "
` [PATCH 11/24] scsi: sun3_scsi: "
` [PATCH 12/24] scsi: scsi_transport_spi: "
` [PATCH 13/24] scsi: scsi_transport_fc: "
` [PATCH 14/24] scsi: proc: "
` [PATCH 15/24] scsi: qlogicfas408: "
` [PATCH 16/24] scsi: qla1280: remove leading space "
` [PATCH 17/24] scsi: pcmcia: remove leading spaces "
` [PATCH 18/24] scsi: ncr53c8xx: "
` [PATCH 19/24] scsi: mesh: "
` [PATCH 20/24] scsi: mac53c94: "
` [PATCH 21/24] scsi: ips: "
` [PATCH 22/24] scsi: dpt_i2o: "
` [PATCH 23/24] scsi: dc395x: "
` [PATCH 24/24] scsi: aha1740: "
[PATCH v2 4/5] megaraid_sas: Handle missing interrupts while re-enabling IRQs
2021-05-22 16:01 UTC (2+ messages)
[PATCH] scsi: hisi_sas: Use the correct HiSilicon copyright
2021-05-22 14:56 UTC (2+ messages)
[PATCH] scsi: ufs: sysfs: remove redundant parenthesis
2021-05-22 4:41 UTC (2+ messages)
[PATCH] ufs: Remove usfhcd_is_*_pm() macros
2021-05-22 4:41 UTC (2+ messages)
[PATCH v5 0/3] 3w-9xxx: Endianness fixes
2021-05-22 4:41 UTC (2+ messages)
[PATCH RESEND 0/2] scsi: target: user configurable IEEE Company ID
2021-05-22 4:41 UTC (2+ messages)
[PATCH] scsi: bfa: Remove some unused variables
2021-05-22 4:41 UTC (2+ messages)
[PATCH] scsi: be2iscsi: Remove redundant initialization
2021-05-22 4:41 UTC (2+ messages)
[PATCH 0/2] scsi: target: Introduce the version descriptors
2021-05-22 4:41 UTC (2+ messages)
[PATCH -next resend] scsi: hisi_sas: drop free_irq of devm_request_irq allocated irq
2021-05-22 4:40 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