Linux-SCSI Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-07 09:42:58 to 2023-06-09 20:39:30 UTC [more...]

[PATCH 1/1] scsi: storvsc: Always set no_report_opcodes
 2023-06-09 20:38 UTC 

decouple block open flags from fmode_t v2
 2023-06-09 18:13 UTC  (37+ messages)
` [PATCH 01/30] block: also call ->open for incremental partition opens
` [PATCH 02/30] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/30] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/30] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/30] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/30] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/30] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/30] block: pass a gendisk to ->open
` [PATCH 09/30] block: remove the unused mode argument to ->release
` [PATCH 10/30] block: rename blkdev_close to blkdev_release
` [PATCH 11/30] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 12/30] bcache: "
` [PATCH 13/30] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 14/30] btrfs: "
` [PATCH 15/30] block: use the holder as indication for exclusive opens
` [PATCH 16/30] block: add a sb_open_mode helper
` [PATCH 17/30] fs: remove sb->s_mode
` [PATCH 18/30] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 19/30] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 20/30] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 21/30] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 22/30] mtd: block: use a simple bool to track open for write
` [PATCH 23/30] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 24/30] ubd: remove commented out code in ubd_open
` [PATCH 25/30] block: move a few internal definitions out of blkdev.h
` [PATCH 26/30] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 27/30] block: replace fmode_t with a block-specific type for block open flags
  ` [dm-devel] "
` [PATCH 28/30] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [PATCH 29/30] block: store the holder in file->private_data
` [PATCH 30/30] fs: remove the now unused FMODE_* flags

[linux-next:master] BUILD REGRESSION 53ab6975c12d1ad86c599a8927e8c698b144d669
 2023-06-09 16:53 UTC 

[PATCH v1 1/2] scsi: ufs: mcq: Fix the incorrect OCS value for the device command
 2023-06-09 15:17 UTC  (2+ messages)
` [PATCH v1 2/2] scsi: ufs: core: Remove dedicated hwq for dev command

[PATCH] dt-bindings: ufs: samsung,exynos: drop unneeded quotes
 2023-06-09 14:33 UTC  (2+ messages)

Fwd: Waking up from resume locks up on sr device
 2023-06-09 11:04 UTC 

[PATCH v4] scsi: ufs: wb: Add explicit flush_threshold sysfs attribute
 2023-06-09 10:18 UTC  (2+ messages)

[ANNOUNCE] Alpine Linux Persistence and Storage Summit 2023
 2023-06-09  9:29 UTC 

[PATCH v4 0/2] fix blktrace debugfs entries leakage
 2023-06-09  8:39 UTC  (3+ messages)
` [PATCH v4 1/2] scsi: sg: "
` [PATCH v4 2/2] block: "

[PATCH v3] scsi: ufs: wb: Add explicit flush_threshold sysfs attribute
 2023-06-09  8:29 UTC  (3+ messages)

[PATCH RESEND] block: improve ioprio value validity checks
 2023-06-09  7:46 UTC  (3+ messages)

[PATCH v12 0/9] Implement copy offload support
 2023-06-09  4:24 UTC  (8+ messages)
  ` [PATCH v12 5/9] nvme: add "

[PATCH v2] scsi: ufs: wb: Add explicit flush_threshold sysfs attribute
 2023-06-09  1:41 UTC 

[PATCH v3 0/2] fix blktrace debugfs entries leakage
 2023-06-09  1:12 UTC  (7+ messages)
` [PATCH v3 1/2] scsi: sg: "
` [PATCH v3 2/2] block: "

[PATCH v4] aacraid: reply queue mapping to CPUs based of IRQ affinity
 2023-06-08 21:09 UTC  (2+ messages)

[PATCH v3 0/8] scsi: fixes for targets with many LUNs, and scsi_target_block rework
 2023-06-08 18:54 UTC  (19+ messages)
` [PATCH v3 1/8] bsg: increase number of devices
` [PATCH v3 2/8] scsi: sg: "
` [PATCH v3 3/8] scsi: merge scsi_internal_device_block() and device_block()
` [PATCH v3 4/8] scsi: call scsi_stop_queue() without state_mutex held
` [PATCH v3 5/8] scsi: don't wait for quiesce in scsi_stop_queue()
` [PATCH v3 6/8] scsi: don't wait for quiesce in scsi_device_block()
` [PATCH v3 7/8] scsi: have scsi_target_block() expect a scsi_target parent argument
` [PATCH v3 8/8] scsi: add Scsi_Host argument to scsi_target_block()

[PATCH] scsi: ufs: wb: Add explicit flush_threshold sysfs attribute
 2023-06-08 16:44 UTC  (2+ messages)

