linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-18 06:21:46 to 2021-10-19 07:54:30 UTC [more...]

remove QUEUE_FLAG_SCSI_PASSTHROUGH v2
 2021-10-19  7:54 UTC  (3+ messages)
` [PATCH 1/7] block: add a ->get_unique_id method
` [PATCH 2/7] sd: implement ->get_unique_id

Is LO_FLAGS_DIRECT_IO by default a good idea?
 2021-10-19  7:44 UTC  (4+ messages)

fix a pmem regression due to drain the block queue in del_gendisk
 2021-10-19  7:36 UTC  (3+ messages)
` [PATCH 1/2] nvdimm/pmem: stop using q_usage_count as external pgmap refcount
` [PATCH 2/2] memremap: remove support for external pgmap refcounts

more bdev_nr_sectors / bdev_nr_bytes conversions
 2021-10-19  7:01 UTC  (5+ messages)
` [PATCH 1/3] block/ioctl: use bdev_nr_sectors and bdev_nr_bytes
` [PATCH 2/3] partitions/efi: use bdev_nr_bytes instead of open coding it
` [PATCH 3/3] partitions/ibm: use bdev_nr_sectors "

cleanup block device inode syncing
 2021-10-19  6:34 UTC  (13+ messages)
` [PATCH 1/7] fs: remove __sync_filesystem
` [PATCH 2/7] block: remove __sync_blockdev
` [PATCH 3/7] xen-blkback: use sync_blockdev
` [PATCH 4/7] btrfs: "
` [PATCH 5/7] fat: use sync_blockdev_nowait
` [PATCH 6/7] ntfs3: "
` [PATCH 7/7] block: simplify the block device syncing code

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-19  6:23 UTC  (13+ messages)
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate

[PATCH] block: move bdev_read_only() into the header
 2021-10-19  6:20 UTC  (3+ messages)

[PATCH v2] block - ataflop.c: fix breakage introduced at blk-mq refactoring
 2021-10-19  6:13 UTC 

[PATCH 0/3] blk_mq_rq_ctx_init() optimisations
 2021-10-19  6:00 UTC  (6+ messages)
` [PATCH 1/3] block: skip elevator fields init for non-elv queue
` [PATCH 2/3] block: blk_mq_rq_ctx_init cache ctx/q/hctx
` [PATCH 3/3] block: cache rq_flags inside blk_mq_rq_ctx_init()

[PATCHSET v2 0/6] Various block layer optimizations
 2021-10-19  5:57 UTC  (12+ messages)
` [PATCH 1/6] block: don't call blk_status_to_errno in blk_update_request
` [PATCH 2/6] block: return whether or not to unplug through boolean
` [PATCH 3/6] block: get rid of plug list sorting
` [PATCH 4/6] block: change plugging to use a singly linked list
` [PATCH 5/6] block: move blk_mq_tag_to_rq() inline
` [PATCH 6/6] block: align blkdev_dio inlined bio to a cacheline

[bug report] WARNING: CPU: 109 PID: 739473 at block/blk-stat.c:218 blk_free_queue_stats+0x3c/0x80
 2021-10-19  4:13 UTC 

💥 PANICKED: Waiting for review: Test report for kernel 5.15.0-rc6 (block, 1983520d)
 2021-10-19  3:40 UTC  (3+ messages)

[bug report] WARNING: CPU: 4 PID: 10482 at block/mq-deadline.c:597 dd_exit_sched+0x198/0x1d0
 2021-10-19  3:27 UTC 

[PATCH 0/9] block: reviewed add_disk() error handling set
 2021-10-19  2:52 UTC  (5+ messages)
` [PATCH 1/9] scsi/sd: add error handling support for add_disk()

[PATCH v3 -next 0/2] blk-cgroup: synchoronize blkg creation against policy deactivation
 2021-10-19  2:41 UTC  (3+ messages)
` [PATCH v3 -next 1/2] blk-cgroup: don't call blk_mq_freeze_queue() in blkcg_deactivate_policy()
` [PATCH v3 -next 2/2] blk-cgroup: synchoronize blkg creation against policy deactivation

don't use ->bd_inode to access the block device size v3
 2021-10-19  1:04 UTC  (40+ 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 RFC] block - ataflop.c: fix breakage introduced at blk-mq refactoring
 2021-10-19  0:44 UTC  (13+ messages)

[PATCH linux-next] cdrom: Remove redundant variable and its assignment
 2021-10-18 23:29 UTC 

