linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-14 01:33:53 to 2023-01-17 23:20:09 UTC [more...]

[PATCH v2 00/21] blksnap - block devices snapshots module
 2023-01-17 21:04 UTC  (2+ messages)

Virtio-blk extended lifetime feature
 2023-01-17 22:30 UTC  (2+ messages)

[PATCH] paride/pcd: return earlier when an error happens in pcd_atapi()
 2023-01-17 19:21 UTC  (2+ messages)

consolidate btrfs checksumming, repair and bio splitting v3
 2023-01-17 19:12 UTC  (3+ messages)
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-17 18:40 UTC  (4+ messages)

[PATCH for-6.2/block V3 1/2] block: Data type conversion for IO accounting
 2023-01-17 17:52 UTC  (3+ messages)
` [PATCH for-6.2/block V3 2/2] block: Change the granularity of io ticks from ms to ns

[PATCH v2 0/3] block zoned cleanups
 2023-01-17 17:42 UTC  (3+ messages)

[PATCH V4 0/6] ublk_drv: add mechanism for supporting unprivileged ublk device
 2023-01-17 17:23 UTC  (3+ messages)

[PATCH for-next v1 0/2] enable pcpu bio-cache for IRQ uring-passthru I/O
 2023-01-17 17:23 UTC  (5+ messages)
    ` [PATCH for-next v1 1/2] nvme: set REQ_ALLOC_CACHE for uring-passthru request
    ` [PATCH for-next v1 2/2] block: extend bio-cache for non-polled requests

[PATCH for-next] block: fix hctx checks for batch allocation
 2023-01-17 17:22 UTC  (3+ messages)

[PATCH v2] documentation: fix Generic Block Device Capability
 2023-01-17 15:51 UTC  (5+ messages)

[PATCH V2] block/rnbd-clt: fix wrong max ID in ida_alloc_max
 2023-01-17 15:33 UTC  (3+ messages)

TakeOff
 2023-01-17 13:54 UTC 

[PATCH V4 0/6] genirq/affinity: Abstract APIs from managed irq affinity spread
 2023-01-17 13:12 UTC  (5+ messages)

[PATCH v2 00/18] Add Command Duration Limits support
 2023-01-17 11:44 UTC  (30+ messages)
` [PATCH v2 01/18] ata: libata: allow ata_scsi_set_sense() to not set CHECK_CONDITION
` [PATCH v2 02/18] ata: libata: allow ata_eh_request_sense() "
` [PATCH v2 03/18] scsi: core: allow libata to complete successful commands via EH
` [PATCH v2 04/18] scsi: rename and move get_scsi_ml_byte()
` [PATCH v2 05/18] scsi: support retrieving sub-pages of mode pages
` [PATCH v2 06/18] scsi: support service action in scsi_report_opcode()
` [PATCH v2 07/18] block: introduce duration-limits priority class
` [PATCH v2 08/18] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v2 14/18] scsi: sd: detect support for command duration limits

[PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
 2023-01-17 11:11 UTC  (58+ messages)
` [PATCH v6 01/34] vfs: Unconditionally set IOCB_WRITE in call_write_iter()
` [PATCH v6 02/34] iov_iter: Use IOCB/IOMAP_WRITE/op_is_write rather than iterator direction
` [PATCH v6 03/34] iov_iter: Pass I/O direction into iov_iter_get_pages*()
` [PATCH v6 04/34] iov_iter: Remove iov_iter_get_pages2/pages_alloc2()
` [PATCH v6 05/34] iov_iter: Change the direction macros into an enum
` [PATCH v6 06/34] iov_iter: Use the direction in the iterator functions
` [PATCH v6 07/34] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v6 08/34] mm: Provide a helper to drop a pin/ref on a page
` [PATCH v6 09/34] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
` [PATCH v6 10/34] mm, block: Make BIO_PAGE_REFFED/PINNED the same as FOLL_GET/PIN numerically
` [PATCH v6 11/34] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
` [PATCH v6 12/34] bio: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v6 13/34] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v6 14/34] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH v6 15/34] af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH v6 16/34] af_alg: [RFC] Use netfs_extract_iter_to_sg() to create scatterlists
` [PATCH v6 17/34] scsi: [RFC] Use netfs_extract_iter_to_sg()
` [PATCH v6 18/34] dio: Pin pages rather than ref'ing if appropriate
` [PATCH v6 19/34] fuse: "
` [PATCH v6 20/34] vfs: Make splice use iov_iter_extract_pages()
` [PATCH v6 21/34] 9p: Pin pages rather than ref'ing if appropriate
` [PATCH v6 22/34] nfs: "
` [PATCH v6 23/34] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
` [PATCH v6 24/34] cifs: Add a function to build an RDMA SGE list from an iterator
` [PATCH v6 25/34] cifs: Add a function to Hash the contents of "
` [PATCH v6 26/34] cifs: Add some helper functions
` [PATCH v6 27/34] cifs: Add a function to read into an iter from a socket
` [PATCH v6 29/34] cifs: Build the RDMA SGE list directly from an iterator
` [PATCH v6 30/34] cifs: Remove unused code
` [PATCH v6 31/34] cifs: Fix problem with encrypted RDMA data read
` [PATCH v6 32/34] cifs: DIO to/from KVEC-type iterators should now work
` [PATCH v6 33/34] net: [RFC][WIP] Mark each skb_frags as to how they should be cleaned up
` [PATCH v6 34/34] net: [RFC][WIP] Make __zerocopy_sg_from_iter() correctly pin or leave pages unref'd

[PATCH] block: check disk flag before setting scan bit
 2023-01-17  8:58 UTC  (3+ messages)

switch blk-cgroup to work on gendisk
 2023-01-17  8:12 UTC  (16+ messages)
` [PATCH 01/15] blk-cgroup: don't defer blkg_free to a workqueue
` [PATCH 02/15] block: don't call blk_throtl_stat_add for non-READ/WRITE commands
` [PATCH 03/15] blk-cgroup: delay blk-cgroup initialization until add_disk
` [PATCH 04/15] blk-cgroup: pin the gendisk in struct blkcg_gq
` [PATCH 05/15] blk-cgroup: store a gendisk to throttle in struct task_struct
` [PATCH 06/15] blk-wbt: pass a gendisk to wbt_{enable,disable}_default
` [PATCH 07/15] blk-wbt: pass a gendisk to wbt_init
` [PATCH 08/15] blk-wbt: open code wbt_queue_depth_changed in wbt_update_limits
` [PATCH 09/15] blk-rq-qos: make rq_qos_add and rq_qos_del more useful
` [PATCH 10/15] blk-rq-qos: constify rq_qos_ops
` [PATCH 11/15] blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
` [PATCH 12/15] blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
` [PATCH 13/15] blk-cgroup: pass a gendisk to pd_alloc_fn
` [PATCH 14/15] blk-cgroup: pass a gendisk to blkg_lookup
` [PATCH 15/15] blk-cgroup: move the cgroup information to struct gendisk