[PATCH v2 0/3] change UIC command handling
 2023-06-08 16:28 UTC  (10+ messages)
  ` [PATCH v2 1/3] ufs: make __ufshcd_send_uic_cmd not wrapped by host_lock
  ` [PATCH v2 3/3] ufs: poll pmc until another pa request is completed
  ` [PATCH v2 2/3] ufs: poll HCS.UCRDY before issuing a UIC command

[PATCH] scsi: sd: support specify probe type of build-in driver
 2023-06-08 16:23 UTC  (8+ messages)

decouple block open flags from fmode_t
 2023-06-08  9:44 UTC  (83+ messages)
` [PATCH 01/31] block: also call ->open for incremental partition opens
` [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
` [PATCH 09/31] block: pass a gendisk to ->open
` [PATCH 10/31] block: remove the unused mode argument to ->release
` [PATCH 11/31] block: rename blkdev_close to blkdev_release
` [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 13/31] bcache: "
` [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 15/31] btrfs: "
` [PATCH 16/31] block: use the holder as indication for exclusive opens
` [PATCH 17/31] block: add a sb_open_mode helper
` [PATCH 18/31] fs: remove sb->s_mode
` [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 23/31] mtd: block: use a simple bool to track open for write
` [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 25/31] ubd: remove commented out code in ubd_open
` [PATCH 26/31] block: move a few internal definitions out of blkdev.h
` [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
` [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [PATCH 30/31] block: store the holder in file->private_data
` [PATCH 31/31] fs: remove the now unused FMODE_* flags

[PATCH v7 0/7] ufs: core: mcq: Add ufshcd_abort() and error handler support in MCQ mode
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH v3 0/5] arm64: qcom: sa8775p: add support for UFS
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH v2] scsi: pm80xx: Add fatal error checks
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH] scsi: virtio_scsi: Remove a useless function call
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH] scsi: fnic: Use vzalloc()
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH v4 0/5] ufs: Do not requeue while ungating the clock
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH 1/1] lpfc: Fix incorrect big endian type assignments in FDMI and VMID paths
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH] ata: libata-scsi: fix ata_msense_control kdoc comment
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH 0/9] lpfc: Update lpfc to revision 14.2.0.13
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH v3 0/4] UFS host controller driver patches
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH v4 0/3] SCSI core patches
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH] scsi: ufs: Replace all non-returning strlcpy with strscpy
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH v3] scsi: ufs: core: Do not open code SZ_x
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH] scsi: sym53c8xx: Replace all non-returning strlcpy with strscpy
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH] scsi: libfcoe: Replace all non-returning strlcpy with strscpy
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH] scsi: message: fusion: Replace all non-returning strlcpy with strscpy
 2023-06-08  1:42 UTC  (2+ messages)

[PATCH] qla2xxx: Drop useless LIST_HEAD
 2023-06-08  1:30 UTC  (2+ messages)

[RESEND][PATCH][next] Replace one-element array with DECLARE_FLEX_ARRAY() helper
 2023-06-08  1:28 UTC  (2+ messages)

[PATCH] scsi: hisi_sas: Convert to platform remove callback returning void
 2023-06-08  1:22 UTC  (4+ messages)

[PATCH v2][next] scsi: lpfc: Avoid -Wstringop-overflow warning
 2023-06-08  1:14 UTC  (2+ messages)

[PATCH v2] ufs: core: Combine ufshcd_mq_poll_cqe functions
 2023-06-08  1:12 UTC  (3+ messages)

[PATCH v2] scsi: ufs: core: Fix ufshcd_inc_sq_tail function bug
 2023-06-08  1:10 UTC  (2+ messages)

[PATCH] scsi: ufs: Remove a ufshcd_add_command_trace() call
 2023-06-08  1:05 UTC  (5+ messages)

[PATCH v3][next] scsi: lpfc: Use struct_size() helper
 2023-06-08  1:03 UTC  (2+ messages)

dpt_i2o fixes for stable
 2023-06-07 18:00 UTC  (2+ messages)

[PATCH v2 0/3] scsi: fixes for targets with many LUNs
 2023-06-07 17:56 UTC  (11+ messages)
` [PATCH v2 3/3] scsi: simplify scsi_stop_queue()

[PATCH] scsi: qlogic_cs: fix irqf_shared, share same irq with pcmcia controller
 2023-06-07 17:22 UTC  (2+ messages)

[PATCH] scsi: ufs-mediatek: add dependency for RESET_CONTROLLER
 2023-06-07 17:17 UTC  (2+ messages)

[PATCH] block: improve ioprio value validity checks
 2023-06-07 15:16 UTC  (5+ messages)

[PATCH v7 01/19] ioprio: cleanup interface definition
 2023-06-07 14:52 UTC  (3+ messages)
` [PATCH v7 1/19] "

[PATCH v2 0/8] qla2xxx klocwork fixes
 2023-06-07 11:38 UTC  (9+ messages)
` [PATCH v2 1/8] qla2xxx: klocwork - Array index may go out of bound
` [PATCH v2 2/8] qla2xxx: klocwork - Fix potential null pointer dereference
` [PATCH v2 3/8] qla2xxx: klocwork - avoid fcport "
` [PATCH v2 4/8] qla2xxx: klocwork - Check valid rport returned by fc_bsg_to_rport
` [PATCH v2 5/8] qla2xxx: klocwork - Fix buffer overrun
` [PATCH v2 6/8] qla2xxx: klocwork - pointer may be dereferenced
` [PATCH v2 7/8] qla2xxx: klocwork - correct the index of array
` [PATCH v2 8/8] qla2xxx: Update version to 10.02.08.400-k

[PATCH] scsi: efct: Add missing check for ioremap
 2023-06-07  9:37 UTC 

[PATCH v2] scsi: efct: Add missing check for ioremap
 2023-06-07  9:51 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 read-only IMAP folder(s) and NNTP newsgroup(s).