public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-29 22:08:00 to 2021-10-04 12:09:46 UTC [more...]

[PATCH RFC 0/6] scsi: ufs: Start to make driver synchronization easier to understand
 2021-10-04 12:06 UTC  (3+ messages)
` [PATCH RFC 1/6] scsi: ufs: Encapsulate clk_scaling_lock by inline functions
` [PATCH RFC 2/6] scsi: ufs: Rename clk_scaling_lock to host_rw_sem

[PATCH] scsi: efct: Delete stray unlock statement
 2021-10-04 10:38 UTC 

[PATCH v2 00/84] Call scsi_done() directly
 2021-10-04  9:44 UTC  (44+ messages)
` [PATCH v2 01/84] scsi: core: Use a member variable to track the SCSI command submitter
` [PATCH v2 02/84] scsi: core: Rename scsi_mq_done() into scsi_done() and export it
` [PATCH v2 28/84] dc395x: Call scsi_done() directly
` [PATCH v2 45/84] libsas: "
` [PATCH v2 57/84] nsp32: "
` [PATCH v2 62/84] qedf: "
` [PATCH v2 63/84] qla1280: "
` [PATCH v2 64/84] qla2xxx: "
` [PATCH v2 65/84] qla4xxx: "
` [PATCH v2 66/84] qlogicfas408: "
` [PATCH v2 67/84] qlogicpti: "
` [PATCH v2 68/84] scsi_debug: "
` [PATCH v2 69/84] smartpqi: "
` [PATCH v2 70/84] snic: "
` [PATCH v2 71/84] stex: "
` [PATCH v2 72/84] storvsc_drv: "
` [PATCH v2 73/84] sym53c8xx_2: "
` [PATCH v2 74/84] ufs: "
` [PATCH v2 75/84] virtio_scsi: "
` [PATCH v2 76/84] vmw_pvscsi: "
` [PATCH v2 77/84] wd33c93: "
` [PATCH v2 78/84] wd719x: "
` [PATCH v2 79/84] xen-scsifront: "
` [PATCH v2 80/84] staging: rts5208: "
` [PATCH v2 81/84] staging: unisys: visorhba: "
` [PATCH v2 82/84] target/tcm_loop: "
` [PATCH v2 83/84] usb: "
` [PATCH v2 84/84] scsi: core: Call scsi_done directly

[PATCH 0/3] target: iscsi: control authentication per ACL
 2021-10-04  7:56 UTC  (7+ messages)
` [PATCH 2/3] scsi: target: iscsi: extract auth functions
` [PATCH 3/3] target: iscsi: control authentication per ACL

[PATCH v21 00/46] sg: add v4 interface
 2021-10-04  7:07 UTC  (49+ messages)
