linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-12 10:48:46 to 2021-10-13 11:03:56 UTC [more...]

[PATCH RFC] virtio: wrap config->reset calls
 2021-10-13 11:03 UTC  (3+ messages)

don't use ->bd_inode to access the block device size
 2021-10-13 10:47 UTC  (59+ messages)
` [PATCH 01/29] bcache: remove bdev_sectors
` [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 03/29] dm: "
` [PATCH 04/29] md: "
` [PATCH 05/29] mtd/block2mtd: "
` [PATCH 06/29] nvmet: "
` [PATCH 07/29] target/iblock: "
` [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block
` [PATCH 09/29] fs: simplify init_page_buffers
` [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 11/29] btrfs: "
` [PATCH 12/29] cramfs: "
` [PATCH 13/29] fat: "
` [PATCH 14/29] hfs: "
` [PATCH 15/29] hfsplus: "
` [PATCH 16/29] jfs: "
` [PATCH 17/29] nfs/blocklayout: "
` [PATCH 18/29] nilfs2: "
` [PATCH 19/29] ntfs3: "
` [PATCH 20/29] pstore/blk: "
` [PATCH 21/29] reiserfs: "
` [PATCH 22/29] squashfs: "
` [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate
` [PATCH 24/29] block: add a sb_bdev_nr_blocks helper
` [PATCH 25/29] ext4: use sb_bdev_nr_blocks
` [PATCH 26/29] jfs: "
` [PATCH 27/29] ntfs: "
` [PATCH 28/29] reiserfs: "
` [PATCH 29/29] udf: "

switch block layer polling to a bio based model v4
 2021-10-13 10:46 UTC  (29+ messages)
` [PATCH 01/16] direct-io: remove blk_poll support
` [PATCH 02/16] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO
` [PATCH 03/16] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw
` [PATCH 04/16] io_uring: fix a layering violation in io_iopoll_req_issued
` [PATCH 05/16] blk-mq: factor out a blk_qc_to_hctx helper
` [PATCH 06/16] blk-mq: factor out a "classic" poll helper
` [PATCH 07/16] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
` [PATCH 08/16] blk-mq: remove blk_qc_t_valid
` [PATCH 09/16] block: replace the spin argument to blk_iopoll with a flags argument
` [PATCH 10/16] io_uring: don't sleep when polling for I/O
` [PATCH 11/16] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 12/16] block: use SLAB_TYPESAFE_BY_RCU for the bio slab
` [PATCH 13/16] block: define 'struct bvec_iter' as packed
` [PATCH 14/16] block: switch polling to be bio based
` [PATCH 15/16] block: don't allow writing to the poll queue attribute
` [PATCH 16/16] nvme-multipath: enable polled I/O

[PATCH] blk-mq: Fix blk_mq_tagset_busy_iter() for shared tags
 2021-10-13 10:20 UTC  (4+ messages)

[PATCH] loop: don't print warnings if the underlying filesystem doesn't support discard
 2021-10-13  9:28 UTC  (8+ messages)
      ` [PATCH v3] "
        ` [PATCH v4] "

[PATCH v2 0/3] on top of for-5.16/block
 2021-10-13  9:15 UTC  (5+ messages)
` [PATCH v2 1/3] block: cache bdev in struct file for raw bdev IO
` [PATCH v2 2/3] block: don't hide inode from block_device users
` [PATCH v2 3/3] blk-mq: optimise *end_request non-stat path

kernel NULL pointer triggered with blktests block/025 on latest linux-block/for-next
 2021-10-13  9:09 UTC  (2+ messages)

[PATCHSET 0/9] Batched completions
 2021-10-13  9:09 UTC  (20+ messages)
` [PATCH 1/9] block: add a struct io_batch argument to fops->iopoll()
` [PATCH 2/9] sbitmap: add helper to clear a batch of tags
` [PATCH 3/9] sbitmap: test bit before calling test_and_set_bit()
` [PATCH 4/9] block: add support for blk_mq_end_request_batch()
` [PATCH 5/9] nvme: move the fast path nvme error and disposition helpers
` [PATCH 6/9] nvme: add support for batched completion of polled IO
` [PATCH 7/9] block: assign batch completion handler in blk_poll()
` [PATCH 8/9] io_uring: utilize the io_batch infrastructure for more efficient polled IO
` [PATCH 9/9] nvme: wire up completion batching for the IRQ path

