linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-01 06:50:57 to 2023-07-05 20:42:30 UTC [more...]

[PATCH v13 0/3] Amiga RDB partition support fixes
 2023-07-05 20:42 UTC  (8+ messages)
` [PATCH v4 0/1] Bugfix for Amiga partition fixes
  ` [PATCH v4 1/1] block: bugfix for Amiga partition overflow check patch

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-07-05 16:14 UTC  (21+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] fs: Block writes to mounted block devices
` [PATCH 3/6] xfs: Block writes to log device
` [PATCH 4/6] ext4: Block writes to journal device
` [PATCH 5/6] btrfs: Block writes to seed devices
` [PATCH 6/6] fs: Make bind mounts work with bdev_allow_write_mounted=n

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-05 16:12 UTC  (47+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions
` [PATCH 02/32] block: Use file->f_flags for determining exclusive opens in file_to_blk_mode()
` [PATCH 03/32] block: Use blkdev_get_handle_by_dev() in blkdev_open()
` [PATCH 04/32] block: Use blkdev_get_handle_by_dev() in disk_scan_partitions() and blkdev_bszset()
` [PATCH 05/32] drdb: Convert to use blkdev_get_handle_by_path()
` [PATCH 06/32] pktcdvd: Convert to blkdev_get_handle_by_dev()
` [PATCH 07/32] rnbd-srv: Convert to use blkdev_get_handle_by_path()
` [PATCH 08/32] xen/blkback: Convert to blkdev_get_handle_by_dev()
` [PATCH 09/32] zram: Convert to use blkdev_get_handle_by_dev()
` [PATCH 10/32] bcache: Convert to blkdev_get_handle_by_path()
` [PATCH 11/32] dm: Convert to blkdev_get_handle_by_dev()
` [PATCH 12/32] md: "
` [PATCH 13/32] mtd: block2mtd: Convert to blkdev_get_handle_by_dev/path()
` [PATCH 14/32] nvmet: Convert to blkdev_get_handle_by_path()
` [PATCH 15/32] s390/dasd: "
` [PATCH 16/32] scsi: target: "
` [PATCH 17/32] PM: hibernate: Convert to blkdev_get_handle_by_dev()
` [PATCH 18/32] PM: hibernate: Drop unused snapshot_test argument
` [PATCH 19/32] mm/swap: Convert to use blkdev_get_handle_by_dev()
` [PATCH 20/32] fs: Convert to blkdev_get_handle_by_path()
` [PATCH 21/32] btrfs: "
` [PATCH 22/32] erofs: Convert to use blkdev_get_handle_by_path()
` [PATCH 23/32] ext4: Convert to blkdev_get_handle_by_dev()
` [PATCH 24/32] f2fs: Convert to blkdev_get_handle_by_dev/path()
` [PATCH 25/32] jfs: Convert to blkdev_get_handle_by_dev()
` [PATCH 26/32] nfs/blocklayout: Convert to use blkdev_get_handle_by_dev/path()
` [PATCH 27/32] nilfs2: Convert to use blkdev_get_handle_by_path()
` [PATCH 28/32] ocfs2: Convert to use blkdev_get_handle_by_dev()
` [PATCH 29/32] reiserfs: Convert to blkdev_get_handle_by_dev/path()
` [PATCH 30/32] xfs: Convert to blkdev_get_handle_by_path()
` [PATCH 31/32] block: Remove blkdev_get_by_*() functions
` [PATCH 32/32] block: Rename blkdev_get_handle_by_*() and blkdev_handle_put()

[PATCH blktests] common/ublk: avoid modprobe failure for built-in ublk_drv
 2023-07-05 15:24 UTC  (2+ messages)

[PATCH v2 0/4] blk-mq: optimize the size of struct request
 2023-07-05 15:10 UTC  (5+ messages)
` [PATCH v2 1/4] blk-mq: use percpu csd to remote complete instead of per-rq csd
` [PATCH v2 2/4] blk-flush: count inflight flush_data requests

[PATCH v5 0/5] ublk: enable zoned storage support
 2023-07-05 10:50 UTC  (15+ messages)
` [PATCH v5 1/5] ublk: add opcode offsets for DRV_IN/DRV_OUT
` [PATCH v5 2/5] ublk: move types to shared header file
` [PATCH v5 3/5] ublk: rename driver files to prepare for multiple translation units
` [PATCH v5 4/5] ublk: add helper to check if device supports user copy
` [PATCH v5 5/5] ublk: enable zoned storage support

[bug report] most of blktests nvme/ failed on the latest linux tree
 2023-07-05  9:11 UTC  (11+ messages)

[PATCH v3] block: bugfix for Amiga partition overflow check patch
 2023-07-05  8:50 UTC  (8+ messages)

[linux-next:master] [scsi] eca2040972: ltp.ioprio_set03.fail
 2023-07-05  8:36 UTC  (4+ messages)
  ` [LTP] "

[PATCH RFC 0/7] blk-mq: improve tag fair sharing
 2023-07-05  3:17 UTC  (5+ messages)

[PATCH] block: mq-deadline: rename sort_list to sort_rb
 2023-07-05  0:30 UTC  (3+ messages)
  ` 回复: "

[PATCH] block: bugfix for Amiga partition overflow check patch
 2023-07-04  7:28 UTC  (25+ messages)

[RFC PATCH v2 0/3] Move usages of struct __call_single_data to call_single_data_t
 2023-07-04  7:22 UTC  (3+ messages)

[PATCH blktests v3 0/3] More fixes for FC enabling
 2023-07-04  7:08 UTC  (5+ messages)
` [PATCH blktests v3 1/3] nvme/048: Check for queue count check directly
` [PATCH blktests v3 2/3] nvme/rc: Avoid triggering host nvme-cli autoconnect
` [PATCH blktests v3 3/3] nvme/{041,042,043,044,045,048}: Use default hostnqn and hostid

[PATCH v2] block: bugfix for Amiga partition overflow check patch
 2023-07-04  5:46 UTC  (3+ messages)

[GIT PULL] Block fixes for 6.5-rc1
 2023-07-04  2:07 UTC  (2+ messages)

[syzbot] [block?] KASAN: slab-out-of-bounds Read in bio_split_rw
 2023-07-04  1:45 UTC 

[PATCH blktests] nvme/43: use a valid hostkey
 2023-07-03 18:25 UTC 

[PATCH v10 rebased on v6.4 00/25] DEPT(Dependency Tracker)
 2023-07-03  9:47 UTC  (26+ messages)
` [PATCH v10 rebased on v6.4 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v10 rebased on v6.4 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v10 rebased on v6.4 03/25] dept: Add single event dependency tracker APIs
` [PATCH v10 rebased on v6.4 04/25] dept: Add lock "
` [PATCH v10 rebased on v6.4 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v10 rebased on v6.4 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v10 rebased on v6.4 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v10 rebased on v6.4 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v10 rebased on v6.4 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v10 rebased on v6.4 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v10 rebased on v6.4 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v10 rebased on v6.4 12/25] dept: Distinguish each syscall context from another
` [PATCH v10 rebased on v6.4 13/25] dept: Distinguish each work "
` [PATCH v10 rebased on v6.4 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v10 rebased on v6.4 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v10 rebased on v6.4 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v10 rebased on v6.4 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v10 rebased on v6.4 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v10 rebased on v6.4 19/25] dept: Apply timeout consideration to swait
` [PATCH v10 rebased on v6.4 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v10 rebased on v6.4 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v10 rebased on v6.4 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v10 rebased on v6.4 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v10 rebased on v6.4 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v10 rebased on v6.4 25/25] dept: Track the potential waits of PG_{locked,writeback}

[PATCH blktests] zbd/009: skip have_good_mkfs_btrfs when mkfs.btrfs not avaiable
 2023-07-03  8:49 UTC  (2+ messages)

[PATCH v3 0/5] Improve checks in blk_revalidate_disk_zones()
 2023-07-03  7:26 UTC  (11+ messages)
` [PATCH v3 1/5] scsi: sd_zbc: Set zone limits before revalidating zones
` [PATCH v3 2/5] nvme: zns: "
` [PATCH v3 3/5] block: nullblk: "
` [PATCH v3 4/5] block: virtio_blk: "
` [PATCH v3 5/5] block: improve checks in blk_revalidate_disk_zones()

[PATCH blktests v2 0/3] More fixes for FC enabling
 2023-07-03  6:18 UTC  (3+ messages)

[PATCH v2 0/5] Improve checks in blk_revalidate_disk_zones()
 2023-07-02 22:29 UTC  (3+ messages)
` [PATCH v2 4/5] block: virtio_blk: Set zone limits before revalidating zones

[PATCH AUTOSEL 4.14 2/5] nbd: Add the maximum limit of allocated index in nbd_dev_add
 2023-07-02 19:42 UTC 

[PATCH AUTOSEL 4.19 2/5] nbd: Add the maximum limit of allocated index in nbd_dev_add
 2023-07-02 19:42 UTC 

[PATCH AUTOSEL 5.4 2/5] nbd: Add the maximum limit of allocated index in nbd_dev_add
 2023-07-02 19:42 UTC 

[PATCH AUTOSEL 5.10 3/7] nbd: Add the maximum limit of allocated index in nbd_dev_add
 2023-07-02 19:41 UTC 

[PATCH AUTOSEL 6.3 05/14] nbd: Add the maximum limit of allocated index in nbd_dev_add
 2023-07-02 19:40 UTC  (2+ messages)
` [PATCH AUTOSEL 6.3 09/14] blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_none

[PATCH AUTOSEL 5.15 03/10] nbd: Add the maximum limit of allocated index in nbd_dev_add
 2023-07-02 19:41 UTC 

[PATCH AUTOSEL 6.4 06/15] nbd: Add the maximum limit of allocated index in nbd_dev_add
 2023-07-02 19:40 UTC  (2+ messages)
` [PATCH AUTOSEL 6.4 10/15] blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_none

[PATCH AUTOSEL 6.1 05/12] nbd: Add the maximum limit of allocated index in nbd_dev_add
 2023-07-02 19:41 UTC 

[FSL P50x0] [PASEMI] The Access to partitions on disks with an Amiga partition table doesn't work anymore after the block updates 2023-06-23
 2023-07-02 11:29 UTC  (4+ messages)

[PATCH v2 0/5] nvme-fc: Fix blktests hangers
 2023-07-01 12:11 UTC  (3+ messages)
` [PATCH v2 4/5] nvme-fc: Make initial connect attempt synchronous


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