Linux-SCSI Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-01 00:44:02 to 2023-06-07 09:42:58 UTC [more...]

decouple block open flags from fmode_t
 2023-06-07  9:42 UTC  (77+ 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 v2 0/3] scsi: fixes for targets with many LUNs
 2023-06-07  9:36 UTC  (11+ messages)
` [PATCH v2 1/3] bsg: increase number of devices
` [PATCH v2 2/3] scsi: sg: "
` [PATCH v2 3/3] scsi: simplify scsi_stop_queue()

[PATCH v2] ufs: core: Combine ufshcd_mq_poll_cqe functions
 2023-06-07  8:41 UTC  (3+ messages)

[PATCH 0/8] qla2xxx klocwork fixes
 2023-06-07  8:31 UTC  (6+ messages)
` [PATCH 2/8] qla2xxx: klocwork - Fix potential null pointer dereference
    ` [EXT] "

[PATCH v12 0/9] Implement copy offload support
 2023-06-07  7:12 UTC  (13+ messages)
    ` [PATCH v12 1/9] block: Introduce queue limits for copy-offload support
    ` [PATCH v12 2/9] block: Add copy offload support infrastructure
    ` [PATCH v12 3/9] block: add emulation for copy
    ` [PATCH v12 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
    ` [PATCH v12 5/9] nvme: add copy offload support
    ` [PATCH v12 6/9] nvmet: add copy command support for bdev and file ns
    ` [PATCH v12 7/9] dm: Add support for copy offload
    ` [PATCH v12 8/9] dm: Enable copy offload for dm-linear target
    ` [PATCH v12 9/9] null_blk: add support for copy offload

[RESEND][PATCH][next] Replace one-element array with DECLARE_FLEX_ARRAY() helper
 2023-06-06 23:22 UTC 

[PATCH] scsi: sd: support specify probe type of build-in driver
 2023-06-06 17:38 UTC  (2+ messages)

[PATCH] scsi: hisi_sas: Convert to platform remove callback returning void
 2023-06-06 15:46 UTC  (3+ messages)

[bug report] WARNING: CPU: 23 PID: 35995 at lib/refcount.c:28 refcount_warn_saturate+0xba/0x110
 2023-06-06 13:02 UTC  (2+ messages)

[PATCH v2 0/3] Cleanups and improvements
 2023-06-05 12:40 UTC  (10+ messages)
` [PATCH v2 1/3] ata: libata-sata: Improve ata_change_queue_depth()
` [PATCH v2 2/3] ata: libata-eh: Use ata_ncq_enabled() in ata_eh_speed_down()
` [PATCH v2 3/3] ata: libata-scsi: Use ata_ncq_supported in ata_scsi_dev_config()

[PATCH 0/3] Cleanups and improvements
 2023-06-05 12:31 UTC  (17+ messages)
` [PATCH 1/3] ata: libata-sata: Improve ata_change_queue_depth()
` [PATCH 2/3] ata: libata-eh: Use ata_ncq_enabled() in ata_eh_speed_down()
` [PATCH 3/3] ata: libata-scsi: Use ata_ncq_supported in ata_scsi_dev_config()

[PATCH 0/3] scsi: fixes for targets with many LUNs
 2023-06-05  7:31 UTC  (7+ messages)
` [PATCH 1/3] bsg: increase number of devices
` [PATCH 2/3] scsi: sg: "
` [PATCH 3/3] scsi: simplify scsi_stop_queue()

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

[PATCH] block: improve ioprio value validity checks
 2023-06-05  4:43 UTC  (4+ messages)

[PATCH] ata: libata-sata: Simplify ata_change_queue_depth()
 2023-06-05  1:25 UTC  (4+ messages)

[PATCH] qla2xxx: Drop useless LIST_HEAD
 2023-06-04  4:52 UTC 

[GIT PULL] SCSI fixes for 6.4-rc4
 2023-06-03 18:13 UTC  (2+ messages)

Wyższa konwersja w e-sklepie
 2023-06-02  8:40 UTC 

[PATCH v6] scsi: core: Wait until device is fully resumed before doing rescan
 2023-06-02 15:30 UTC  (2+ messages)

[PATCH] scsi: ufs: Include major and minor number in command tracing output
 2023-06-02 15:19 UTC  (4+ messages)

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

[PATCH v2 0/4] rpmb subsystem, uapi and virtio-rpmb driver
 2023-06-02  8:25 UTC  (5+ messages)

[PATCH v5] scsi: core: Wait until device is fully resumed before doing rescan
 2023-06-02  4:25 UTC  (4+ messages)

[PATCH] scsi: ufs-mediatek: add dependency for RESET_CONTROLLER
 2023-06-02  2:39 UTC 

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

[PATCH][next] scsi: lpfc: Avoid -Wstringop-overflow warning
 2023-06-01 22:29 UTC  (7+ messages)

[PATCH v2 0/3] Add MCQ support for MTK platform
 2023-06-01 20:54 UTC  (8+ messages)
` [PATCH v2 1/3] scsi: ufs: core: Introduce mcq ops to config cqid

[PATCH v1] ufs: core: Remove the nolock version of ufshcd_mcq_poll_cqe()
 2023-06-01 18:12 UTC  (4+ messages)

[PATCH v2] scsi: ufs: core: Fix ufshcd_inc_sq_tail function bug
 2023-06-01 15:17 UTC  (3+ messages)

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

[PATCH v1 1/1] ufs: mcq: Fix the sq_head_slot wrap around logic
 2023-06-01 11:32 UTC  (3+ messages)
` [PATCH v1 1/1] ufs: mcq: Fix the variable wraparound logic

[PATCH v1 1/1] scsi: ufs: core: Fix ufshcd_inc_sq_tail function bug
 2023-06-01 10:27 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-06-01  7:30 UTC 

[PATCH] scsi: megaraid: Fix uninitialized mbox in mega_cmd_done
 2023-06-01  7:23 UTC  (3+ messages)

[PATCH 00/11] Documentation/scsi: organize SCSI docs & make more readable
 2023-06-01  2:08 UTC  (4+ messages)
` [PATCH 05/11] Docs/scsi: dc395x: shorten the chapter heading

[PATCH v7 00/19] Add Command Duration Limits support
 2023-06-01  0:43 UTC  (2+ messages)


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