messages from 2023-03-23 04:00:57 to 2023-03-27 20:14:10 UTC [more...]
[dm-6.4 PATCH v3 00/20] dm bufio, thin: improve concurrent IO performance
2023-03-27 20:11 UTC (8+ messages)
` [dm-6.4 PATCH v3 01/20] dm bufio: remove unused dm_bufio_release_move interface
` [dm-6.4 PATCH v3 02/20] dm bufio: use WARN_ON in dm_bufio_client_destroy and dm_bufio_exit
` [dm-6.4 PATCH v3 03/20] dm bufio: never crash if dm_bufio_in_request()
` [dm-6.4 PATCH v3 04/20] dm bufio: don't bug for clear developer oversight
` [dm-6.4 PATCH v3 05/20] dm bufio: add LRU abstraction
` [dm-6.4 PATCH v3 06/20] dm bufio: add dm_buffer_cache abstraction
` [dm-6.4 PATCH v3 09/20] dm bufio: move dm_bufio_client members to avoid spanning cachelines
[PATCH v2 01/14] drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
2023-03-27 19:26 UTC (3+ messages)
[PATCH 0/2] block: remove unnecessary helpers
2023-03-27 19:23 UTC (4+ messages)
` [PATCH 1/2] block: open code __blk_account_io_start()
` [PATCH 2/2] block: open code __blk_account_io_done()
[PATCH] block: annotate bdev_disk_changed() deprecation with a symbol namespace
2023-03-27 18:44 UTC
[PATCH 0/2] bio iter improvements
2023-03-27 17:44 UTC (3+ messages)
` [PATCH 1/2] block: Rework bio_for_each_segment_all()
` [PATCH 2/2] block: Rework bio_for_each_folio_all()
[PATCH 1/2] blk-mq: export request polling helpers
2023-03-27 17:20 UTC (8+ messages)
` [PATCH 2/2] nvme: use blk-mq polling for uring commands
[PATCH V3 00/16] io_uring/ublk: add IORING_OP_FUSED_CMD
2023-03-27 16:04 UTC (6+ messages)
[PATCH blktests v2 0/3] Test different queue counts
2023-03-27 15:41 UTC (9+ messages)
` [PATCH blktests v2 1/3] nvme/rc: Parse optional arguments in _nvme_connect_subsys()
` [PATCH blktests v2 2/3] nvme/rc: Add nr queue parser arguments
` [PATCH blktests v2 3/3] nvme/047: Test different queue counts
[PATCH 0/2] block: null_blk: make fault-injection configurable via configfs
2023-03-27 14:37 UTC (3+ messages)
` [PATCH 1/2] fault-inject: allow configuration "
` [PATCH 2/2] block: null_blk: make fault-injection dynamically configurable per device
[PATCH resent] drbd: Fix exception handling in nla_put_drbd_cfg_context()
2023-03-27 12:28 UTC
[PATCH] blk-mq-rdma: remove queue mapping helper for rdma devices
2023-03-27 0:56 UTC (11+ messages)
move bio cgroup punting into btrfs
2023-03-27 0:49 UTC (8+ messages)
` [PATCH 1/7] btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_write
` [PATCH 2/7] btrfs: don't free the async_extent in submit_uncompressed_range
` [PATCH 3/7] btrfs: also use kthread_associate_blkcg for uncompressible ranges
` [PATCH 4/7] btrfs, mm: remove the punt_to_cgroup field in struct writeback_control
` [PATCH 5/7] btrfs, block: move REQ_CGROUP_PUNT to btrfs
` [PATCH 6/7] block: async_bio_lock does not need to be bh-safe
` [PATCH 7/7] block: make blkcg_punt_bio_submit optional
[PATCH 0/2] Submit split bios in LBA order
2023-03-26 23:45 UTC (24+ messages)
` [PATCH 2/2] block: Split and submit "
[PATCH] loop: LOOP_CONFIGURE: send uevents for partitions
2023-03-26 23:09 UTC (2+ messages)
[PATCH 00/32] pata_parport-bpck6: rework bpck6 protocol driver
2023-03-26 9:08 UTC (5+ messages)
[bug report] kernel panic at _find_next_zero_bit in io_uring testing
2023-03-25 13:51 UTC (3+ messages)
[RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly
2023-03-25 4:46 UTC (49+ messages)
` [RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock
` [RFC PATCH 2/7] memcg: do not disable interrupts when holding stats_flush_lock
` [RFC PATCH 3/7] cgroup: rstat: remove cgroup_rstat_flush_irqsafe()
` [RFC PATCH 4/7] memcg: sleep during flushing stats in safe contexts
` [RFC PATCH 5/7] vmscan: memcg: sleep when flushing stats during reclaim
` [RFC PATCH 6/7] workingset: memcg: sleep when flushing stats in workingset_refault()
` [RFC PATCH 7/7] memcg: do not modify rstat tree for zero updates
[dm-6.4 PATCH v2 0/9] dm bufio, thin: improve concurrent IO performance
2023-03-25 4:21 UTC (14+ messages)
` [dm-6.4 PATCH v2 1/9] dm bufio: remove unused dm_bufio_release_move interface
` [dm-6.4 PATCH v2 2/9] dm bufio: move dm_buffer struct
` [dm-6.4 PATCH v2 3/9] dm bufio: improve concurrent IO performance
` [dm-6.4 PATCH v2 4/9] dm bufio: move dm_bufio_client members to avoid spanning cachelines
` [dm-6.4 PATCH v2 5/9] dm bufio: use waitqueue_active in __free_buffer_wake
` [dm-6.4 PATCH v2 6/9] dm bufio: use multi-page bio vector
` [dm-6.4 PATCH v2 7/9] dm thin: speed up cell_defer_no_holder()
` [dm-6.4 PATCH v2 8/9] dm: split discards further if target sets max_discard_granularity
` [dm-6.4 PATCH v2 9/9] dm bio prison v1: improve concurrent IO performance
[git pull] device mapper fixes for 6.3-rc4
2023-03-24 21:23 UTC (2+ messages)
[GIT PULL] Block fixes for 6.3-rc4
2023-03-24 21:21 UTC (2+ messages)
[PATCH v5 00/18] Use block pr_ops in LIO
2023-03-24 19:46 UTC (24+ messages)
` [PATCH v5 01/18] block: Add PR callouts for read keys and reservation
` [PATCH v5 02/18] block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT
` [PATCH v5 03/18] scsi: Rename sd_pr_command
` [PATCH v5 04/18] scsi: Move sd_pr_type to header to share
` [PATCH v5 05/18] scsi: Add support for block PR read keys/reservation
` [PATCH v5 06/18] dm: "
` [PATCH v5 07/18] nvme: Fix reservation status related structs
` [PATCH v5 08/18] nvme: Don't hardcode the data len for pr commands
` [PATCH v5 09/18] nvme: Move pr code to it's own file
` [PATCH v5 10/18] nvme: Add helper to send pr command
` [PATCH v5 11/18] nvme: Add pr_ops read_keys support
` [PATCH v5 12/18] nvme: Add a nvme_pr_type enum
` [PATCH v5 13/18] nvme: Add pr_ops read_reservation support
` [PATCH v5 14/18] scsi: target: Rename sbc_ops to exec_cmd_ops
` [PATCH v5 15/18] scsi: target: Allow backends to hook into PR handling
` [PATCH v5 16/18] scsi: target: Pass struct target_opcode_descriptor to enabled
` [PATCH v5 17/18] scsi: target: Report and detect unsupported PR commands
` [PATCH v5 18/18] scsi: target: Add block PR support to iblock
[PATCH V4 00/17] io_uring/ublk: add IORING_OP_FUSED_CMD
2023-03-24 13:58 UTC (18+ messages)
` [PATCH V4 01/17] io_uring: increase io_kiocb->flags into 64bit
` [PATCH V4 02/17] io_uring: add IORING_OP_FUSED_CMD
` [PATCH V4 03/17] io_uring: support normal SQE for fused command
` [PATCH V4 04/17] io_uring: support OP_READ/OP_WRITE for fused slave request
` [PATCH V4 05/17] io_uring: support OP_SEND_ZC/OP_RECV "
` [PATCH V4 06/17] block: ublk_drv: mark device as LIVE before adding disk
` [PATCH V4 07/17] block: ublk_drv: add common exit handling
` [PATCH V4 08/17] block: ublk_drv: don't consider flush request in map/unmap io
` [PATCH V4 09/17] block: ublk_drv: add two helpers to clean up map/unmap request
` [PATCH V4 10/17] block: ublk_drv: clean up several helpers
` [PATCH V4 11/17] block: ublk_drv: cleanup 'struct ublk_map_data'
` [PATCH V4 12/17] block: ublk_drv: cleanup ublk_copy_user_pages
` [PATCH V4 13/17] block: ublk_drv: grab request reference when the request is handled by userspace
` [PATCH V4 14/17] block: ublk_drv: support to copy any part of request pages
` [PATCH V4 15/17] block: ublk_drv: add read()/write() support for ublk char device
` [PATCH V4 16/17] block: ublk_drv: don't check buffer in case of zero copy
` [PATCH V4 17/17] block: ublk_drv: apply io_uring FUSED_CMD for supporting "
[PATCH RESEND v3] nbd_genl_status: null check for nla_nest_start
2023-03-24 10:16 UTC (3+ messages)
[PATCH] zram: Replace bit spinlocks with spinlock_t for PREEMPT_RT
2023-03-24 4:32 UTC (3+ messages)
[PATCH -next 0/2] block: fix scan partition for exclusively open device again
2023-03-23 23:59 UTC (10+ messages)
` [PATCH] block: don't set GD_NEED_PART_SCAN if scan partition failed
[GIT PULL] nvme fixes for Linux 6.3
2023-03-23 19:02 UTC (2+ messages)
[RFC v2 0/5] remove page_endio()
2023-03-23 16:22 UTC (10+ messages)
` [RFC v2 1/5] zram: remove zram_page_end_io function
[PATCH v2 0/3] Submit zoned requests in LBA order per zone
2023-03-23 8:22 UTC (10+ messages)
` [PATCH v2 2/3] block: Split and submit bios in LBA order
` [PATCH v2 3/3] block: Preserve LBA order when requeuing
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).