messages from 2023-03-28 16:17:20 to 2023-03-30 08:15:05 UTC [more...]
[PATCH v2 0/9] memcg: make rstat flushing irq and sleep
2023-03-30 8:14 UTC (33+ messages)
` [PATCH v2 1/9] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v2 2/9] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v2 3/9] memcg: do not flush stats in irq context
` [PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v2 5/9] memcg: replace stats_flush_lock with an atomic
` [PATCH v2 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v2 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v2 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v2 9/9] memcg: do not modify rstat tree for zero updates
[PATCH 0/9] null_blk: add modparam checks
2023-03-30 5:52 UTC (10+ messages)
` [PATCH 1/9] null_blk: adjust null_param_store_val()
` [PATCH 2/9] null_blk: check for valid submit_queue value
` [PATCH 3/9] null_blk: check for valid poll_queue value
` [PATCH 4/9] null_blk: check for valid gb value
` [PATCH 5/9] null_blk: check for valid block size value
` [PATCH 6/9] null_blk: check for valid max_sectors value
` [PATCH 7/9] null_blk: check for valid queue depth value
` [PATCH 8/9] null_blk: avoid use global modparam g_queue_mode
` [PATCH 9/9] null_blk: avoid use global modparam g_irq_mode
[PATCH v8 0/9] Implement copy offload support
2023-03-30 5:48 UTC (26+ messages)
` [PATCH v8 1/9] block: Introduce queue limits for copy-offload support
` [PATCH v8 2/9] block: Add copy offload support infrastructure
` [PATCH v8 3/9] block: add emulation for copy
` [PATCH v8 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
` [PATCH v8 5/9] nvme: add copy offload support
` [PATCH v8 6/9] nvmet: add copy command support for bdev and file ns
` [PATCH v8 7/9] dm: Add support for copy offload
` [PATCH v8 8/9] dm: Enable copy offload for dm-linear target
` [PATCH v8 9/9] null_blk: add support for copy offload
[RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly
2023-03-30 4:26 UTC (15+ messages)
` [RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock
[PATCH] blk-throttle: Fix io statistics for cgroup v1
2023-03-30 3:44 UTC (3+ messages)
` [External] "
[PATCH 00/19] bio: check return values of bio_add_page
2023-03-30 0:24 UTC (42+ messages)
` [PATCH 01/19] swap: use __bio_add_page to add page to bio
` [PATCH 02/19] drbd: "
` [PATCH 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH 05/19] md: use __bio_add_page to add single page
` [PATCH 06/19] md: raid5-log: "
` [PATCH 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH 11/19] gfs: use __bio_add_page for adding "
` [PATCH 12/19] zonefs: "
` [PATCH 13/19] zram: "
` [PATCH 14/19] floppy: "
` [PATCH 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH 18/19] dm-crypt: check if adding pages to clone "
` [PATCH 19/19] block: mark bio_add_page as __must_check
move bio cgroup punting into btrfs
2023-03-30 0:15 UTC (5+ messages)
[PATCH 0/5] remove page_endio()
2023-03-29 23:53 UTC (9+ messages)
` [PATCH 1/5] zram: remove the call to page_endio in the bio end_io handler
` [PATCH 2/5] orangefs: use folios in orangefs_readahead
[PATCH 0/4] null_blk: usr memcpy_[to|from]_page()
2023-03-29 22:48 UTC (6+ messages)
` [PATCH 1/4] null_blk: use memcpy_page() in copy_to_nullb()
` [PATCH 2/4] null_blk: use memcpy_page() in copy_from_nullb()
` [PATCH 3/4] null-blk: use memset_page() to fill page pattern
` [PATCH 4/4] null_blk: use kmap_local_page() and kunmap_local()
[PATCH 1/4] block, bfq: remove BFQ_WEIGHT_LEGACY_DFL
2023-03-29 18:59 UTC (2+ messages)
[PATCH 0/2] bio iter improvements
2023-03-29 16:50 UTC (8+ messages)
` [PATCH 1/2] block: Rework bio_for_each_segment_all()
[PATCH 0/2] block: null_blk: make fault-injection configurable via configfs
2023-03-29 16:21 UTC (2+ messages)
` [PATCH blktests] don't require modular null_blk for fault-injection
[PATCH 1/2] blk-mq: export request polling helpers
2023-03-29 16:11 UTC (10+ messages)
` [PATCH 2/2] nvme: use blk-mq polling for uring commands
[PATCH 0/5] sed-opal: add command to read locking range attributes
2023-03-29 15:32 UTC (10+ messages)
` [PATCH 1/5] sed-opal: do not add user authority twice in boolean ace
` [PATCH 2/5] sed-opal: add helper for adding user authorities in ACE
` [PATCH 3/5] sed-opal: allow user authority to get locking range attributes
` [PATCH 4/5] sed-opal: add helper to get multiple columns at once
[PATCH] loop: LOOP_CONFIGURE: send uevents for partitions
2023-03-29 15:24 UTC (2+ messages)
[RFC PATCH v2 46/48] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendmsg()
2023-03-29 14:13 UTC (2+ messages)
` [RFC PATCH v2 47/48] drdb: Send an entire bio in a single sendmsg
[PATCH V3 00/16] io_uring/ublk: add IORING_OP_FUSED_CMD
2023-03-29 11:55 UTC (17+ messages)
[PATCH V5 00/16] io_uring/ublk: add IORING_OP_FUSED_CMD
2023-03-29 10:52 UTC (6+ messages)
` [PATCH V5 16/16] block: ublk_drv: apply io_uring FUSED_CMD for supporting zero copy
[PATCH blktests v3 0/4] Test different queue types
2023-03-29 9:02 UTC (5+ messages)
` [PATCH blktests v3 1/4] nvme/rc: Parse optional arguments in _nvme_connect_subsys()
` [PATCH blktests v3 2/4] nvme/rc: Add nr queue parser arguments to _nvme_connect_subsys()
` [PATCH blktests v3 3/4] nvme/rc: Add parametric transport required check
` [PATCH blktests v3 4/4] nvme/047: Test different queue types for fabrics transports
[PATCH 0/2] virtio-blk: fix a few problems in ZBD-related code
2023-03-29 8:20 UTC (5+ messages)
` [PATCH 1/2] virtio-blk: migrate to the latest patchset version
` [PATCH 2/2] virtio-blk: fix ZBD probe in kernels without ZBD support
[PATCH blktests v2 0/3] Test different queue counts
2023-03-29 6:25 UTC (9+ messages)
[PATCH] pktcdvd: simplify the class_pktcdvd logic
2023-03-29 6:01 UTC
[PATCH v1 0/9] memcg: make rstat flushing irq and sleep friendly
2023-03-28 22:18 UTC (35+ messages)
` [PATCH v1 1/9] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v1 2/9] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v1 3/9] memcg: do not flush stats in irq context
` [PATCH v1 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v1 5/9] memcg: replace stats_flush_lock with an atomic
` [PATCH v1 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v1 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v1 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v1 9/9] memcg: do not modify rstat tree for zero updates
[PATCH 0/4] brd: usr memcpy_[to|from]_page() in brd
2023-03-28 19:56 UTC (5+ messages)
` [PATCH 1/4] brd: use memcpy_to_page() in copy_to_brd()
` [PATCH 2/4] "
` [PATCH 3/4] brd: use memcpy_from_page() in copy_from_brd()
` [PATCH 4/4] "
[PATCH] blktrace: Gracefully return if fail in blk_register_tracepoints()
2023-03-28 17:58 UTC (2+ messages)
[PATCH V5 02/16] io_uring: add IORING_OP_FUSED_CMD
2023-03-28 17:33 UTC (2+ messages)
[PATCH v5 00/18] Use block pr_ops in LIO
2023-03-28 17:11 UTC (4+ messages)
` [PATCH v5 01/18] block: Add PR callouts for read keys and reservation
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).