linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-27 20:00:19 to 2020-03-04 02:25:55 UTC [more...]

[RFC PATCH v1] scsi: ufs-mediatek: add inline encryption support
 2020-03-04  2:25 UTC  (3+ messages)

[RFC PATCH v2] scsi: ufs-mediatek: add inline encryption support
 2020-03-04  2:21 UTC 

[PATCH v2 00/11] megaraid_sas: driver updates to 07.713.01.00-rc1
 2020-03-03 17:04 UTC  (12+ messages)
` [PATCH v2 10/11] megaraid_sas: Use Block layer API to check SCSI device in-flight IO requests

[LSF/MM/BPF TOPIC] Multi-actuator HDDs
 2020-03-03 16:40 UTC  (4+ messages)

[PATCH 0/4] Fix qla2xxx endianness annotations
 2020-03-03 14:10 UTC  (14+ messages)
` [PATCH 1/4] qla2xxx: Use raw_smp_processor_id() where appropriate
` [PATCH 2/4] qla2xxx: Fix endianness annotations in header files
` [PATCH 3/4] qla2xxx: Fix endianness annotations in source files
` [PATCH 4/4] qla2xxx: Fix the code that reads from mailbox registers

[PATCH v1] scsi: ufs-mediatek: fix HOST_PA_TACTIVATE quirk for Samsung UFS Devices
 2020-03-03  7:50 UTC  (2+ messages)

[PATCH 00/42] Manually convert SCSI documentation to ReST format
 2020-03-03  7:22 UTC  (28+ messages)
` [PATCH 03/42] docs: scsi: convert 53c700.txt to ReST
` [PATCH 04/42] docs: scsi: convert aacraid.txt "
` [PATCH 05/42] docs: scsi: convert advansys.txt "
` [PATCH 06/42] docs: scsi: convert aha152x.txt "
` [PATCH 07/42] docs: scsi: convert aic79xx.txt "
` [PATCH 08/42] docs: scsi: convert aic7xxx.txt "
` [PATCH 11/42] docs: scsi: convert BusLogic.txt "
` [PATCH 13/42] docs: scsi: convert dc395x.txt "
` [PATCH 14/42] docs: scsi: convert dpti.txt "
` [PATCH 15/42] docs: scsi: convert FlashPoint.txt "
` [PATCH 16/42] docs: scsi: convert g_NCR5380.txt "
` [PATCH 17/42] docs: scsi: convert hpsa.txt "
` [PATCH 22/42] docs: scsi: convert megaraid.txt "
` [PATCH 23/42] docs: scsi: convert ncr53c8xx.txt "
` [PATCH 24/42] docs: scsi: convert NinjaSCSI.txt "
` [PATCH 25/42] docs: scsi: convert ppa.txt "
` [PATCH 26/42] docs: scsi: convert qlogicfas.txt "
` [PATCH 27/42] docs: scsi: convert scsi-changer.txt "
` [PATCH 30/42] docs: scsi: convert scsi-generic.txt "
` [PATCH 33/42] docs: scsi: convert scsi.txt "
` [PATCH 35/42] docs: scsi: convert smartpqi.txt "
` [PATCH 36/42] docs: scsi: convert st.txt "
` [PATCH 38/42] docs: scsi: convert sym53c8xx_2.txt "
` [PATCH 40/42] docs: scsi: convert ufs.txt "
` [PATCH 42/42] docs: scsi: convert arcmsr_spec.txt "

[Announce] sg3_utils-1.45 available
 2020-03-03  6:15 UTC 

[PATCH AUTOSEL 5.5 16/66] scsi: megaraid_sas: silence a warning
 2020-03-03  2:45 UTC 

[PATCH AUTOSEL 5.4 15/58] scsi: megaraid_sas: silence a warning
 2020-03-03  2:46 UTC 

[PATCH AUTOSEL 4.19 10/32] scsi: megaraid_sas: silence a warning
 2020-03-03  2:48 UTC 

[PATCH] qla2xxx: add ring buffer for tracing debug logs
 2020-03-02 23:00 UTC  (2+ messages)