[PATCH] ataflop: unlock ataflop_probe_lock at atari_floppy_init()
 2021-10-18 22:25 UTC  (7+ messages)
  ` [PATCH v2] ataflop: remove ataflop_probe_lock mutex

Block trees rebased
 2021-10-18 20:52 UTC  (2+ messages)

[PATCH v2] blk-mq: Fix blk_mq_tagset_busy_iter() for shared tags
 2021-10-18 18:49 UTC  (2+ messages)

[PATCH v6 0/4] blk-crypto cleanups
 2021-10-18 18:09 UTC  (6+ messages)
` [PATCH v6 1/4] blk-crypto-fallback: properly prefix function and struct names
` [PATCH v6 2/4] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [PATCH v6 3/4] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [PATCH v6 4/4] blk-crypto: update inline encryption documentation

[PATCH v2] block: fix incorrect references to disk objects
 2021-10-18 17:20 UTC  (3+ messages)

[regression] ndctl destroy-namespace operation hang from 5.15.0-rc6
 2021-10-18 17:07 UTC  (4+ messages)
` Fwd: "

[PATCH 00/13] block: add_disk() error handling stragglers
 2021-10-18 16:15 UTC  (3+ messages)

[PATCHSET 0/14] Various block layer optimizations
 2021-10-18 16:10 UTC  (34+ messages)
` [PATCH 01/14] block: inline fast path of driver tag allocation
` [PATCH 02/14] block: don't bother iter advancing a fully done bio
` [PATCH 03/14] block: remove useless caller argument to print_req_error()
` [PATCH 04/14] block: move update request helpers into blk-mq.c
` [PATCH 05/14] block: don't call blk_status_to_errno() for success status
` [PATCH 06/14] block: store elevator state in request
` [PATCH 07/14] block: change plugging to use a singly linked list
` [PATCH 08/14] block: improve layout of struct request
` [PATCH 09/14] block: only mark bio as tracked if it really is tracked
` [PATCH 11/14] block: optimize blk_mq_rq_ctx_init()
` [PATCH 12/14] block: align blkdev_dio inlined bio to a cacheline
` [PATCH 13/14] block: remove debugfs blk_mq_ctx dispatched/merged/completed attributes
` [PATCH 14/14] block: remove some blk_mq_hw_ctx debugfs entries

[BUG] blk-throttle panic on 32bit machine after startup
 2021-10-18 15:22 UTC  (2+ messages)

[PATCHSET v3] Batched completions
 2021-10-18 15:25 UTC  (15+ messages)
` [PATCH 1/6] block: add a struct io_comp_batch argument to fops->iopoll()
` [PATCH 3/6] block: add support for blk_mq_end_request_batch()
` [PATCH 4/6] nvme: add support for batched completion of polled IO
` [PATCH 5/6] io_uring: utilize the io batching infrastructure for more efficient "
` [PATCH 6/6] nvme: wire up completion batching for the IRQ path

[PATCH v2 0/2] blk-mq: Allow to complete requests directly
 2021-10-18 15:20 UTC  (4+ messages)
` [PATCH v2 1/2] blk-mq: Add blk_mq_complete_request_direct()
` [PATCH v2 2/2] mmc: core: Use blk_mq_complete_request_direct()

[PATCHSET v2] nvme: don't do full memset() for command setup
 2021-10-18 12:53 UTC  (4+ messages)
` [PATCH 1/2] nvme: move command clear into the various setup helpers
  ` [PATCH v2 "
` [PATCH 2/2] nvme: don't memset() the normal read/write command

[PATCH] nvme: don't memset() the normal read/write command
 2021-10-18 12:38 UTC  (6+ messages)

[PATCH v3] block: fix incorrect references to disk objects
 2021-10-18 12:26 UTC  (2+ messages)

[RFC PATCH 0/3] blk-mq: Allow to complete requests directly
 2021-10-18 11:10 UTC  (8+ messages)
` [RFC PATCH 3/3] scsi, usb: storage: Complete the blk-request directly

[PATCH] block: fix incorrect references to disk objects
 2021-10-18 10:12 UTC  (2+ messages)

[PATCH] blk-mq: Fix blk_mq_tagset_busy_iter() for shared tags
 2021-10-18  9:33 UTC  (10+ messages)

[BUG] blk-throttle panic on 32bit machine after startup
 2021-10-18  9:25 UTC 

[PATCH RFC] virtio: wrap config->reset calls
 2021-10-18  9:24 UTC  (3+ messages)

[PATCH] block: don't dereference request after flush insertion
 2021-10-18  8:34 UTC  (6+ messages)

[PATCH] block: Fix partition check for host-aware zoned block devices
 2021-10-18  8:22 UTC  (4+ messages)

[PATCH 0/5] cache request_queue pointer
 2021-10-18  8:20 UTC  (3+ messages)

[BUG] blk-throttle panic on 32bit machine after startup
 2021-10-18  8:00 UTC 

[PATCH 0/5] Minor mm/struct page work
 2021-10-18  7:44 UTC  (5+ messages)
` [PATCH 1/5] mm: Make free_area->nr_free per migratetype

don't use ->bd_inode to access the block device size v2
 2021-10-18  6:22 UTC  (7+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 22/30] reiserfs: use bdev_nr_bytes "


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