linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-13 07:51:39 to 2021-10-15 16:46:57 UTC [more...]

[PATCH v6 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-10-15 16:46 UTC  (9+ messages)

[RFC PATCH 0/3] blk-mq: Allow to complete requests directly
 2021-10-15 16:16 UTC  (8+ messages)
` [RFC PATCH 1/3] blk-mq: Add blk_mq_complete_request_direct()
` [RFC PATCH 2/3] mmc: core: Use blk_mq_complete_request_direct()
` [RFC PATCH 3/3] scsi, usb: storage: Complete the blk-request directly

don't use ->bd_inode to access the block device size v2
 2021-10-15 16:00 UTC  (44+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 02/30] block: add a bdev_nr_bytes helper
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
` [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it
` [PATCH 07/30] nvmet: use bdev_nr_bytes "
` [PATCH 08/30] target/iblock: "
` [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
` [PATCH 10/30] fs: simplify init_page_buffers
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 12/30] btrfs: use bdev_nr_bytes "
` [PATCH 13/30] cramfs: "
` [PATCH 14/30] fat: use bdev_nr_sectors "
` [PATCH 15/30] hfs: "
` [PATCH 16/30] hfsplus: "
` [PATCH 17/30] jfs: use bdev_nr_bytes "
` [PATCH 18/30] nfs/blocklayout: "
` [PATCH 19/30] nilfs2: "
` [PATCH 20/30] ntfs3: "
` [PATCH 21/30] pstore/blk: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] squashfs: "
` [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
` [PATCH 26/30] ext4: use sb_bdev_nr_blocks
` [PATCH 27/30] jfs: "
` [PATCH 28/30] ntfs: "
` [PATCH 29/30] reiserfs: "
` [PATCH 30/30] udf: "

[PATCH v1 0/2] scsi: ufs-mediatek: Fix two defects in MediaTek UFS driver
 2021-10-15 15:39 UTC  (3+ messages)
` [PATCH v1 1/2] scsi: ufs-mediatek: Introduce default delay for reference clock
` [PATCH v1 2/2] scsi: ufs-mediatek: Fix build error of using sched_clock()

[PATCH] xen: fix wrong SPDX headers of Xen related headers
 2021-10-15 14:33 UTC 

[PATCH net-next] scsi: fcoe: use netif_is_bond_master() instead of open code
 2021-10-15 14:20 UTC 

[PATCH] scsi: libiscsi: select CRYPTO_HASH for ISCSI_TCP
 2021-10-15 13:54 UTC  (3+ messages)

[PATCH v4 00/16] introduce exynosauto v9 ufs driver
 2021-10-15 13:50 UTC  (18+ messages)
    ` [PATCH v4 01/16] scsi: ufs: add quirk to handle broken UIC command
    ` [PATCH v4 02/16] scsi: ufs: add quirk to enable host controller without ph configuration
    ` [PATCH v4 07/16] scsi: ufs: ufs-exynos: correct timeout value setting registers
    ` [PATCH v4 14/16] scsi: ufs: ufs-exynos: multi-host configuration for exynosauto
    ` [PATCH v4 15/16] scsi: ufs: ufs-exynos: introduce exynosauto v9 virtual host
    ` [PATCH v4 13/16] dt-bindings: ufs: exynos-ufs: add io-coherency property

[PATCH] scsi: sd: fix crashes in sd_resume_runtime
 2021-10-15 13:33 UTC  (3+ messages)

[PATCH v8 0/5] Initial support for multi-actuator HDDs
 2021-10-15  8:20 UTC  (3+ messages)

[PATCH] scsi scsi_transport_iscsi.c: fix misuse of %llu in scsi_transport_iscsi.c
 2021-10-15  7:36 UTC  (5+ messages)
  ` Antw: [EXT] "

[PATCH] message: fusion: replace snprintf in show functions with sysfs_emit
 2021-10-15  6:49 UTC 

[PATCH] scsi: lpfc: Fix the misuse of the logging function
 2021-10-15  6:33 UTC 

[PATCH] spraid: initial commit of Ramaxel spraid driver
 2021-10-15  5:48 UTC  (7+ messages)

[PATCH 0/1] scsi: ufs: core: Fix task management completion timeout race
 2021-10-15  5:41 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH] ibmvscsi: use GFP_KERNEL with dma_alloc_coherent in initialize_event_pool
 2021-10-15  4:36 UTC  (3+ messages)

[PATCH v2] scsi: ibmvscsi: Use dma_alloc_noncoherent() instead of get_zeroed_page/dma_map_single()
 2021-10-14 22:07 UTC  (3+ messages)

[PATCH v4 00/46] Register SCSI sysfs attributes earlier
 2021-10-14 18:31 UTC  (9+ messages)
` [PATCH v4 06/46] scsi: zfcp: Switch to attribute groups
` [PATCH v4 20/46] scsi: hisi_sas: "
` [PATCH v4 23/46] scsi: ibmvscsi: "
` [PATCH v4 24/46] scsi: ibmvfc: "

[Bug 214711] New: Memory leakage from kernel to user space
 2021-10-14 18:21 UTC  (8+ messages)
` [Bug 214711] Memory leakage from kernel to user space in scsi_ioctl.c
` [Bug 214711] Information "
` [Bug 214711] Information leak "

don't use ->bd_inode to access the block device size
 2021-10-14 15:35 UTC  (42+ messages)
` [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 03/29] dm: "
` [PATCH 04/29] md: "
` [PATCH 06/29] nvmet: "
` [PATCH 07/29] target/iblock: "
` [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block
` [PATCH 09/29] fs: simplify init_page_buffers
` [PATCH 11/29] btrfs: use bdev_nr_sectors instead of open coding it
` [PATCH 16/29] jfs: "
` [PATCH 21/29] reiserfs: "
` [PATCH 22/29] squashfs: "
` [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate
` [PATCH 25/29] ext4: use sb_bdev_nr_blocks
` [PATCH 28/29] reiserfs: "
` [PATCH 29/29] udf: "

[PATCH RFC] virtio: wrap config->reset calls
 2021-10-14  8:36 UTC  (11+ messages)

remove QUEUE_FLAG_SCSI_PASSTHROUGH
 2021-10-14  8:03 UTC  (17+ messages)
` [PATCH 1/7] block: add a ->get_unique_id method
` [PATCH 2/7] sd: implement ->get_unique_id
` [PATCH 3/7] nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commands
` [PATCH 4/7] bsg-lib: initialize the bsg_job in bsg_transport_sg_io_fn
` [PATCH 5/7] scsi: add a scsi_alloc_request helper
` [PATCH 6/7] block: remove the initialize_rq_fn blk_mq_ops method
` [PATCH 7/7] block: remove QUEUE_FLAG_SCSI_PASSTHROUGH

[PATCH 0/1] scsi: ufs-pci: Force a full restore after suspend-to-disk
 2021-10-14  7:14 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH 0/5] UFS patches for kernel v5.16
 2021-10-14  6:11 UTC  (8+ messages)
` [PATCH 5/5] scsi: ufs: Add a sysfs attribute for triggering the UFS EH

[PATCH RESEND] mpi3mr:Fix duplicate device entries when scan through sysfs
 2021-10-14  5:54 UTC 

[PATCH] scsi: sd: print write through due to no caching mode page as warning
 2021-10-14  4:18 UTC  (2+ messages)

[PATCH] scsi: smartpqi: Enable sas_address sys fs for SATA device type
 2021-10-14  0:44 UTC  (2+ messages)

[PATCH v2 resend 0/2] Fix out-of-bound read in resp_readcap16 and resp_report_tgtpgs
 2021-10-13 18:40 UTC  (5+ messages)
` [PATCH v2 resend 1/2] scsi:scsi_debug: Fix out-of-bound read in resp_readcap16
` [PATCH v2 resend 2/2] scsi:scsi_debug:Fix out-of-bound read in resp_report_tgtpgs

[PATCH] scsi: 3w-xxx: Remove redundant initialization of variable retval
 2021-10-13 18:28 UTC 

[PATCH] scsi: target: tcmu: allocate zeroed pages for data area
 2021-10-13 17:16 UTC 

[PATCH] mpi3mr: Fix duplicate device entries when scan through sysfs
 2021-10-13 16:40 UTC  (4+ messages)

[PATCH 00/13] qla2xxx - misc driver and EDIF bug fixes
 2021-10-13 15:09 UTC  (15+ messages)
` [PATCH 01/13] qla2xxx: relogin during fabric disturbance
` [PATCH 02/13] qla2xxx: fix gnl list corruption
` [PATCH 03/13] qla2xxx: turn off target reset during issue_lip
` [PATCH 04/13] qla2xxx: edif: fix app start fail
` [PATCH 05/13] qla2xxx: edif: fix app start delay
` [PATCH 06/13] qla2xxx: edif: flush stale events and msgs on session down
` [PATCH 07/13] qla2xxx: edif: replace list_for_each_safe with list_for_each_entry_safe
` [PATCH 08/13] qla2xxx: edif: tweak trace message
` [PATCH 09/13] qla2xxx: edif: reduce connection thrash
` [PATCH 10/13] qla2xxx: edif: increase ELS payload
` [PATCH 11/13] qla2xxx: edif: fix inconsistent check of db_flags
` [PATCH 12/13] qla2xxx: edif: fix edif bsg
` [PATCH 13/13] qla2xxx: Update version to 10.02.07.200-k

[PATCH] scsi: target: cxgbit: enable Delayed ACK
 2021-10-13 14:25 UTC 

[PATCH] scsi: target: cxgbit: increase max DataSegmentLength
 2021-10-13 14:24 UTC 

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-10-13  8:35 UTC  (6+ messages)

[PATCH] scsi: mpi3mr: clean up mpi3mr_print_ioc_info()
 2021-10-13  8:33 UTC  (4+ messages)

[PATCH] scsi: mpi3mr: use scnprintf() instead of snprintf()
 2021-10-13  8:30 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).