messages from 2020-09-20 00:15:01 to 2020-09-23 06:07:25 UTC [more...]
let import_iovec deal with compat_iovecs as well v3
2020-09-23 6:05 UTC (9+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [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
[PATCH 1/2] scsi: sg: use queue_logical_block_size() in max_sectors_bytes()
2020-09-23 5:52 UTC (2+ messages)
` [PATCH 2/2] block/scsi_ioctl.c: "
[PATCH V3 for 5.11 00/12] blk-mq/scsi: tracking device queue depth via sbitmap
2020-09-23 1:33 UTC (13+ messages)
` [PATCH V3 for 5.11 01/12] sbitmap: remove sbitmap_clear_bit_unlock
` [PATCH V3 for 5.11 02/12] sbitmap: maintain allocation round_robin in sbitmap
` [PATCH V3 for 5.11 03/12] sbitmap: add helpers for updating allocation hint
` [PATCH V3 for 5.11 04/12] sbitmap: move allocation hint into sbitmap
` [PATCH V3 for 5.11 05/12] sbitmap: export sbitmap_weight
` [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
[PATCH] scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG case
2020-09-23 0:51 UTC (3+ messages)
[PATCH v3 0/2] scsi: ufs-mediatek: Support performance mode for inline encryption engine
2020-09-23 0:38 UTC (4+ messages)
` [PATCH v3 2/2] dt-bindings: ufs-mediatek: Add mt8192-ufshci compatible string
[PATCH -next] scsi: libsas: simplify the return expression of sas_discover_end_dev
2020-09-23 0:30 UTC (5+ messages)
` [PATCH -next] scsi: libsas: simplify the return expression of sas_discover_* functions
[PATCH] scsi: remove redundant initialization of variable ret
2020-09-23 0:29 UTC (2+ messages)
[PATCH -next] scsi: bnx2i: remove unnecessary mutex_init()
2020-09-23 0:29 UTC (2+ messages)
[PATCH 0/2] SAN Congestion Management (SCM) statistics
2020-09-23 0:15 UTC (5+ messages)
` [PATCH 1/2] scsi: fc: Update statistics for host and rport on FPIN reception
` [PATCH 2/2] scsi: fc: Update documentation of sysfs nodes for FPIN stats
[PATCH v3 00/13] qla2xxx misc features and bug fixes
2020-09-22 22:43 UTC (7+ messages)
` [PATCH v3 11/13] qla2xxx: Add IOCB resource tracking
[PATCHv3 0/4] zoned block device specific errors
2020-09-22 21:48 UTC (9+ messages)
` [PATCHv3 1/4] block: add zone specific block statuses
` [PATCHv3 4/4] scsi: handle zone resources errors
[PATCH] ibmvfc: Protect vhost->task_set increment by the host lock
2020-09-22 21:39 UTC (2+ messages)
[PATCH 0/3] target: scsi: tcmu: code rework and speed up of read data handling
2020-09-22 21:32 UTC (3+ messages)
[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
2020-09-22 16:20 UTC (12+ messages)
bug in mpt3sas vs Lenovo 530-8i
2020-09-22 16:16 UTC (7+ messages)
[PATCH 0/2] scsi/sd: make cmd retries configurable
2020-09-22 16:07 UTC (7+ messages)
` [PATCH 1/2] scsi: Add limitless cmd retry support
` [PATCH 2/2] scsi sd: Allow user to config cmd retries
[PATCH 0/8] vhost scsi: fixes and cleanups
2020-09-22 15:34 UTC (17+ messages)
` [PATCH 1/8] vhost vdpa: fix vhost_vdpa_open error handling
` [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 4/8] vhost scsi: fix cmd completion race
` [PATCH 5/8] vhost scsi: add lun parser helper
` [PATCH 6/8] vhost scsi: Add support for LUN resets
` [PATCH 7/8] vhost: remove work arg from vhost_work_flush
` [PATCH 8/8] vhost scsi: remove extra flushes
a saner API for allocating DMA addressable pages v3
2020-09-22 8:53 UTC (20+ messages)
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/18] hal2: "
` [PATCH 11/18] lib82596: "
` [PATCH 12/18] sgiseeq: "
` [PATCH 13/18] 53c700: "
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API
[PATCH 0/2] zfcp: small changes for 5.10
2020-09-22 10:05 UTC (3+ messages)
[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
2020-09-22 9:03 UTC (10+ messages)
[PATCH] scsi: ufs: Make sure clk scaling happens only when hba is runtime ACTIVE
2020-09-22 7:09 UTC
[PATCH v2 0/2] Fix some racing problems btw err_handler and paths like system PM ops and the task abort callback
2020-09-22 6:47 UTC (3+ messages)
` [PATCH v1 1/2] scsi: ufs: Serialize eh_work with system PM events and async scan
` [PATCH v1 2/2] scsi: ufs: Fix a racing problem between ufshcd_abort and eh_work
[PATCH v1 0/2] Fix some racing problems btw err_handler and paths like system PM ops and the task abort callback
2020-09-22 5:32 UTC (3+ messages)
` [PATCH v1 1/2] scsi: ufs: Serialize eh_work with system PM events and async scan
` [PATCH v1 2/2] scsi: ufs: Fix a racing problem between ufshcd_abort and eh_work
[PATCH 1/6] scsi: ufs: atomic update for clkgating_enable
2020-09-22 5:30 UTC (7+ messages)
` [PATCH 5/6] scsi: ufs: show ufs part info in error case
[PATCH] scsi: libfc: Fix passing zero to 'PTR_ERR' warning
2020-09-22 3:57 UTC (3+ messages)
` [PATCH v4] "
[PATCH] scsi: nsp32: remove unneeded semicolon
2020-09-22 3:57 UTC (2+ messages)
[PATCH] scsi: aacraid: make some symbols static in aachba.c
2020-09-22 3:56 UTC (2+ messages)
[PATCH] scsi: fnic: remove unneeded semicolon
2020-09-22 3:56 UTC (2+ messages)
[PATCH] scsi: target: remove redundant assignment to variable 'ret'
2020-09-22 3:56 UTC (2+ messages)
[PATCH] mpt3sas: a small correction in _base_process_reply_queue
2020-09-22 3:56 UTC (2+ messages)
[PATCH v1] mpt3sas: Add support for Non-secure Aero and Sea PCI IDs
2020-09-22 3:56 UTC (2+ messages)
[PATCH] scsi: sym53c8xx_2: Delete useless if-else in sym_xerr_cam_status
2020-09-22 3:57 UTC (2+ messages)
[PATCH] scsi: sym53c8xx_2: remove unneeded semicolon
2020-09-22 3:57 UTC (2+ messages)
[PATCH -next] scsi: aic94xx: Remove unused inline function
2020-09-22 3:57 UTC (2+ messages)
[PATCH] scsi: bnx2fc: make a bunch of symbols static in bnx2fc_fcoe.c
2020-09-22 3:56 UTC (2+ messages)
[PATCH V7] scsi: core: only re-run queue in scsi_end_request() if device queue is busy
2020-09-22 3:56 UTC (2+ messages)
[PATCH] scsi: qla2xxx: remove unneeded variable 'rval'
2020-09-22 3:57 UTC (2+ messages)
[PATCH] scsi: myrb: make some symblos static
2020-09-22 3:57 UTC (2+ messages)
[PATCH] scsi: isci: make isci_host_attrs static
2020-09-22 3:56 UTC (2+ messages)
[PATCH] scsi: myrs: make some symbols static
2020-09-22 3:57 UTC (2+ messages)
[PATCH] scsi: ufs: Fix NOP OUT timeout value
2020-09-22 3:56 UTC (2+ messages)
[PATCH] scsi: megaraid: make smp_affinity_enable static
2020-09-22 3:57 UTC (2+ messages)
[PATCH] scsi: isci: make scu_link_layer_set_txcomsas_timeout() static
2020-09-22 3:57 UTC (2+ messages)
[PATCH] scsi: target: tcmu: add a missing newline when printing parameters
2020-09-22 3:56 UTC (2+ messages)
[PATCH] Rescan the entire target on transport reset when LUN is 0
2020-09-22 3:56 UTC (2+ messages)
[PATCH] mpt3sas: fix sync irqs
2020-09-22 3:56 UTC (2+ messages)
[PATCH] ibmvfc: Avoid link down on FS9100 canister reboot
2020-09-22 3:56 UTC (2+ messages)
[PATCH] scsi: aic7xxx: Use kmemdup in two places
2020-09-22 3:56 UTC (2+ messages)
[PATCH V2] scsi: ufs-pci: Add LTR support for Intel controllers
2020-09-22 3:56 UTC (2+ messages)
[PATCH v2 0/3] Improve error handling
2020-09-22 3:56 UTC (2+ messages)
[PATCH v1 0/2] Supports Reading UFS's Vcc Voltage Levels from DT
2020-09-22 0:36 UTC (7+ messages)
` [PATCH v1 1/2] scsi: dt-bindings: ufs: Add vcc-voltage-level for UFS
[PATCH 0/3] qla2xxx SAN Congestion Management (SCM) support
2020-09-21 17:48 UTC (7+ messages)
` [PATCH 2/3] qla2xxx: SAN congestion management(SCM) implementation
[PATCH 00/14] drop double zeroing
2020-09-21 16:58 UTC (3+ messages)
` [PATCH 02/14] target/rd: "
let import_iovec deal with compat_iovecs as well
2020-09-21 16:31 UTC (29+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
let import_iovec deal with compat_iovecs as well v2
2020-09-21 16:27 UTC (25+ messages)
` [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
` [PATCH 03/11] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c and mark it static
` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
` [PATCH 06/11] iov_iter: handle the compat case in import_iovec
` [PATCH 07/11] fs: remove various compat readv/writev helpers
` [PATCH 08/11] fs: remove the compat readv/writev syscalls
` [PATCH 09/11] fs: remove compat_sys_vmsplice
` [PATCH 10/11] mm: remove compat_process_vm_{readv,writev}
` [PATCH 11/11] security/keys: remove compat_keyctl_instantiate_key_iov
[PATCH] scsi: isci: make isci_remote_device_wait_for_resume_from_abort() static
2020-09-21 14:27 UTC
[PATCH] scsi: aic7xxx: move declaration of 'aic79xx_slowcrc' to aic79xx_osm.h
2020-09-21 14:27 UTC
[PATCH] scsi: aacraid: move declaration of 'aac_sync_mode' to aacraid.h
2020-09-21 14:27 UTC
[PATCH] scsi: bnx2fc: move declaration of 'bnx2fc_percpu' to bnx2fc.h
2020-09-21 14:26 UTC
[PATCH -next] scsi: fnic: simplify the return expression of vnic_cq_alloc()
2020-09-21 13:11 UTC
[PATCH -next] scsi: fcoe: simplify the return expression of fcoe_sysfs_setup
2020-09-21 13:11 UTC
[PATCH] qla2xxx: Use constant when it is known
2020-09-21 11:23 UTC
[PATCH v11 0/4] scsi: ufs: Add Host Performance Booster Support
2020-09-21 8:03 UTC (5+ messages)
[PATCH -next] snic: simplify the return expression of svnic_cq_alloc
2020-09-21 8:24 UTC
[PATCH -next] [SCSI] fnic: simplify the return expression of vnic_wq_copy_alloc
2020-09-21 8:24 UTC
[PATCH 0/9] Rework runtime suspend and SCSI domain validation
2020-09-21 6:00 UTC (3+ messages)
[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
2020-09-20 18:12 UTC (7+ messages)
[PATCH] scsi: pmcraid: Fix memory allocation in 'pmcraid_alloc_sglist()'
2020-09-20 7:57 UTC
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).