messages from 2022-06-13 18:55:59 to 2022-06-15 22:12:43 UTC [more...]
[RFC PATCH v8 00/17] Integrity Policy Enforcement LSM (IPE)
2022-06-15 22:12 UTC (3+ messages)
` [RFC PATCH v8 02/17] ipe: add policy parser
blktests failures with v5.19-rc1
2022-06-15 22:01 UTC (12+ messages)
[PATCH] block: Directly use ida_alloc()/free()
2022-06-15 21:30 UTC (3+ messages)
[PATCH v2 0/3] Three small block layer patches
2022-06-15 21:29 UTC (5+ messages)
` [PATCH v2 1/3] blk-iocost: Simplify ioc_rqos_done()
` [PATCH v2 2/3] block: Rename a blk_mq_map_queue() argument
` [PATCH v2 3/3] block: Improve blk_mq_get_sq_hctx()
[PATCH] block: Fix handling of offline queues in blk_mq_alloc_request_hctx()
2022-06-15 21:00 UTC
[PATCH v7 00/13] support non power of 2 zoned device
2022-06-15 20:28 UTC (22+ messages)
` [PATCH v7 01/13] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
` [dm-devel] "
` [PATCH v7 02/13] block: allow blk-zoned devices to have non-power-of-2 zone size
` [dm-devel] "
` [PATCH v7 03/13] nvme: zns: Allow ZNS drives that have non-power_of_2 "
` [PATCH v7 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
` [PATCH v7 05/13] null_blk: allow non power of 2 zoned devices
` [PATCH v7 06/13] null_blk: use zone_size_sects_shift for "
` [PATCH v7 07/13] zonefs: allow non "
` [PATCH v7 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed
` [PATCH v7 09/13] dm-zone: use generic helpers to calculate offset from zone start
` [PATCH v7 10/13] dm-table: use bdev_is_zone_start helper in device_area_is_invalid()
` [PATCH v7 11/13] dm-table: allow non po2 zoned devices
` [PATCH v7 12/13] dm: call dm_zone_endio after the target endio callback for "
` [dm-devel] "
` [PATCH v7 13/13] dm: add non power of 2 zoned target
[PATCH 0/5] Improve zoned storage write performance
2022-06-15 19:42 UTC (20+ messages)
` [PATCH 1/5] block: Introduce the blk_rq_is_seq_write() function
` [PATCH 2/5] scsi: Retry unaligned zoned writes
` [PATCH 3/5] nvme: Make the number of retries request specific
` [PATCH 4/5] nvme: Increase the number of retries for zoned writes
` [PATCH 5/5] block/mq-deadline: Remove zone locking
[PATCH] blktests: Ignore errors from wait(1)
2022-06-15 16:56 UTC (8+ messages)
qemu-arm: zram: mkfs.ext4 : Unable to handle kernel NULL pointer dereference at virtual address 00000140
2022-06-15 16:47 UTC (13+ messages)
[PATCH 0/8 v2] block: Fix IO priority mess
2022-06-15 16:16 UTC (9+ messages)
` [PATCH 1/8] block: Fix handling of tasks without ioprio in ioprio_get(2)
` [PATCH 2/8] block: Make ioprio_best() static
` [PATCH 3/8] block: fix default IO priority handling again
` [PATCH 4/8] block: Return effective IO priority from get_current_ioprio()
` [PATCH 5/8] blk-ioprio: Remove unneeded field
` [PATCH 6/8] blk-ioprio: Convert from rqos policy to direct call
` [PATCH 7/8] block: Initialize bio priority earlier
` [PATCH 8/8] block: Always initialize bio IO priority on submit
[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
2022-06-15 16:12 UTC (22+ messages)
` [PATCH v7 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v7 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v7 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v7 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v7 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v7 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v7 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v7 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v7 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v7 10/21] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v7 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v7 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v7 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v7 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v7 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v7 16/21] block: add check when merging zone device pages
` [PATCH v7 17/21] lib/scatterlist: "
` [PATCH v7 18/21] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v7 19/21] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v7 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v7 21/21] nvme-pci: allow mmaping the CMB in userspace
[GIT PULL] nvmes fixes for Linux 5.19
2022-06-15 15:39 UTC (2+ messages)
[PATCH v3 3/8] block: use new capable_any functionality
2022-06-15 15:26 UTC
[PATCH] blk-iocost: fix lagging in-flight IOs detection
2022-06-15 14:53 UTC (2+ messages)
[PATCH RFC v2 00/18] blk-mq/libata/scsi: SCSI driver tagging improvements
2022-06-15 13:44 UTC (16+ messages)
` [PATCH RFC v2 01/18] blk-mq: Add a flag for reserved requests
` [PATCH RFC v2 02/18] scsi: core: Resurrect scsi_{get,free}_host_dev()
` [PATCH RFC v2 03/18] scsi: core: Implement reserved command handling
[RFC PATCH v2 0/7] make statx() return I/O alignment information
2022-06-15 13:12 UTC (6+ messages)
` [RFC PATCH v2 1/7] statx: add "
[PATCH] block: adjust the judgment order in submit_bio
2022-06-15 11:01 UTC (2+ messages)
clean up the chunk_sizehandling helpers a little
2022-06-15 10:48 UTC (16+ 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: open code blk_max_size_offset in blk_rq_get_max_sectors
` [PATCH 4/6] block: cleanup variable naming in get_max_io_size
` [PATCH 5/6] block: fold blk_max_size_offset into get_max_io_size
` [PATCH 6/6] block: move blk_queue_get_max_sectors to blk.h
Wycena paneli fotowoltaicznych
2022-06-15 8:00 UTC
[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
2022-06-15 8:11 UTC (3+ messages)
` [PATCH v2 14/19] f2fs: Convert to filemap_migrate_folio()
` [f2fs-dev] "
[PATCH V2 0/3] blk-mq: three misc patches
2022-06-15 6:56 UTC (6+ messages)
` [PATCH V2 1/3] blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_none
` [PATCH V2 2/3] blk-mq: avoid to touch q->elevator without any protection
` [PATCH V2 3/3] blk-mq: don't clear flush_rq from tags->rqs[]
[PATCH 0/3] Three small block layer patches
2022-06-15 6:24 UTC (11+ messages)
` [PATCH 1/3] blk-iocost: Simplify ioc_rqos_done()
` [PATCH 2/3] block: Rename a blk_mq_map_queue() argument
` [PATCH 3/3] block: Specify the operation type when calling blk_mq_map_queue()
[PATCH 0/3] blk-mq: three misc patches
2022-06-15 6:22 UTC (7+ messages)
` [PATCH 1/3] blk-mq: protect q->elevator by ->sysfs_lock
` [PATCH 2/3] blk-mq: avoid to touch q->elevator without any protection
` [PATCH 3/3] blk-mq: don't clear flush_rq from tags->rqs[]
[PATCH -next] blk-mq: fix boot time regression for scsi drives with multiple hctx
2022-06-15 6:21 UTC (5+ messages)
[PATCH] block: update comment for blkcg_init_queue
2022-06-15 6:21 UTC (3+ messages)
Maintainer's / Kernel Summit 2022 CFP
2022-06-15 4:23 UTC
[linux-next] [5.19.0-rc1] kernel crashes while performing driver bind/unbind test with SLUB_DEBUG enabled
2022-06-15 0:50 UTC (2+ messages)
[PATCH] block/bfq: Enable I/O statistics
2022-06-14 13:09 UTC (2+ messages)
fix tag freeing use after free and debugfs name reuse
2022-06-14 11:27 UTC (8+ messages)
` [PATCH 1/4] block: disable the elevator int del_gendisk
` [PATCH 2/4] block: serialize all debugfs operations using q->debugfs_mutex
` [PATCH 3/4] block: remove per-disk debugfs files in blk_unregister_queue
` [PATCH 4/4] block: freeze the queue earlier in del_gendisk
[PATCH 00/20] blksnap - creating non-persistent snapshots for backup
2022-06-14 9:21 UTC (13+ messages)
` [PATCH 01/20] block, blk_filter: enable block device filters
` [PATCH 03/20] block, blksnap: module management interface functions
` [PATCH 08/20] block, blksnap: big buffer in the form of an array of pages
` [PATCH 11/20] block, blksnap: functions and structures for performing block I/O operations
` [PATCH 17/20] block, blksnap: debugging mechanism for monitoring memory consumption
` [PATCH 18/20] block, blksnap: Kconfig
[PATCH blktests] nvme/039: avoid module loads for various transport types
2022-06-14 8:25 UTC (2+ messages)
[PATCH] block: fix rq_qos leak for bio based queue
2022-06-14 7:46 UTC (4+ messages)
[bug report] kmemleak observed from blktests on latest linux-block/for-next
2022-06-14 5:35 UTC (5+ messages)
[PATCHv6 00/11] direct-io dma alignment
2022-06-13 21:22 UTC (2+ messages)
Please help cherry pick four mmc related changes into the 4.14 stable kernel
2022-06-13 18:11 UTC (2+ messages)
[PATCH] block: peek PM requests during runtime PM
2022-06-13 17:02 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).