[PATCH 0/6] some block optimisations
 2021-10-13  8:45 UTC  (5+ messages)
` [PATCH 1/6] block: cache bdev in struct file for raw bdev IO

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-10-13  8:35 UTC  (6+ messages)

[Patch v5 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob for Azure VM
 2021-10-13  7:03 UTC  (10+ messages)

[PATCH] nvme-pci: calculate IO timeout
 2021-10-13  5:03 UTC 

[PATCH] nvme: don't memset() the normal read/write command
 2021-10-13  4:58 UTC  (5+ messages)

[PATCH RESEND v2] block-map: added error handling for bio_copy_kern()
 2021-10-13  4:50 UTC  (2+ messages)

[PATCH V2 0/5] blk-mq: support concurrent queue quiescing
 2021-10-13  4:25 UTC  (6+ messages)
` [PATCH V2 1/5] nvme: add APIs for stopping/starting admin queue

decruft bio.h
 2021-10-13  4:22 UTC  (18+ messages)
` [PATCH 1/8] block: remove BIO_BUG_ON
` [PATCH 2/8] block: don't include <linux/ioprio.h> in <linux/bio.h>
` [PATCH 3/8] block: move bio_mergeable out of bio.h
` [PATCH 4/8] block: fold bio_cur_bytes into blk_rq_cur_bytes
` [PATCH 5/8] block: move bio_full out of bio.h
` [PATCH 6/8] block: mark __bio_try_merge_page static
` [PATCH 7/8] block: move bio_get_{first,last}_bvec out of bio.h
` [PATCH 8/8] block: mark bio_truncate static

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

[PATCH v2] block-map: added error handling for bio_copy_kern()
 2021-10-13  1:42 UTC 

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-13  1:07 UTC  (7+ messages)
` [PATCH v8 09/12] sysfs: fix deadlock race "

[PATCH AUTOSEL 5.10 04/11] block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output
 2021-10-13  0:55 UTC 

[PATCH AUTOSEL 5.14 05/17] block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output
 2021-10-13  0:54 UTC 

[PATCH -next] block: fix UAF from race of ioc_release_fn() and __ioc_clear_queue()
 2021-10-12 19:54 UTC  (2+ messages)

[PATCH] block: remove plug based merging
 2021-10-12 18:12 UTC 

[PATCHSET 0/2] Improve batched tag allocation
 2021-10-12 17:15 UTC  (3+ messages)
` [PATCH 1/2] sbitmap: add __sbitmap_queue_get_batch()
` [PATCH 2/2] block: improve batched tag allocation

remove QUEUE_FLAG_SCSI_PASSTHROUGH
 2021-10-12 17:03 UTC  (11+ messages)
` [PATCH 1/7] block: add a ->get_unique_id method
` [PATCH 2/7] sd: implement ->get_unique_id
` [PATCH 3/7] nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commands
` [PATCH 4/7] bsg-lib: initialize the bsg_job in bsg_transport_sg_io_fn
` [PATCH 5/7] scsi: add a scsi_alloc_request helper
` [PATCH 6/7] block: remove the initialize_rq_fn blk_mq_ops method
` [PATCH 7/7] block: remove QUEUE_FLAG_SCSI_PASSTHROUGH

simplify I/O size calculation helpers
 2021-10-12 16:50 UTC  (7+ messages)
` [PATCH 1/5] block: factor out a chunk_size_left helper
  ` [dm-devel] "
` [PATCH 2/5] dm: open code blk_max_size_offset in max_io_len
` [PATCH 3/5] block: open code blk_max_size_offset in blk_rq_get_max_sectors
` [PATCH 4/5] block: fold blk_max_size_offset into get_max_io_size
` [PATCH 5/5] block: pass the start sector to get_max_io_size

[PATCH] block/rnbd-clt-sysfs: fix a couple uninitialized variable bugs
 2021-10-12 16:40 UTC  (2+ messages)

[PATCH V3 0/6] blk-mq: support concurrent queue quiescing
 2021-10-12 15:17 UTC  (11+ messages)
` [PATCH V3 4/6] nvme: paring quiesce/unquiesce
` [PATCH V3 6/6] blk-mq: support concurrent queue quiesce/unquiesce

small block layer ioctl cleanups
 2021-10-12 14:54 UTC  (3+ messages)
` [PATCH 3/3] block: merge block_ioctl into blkdev_ioctl

two small blk-mq cleanups
 2021-10-12 14:54 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 NNTP newsgroup(s).