[PATCH 0/6] blktests: char device tests with iouring-cmd fio
 2023-01-17  7:46 UTC  (5+ messages)
  ` [PATCH 2/6] tests/nvme: add new test for rand-read on the nvme character device

[PATCH v4 0/5] blk-iocost: random bugfix
 2023-01-17  7:08 UTC  (6+ messages)
` [PATCH v4 1/5] blk-iocost: check return value of match_u64()
` [PATCH v4 2/5] blk-iocost: don't allow to configure bio based device
` [PATCH v4 3/5] blk-iocost: read params inside lock in sysfs apis
` [PATCH v4 4/5] blk-iocost: fix divide by 0 error in calc_lcoefs()
` [PATCH v4 5/5] blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()

[PATCH 0/2] Don't allow REQ_NOWAIT for bio splitting
 2023-01-17  6:01 UTC  (7+ messages)
` [PATCH 1/2] block: handle bio_split_to_limits() NULL return
` [PATCH 2/2] block: don't allow splitting of a REQ_NOWAIT bio

[PATCH v2] block: don't allow multiple bios for IOCB_NOWAIT issue
 2023-01-17  2:17 UTC  (8+ messages)

[PATCH] blk-cgroup: fix missing pd_online_fn() while activating policy
 2023-01-17  2:04 UTC  (3+ messages)

