linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-07 05:33:52 to 2023-06-08 11:07:37 UTC [more...]

decouple block open flags from fmode_t v2
 2023-06-08 11:02 UTC  (30+ 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 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

[PATCH RESEND] block: improve ioprio value validity checks
 2023-06-08 10:54 UTC  (2+ messages)

[RFC 0/4] bdev: allow buffer-head & iomap aops to co-exist
 2023-06-08 10:22 UTC  (6+ messages)
` [RFC 1/4] bdev: replace export of blockdev_superblock with BDEVFS_MAGIC
` [RFC 2/4] bdev: abstract inode lookup on blkdev_get_no_open()
` [RFC 3/4] bdev: rename iomap aops
` [RFC 4/4] bdev: extend bdev inode with it's own super_block

[PATCH v2 00/16] Diskseq support in loop, device-mapper, and blkback
 2023-06-08 10:08 UTC  (14+ messages)
` [PATCH v2 13/16] xen-blkback: Implement diskseq checks
` [PATCH v2 16/16] xen-blkback: Inform userspace that device has been opened

decouple block open flags from fmode_t
 2023-06-08  9:44 UTC  (117+ 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 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 28/31] block: replace fmode_t with a block-specific type for block open flags

[PATCH v3 0/2] fix blktrace debugfs entries leakage
 2023-06-08  6:13 UTC  (5+ messages)
` [PATCH v3 1/2] scsi: sg: "
` [PATCH v3 2/2] block: "

[PATCH v3 0/8] scsi: fixes for targets with many LUNs, and scsi_target_block rework
 2023-06-08  5:48 UTC  (17+ 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] block: increment diskseq on all media change events
 2023-06-08  5:31 UTC  (2+ messages)

[PATCH -next v3 0/5] blk-wbt: minor fix and cleanup
 2023-06-08  2:36 UTC  (2+ messages)

[PATCH v7 0/5] Introduce provisioning primitives
 2023-06-08  2:03 UTC  (14+ messages)

[PATCH v12 0/9] Implement copy offload support
 2023-06-08  1:36 UTC  (6+ messages)
  ` [PATCH v12 5/9] nvme: add "

[PATCH 5.15 121/159] block/blk-iocost (gcc13): keep large values in a new enum
 2023-06-07 20:17 UTC 

[PATCH v2 0/9] pktdvd: Clean up the driver
 2023-06-07 20:28 UTC  (6+ messages)

[PATCH net-next v6 04/14] splice, net: Add a splice_eof op to file-ops and socket-ops
 2023-06-07 18:19 UTC  (2+ messages)
` [PATCH net-next v6 10/14] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()

[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 net-next v5 04/14] splice, net: Add a splice_eof op to file-ops and socket-ops
 2023-06-07 16:56 UTC  (3+ messages)
` [PATCH net-next v5 10/14] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()

[PATCH] block, loop: Increment diskseq when releasing a loop device
 2023-06-07 16:42 UTC  (4+ messages)

[PATCH 0/2] xen/blkback: support delete-on-close block devices
 2023-06-07 16:01 UTC  (7+ messages)
` [PATCH 1/2] xen-blkback: Implement diskseq checks
` [PATCH 2/2] xen-blkback: Inform userspace that device has been opened

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

[PATCH v4 0/1] nvmet-fcloop: unblock module removal
 2023-06-07 15:09 UTC  (4+ messages)
` [PATCH v4 1/1] nvmet-fcloop: Do not wait on completion when unregister fails

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

virtio-blk: support completion batching for the IRQ path - failure
 2023-06-07 14:20 UTC 

[PATCH] blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()
 2023-06-07 13:52 UTC  (2+ messages)

[PATCH -next] blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()
 2023-06-07 13:52 UTC  (3+ messages)

[PATCH -next] nbd: Add the maximum limit of allocated index in nbd_dev_add
 2023-06-07 13:52 UTC  (3+ messages)

[syzbot] Monthly block report (Jun 2023)
 2023-06-07  9:10 UTC 

Slow random write access
 2023-06-07  9:03 UTC  (3+ messages)

[PATCH blktests] nvme/{016,017}: use _check_genctr instead of _filter_discovery
 2023-06-07  8:04 UTC  (8+ messages)

[PATCH] block: ratelimit warning in bio_check_ro
 2023-06-07  7:45 UTC  (3+ 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 NNTP newsgroup(s).