` [PATCH v21 01/46] sg: move functions around
` [PATCH v21 02/46] sg: remove typedefs, type+formatting cleanup
` [PATCH v21 03/46] sg: sg_log and is_enabled
` [PATCH v21 04/46] sg: rework sg_poll(), minor changes
` [PATCH v21 05/46] sg: bitops in sg_device
` [PATCH v21 06/46] sg: make open count an atomic
` [PATCH v21 07/46] sg: move header to uapi section
` [PATCH v21 08/46] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v21 09/46] sg: sg_allow_if_err_recovery and renames
` [PATCH v21 10/46] sg: improve naming
` [PATCH v21 11/46] sg: change rwlock to spinlock
` [PATCH v21 12/46] sg: ioctl handling
` [PATCH v21 13/46] sg: split sg_read
` [PATCH v21 14/46] sg: sg_common_write add structure for arguments
` [PATCH v21 15/46] sg: rework sg_vma_fault
` [PATCH v21 16/46] sg: rework sg_mmap
` [PATCH v21 17/46] sg: replace sg_allow_access
` [PATCH v21 18/46] sg: rework scatter gather handling
` [PATCH v21 19/46] sg: introduce request state machine
` [PATCH v21 20/46] sg: sg_find_srp_by_id
` [PATCH v21 21/46] sg: sg_fill_request_element
` [PATCH v21 22/46] sg: printk change %p to %pK
` [PATCH v21 23/46] sg: xarray for fds in device
` [PATCH v21 24/46] sg: xarray for reqs in fd
` [PATCH v21 25/46] sg: replace rq array with xarray
` [PATCH v21 26/46] sg: sense buffer rework
` [PATCH v21 27/46] sg: add sg v4 interface support
` [PATCH v21 28/46] sg: rework debug info
` [PATCH v21 29/46] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v21 30/46] sg: expand sg_comm_wr_t
` [PATCH v21 31/46] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v21 32/46] sg: add some __must_hold macros
` [PATCH v21 33/46] sg: move procfs objects to avoid forward decls
` [PATCH v21 34/46] sg: protect multiple receivers
` [PATCH v21 35/46] sg: first debugfs support
` [PATCH v21 36/46] sg: rework mmap support
` [PATCH v21 37/46] sg: defang allow_dio
` [PATCH v21 38/46] sg: warn v3 write system call users
` [PATCH v21 39/46] sg: add mmap_sz tracking
` [PATCH v21 40/46] sg: remove rcv_done request state
` [PATCH v21 41/46] sg: track lowest inactive and await indexes
` [PATCH v21 42/46] sg: remove unit attention check for device changed
` [PATCH v21 43/46] sg: no_dxfer: move to/from kernel buffers
` [PATCH v21 44/46] sg: add blk_poll support
` [PATCH v21 45/46] sg: add statistics similar to st
` [PATCH v21 46/46] sg: bump version to 4.0.12

[PATCH v2 00/13] qed: new firmware version 8.59.1.0 support
 2021-10-04  6:58 UTC  (13+ messages)
` [PATCH v2 01/13] qed: Fix kernel-doc warnings
` [PATCH v2 03/13] qed: Split huge qed_hsi.h header file
` [PATCH v2 04/13] qed: Update common_hsi for FW ver 8.59.1.0
` [PATCH v2 05/13] qed: Update qed_mfw_hsi.h "
` [PATCH v2 06/13] qed: Update qed_hsi.h for fw 8.59.1.0
` [PATCH v2 07/13] qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.h
` [PATCH v2 08/13] qed: Update FW init functions to support FW 8.59.1.0
` [PATCH v2 09/13] qed: Add '_GTT' suffix to the IRO RAM macros
` [PATCH v2 10/13] qed: Update debug related changes
` [PATCH v2 11/13] qed: Update TCP silly-window-syndrome timeout for iwarp, scsi
` [PATCH v2 12/13] qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")
` [PATCH v2 13/13] qed: fix ll2 establishment during load of RDMA driver

[PATCH] scsi: fcoe:Use kmemdup() rather than kmalloc+memcpy
 2021-10-04  6:40 UTC 

[PATCH 0/2] scsi: ufs: Do not exit reset of error functions unless operational
 2021-10-03  7:26 UTC  (8+ messages)
` [PATCH 1/2] scsi: ufs: Do not exit ufshcd_reset_and_restore() unless operational or dead
` [PATCH 2/2] scsi: ufs: Do not exit ufshcd_err_handler() "

[GIT PULL] SCSI fixes for 5.15-rc3
 2021-10-02 19:57 UTC  (2+ messages)

[PATCH 0/2 v2] kill clearing UA in UFS driver
 2021-10-01 18:20 UTC  (3+ messages)
` [PATCH 1/2] scsi: ufs: retry START_STOP on UNIT_ATTENTION
` [PATCH 2/2] scsi: ufs: Stop clearing unit attentions

[PATCH 1/2] scsi: ufs: retry START_STOP on UNIT_ATTENTION
 2021-10-01 17:40 UTC  (10+ messages)
` [PATCH 2/2] scsi: ufs: Stop clearing unit attentions

[smartpqi updates PATCH V2 00/11] smartpqi updates
 2021-10-01  8:26 UTC  (24+ messages)
