messages from 2021-01-13 09:07:07 to 2021-01-18 16:31:36 UTC [more...]
[PATCH v3 00/19] scsi: libsas: Remove in_interrupt() check
2021-01-18 10:27 UTC (11+ messages)
` [PATCH v3 01/19] Documentation: scsi: libsas: Remove notify_ha_event()
` [PATCH v3 09/19] scsi: pm80xx: Pass gfp_t flags to libsas event notifiers
` [PATCH v3 13/19] scsi: hisi_sas: Switch back to original "
` [PATCH v3 15/19] scsi: pm80xx: "
` [PATCH v3 17/19] scsi: isci: "
` [PATCH v3 18/19] scsi: mvsas: "
` [PATCH v3 19/19] scsi: libsas: Remove temporarily-added _gfp() API variants
[PATCH v6 0/4] scatterlist: add new capabilities
2021-01-18 16:30 UTC (2+ messages)
` [PATCH v6 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning
[PATCH][next] scsi: ibmvfc: Fix spelling mistake "succeded" -> "succeeded"
2021-01-18 11:13 UTC
[PATCH] Revert "scsi: qla2xxx: Use a dedicated interrupt handler for 'handshake-required' ISPs"
2021-01-18 7:06 UTC
[PATCH] scsi: pm80xx: switch from 'pci_' to 'dma_' API
2021-01-18 6:26 UTC (2+ messages)
[PATCH V6 00/13] blk-mq/scsi: tracking device queue depth via sbitmap
2021-01-18 4:42 UTC (16+ messages)
` [PATCH V6 01/13] sbitmap: remove sbitmap_clear_bit_unlock
` [PATCH V6 02/13] sbitmap: maintain allocation round_robin in sbitmap
` [PATCH V6 03/13] sbitmap: add helpers for updating allocation hint
` [PATCH V6 04/13] sbitmap: move allocation hint into sbitmap
` [PATCH V6 05/13] sbitmap: export sbitmap_weight
` [PATCH V6 06/13] sbitmap: add helper of sbitmap_calculate_shift
` [PATCH V6 07/13] blk-mq: add callbacks for storing & retrieving budget token
` [PATCH V6 08/13] blk-mq: return budget token from .get_budget callback
` [PATCH V6 09/13] scsi: put hot fields of scsi_host_template into one cacheline
` [PATCH V6 10/13] megaraid_sas: v2 replace sdev_busy with local counter
` [PATCH V6 11/13] scsi: add scsi_device_busy() to read sdev->device_busy
` [PATCH V6 12/13] scsi: make sure sdev->queue_depth is <= max(shost->can_queue, 1024)
` [PATCH V6 13/13] scsi: replace sdev->device_busy with sbitmap
[PATCH 0/6 V3] iscsi fixes
2021-01-17 20:13 UTC (3+ messages)
` [PATCH 2/6 V3] libiscsi: drop taskqueuelock
[GIT PULL] SCSI fixes for 5.11-rc3
2021-01-16 20:28 UTC (2+ messages)
[PATCH v2 0/2] Synchronize user layer access with system PM ops and error handling
2021-01-16 13:27 UTC (7+ messages)
` [PATCH v2 1/2] scsi: ufs: Fix a possible NULL pointer issue
Changing sd device from read only to read/write fails in 5.10 (BLKROSET)
2021-01-16 3:24 UTC
Changing sd device from read only to read/write fails in 5.10 (BLKROSET)
2021-01-16 3:10 UTC
[PATCH V3 00/25] smartpqi updates
2021-01-15 21:58 UTC (16+ messages)
` [PATCH V3 04/25] smartpqi: add support for raid5 and raid6 writes
` [PATCH V3 10/25] smartpqi: add stream detection
` [PATCH V3 14/25] smartpqi: fix driver synchronization issues
` [PATCH V3 15/25] smartpqi: fix host qdepth limit
[PATCH v2 00/19] scsi: libsas: Remove in_interrupt() check
2021-01-15 16:41 UTC (9+ messages)
[PATCH v13 00/45] sg: add v4 interface
2021-01-15 16:25 UTC (61+ messages)
` [PATCH v13 01/45] sg: move functions around
` [PATCH v13 02/45] sg: remove typedefs, type+formatting cleanup
` [PATCH v13 03/45] sg: sg_log and is_enabled
` [PATCH v13 04/45] sg: rework sg_poll(), minor changes
` [PATCH v13 05/45] sg: bitops in sg_device
` [PATCH v13 06/45] sg: make open count an atomic
` [PATCH v13 07/45] sg: move header to uapi section
` [PATCH v13 08/45] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v13 09/45] sg: sg_allow_if_err_recovery and renames
` [PATCH v13 10/45] sg: improve naming
` [PATCH v13 11/45] sg: change rwlock to spinlock
` [PATCH v13 12/45] sg: ioctl handling
` [PATCH v13 13/45] sg: split sg_read
` [PATCH v13 14/45] sg: sg_common_write add structure for arguments
` [PATCH v13 15/45] sg: rework sg_vma_fault
` [PATCH v13 16/45] sg: rework sg_mmap
` [PATCH v13 17/45] sg: replace sg_allow_access
` [PATCH v13 18/45] sg: rework scatter gather handling
` [PATCH v13 19/45] sg: introduce request state machine
` [PATCH v13 20/45] sg: sg_find_srp_by_id
` [PATCH v13 21/45] sg: sg_fill_request_element
` [PATCH v13 22/45] sg: printk change %p to %pK
` [PATCH v13 23/45] sg: xarray for fds in device
` [PATCH v13 24/45] sg: xarray for reqs in fd
` [PATCH v13 25/45] sg: replace rq array with xarray
` [PATCH v13 26/45] sg: sense buffer rework
` [PATCH v13 27/45] sg: add sg v4 interface support
` [PATCH v13 28/45] sg: rework debug info
` [PATCH v13 29/45] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v13 30/45] sg: expand sg_comm_wr_t
` [PATCH v13 31/45] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v13 32/45] sg: add some __must_hold macros
` [PATCH v13 33/45] sg: move procfs objects to avoid forward decls
` [PATCH v13 34/45] sg: protect multiple receivers
` [PATCH v13 35/45] sg: first debugfs support
` [PATCH v13 36/45] sg: rework mmap support
` [PATCH v13 37/45] sg: defang allow_dio
` [PATCH v13 38/45] sg: warn v3 write system call users
` [PATCH v13 39/45] sg: add mmap_sz tracking
` [PATCH v13 40/45] sg: remove rcv_done request state
` [PATCH v13 41/45] sg: track lowest inactive and await indexes
` [PATCH v13 42/45] sg: remove unit attention check for device changed
` [PATCH v13 43/45] sg: no_dxfer: move to/from kernel buffers
` [PATCH v13 44/45] sg: [RFC] add blk_poll support
` [PATCH v13 45/45] sg: bump version to 4.0.12
[RESEND PATCH v3 0/4] iommu/iova: Solve longterm IOVA issue
2021-01-15 11:32 UTC
[PATCH][next] scsi: pm80xx: clean up indentation of a code block
2021-01-15 10:33 UTC (2+ messages)
[PATCH v18 3/3] scsi: ufs: Prepare HPB read for cached sub-region
2021-01-15 7:59 UTC (6+ messages)
` [PATCH v18 0/3] scsi: ufs: Add Host Performance Booster Support
` Re: [PATCH v18 3/3] scsi: ufs: Prepare HPB read for cached sub-region
[PATCH] scsi: target: iscsi: Fix typo in comment
2021-01-15 7:43 UTC (2+ messages)
[PATCH] scsi: qedf: style: Simplify bool comparison
2021-01-15 4:08 UTC (2+ messages)
[PATCH v3] scsi: ufs: WB is only available on LUN #0 to #7
2021-01-15 4:08 UTC (2+ messages)
[PATCH] MAINTAINERS: Remove intel-linux-scu@intel.com for INTEL C600 SAS DRIVER
2021-01-15 4:08 UTC (2+ messages)
[PATCH] scsi: lpfc: style: Simplify bool comparison
2021-01-15 4:08 UTC (2+ messages)
[PATCH] ibmvfc: Set default timeout to avoid crash during migration
2021-01-15 4:08 UTC (2+ messages)
[PATCH v6 0/2] Two changes to fix ufs power down/on specs violation
2021-01-15 4:08 UTC (2+ messages)
[PATCH v2 0/8] pm80xx updates
2021-01-15 4:08 UTC (2+ messages)
[PATCH] scsi: ufs: A tad optimization in query upiu trace
2021-01-15 4:08 UTC (2+ messages)
[PATCH 0/3] Improve comments in Adaptec AHA-154x driver
2021-01-15 4:08 UTC (2+ messages)
[PATCH v3] scsi: ufs: Remove unnecessary devm_kfree
2021-01-15 4:08 UTC (2+ messages)
[PATCH] isci: style: remove the unneeded variable: "status"
2021-01-15 4:08 UTC (2+ messages)
[PATCH V4] scsi: ufs-debugfs: Add error counters
2021-01-15 4:08 UTC (2+ messages)
[PATCH] target/file: don't zero iter before iov_iter_bvec
2021-01-15 4:08 UTC (2+ messages)
[PATCH v4 0/7] qla2xxx driver enhancements
2021-01-15 4:08 UTC (2+ messages)
[PATCH] scsi: target: tcmu: Fix use-after-free of se_cmd->priv
2021-01-15 4:08 UTC (3+ messages)
[PATCH v8 0/5] scsi: Support to handle Intermittent errors
2021-01-15 4:01 UTC (2+ messages)
[PATCH v5 00/21] ibmvfc: initial MQ development/enablement
2021-01-15 3:31 UTC (26+ messages)
` [PATCH v5 01/21] ibmvfc: add vhost fields and defaults for MQ enablement
` [PATCH v5 02/21] ibmvfc: move event pool init/free routines
` [PATCH v5 03/21] ibmvfc: init/free event pool during queue allocation/free
` [PATCH v5 04/21] ibmvfc: add size parameter to ibmvfc_init_event_pool
` [PATCH v5 05/21] ibmvfc: define hcall wrapper for registering a Sub-CRQ
` [PATCH v5 06/21] ibmvfc: add Subordinate CRQ definitions
` [PATCH v5 07/21] ibmvfc: add alloc/dealloc routines for SCSI Sub-CRQ Channels
` [PATCH v5 08/21] ibmvfc: add Sub-CRQ IRQ enable/disable routine
` [PATCH v5 09/21] ibmvfc: add handlers to drain and complete Sub-CRQ responses
` [PATCH v5 10/21] ibmvfc: define Sub-CRQ interrupt handler routine
` [PATCH v5 11/21] ibmvfc: map/request irq and register Sub-CRQ interrupt handler
` [PATCH v5 12/21] ibmvfc: implement channel enquiry and setup commands
` [PATCH v5 13/21] ibmvfc: advertise client support for using hardware channels
` [PATCH v5 14/21] ibmvfc: set and track hw queue in ibmvfc_event struct
` [PATCH v5 15/21] ibmvfc: send commands down HW Sub-CRQ when channelized
` [PATCH v5 16/21] ibmvfc: register Sub-CRQ handles with VIOS during channel setup
` [PATCH v5 17/21] ibmvfc: add cancel mad initialization helper
` [PATCH v5 18/21] ibmvfc: send Cancel MAD down each hw scsi channel
` [PATCH v5 19/21] ibmvfc: purge scsi channels after transport loss/reset
` [PATCH v5 20/21] ibmvfc: enable MQ and set reasonable defaults
` [PATCH v5 21/21] ibmvfc: provide modules parameters for MQ settings
[PATCH v5 0/2] Synchronize user layer access with system PM ops and error handling
2021-01-15 3:17 UTC (4+ messages)
` [PATCH v5 1/2] scsi: ufs: Fix a possible NULL pointer issue
` [PATCH v5 2/2] scsi: ufs: Protect PM ops and err_handler from user access through sysfs
[PATCH v4 00/21] ibmvfc: initial MQ development
2021-01-15 1:47 UTC (11+ messages)
` [PATCH v4 01/21] ibmvfc: add vhost fields and defaults for MQ enablement
` [PATCH v4 21/21] ibmvfc: provide modules parameters for MQ settings
[PATCH v1 0/2] Two minor changes related with error handling
2021-01-15 1:36 UTC (3+ messages)
` [PATCH 1/2] scsi: ufs: Minor adjustments to "
` [PATCH 2/2] scsi: ufs-qcom: Disable interrupt in reset path
[PATCH] scsi: target: tcmu: Fix wrong uio handling causing big memory leak
2021-01-14 16:50 UTC (5+ messages)
[PATCH v4 0/2] Synchronize user layer access with system PM ops and error handling
2021-01-14 0:48 UTC (5+ messages)
` [PATCH v4 1/2] scsi: ufs: Fix a possible NULL pointer issue
` [PATCH v4 2/2] scsi: ufs: Protect PM ops and err_handler from user access through sysfs
About scsi device queue depth
2021-01-13 15:39 UTC (9+ messages)
[PATCH v9 1/3] scsi: ufs: Protect some contexts from unexpected clock scaling
2021-01-13 10:49 UTC (2+ messages)
[bug report] [SCSI] lpfc 8.3.24: Extend BSG infrastructure and add link diagnostics
2021-01-13 9:46 UTC (2+ messages)
[PATCHv4 00/35] [PATCHv3 00/35] SCSI result handling cleanup, part 1
2021-01-13 9:05 UTC (20+ messages)
` [PATCH 01/35] scsi: drop gdth driver
` [PATCH 12/35] dc395: drop private SAM status code definitions
` [PATCH 13/35] qla4xxx: use standard SAM status definitions
` [PATCH 15/35] aacraid: avoid setting message byte on completion
` [PATCH 16/35] hpsa: do not set COMMAND_COMPLETE
` [PATCH 21/35] initio: drop internal SCSI message definition
` [PATCH 22/35] scsi_debug: do not set COMMAND_COMPLETE
` [PATCH 24/35] atp870u: use standard definitions
` [PATCH 25/35] mac53c94: Do not set invalid command result
` [PATCH 26/35] dpt_i2o: use DID_ERROR instead of INITIATOR_ERROR message
` [PATCH 27/35] scsi: add 'set_status_byte()' accessor
` [PATCH 28/35] esp_scsi: use host byte as last argument to esp_cmd_is_done()
` [PATCH 29/35] esp_scsi: do not set SCSI message byte
` [PATCH 30/35] wd33c93: use SCSI status
` [PATCH 31/35] ips: use correct command completion on error
` [PATCH 32/35] storvsc: Return DID_ERROR for invalid commands
` [PATCH 33/35] qla2xxx: fc_remote_port_chkready() returns a SCSI result value
` [PATCH 34/35] advansys: kill driver_defined status byte accessors
` [PATCH 35/35] ncr53c8xx: Use SAM status values
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;
as well as URLs for NNTP newsgroup(s).