` [EXT] "

[PATCH] scsi: avoid to fetch scsi host template instance in IO path
 2020-03-02 22:30 UTC  (5+ messages)

NULL pointer dereference in qla24xx_abort_command, kernel 4.19.98 (Debian)
 2020-03-02 22:26 UTC  (4+ messages)

megaraid_sas problem for scsi_add_host() fail
 2020-03-02 18:48 UTC  (6+ messages)

[PATCH] ibmvfc: Fix NULL return compiler warning
 2020-03-02 14:39 UTC 

Linux / mpt3sas support for PCI 1000:0014 (weird device?)
 2020-03-02 11:17 UTC  (4+ messages)

[PATCH v7 0/9] Inline Encryption Support
 2020-03-02  9:17 UTC  (15+ messages)
` [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
` [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS

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

[GIT PULL] SCSI fixes for 5.6-rc3
 2020-02-29 16:10 UTC  (2+ messages)

[PATCH RESEND v2] iscsi: Add support for asynchronous iSCSI session destruction
 2020-02-29  5:31 UTC  (2+ messages)

[PATCH] aacraid: Disabling TM path and only processing IOP reset
 2020-02-29  5:26 UTC  (2+ messages)

[PATCH] ibmvfc: Avoid loss of all paths during SVC node reboot
 2020-02-29  5:18 UTC  (2+ messages)

[PATCH] scsi: Replace zero-length array with flexible-array member
 2020-02-29  4:49 UTC  (2+ messages)

[PATCH v2 0/4] ufs: Let the SCSI core allocate per-command UFS data
 2020-02-29  2:08 UTC  (2+ messages)

[PATCHv8 00/13] scsi: remove legacy cmd_list implementation
 2020-02-29  1:57 UTC  (15+ messages)
` [PATCH 01/13] dpt_i2o: rename adpt_i2o_to_scsi() to adpt_i2o_scsi_complete()
` [PATCH 02/13] scsi: add scsi_host_complete_all_commands() helper
` [PATCH 03/13] dpt_i2o: use scsi_host_complete_all_commands() to abort outstanding commands
` [PATCH 04/13] aacraid: Do not wait for outstanding write commands on synchronize_cache
` [PATCH 05/13] aacraid: use scsi_host_complete_all_commands() to terminate outstanding commands
` [PATCH 06/13] aacraid: replace aac_flush_ios() with midlayer helper
` [PATCH 07/13] aacraid: move scsi_(block,unblock)_requests out of _aac_reset_adapter()
` [PATCH 08/13] scsi: add scsi_host_(block,unblock) helper function
` [PATCH 09/13] aacraid: use scsi_host_(block,unblock) to block I/O
` [PATCH 10/13] scsi: add scsi_host_busy_iter()
` [PATCH 11/13] aacraid: use scsi_host_busy_iter() to wait for outstanding commands
` [PATCH 12/13] aacraid: use scsi_host_busy_iter() in get_num_of_incomplete_fibs()
` [PATCH 13/13] scsi: Remove cmd_list functionality

[PATCH] SCSI: use kobj_to_dev
 2020-02-29  1:44 UTC  (2+ messages)

[PATCH v2 0/1] scsi: ufs: fix waiting time for reference clock
 2020-02-29  1:42 UTC  (2+ messages)

[PATCH v2 0/2] Enable HOST_PA_TACTIVATE quirk for WDC UFS devices
 2020-02-29  1:40 UTC  (2+ messages)

ufshcd quirk cleanup v2
 2020-02-29  1:37 UTC  (2+ messages)

[PATCH 00/18] qla2xxx: fixes for the driver
 2020-02-29  1:33 UTC  (2+ messages)

[PATCH v7 00/38] sg: add v4 interface
 2020-02-29  1:18 UTC  (61+ messages)
` [PATCH v7 10/38] sg: improve naming
` [PATCH v7 11/38] sg: change rwlock to spinlock
` [PATCH v7 12/38] sg: ioctl handling
` [PATCH v7 13/38] sg: split sg_read
` [PATCH v7 14/38] sg: sg_common_write add structure for arguments
` [PATCH v7 15/38] sg: rework sg_vma_fault
` [PATCH v7 16/38] sg: rework sg_mmap
` [PATCH v7 17/38] sg: replace sg_allow_access
` [PATCH v7 18/38] sg: rework scatter gather handling
` [PATCH v7 20/38] sg: sg_find_srp_by_id
` [PATCH v7 22/38] sg: printk change %p to %pK
` [PATCH v7 23/38] sg: xarray for fds in device
` [PATCH v7 24/38] sg: xarray for reqs in fd
` [PATCH v7 25/38] sg: replace rq array with lists
` [PATCH v7 26/38] sg: sense buffer rework
` [PATCH v7 27/38] sg: add sg v4 interface support
` [PATCH v7 28/38] sg: rework debug info
` [PATCH v7 29/38] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v7 31/38] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v7 32/38] sg: add some __must_hold macros
` [PATCH v7 33/38] sg: move procfs objects to avoid forward decls
` [PATCH v7 34/38] sg: protect multiple receivers
` [PATCH v7 35/38] sg: first debugfs support
` [PATCH v7 36/38] sg: rework mmap support
` [PATCH v7 37/38] sg: warn v3 write system call users
` [PATCH v7 38/38] sg: bump version to 4.0.08

[PATCH 1/1] qla2xxx: Fix sparse warning reported by kbuild bot
 2020-02-29  1:10 UTC  (2+ messages)

[PATCH v3 0/5] qla2xxx patches for kernel v5.7
 2020-02-29  1:10 UTC  (2+ messages)

[PATCH V2 00/10] scsi: tracking device queue depth via sbitmap
 2020-02-28 23:29 UTC  (11+ messages)
` [PATCH V2 01/10] sbitmap: maintain allocation round_robin in sbitmap
` [PATCH V2 02/10] sbitmap: add helpers for updating allocation hint
` [PATCH V2 03/10] sbitmap: remove sbitmap_clear_bit_unlock
` [PATCH V2 04/10] sbitmap: move allocation hint into sbitmap
` [PATCH V2 05/10] sbitmap: export sbitmap_weight
` [PATCH V2 06/10] sbitmap: add helper of sbitmap_calculate_shift
` [PATCH V2 07/10] blk-mq: return budget token from .get_budget callback
` [PATCH V2 08/10] blk-mq: pass budget token to dirver via blk_mq_queue_data
` [PATCH V2 09/10] scsi: add scsi_device_busy() to read sdev->device_busy
` [PATCH V2 10/10] scsi: replace sdev->device_busy with sbitmap

[PATCH] scsi: aha1740: Fix an errro handling path in 'aha1740_probe()'
 2020-02-28 21:59 UTC 

[PATCH] libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
 2020-02-28 11:33 UTC 

[<PATCH v1> 0/4] SD card bug fixes
 2020-02-28  6:46 UTC  (6+ messages)
` [<PATCH v1> 1/4] mmc: core: Add check for NULL pointer access
` [<PATCH v1> 2/4] mmc: core: Attribute the IO wait time properly in mmc_wait_for_req_done()
` [<PATCH v1> 3/4] mmc: core: Make host->card as NULL when card is removed
` [<PATCH v1> 4/4] mmc: core: update host->card after getting RCA for SD card

[PATCH] fusion: fix if-statement empty body warning
 2020-02-28  2:12 UTC 


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).