` [smartpqi updates PATCH V2 01/11] smartpqi: update device removal management
` [smartpqi updates PATCH V2 02/11] smartpqi: add controller handshake during kdump
` [smartpqi updates PATCH V2 03/11] smartpqi: capture controller reason codes
` [smartpqi updates PATCH V2 04/11] smartpqi: update LUN reset handler
` [smartpqi updates PATCH V2 05/11] smartpqi: add tur check for sanitize operation
` [smartpqi updates PATCH V2 06/11] smartpqi: avoid failing ios for offline devices
` [smartpqi updates PATCH V2 07/11] smartpqi: add extended report physical luns
` [smartpqi updates PATCH V2 08/11] smartpqi: fix boot failure during lun rebuild
` [smartpqi updates PATCH V2 09/11] smartpqi: fix duplicate device nodes for tape changers
` [smartpqi updates PATCH V2 10/11] smartpqi: add 3252-8i pci id
` [smartpqi updates PATCH V2 11/11] smartpqi: update version to 2.1.12-055

[PATCH V6 0/3] scsi: ufs: Let devices remain runtime suspended during system suspend
 2021-10-01  8:15 UTC  (6+ messages)
` [PATCH V6 1/3] scsi: ufs: Fix error handler clear ua deadlock
` [PATCH V6 2/3] scsi: ufs: Fix runtime PM dependencies getting broken
` [PATCH V6 3/3] scsi: ufs: Let devices remain runtime suspended during system suspend

[PATCH v1] scsi: ufs: add wmb after clear interrupt status
 2021-10-01  7:55 UTC 

[PATCH] irq_poll: Use raise_softirq_irqoff() in cpu_dead notifier
 2021-10-01  6:41 UTC  (4+ messages)
` [RFC] Is lib/irq_poll still considered useful?

[PATCH 1/2] phy: samsung: unify naming and describe driver in KConfig
 2021-10-01  6:16 UTC  (2+ messages)

[PATCH] spraid: initial commit of Ramaxel spraid driver
 2021-10-01  4:15 UTC  (4+ messages)

[PATCH 1/2] scsi: fc: Update statistics for host and rport on FPIN reception
 2021-10-01  1:37 UTC  (2+ messages)

[PATCH v5 0/7] target: make tpg/enable attribute
 2021-09-30 20:46 UTC  (2+ messages)

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-09-30 16:20 UTC  (6+ messages)

[PATCH V5 1/3] scsi: ufs: Fix error handler clear ua deadlock
 2021-09-30 12:44 UTC  (5+ messages)

[PATCH V3] scsi: core: put LLD module refcnt after SCSI device is released
 2021-09-30 12:44 UTC 

[PATCH] scsi: acornscsi: Remove scsi_cmd_to_tag() reference
 2021-09-30 12:10 UTC  (2+ messages)

[PATCH V2] scsi: core: put LLD module refcnt after SCSI device is released
 2021-09-30 11:07 UTC  (8+ messages)

[PATCH 00/12] qed: new firmware version 8.59.1.0 support
 2021-09-30 10:18 UTC  (4+ messages)
` [PATCH 04/12] qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0
    ` [EXT] "

[PATCH 0/2] Fix UFS task management command timeout
 2021-09-30  8:50 UTC  (3+ messages)

[PATCH v2 0/3] scsi: remove last references to scsi_cmnd.tag
 2021-09-30  8:17 UTC  (4+ messages)
` [PATCH v2 2/3] acornscsi: remove tagged queuing vestiges

[PATCH 0/2] SCSI: fix race between releasing shost and unloading LLD module
 2021-09-30  7:22 UTC  (6+ messages)
` [PATCH 1/2] driver core: tell caller if the device/kboject is really released
` [PATCH 2/2] scsi: core: put LLD module refcnt after SCSI device is released

[PATCH 2/2] scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()
 2021-09-30  6:22 UTC  (2+ messages)

[PATCH 1/2] scsi: pm80xx: Replace open coded check with dev_is_expander()
 2021-09-30  6:21 UTC  (2+ messages)

[PATCH] scsi: ufs: Fix a possible dead lock in clock scaling
 2021-09-30  6:02 UTC  (6+ messages)

[PATCH V5 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-09-30  5:48 UTC  (8+ messages)
` [PATCH V5 12/12] net: netvsc: Add Isolation VM support for netvsc driver

[PATCH 0/5] target: fixes and perf improvements
 2021-09-30  2:04 UTC  (6+ messages)
` [PATCH 1/5] target: fix ordered CMD_T_SENT handling
` [PATCH 2/5] target: fix ordered tag handling
` [PATCH 3/5] target: fix alua_tg_pt_gps_count tracking
` [PATCH 4/5] target: replace lun_tg_pt_gp_lock with rcu in IO path
` [PATCH 5/5] target: perform alua group changes in one step

[PATCH 1/5] target: fix ordered CMD_T_SENT handling
 2021-09-30  1:38 UTC 


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