messages from 2021-03-12 10:01:29 to 2021-03-17 09:14:02 UTC [more...]
[PATCH 00/36] [Set 4] Rid W=1 warnings in SCSI
2021-03-17 9:12 UTC (19+ messages)
` [PATCH 01/36] scsi: myrb: Demote non-conformant kernel-doc headers and fix others
` [PATCH 02/36] scsi: ipr: Fix incorrect function names in their headers
` [PATCH 03/36] scsi: mvumi: Fix formatting and doc-rot issues
` [PATCH 04/36] scsi: sd_zbc: Place function name into header
` [PATCH 05/36] scsi: pmcraid: Fix a whole host of kernel-doc issues
` [PATCH 06/36] scsi: sd: Fix function name in header
` [PATCH 07/36] scsi: aic94xx: aic94xx_dump: Correct misspelling of function asd_dump_seq_state()
` [PATCH 08/36] scsi: be2iscsi: be_main: Ensure function follows directly after its header
` [PATCH 09/36] scsi: dc395x: Fix some function param descriptions
` [PATCH 10/36] scsi: initio: Fix a few kernel-doc misdemeanours
` [PATCH 12/36] scsi: myrs: Add missing ':' to make the kernel-doc checker happy
` [PATCH 13/36] scsi: pmcraid: Correct function name pmcraid_show_adapter_id() in header
` [PATCH 14/36] scsi: mpt3sas: mpt3sas_scs: Fix a few kernel-doc issues
` [PATCH 15/36] scsi: be2iscsi: be_main: Demote incomplete/non-conformant kernel-doc header
` [PATCH 17/36] scsi: fnic: fnic_scsi: Demote non-conformant kernel-doc headers
` [PATCH 19/36] scsi: isci: phy: Provide function name and demote non-conforming header
` [PATCH 20/36] scsi: isci: request: Fix a myriad of kernel-doc issues
` [PATCH 22/36] scsi: isci: task: Demote non-conformant header and remove superfluous param
[PATCH 0/8] [Set 3 v2] Rid W=1 warnings in SCSI
2021-03-17 9:11 UTC (9+ messages)
` [PATCH 1/8] scsi: BusLogic: Supply __printf(x, y) formatting for blogic_msg()
` [PATCH 2/8] scsi: nsp32: Supply __printf(x, y) formatting for nsp32_message()
` [PATCH 3/8] scsi: nsp32: Remove or exclude unused variables
` [PATCH 4/8] scsi: FlashPoint: Remove unused variable 'TID' from 'FlashPoint_AbortCCB()'
` [PATCH 5/8] scsi: sim710: Remove unused variable 'err' from sim710_init()
` [PATCH 6/8] scsi: isci: remote_device: Make local function isci_remote_device_wait_for_resume_from_abort() static
` [PATCH 7/8] scsi: isci: port: Make local function 'port_state_name()' static
` [PATCH 8/8] scsi: nsp32: Correct expected types in debug print formatting
[PATCH 00/18] [Set 3] Rid W=1 warnings in SCSI
2021-03-17 9:05 UTC (20+ messages)
` [PATCH 01/18] scsi: aic94xx: aic94xx_dump: Remove code that has been unused for at least 13 years
` [PATCH 02/18] scsi: mpt3sas: mpt3sas_scs: Move a little data from the stack onto the heap
` [PATCH 03/18] scsi: bfa: bfa_fcs_lport: Move a large struct "
` [PATCH 04/18] scsi: esas2r: esas2r_log: Supply __printf(x, y) formatting for esas2r_log_master()
` [PATCH 05/18] scsi: BusLogic: Supply __printf(x, y) formatting for blogic_msg()
` [PATCH 06/18] scsi: nsp32: Supply __printf(x, y) formatting for nsp32_message()
` [PATCH 07/18] scsi: initio: Remove unused variable 'prev'
` [PATCH 08/18] scsi: a100u2w: Remove unused variable 'bios_phys'
` [PATCH 09/18] scsi: myrs: Remove a couple of unused 'status' variables
` [PATCH 10/18] scsi: 3w-xxxx: Remove 2 unused variables 'response_que_value' and 'tw_dev'
` [PATCH 11/18] scsi: 3w-9xxx: Remove a few set but unused variables
` [PATCH 12/18] scsi: 3w-sas: Remove unused variables 'sglist' and 'tw_dev'
` [PATCH 13/18] scsi: nsp32: Remove or exclude unused variables
` [PATCH 14/18] scsi: FlashPoint: Remove unused variable 'TID' from 'FlashPoint_AbortCCB()'
` [PATCH 15/18] scsi: sim710: Remove unused variable 'err' from sim710_init()
` [PATCH 16/18] scsi: isci: port: Make local function 'port_state_name()' static
` [PATCH 17/18] scsi: isci: remote_device: Make local function isci_remote_device_wait_for_resume_from_abort() static
` [PATCH 18/18] scsi: nsp32: Correct expected types in debug print formatting
[PATCH 0/7] qla2xxx patches for kernel v5.12 and v5.13
2021-03-17 8:56 UTC (27+ messages)
` [PATCH 1/7] Revert "qla2xxx: Make sure that aborted commands are freed"
` [PATCH 2/7] qla2xxx: Constify struct qla_tgt_func_tmpl
` [PATCH 3/7] qla2xxx: Fix endianness annotations
` [PATCH 4/7] qla2xxx: qla82xx_pinit_from_rom(): Initialize 'n' before using it
` [PATCH 5/7] qla2xxx: Suppress Coverity complaints about dseg_r*
` [PATCH 6/7] qla2xxx: Simplify qla8044_minidump_process_control()
` [PATCH 7/7] qla2xxx: Always check the return value of qla24xx_get_isp_stats()
[PATCH 00/30] [Set 2] Rid W=1 warnings in SCSI
2021-03-17 8:13 UTC (11+ messages)
` [PATCH 23/30] scsi: initio: Remove unused variable 'prev'
` [PATCH 24/30] scsi: a100u2w: Remove unused variable 'bios_phys'
` [PATCH 27/30] scsi: myrs: Remove a couple of unused 'status' variables
[PATCH v5 00/10] Add Host control mode to HPB
2021-03-17 7:59 UTC (35+ messages)
` [PATCH v5 03/10] scsi: ufshpb: Add region's reads counter
` [PATCH v5 04/10] scsi: ufshpb: Make eviction depends on region's reads
` [PATCH v5 05/10] scsi: ufshpb: Region inactivation in host mode
` "
` "
` [PATCH v5 06/10] scsi: ufshpb: Add hpb dev reset response
` [PATCH v5 07/10] scsi: ufshpb: Add "Cold" regions timer
` [PATCH v5 08/10] scsi: ufshpb: Limit the number of inflight map requests
[PATCH] scsi: sd_zbc: update write pointer offset cache
2021-03-17 7:45 UTC (17+ messages)
[PATCH v10 0/2] Enable power management for ufs wlun
2021-03-17 6:37 UTC (14+ messages)
` [PATCH v10 1/2] scsi: ufs: Enable power management for wlun
[PATCH][next] scsi: mpt3sas: Replace unnecessary dynamic allocation with a static one
2021-03-17 3:32 UTC (3+ messages)
[PATCH] scsi: ufs-pci: Add support for Intel LKF
2021-03-17 3:34 UTC (2+ messages)
[PATCH] scsi: ufs: Add selector to ufshcd_query_flag* APIs
2021-03-17 3:31 UTC
[PATCH v2] scsi: ufs: sysfs: Print string descriptors as raw data
2021-03-17 3:31 UTC (4+ messages)
v3: scsi: ufshcd: use a macro for UFS versions
2021-03-17 3:21 UTC (2+ messages)
[PATCH v29 0/4] scsi: ufs: Add Host Performance Booster Support
2021-03-17 2:45 UTC (12+ messages)
` [PATCH v29 1/4] scsi: ufs: Introduce HPB feature
` [PATCH v29 2/4] scsi: ufs: L2P map management for HPB read
` [PATCH v29 3/4] scsi: ufs: Prepare HPB read for cached sub-region
` [PATCH v29 4/4] scsi: ufs: Add HPB 2.0 support
` "
[bisected] 5.12-rc1 hpsa regression: "scsi: hpsa: Correct dev cmds outstanding for retried cmds" breaks hpsa P600
2021-03-17 2:25 UTC (5+ messages)
` [PATCH] hpsa: fix boot on ia64 (atomic_t alignment)
[PATCH] scsi: libsas: Reset num_scatter if libata mark qc as NODATA
2021-03-17 1:50 UTC (2+ messages)
[PATCH AUTOSEL 5.10 10/54] scsi: ufs: ufs-qcom: Disable interrupt in reset path
2021-03-17 0:56 UTC
[PATCH AUTOSEL 5.11 11/61] scsi: ufs: ufs-qcom: Disable interrupt in reset path
2021-03-17 0:54 UTC
blktests: block/009 next-20210304 failure rate average of 1/448
2021-03-16 18:47 UTC (2+ messages)
[PATCHv7 00/31] scsi: enable reserved commands for LLDDs
2021-03-16 17:57 UTC (5+ messages)
[PATCH v2 1/1] scsi: storvsc: Enable scatterlist entry lengths > 4Kbytes
2021-03-16 15:29 UTC (3+ messages)
[PATCH][RESEND] scsi: ufs-mediatek: Correct operator & -> &&
2021-03-16 13:54 UTC (2+ messages)
[PATCH] scsi: ufs-mediatek: Correct operator & -> &&
2021-03-16 11:35 UTC (2+ messages)
[PATCH] scsi: bfa: fix warning comparing pointer to 0
2021-03-16 7:48 UTC
[syzbot] KASAN: invalid-free in sg_finish_scsi_blk_rq
2021-03-16 6:32 UTC (2+ messages)
[PATCH] scsi: lpfc: Fix some error codes in debugfs
2021-03-16 3:13 UTC (2+ messages)
[PATCH] scsi: target: tcmu: Adjust parameter in call to tcmu_blocks_release
2021-03-16 3:18 UTC (2+ messages)
[PATCH v11 0/2] Enable power management for ufs wlun
2021-03-16 3:16 UTC (5+ messages)
` [PATCH v11 1/2] scsi: ufs: Enable power management for wlun
[PATCH] scsi: ibmvfc: Switch to using the new API kobj_to_dev()
2021-03-16 3:15 UTC (2+ messages)
[PATCH] scsi: ibmvfc: Switch to using the new API kobj_to_dev()
2021-03-16 3:14 UTC (2+ messages)
[PATCH] drivers: scsi: qla4xxx: Fix a spello in the file qla4xxx/ql4_os.c
2021-03-16 3:14 UTC (2+ messages)
[PATCH] scsi: pm80xx: Remove list entry from pm8001_ccb_info
2021-03-16 3:14 UTC (2+ messages)
[PATCH] scsi: FlashPoint: Fix typo issue
2021-03-16 3:15 UTC (2+ messages)
[PATCH] scsi:ufs: remove duplicate include in ufshcd
2021-03-16 3:14 UTC (2+ messages)
[PATCH 0/2] scsi: target: tcmu: Replace IDR and radix_tree with XArray
2021-03-16 3:14 UTC (2+ messages)
[PATCH 00/23] target: code cleanup
2021-03-16 3:14 UTC (2+ messages)
[PATCH] scsi: pm80xx: Replace magic numbers with device state defines
2021-03-16 3:14 UTC (2+ messages)
[PATCH] scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lock
2021-03-16 3:14 UTC (2+ messages)
[PATCH] ibmvfc: free channel_setup_buf during device tear down
2021-03-16 3:13 UTC (2+ messages)
[PATCH] scsi: Fix a double free in myrs_cleanup
2021-03-16 3:13 UTC (2+ messages)
[PATCH] scsi: Fix a use after free in st_open
2021-03-16 3:13 UTC (2+ messages)
[PATCH] qla2xxx: fix broken #endif placement
2021-03-16 3:13 UTC (3+ messages)
[PATCH] Fix spelling typo of conditions
2021-03-16 2:51 UTC
[PATCH 00/30] [Set 1] Rid W=1 warnings in SCSI
2021-03-16 2:15 UTC (2+ messages)
[PATCH] scsi: qla2xxx: use dma_pool_zalloc instead
2021-03-15 19:46 UTC (2+ messages)
[PATCH] scsi: qla1280: fix warning comparing pointer to 0
2021-03-15 3:49 UTC
[PATCH] scsi: Mundane spelling fixes in the file qla1280.c
2021-03-15 2:25 UTC (2+ messages)
[PATCH v26 2/4] scsi: ufs: L2P map management for HPB read
2021-03-15 2:19 UTC (8+ messages)
` [PATCH v26 0/4] scsi: ufs: Add Host Performance Booster Support
` Re: [PATCH v26 2/4] scsi: ufs: L2P map management for HPB read
[GIT PULL] SCSI fixes for 5.12-rc2
2021-03-12 21:52 UTC (2+ messages)
[PATCH] scsi: sg: Fix a warning message
2021-03-12 18:31 UTC (2+ messages)
[bug report] scsi: sg: NO_DXFER move to/from kernel buffers
2021-03-12 18:27 UTC (2+ messages)
[Bug 212183] New: st read statistics inaccurate when requested and physical block mismatch
2021-03-12 16:58 UTC (3+ messages)
` [Bug 212183] "
[RFC PATCH 0/5] RPMB internal and user-space API + WIP virtio-rpmb frontend
2021-03-12 12:08 UTC (18+ messages)
` [RFC PATCH 1/5] rpmb: add Replay Protected Memory Block (RPMB) subsystem
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