messages from 2020-09-23 06:38:28 to 2020-09-29 10:23:07 UTC [more...]
[PATCH v2 0/7] qla2xxx bug fixes
2020-09-29 10:21 UTC (3+ messages)
` [PATCH v2 1/7] qla2xxx: Correct the check for sscanf return value
` [PATCH v2 2/7] qla2xxx: Fix buffer-buffer credit extraction error
[PATCH] qla2xxx: Do not consume srb greedily
2020-09-29 7:38 UTC
[PATCH v1 1/1] scsi: ufshcd: Properly set the device Icc Level
2020-09-29 2:35 UTC (2+ messages)
[PATCH] scsi: myrb: remove redundant assignment to variable timeout
2020-09-29 2:24 UTC
[PATCH 0/7] qla2xxx bug fixes
2020-09-28 21:06 UTC (15+ messages)
` [PATCH 1/7] qla2xxx: Correct the check for sscanf return value
` [PATCH 2/7] qla2xxx: Fix buffer-buffer credit extraction error
` [PATCH 3/7] qla2xxx: Fix MPI reset needed message
` [PATCH 4/7] qla2xxx: Fix reset of MPI firmware
` [PATCH 5/7] qla2xxx: fix crash on session cleanup with unload
` [PATCH 6/7] qla2xxx: Fix point-to-point (N2N) device discovery issue
` [PATCH 7/7] qla2xxx: Update version to 10.02.00.103-k
[PATCH] scsi_dh_alua: avoid crash during alua_bus_detach()
2020-09-28 21:02 UTC (4+ messages)
[v5 00/12] Add persistent durable identifier to storage log messages
2020-09-28 20:35 UTC (23+ messages)
` [v5 01/12] struct device: Add function callback durable_name
` [v5 02/12] create_syslog_header: Add durable name
` [v5 03/12] dev_vprintk_emit: Increase hdr size
` [v5 04/12] scsi: Add durable_name for dev_printk
` [v5 05/12] nvme: Add durable name "
` [v5 06/12] libata: Add ata_scsi_durable_name
` [v5 07/12] libata: Make ata_scsi_durable_name static
` [v5 08/12] Add durable_name_printk
` [v5 09/12] libata: use durable_name_printk
` [v5 10/12] Add durable_name_printk_ratelimited
` [v5 11/12] print_req_error: Use durable_name_printk_ratelimited
` [v5 12/12] buffer_io_error: "
[PATCH 0/2] SAN Congestion Management (SCM) statistics
2020-09-28 20:07 UTC (8+ messages)
` [PATCH 1/2] scsi: fc: Update statistics for host and rport on FPIN reception
` [EXT] Re: [PATCH 0/2] SAN Congestion Management (SCM) statistics
[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
2020-09-28 16:11 UTC (7+ messages)
[PATCH v2 0/8] scsi: Support to handle Intermittent errors
2020-09-28 4:50 UTC (9+ messages)
` [PATCH v2 1/8] scsi: Added a new definition in scsi_cmnd.h
` [PATCH v2 2/8] scsi: Added a new error code in scsi.h
` [PATCH v2 3/8] scsi: Clear state bit SCMD_NORETRIES_ABORT of scsi_cmd before start request
` [PATCH v2 4/8] scsi: No retries on abort success
` [PATCH v2 5/8] scsi: Added routine to set/clear SCMD_NORETRIES_ABORT bit for outstanding io on scsi_dev
` [PATCH v2 6/8] scsi_transport_fc: Added a new rport state FC_PORTSTATE_MARGINAL
` [PATCH v2 7/8] scsi_transport_fc: Added a new sysfs attribute port_state
` [PATCH v2 8/8] lpfc: Added support to handle marginal state
[PATCH 1/4] scsi: arcmsr: Remove unnecessary syntax
2020-09-28 10:45 UTC
[PATCH 4/4] scsi: arcmsr: Update driver version to v1.50.00.02-20200819
2020-09-28 10:38 UTC
[PATCH 3/4] scsi: arcmsr: Add supporting ARC-1886 series Raid controllers
2020-09-28 10:35 UTC
[PATCH 2/4] scsi: arcmsr: Fix device hot-plug monitoring timer stop
2020-09-28 10:31 UTC
[PATCH 1/4] scsi: arcmsr:
2020-09-28 10:28 UTC
[PATCH 0/4] scsi: arcmsr: Fix timer stop and support new adapter ARC-1886 series
2020-09-28 10:19 UTC
[PATCH] scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()
2020-09-28 9:13 UTC
[PATCH v4 00/11] Hyper-V: Support PAGE_SIZE larger than 4K
2020-09-28 8:59 UTC (8+ messages)
` [PATCH v4 08/11] Input: hyperv-keyboard: Use VMBUS_RING_SIZE() for ringbuffer sizes
` [PATCH v4 09/11] HID: hyperv: "
` [PATCH v4 10/11] Driver: hv: util: "
[PATCHv4 0/3] zoned block device specific errors
2020-09-28 8:26 UTC (5+ messages)
` [PATCHv4 1/3] block: add zone specific block statuses
` [PATCHv4 2/3] nvme: translate zone resource errors
` [PATCHv4 3/3] scsi: handle zone resources errors
[PATCH 0/4] pm80xx updates
2020-09-28 6:38 UTC (12+ messages)
` [PATCH 1/4] pm80xx : Increase number of supported queues
` [PATCH 2/4] pm80xx : Remove DMA memory allocation for ccb and device
` [PATCH 3/4] pm80xx : Increase the number of outstanding IO supported
` [PATCH 4/4] pm80xx : Driver version update
[PATCH] iscsi: iscsi_tcp: Avoid holding spinlock while calling getpeername
2020-09-28 4:33 UTC
[PATCH 1/2] scsi: sg: use queue_logical_block_size() in max_sectors_bytes()
2020-09-28 1:44 UTC (3+ messages)
[PATCH v8 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
2020-09-27 12:21 UTC (13+ messages)
` [PATCH v8 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v8 2/7] net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
` [PATCH v8 3/7] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v8 4/7] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v8 5/7] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v8 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v8 7/7] libceph: use sendpage_ok() in ceph_tcp_sendpage()
[PATCH v2 1/3] scsi: aacraid: improve compat_ioctl handlers
2020-09-27 4:52 UTC (5+ messages)
` [PATCH v2 3/3] scsi: megaraid_sas: simplify compat_ioctl handling
[GIT PULL] SCSI fixes for 5.9-rc6
2020-09-26 18:23 UTC (2+ messages)
a saner API for allocating DMA addressable pages v3
2020-09-26 15:25 UTC (11+ messages)
` [PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent
[PATCH] aacraid: add a missing iounmap call
2020-09-26 15:00 UTC
lib/scatterlist.c : sgl_alloc_order promises more than it delivers
2020-09-26 4:32 UTC (4+ messages)
[RFC PATCH 0/2] dm crypt: Allow unaligned buffer lengths for skcipher devices
2020-09-25 20:15 UTC
[PATCH v2 0/1] scsi: libiscsi: fix NOP race condition
2020-09-25 18:41 UTC (2+ messages)
` [PATCH v2 1/1] "
let import_iovec deal with compat_iovecs as well v4
2020-09-25 15:23 UTC (11+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov
clean up is partition checks
2020-09-25 14:19 UTC (2+ messages)
[PATCH] scsi: snic: Remove unnecessary condition to simplify the code
2020-09-25 6:58 UTC (2+ messages)
[PATCH] scsi: bfa: fix error return in bfad_pci_init()
2020-09-25 6:24 UTC
[PATCHv4 0/3] zoned block device specific errors
2020-09-25 1:28 UTC (2+ messages)
` [PATCHv4 1/3] block: add zone specific block statuses
[bug report] scsi: qla2xxx: Setup debugfs entries for remote ports
2020-09-24 17:27 UTC (2+ messages)
` [EXT] "
[RFC] Introducing mpi3mr driver
2020-09-24 16:30 UTC
[PATCH 0/8] vhost scsi: fixes and cleanups
2020-09-24 15:31 UTC (11+ messages)
` [PATCH 2/8] vhost: add helper to check if a vq has been setup
` [PATCH 3/8] vhost scsi: alloc cmds per vq instead of session
` [PATCH 5/8] vhost scsi: add lun parser helper
[PATCH 1/1] scsi: scsi_dh_alua: do not set h->sdev to NULL before removing the list entry
2020-09-24 10:42 UTC (6+ messages)
[PATCH] scsi: alua: fix the race between alua_bus_detach and alua_rtpg
2020-09-24 10:39 UTC (6+ messages)
[PATCH] qedi: Add schedule_hw_err_handler callback for fan failure
2020-09-24 7:03 UTC
[PATCH ] scsi: page warning: 'page' may be used uninitialized
2020-09-24 0:19 UTC
[PATCH V3 for 5.11 00/12] blk-mq/scsi: tracking device queue depth via sbitmap
2020-09-23 21:31 UTC (19+ messages)
` [PATCH V3 for 5.11 01/12] sbitmap: remove sbitmap_clear_bit_unlock
` [PATCH V3 for 5.11 06/12] sbitmap: add helper of sbitmap_calculate_shift
` [PATCH V3 for 5.11 07/12] blk-mq: add callbacks for storing & retrieving budget token
` [PATCH V3 for 5.11 08/12] blk-mq: return budget token from .get_budget callback
` [PATCH V3 for 5.11 09/12] scsi: put hot fields of scsi_host_template into one cacheline
` [PATCH V3 for 5.11 10/12] scsi: add scsi_device_busy() to read sdev->device_busy
` [PATCH V3 for 5.11 11/12] scsi: make sure sdev->queue_depth is <= shost->can_queue
` [PATCH V3 for 5.11 12/12] scsi: replace sdev->device_busy with sbitmap
let import_iovec deal with compat_iovecs as well v3
2020-09-23 21:30 UTC (18+ messages)
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
[PATCH v1 0/2] Supports Reading UFS's Vcc Voltage Levels from DT
2020-09-23 17:32 UTC (8+ messages)
` [PATCH v1 1/2] scsi: dt-bindings: ufs: Add vcc-voltage-level for UFS
[PATCH 00/14] drop double zeroing
2020-09-23 15:16 UTC (4+ messages)
linux-next: possible bug in 'block: remove the BIO_NULL_MAPPED flag'
2020-09-23 14:54 UTC (2+ messages)
[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
2020-09-23 13:22 UTC (13+ messages)
"Power-on or device reset occurred" after a LUN resize
2020-09-23 9:17 UTC
[PATCH v7 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
2020-09-23 8:45 UTC (8+ messages)
` [PATCH v7 1/6] net: introduce helper sendpage_ok() in include/linux/net.h
[PATCH] f2fs: fix slab leak of rpages pointer
2020-09-23 8:45 UTC
[PATCH] scsi_dh_alua: do not call 'BUG_ON' for non-existing sdev
2020-09-23 7:51 UTC
[PATCH 1/1] scsi: scsi_dh_alua: remove the list entry before assigning the pointer and sdev to NULL
2020-09-23 7:41 UTC (4+ messages)
[PATCH v12 0/4] scsi: ufs: Add Host Performance Booster Support
2020-09-23 6:45 UTC (5+ messages)
` [PATCH v12 1/4] scsi: ufs: Add HPB feature related parameters
` [PATCH v12 2/4] scsi: ufs: Introduce HPB feature
` [PATCH v12 3/4] scsi: ufs: L2P map management for HPB read
` [PATCH v12 4/4] scsi: ufs: Prepare HPB read for cached sub-region
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