messages from 2021-06-15 13:11:37 to 2021-06-18 14:53:58 UTC [more...]
[PATCH] blk-mq: fix an IS_ERR() vs NULL bug
2021-06-18 14:53 UTC (3+ messages)
[PATCH v2] loop: Fix missing discard support when using LOOP_CONFIGURE
2021-06-18 14:52 UTC (2+ messages)
[PATCH] block: Remove unnecessary elevator operation checks
2021-06-18 14:52 UTC (3+ messages)
[PATCH] blk-mq: fix use-after-free in blk_mq_exit_sched
2021-06-18 14:50 UTC (5+ messages)
Maintainers / Kernel Summit 2021 planning kick-off
2021-06-18 14:46 UTC (27+ messages)
[RFC PATCH V2 0/3] block/dm: support bio polling
2021-06-18 14:39 UTC (8+ messages)
` [RFC PATCH V2 1/3] block: add helper of blk_queue_poll
` [RFC PATCH V2 2/3] block: add ->poll_bio to block_device_operations
` [RFC PATCH V2 3/3] dm: support bio polling
` [dm-devel] "
[RFC PATCH 0/4] block/dm: support bio polling
2021-06-18 14:33 UTC (8+ messages)
` [RFC PATCH 1/4] block: add helper of blk_queue_poll
` [RFC PATCH 2/4] block: add field of .bi_bio_drv_data to bio
` [RFC PATCH 3/4] block: add ->poll_bio to block_device_operations
` [RFC PATCH 4/4] dm: support bio polling
switch block layer polling to a bio based model v4
2021-06-18 14:27 UTC (21+ messages)
` [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] blk-mq: factor out a blk_qc_to_hctx helper
` [PATCH 05/16] blk-mq: factor out a "classic" poll helper
` [PATCH 06/16] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
` [PATCH 07/16] blk-mq: remove blk_qc_t_valid
` [PATCH 08/16] block: replace the spin argument to blk_iopoll with a flags argument
` [PATCH 09/16] io_uring: don't sleep when polling for I/O
` [PATCH 10/16] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 11/16] block: use SLAB_TYPESAFE_BY_RCU for the bio slab
` [PATCH 12/16] block: define 'struct bvec_iter' as packed
` [PATCH 13/16] block: switch polling to be bio based
` [PATCH 14/16] block: don't allow writing to the poll queue attribute
` [PATCH 15/16] nvme-multipath: set QUEUE_FLAG_NOWAIT
` [PATCH 16/16] nvme-multipath: enable polled I/O
[Bug Report] Discard bios cannot be correctly merged in blk-mq
2021-06-18 12:49 UTC (9+ messages)
switch the block layer to use kmap_local_page v2
2021-06-18 3:37 UTC (24+ messages)
` [PATCH 01/18] mm: add a kunmap_local_dirty helper
` [PATCH 02/18] mm: use kunmap_local_dirty in memcpy_to_page
` [PATCH 03/18] mm: use kmap_local_page in memzero_page
` [PATCH 04/18] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [PATCH 05/18] bvec: fix the include guards for bvec.h
` [PATCH 06/18] bvec: add a bvec_kmap_local helper
` [dm-devel] "
` [PATCH 07/18] bvec: add memcpy_{from,to}_bvec and memzero_bvec helper
` [PATCH 08/18] block: use memzero_page in zero_fill_bio
` [PATCH 09/18] rbd: use memzero_bvec
` [PATCH 10/18] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 11/18] ps3disk: use memcpy_{from,to}_bvec
` [PATCH 12/18] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [PATCH 13/18] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [PATCH 14/18] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [PATCH 15/18] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [PATCH 16/18] block: use memcpy_from_bvec in __blk_queue_bounce
` [PATCH 17/18] block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}
` [PATCH 18/18] block: use bvec_kmap_local in bio_integrity_process
[PATCH] block: remove useless comments
2021-06-18 3:17 UTC
[PATCH v3 00/16] Improve I/O priority support
2021-06-18 0:44 UTC (17+ messages)
` [PATCH v3 01/16] block/Kconfig: Make the BLK_WBT and BLK_WBT_MQ entries consecutive
` [PATCH v3 02/16] block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() calls
` [PATCH v3 03/16] block/blk-rq-qos: Move a function from a header file into a C file
` [PATCH v3 04/16] block: Introduce the ioprio rq-qos policy
` [PATCH v3 05/16] block/mq-deadline: Add several comments
` [PATCH v3 06/16] block/mq-deadline: Add two lockdep_assert_held() statements
` [PATCH v3 07/16] block/mq-deadline: Remove two local variables
` [PATCH v3 08/16] block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()
` [PATCH v3 09/16] block/mq-deadline: Improve compile-time argument checking
` [PATCH v3 10/16] block/mq-deadline: Improve the sysfs show and store macros
` [PATCH v3 11/16] block/mq-deadline: Reserve 25% of scheduler tags for synchronous requests
` [PATCH v3 12/16] block/mq-deadline: Micro-optimize the batching algorithm
` [PATCH v3 13/16] block/mq-deadline: Add I/O priority support
` [PATCH v3 14/16] block/mq-deadline: Track I/O statistics
` [PATCH v3 15/16] block/mq-deadline: Add cgroup support
` [PATCH v3 16/16] block/mq-deadline: Prioritize high-priority requests
[PATCH] loop: Fix missing discard support when using LOOP_CONFIGURE
2021-06-17 23:26 UTC (3+ messages)
[PATCH] block: break circular locks in blk_request_module
2021-06-17 15:27 UTC (4+ messages)
convert the mmc driver to use blk_mq_alloc_disk
2021-06-17 13:40 UTC (7+ messages)
` [PATCH 1/2] mmc: remove an extra blk_{get,put}_queue pair
` [PATCH 2/2] mmc: switch to blk_mq_alloc_disk
remove ->revalidate_disk (resend)
2021-06-17 11:50 UTC (6+ messages)
[PATCH v3 0/5] Use the normal block device I/O path
2021-06-17 7:57 UTC (9+ messages)
` [PATCH v3 1/5] pstore/blk: Improve failure reporting
` [PATCH v3 2/5] pstore/blk: Move verify_size() macro out of function
` [PATCH v3 3/5] pstore/blk: Use the normal block device I/O path
` [PATCH v3 4/5] pstore/blk: Fix kerndoc and redundancy on blkdev param
` [PATCH v3 5/5] pstore/blk: Include zone in pstore_device_info
[PATCH v3] virtio-blk: Add validation for block size in config space
2021-06-17 5:10 UTC
[PATCH v3 00/10] ensure bios aren't split in middle of crypto data unit
2021-06-17 4:34 UTC (19+ messages)
` [PATCH v3 01/10] block: introduce blk_ksm_is_empty()
` [PATCH v3 02/10] block: blk-crypto: introduce blk_crypto_bio_sectors_alignment()
` [PATCH v3 03/10] block: introduce bio_required_sector_alignment()
` [PATCH v3 04/10] block: respect bio_required_sector_alignment() in blk-crypto-fallback
` [PATCH v3 05/10] block: keyslot-manager: introduce blk_ksm_restrict_dus_to_queue_limits()
` [PATCH v3 07/10] mmc: handle error from blk_ksm_register()
` [PATCH v3 08/10] dm: "
` [PATCH v3 10/10] block: add WARN_ON_ONCE() to bio_split() for sector alignment
[syzbot] possible deadlock in loop_probe
2021-06-16 21:18 UTC
blk-wbt / wbt_rqw_done logic?
2021-06-16 17:36 UTC
[PATCH v2] block: Do not pull requests from the scheduler when we cannot dispatch them
2021-06-16 15:51 UTC (4+ messages)
Deadlock in wbt / rq-qos
2021-06-16 15:06 UTC (4+ messages)
[REMINDER] LSF/MM/BPF: 2021: Call for Proposals
2021-06-16 15:02 UTC
[PATCH V3 0/2] block: fix race between adding wbt and normal IO
2021-06-16 14:42 UTC (4+ messages)
[PATCH v2 0/4] Include zone in pstore_device_info
2021-06-16 14:41 UTC (10+ messages)
` [PATCH v2 1/4] pstore/blk: Improve failure reporting
` [PATCH v2 2/4] pstore/blk: Use the normal block device I/O path
` [PATCH v2 3/4] pstore/blk: Include zone in pstore_device_info
` [PATCH v2 4/4] pstore/blk: Fix kerndoc and redundancy on blkdev param
[PATCH v3 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN
2021-06-16 13:43 UTC (6+ messages)
` [PATCH v3 1/2] blk-zoned: allow zone management send operations "
` [PATCH v3 2/2] blk-zoned: allow BLKREPORTZONE "
kernel panic when scanning MTD partitions
2021-06-16 13:17 UTC (5+ messages)
[PATCH] nbd: provide a way for userspace processes to identify device backends
2021-06-16 12:59 UTC (3+ messages)
[PATCH 1/2] mtd_blkdevs: initialze new->rq in add_mtd_blktrans_dev
2021-06-16 12:54 UTC (3+ messages)
` [PATCH 2/2] loop: fix order of cleaning up the queue and freeing the tagset
💥 PANICKED: Test report for kernel 5.13.0-rc3 (block, 30ec225a)
2021-06-16 10:54 UTC (5+ messages)
` ? "
[PATCH v3 0/2] dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
2021-06-16 9:56 UTC (7+ messages)
` [PATCH v3 2/2] dm: add CONFIG_DM_MULTIPATH_SG_IO - "
[PATCH v2] virtio-blk: Add validation for block size in config space
2021-06-16 8:35 UTC (3+ messages)
` "
loop_set_block_size: loop0 () has still dirty pages (nrpages=2)
2021-06-16 7:44 UTC (6+ messages)
[PATCH 0/3] virtio_blk: blk-mq io_poll support
2021-06-16 7:43 UTC (3+ messages)
Observability of filesystem syncing and device flushing
2021-06-16 4:59 UTC
[PATCH v3] block: fix trace completion for chained bio
2021-06-16 4:53 UTC (2+ messages)
[patch v6 3/7] genirq/affinity: Add new callback for (re)calculating interrupt sets
2021-06-16 0:40 UTC (4+ messages)
cleanup ubd gendisk registration
2021-06-15 21:57 UTC (2+ messages)
mtip32xx cleanups
2021-06-15 21:56 UTC (2+ messages)
[GIT PULL] Floppy changes for 5.14
2021-06-15 21:41 UTC (2+ messages)
simplify gendisk and request_queue allocation for blk-mq based drivers
2021-06-15 16:28 UTC (5+ messages)
` [PATCH 09/30] mtd_blkdevs: use blk_mq_alloc_disk
[PATCH V15 0/5] nvmet: add ZBD backened support
2021-06-15 16:25 UTC (2+ messages)
[PATCH] pstore/blk: Use the normal block device I/O path
2021-06-15 16:04 UTC (3+ messages)
page: next (older) | prev (newer) | latest
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).