[PATCH v3 00/14] A few bugfix and cleanup patches for blk-mq
 2023-01-17  1:01 UTC  (8+ messages)
` [PATCH v3 07/14] blk-mq: make blk_mq_commit_rqs a general function for all commits

[PATCH 4.19] block: fix and cleanup bio_check_ro
 2023-01-16 21:10 UTC 

[PATCH 5.4] block: fix and cleanup bio_check_ro
 2023-01-16 21:07 UTC 

[PATCH 5.10] block: fix and cleanup bio_check_ro
 2023-01-16 21:02 UTC 

[PATCH 5.15] block: fix and cleanup bio_check_ro
 2023-01-16 21:00 UTC 

[PATCH] block: don't allow multiple bios for IOCB_NOWAIT issue
 2023-01-16 18:30 UTC  (7+ messages)

[PATCH V13 REBASED 0/8] block, bfq: extend bfq to support multi-actuator drives
 2023-01-16 18:09 UTC  (3+ messages)

Is there a reason why REQ_OP_READ has to be 0?
 2023-01-16 16:17 UTC  (4+ messages)

[PATCH] block: check disk flag before setting scan bit
 2023-01-16 16:14 UTC 

[PATCH V1] lib/scatterlist: Fix to calculate the last_pg properly
 2023-01-16 16:10 UTC  (2+ messages)

[PATCH v3 0/5] A few bugfix and cleanup patches for sbitmap
 2023-01-16 20:50 UTC  (6+ messages)
` [PATCH v3 1/5] sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallow
` [PATCH v3 2/5] sbitmap: remove redundant check in __sbitmap_queue_get_batch
` [PATCH v3 3/5] sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat code
` [PATCH v3 4/5] sbitmap: add sbitmap_find_bit to remove repeat code in __sbitmap_get/__sbitmap_get_shallow
` [PATCH v3 5/5] sbitmap: correct wake_batch recalculation to avoid potential IO hung

[PATCH] scripts: support GNU make 4.4 in jobserver-exec
 2023-01-16 11:16 UTC  (2+ messages)

[PATCH RESEND v2 0/5] A few bugfix and cleanup patches for sbitmap
 2023-01-16  9:54 UTC  (8+ messages)
` [PATCH RESEND v2 5/5] sbitmap: correct wake_batch recalculation to avoid potential IO hung

[RFC] block, bfq: use-after-free with bfq <==> cgroup interactions
 2023-01-16  3:55 UTC  (2+ messages)

[PATCH] block, bfq: switch 'bfqg->ref' to use atomic refcount apis
 2023-01-16  3:53 UTC  (3+ messages)

[PATCH v2 1/2] blk-iocost: add refcounting for iocg
 2023-01-16  3:25 UTC  (12+ messages)

[PATCH] block, bfq: fix uaf for bfqq in bic_set_bfqq()
 2023-01-16  3:09 UTC  (3+ messages)

[PATCH v4 0/8] A few bugfix and cleancode patch for bfq
 2023-01-16  9:51 UTC  (9+ messages)
` [PATCH v4 1/8] block, bfq: correctly raise inject limit in bfq_choose_bfqq_for_injection
` [PATCH v4 2/8] block, bfq: remove unsed parameter reason in bfq_bfqq_is_slow
` [PATCH v4 3/8] block, bfq: initialize bfqq->decrease_time_jif correctly
` [PATCH v4 4/8] block, bfq: use helper macro RQ_BFQQ to get bfqq of request
` [PATCH v4 5/8] block, bfq: remove unnecessary dereference to get async_bfqq
` [PATCH v4 6/8] block, bfq: remove redundant check in bfq_put_cooperator
` [PATCH v4 7/8] block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqq
` [PATCH v4 8/8] block, bfq: remove unused bfq_wr_max_time in struct bfq_data

[PATCH 5.10 0/1] block: replace WARN_ONCE with pr_warn in bio_check_ro
 2023-01-15  8:04 UTC  (3+ messages)
` [PATCH 5.10 1/1] block: fix and cleanup bio_check_ro

[PATCH v5 3/9] iov_iter: Use IOCB/IOMAP_WRITE if available rather than iterator direction
 2023-01-14  1:58 UTC  (11+ messages)
` [PATCH v5 0/9] iov_iter: Add extraction helpers


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