linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-13 06:14:22 to 2021-10-14 07:33:41 UTC [more...]

remove QUEUE_FLAG_SCSI_PASSTHROUGH
 2021-10-14  7:33 UTC  (9+ 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

[PATCHSET v2 0/9] Batched completions
 2021-10-14  7:32 UTC  (13+ messages)
` [PATCH 1/9] block: define io_batch structure
` [PATCH 2/9] block: add a struct io_batch argument to fops->iopoll()
` [PATCH 3/9] sbitmap: add helper to clear a batch of tags
` [PATCH 4/9] sbitmap: test bit before calling test_and_set_bit()
` [PATCH 5/9] block: add support for blk_mq_end_request_batch()
` [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

don't use ->bd_inode to access the block device size
 2021-10-14  6:28 UTC  (62+ messages)
` [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 03/29] dm: "
` [PATCH 04/29] md: "
` [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 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: "

kernel NULL pointer triggered with blktests block/025 on latest linux-block/for-next
 2021-10-14  6:10 UTC  (4+ messages)

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

[PATCH] Revert "virtio-blk: Add validation for block size in config space"
 2021-10-14  5:55 UTC  (3+ messages)

[PATCH] block: handle fast path of bio splitting inline
 2021-10-14  5:38 UTC  (2+ messages)

[PATCH] block: remove plug based merging
 2021-10-14  5:20 UTC  (2+ messages)

[PATCHSET 0/2] Improve batched tag allocation
 2021-10-14  5:17 UTC  (3+ messages)
` [PATCH 2/2] block: improve "

[PATCHSET 0/4] Various block optimizations
 2021-10-14  5:00 UTC  (18+ messages)
` [PATCH 1/4] block: provide helpers for rq_list manipulation
` [PATCH 2/4] block: inline fast path of driver tag allocation
` [PATCH 3/4] block: don't bother iter advancing a fully done bio
` [PATCH 4/4] block: move update request helpers into blk-mq.c

[PATCH v2 0/3] on top of for-5.16/block
 2021-10-14  4:51 UTC  (14+ 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
` (subset) [PATCH v2 0/3] on top of for-5.16/block

[PATCH v2] block: remove plug based merging
 2021-10-14  3:29 UTC  (2+ messages)

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-14  2:11 UTC  (16+ messages)
` [PATCH v8 09/12] sysfs: fix deadlock race "
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate

[PATCH v4 0/2] optimize the bfq queue idle judgment
 2021-10-14  1:45 UTC  (3+ messages)
` [PATCH v4 1/2] block, bfq: counted root group into 'num_groups_with_pending_reqs'
` [PATCH v4 2/2] block, bfq: do not idle if only one cgroup is activated

[RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE)
 2021-10-13 22:54 UTC  (21+ messages)
` [RFC PATCH v7 01/16] security: add ipe lsm & initial context creation
` [RFC PATCH v7 02/16] ipe: add policy parser
` [RFC PATCH v7 03/16] ipe: add evaluation loop
` [RFC PATCH v7 04/16] ipe: add userspace interface
` [RFC PATCH v7 05/16] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v7 06/16] uapi|audit: add trust audit message definitions
` [RFC PATCH v7 07/16] ipe: add auditing support
` [RFC PATCH v7 08/16] ipe: add permissive toggle
` [RFC PATCH v7 09/16] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v7 10/16] fs|dm-verity: add block_dev LSM blob and submit dm-verity data
` [RFC PATCH v7 11/16] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v7 12/16] fsverity|security: add security hooks to fsverity digest and signature
` [RFC PATCH v7 13/16] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v7 14/16] scripts: add boot policy generation program
` [RFC PATCH v7 15/16] ipe: kunit tests
` [RFC PATCH v7 16/16] documentation: add ipe documentation

[PATCH v3 0/2] optimize the bfq queue idle judgment
 2021-10-13 19:52 UTC  (5+ messages)
` [PATCH v3 1/2] block, bfq: counted root group into 'num_groups_with_pending_reqs'
` [PATCH v3 2/2] block, bfq: do not idle if only one cgroup is activated

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

[PATCHSET 0/9] Batched completions
 2021-10-13 16:45 UTC  (21+ messages)
` [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 9/9] nvme: wire up completion batching for the IRQ path

[PATCH 0/5] Minor mm/struct page work
 2021-10-13 16:33 UTC  (7+ messages)
` [PATCH 1/5] mm: Make free_area->nr_free per migratetype
` [PATCH 2/5] mm: Introduce struct page_free_list
` [PATCH 3/5] mm/page_reporting: Improve control flow
` [PATCH 4/5] md: Kill usage of page->index
` [PATCH 5/5] brd: "

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

[PATCH v5] virtio-blk: Add validation for block size in config space
 2021-10-13 12:59 UTC  (8+ messages)

[PATCH v2 -next] blk-cgroup: synchoronize blkg creation against policy deactivation
 2021-10-13 12:44 UTC 

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

[PATCH] blk-cgroup: check blkcg policy is enabled in blkg_create()
 2021-10-13 11:47 UTC  (4+ messages)

switch block layer polling to a bio based model v4
 2021-10-13 10:46 UTC  (14+ messages)
` [PATCH 01/16] direct-io: remove blk_poll support
` [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 14/16] block: switch polling to be bio based
` [PATCH 16/16] nvme-multipath: enable polled I/O

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

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


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