linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-13 04:20:25 to 2021-10-13 19:07:10 UTC [more...]

[RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE)
 2021-10-13 19:06 UTC  (13+ 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 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 v2 0/3] on top of for-5.16/block
 2021-10-13 18:44 UTC  (13+ 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

[PATCHSET 0/4] Various block optimizations
 2021-10-13 18:07 UTC  (17+ 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

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 v2 0/9] Batched completions
 2021-10-13 16:54 UTC  (10+ 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

[PATCH v3 0/2] optimize the bfq queue idle judgment
 2021-10-13 16:51 UTC  (4+ 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

[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

don't use ->bd_inode to access the block device size
 2021-10-13 16:43 UTC  (62+ 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: "

[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 RFC] virtio: wrap config->reset calls
 2021-10-13 16:26 UTC  (9+ messages)

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

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

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

[PATCH] Revert "virtio-blk: Add validation for block size in config space"
 2021-10-13 12:46 UTC 

[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  (7+ messages)
      ` [PATCH v3] "
        ` [PATCH v4] "

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

[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  (2+ 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  (11+ messages)
` [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


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