linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-01 11:10:01 to 2023-02-06 14:35:03 UTC [more...]

[LSF/MM/BPF BoF]: A host FTL for zoned block devices using UBLK
 2023-02-06 14:34 UTC  (4+ messages)

[PATCH-next] nbd: fix incomplete validation of ioctl arg
 2023-02-06 14:58 UTC 

blktests failures with v6.1
 2023-02-06 13:06 UTC  (4+ messages)

[PATCH] rbd: avoid double free memory on error path in rbd_dev_create()
 2023-02-06 11:58 UTC  (2+ messages)

[bug report] RIP: 0010:blkg_free+0xa/0xe0 observed on latest linux-block/for-next
 2023-02-06  7:31 UTC  (5+ messages)

[bug report] WARNING at fs/proc/generic.c:376 proc_register+0x131/0x1c0 observed with blktests scsi
 2023-02-06  7:30 UTC 

[PATCH] block: stub out and deprecated the capability attribute on the gendisk
 2023-02-06  4:43 UTC  (3+ messages)

[PATCH] block: Do not reread partition table on exclusively open device
 2023-02-06  3:24 UTC  (8+ messages)

[PATCH-next v2] loop: loop_set_status_from_info() check before assignment
 2023-02-06  3:19 UTC  (4+ messages)

[PATCH-next] loop: loop_set_status_from_info() check before assignment
 2023-02-06  1:57 UTC 

[PATCH v4 01/14] blk-mq: avoid sleep in blk_mq_alloc_request_hctx
 2023-02-06  1:05 UTC  (6+ messages)
` [PATCH v4 12/14] blk-mq: remove set of bd->last when get driver tag for next request fails

[PATCH] pata_parport: Fix ida_alloc return value error check
 2023-02-05 19:13 UTC  (2+ messages)

[PATCH -next] blk-throttle: enable io throttle for root in cgroup v2
 2023-02-05 15:55 UTC  (2+ messages)

[PATCH] blk-ioprio: Introduce promote-to-rt policy
 2023-02-05  7:17 UTC  (11+ messages)

[PATCH] trace/blktrace: fix memory leak with using debugfs_lookup()
 2023-02-04 23:17 UTC  (2+ messages)

[syzbot] general protection fault in __blk_rq_map_sg
 2023-02-04 23:12 UTC  (2+ messages)

[PATCH] block: remove submit_bio_noacct
 2023-02-04  0:20 UTC  (7+ messages)
`  "

[GIT PULL] Block fixes for 6.2-rc7
 2023-02-03 19:48 UTC  (2+ messages)

WARNING in invalidate_drive
 2023-02-03 18:57 UTC 

WARNING in fd_locked_ioctl
 2023-02-03 18:57 UTC 

add bvec initialization helpers v2
 2023-02-03 17:18 UTC  (26+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
` [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
` [PATCH 12/23] ceph: use bvec_set_page "
` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
` [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec
` [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs
` [PATCH 16/23] orangefs: use bvec_set_{page,folio} "
` [PATCH 17/23] splice: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs
` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
` [PATCH 22/23] vringh: use bvec_set_page to initialize a bvec
` [PATCH 23/23] libceph: use bvec_set_page to initialize bvecs

switch blk-cgroup to work on gendisk v4
 2023-02-03 17:18 UTC  (21+ messages)
` [PATCH 01/19] block: don't call blk_throtl_stat_add for non-READ/WRITE commands
` [PATCH 02/19] blk-cgroup: delay blk-cgroup initialization until add_disk
` [PATCH 03/19] blk-cgroup: improve error unwinding in blkg_alloc
` [PATCH 04/19] blk-cgroup: simplify blkg freeing from initialization failure paths
` [PATCH 05/19] blk-cgroup: remove the !bdi->dev check in blkg_dev_name
` [PATCH 06/19] blk-cgroup: pin the gendisk in struct blkcg_gq
` [PATCH 07/19] blk-cgroup: store a gendisk to throttle in struct task_struct
` [PATCH 08/19] blk-wbt: pass a gendisk to wbt_{enable,disable}_default
` [PATCH 09/19] blk-wbt: pass a gendisk to wbt_init
` [PATCH 10/19] blk-wbt: move private information from blk-wbt.h to blk-wbt.c
` [PATCH 11/19] blk-wbt: open code wbt_queue_depth_changed in wbt_init
` [PATCH 12/19] blk-rq-qos: move rq_qos_add and rq_qos_del out of line
` [PATCH 13/19] blk-rq-qos: make rq_qos_add and rq_qos_del more useful
` [PATCH 14/19] blk-rq-qos: constify rq_qos_ops
` [PATCH 15/19] blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
` [PATCH 16/19] blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
` [PATCH 17/19] blk-cgroup: pass a gendisk to pd_alloc_fn
` [PATCH 18/19] blk-cgroup: pass a gendisk to blkg_lookup
` [PATCH 19/19] blk-cgroup: move the cgroup information to struct gendisk

[PATCH v3 00/18] Add Command Duration Limits support
 2023-02-03 16:49 UTC  (4+ messages)
` [PATCH v3 09/18] scsi: sd: handle read/write CDL timeout failures

[PATCH 0/1] improve brd performance with blk-mq
 2023-02-03 10:30 UTC  (2+ messages)
  ` [PATCH] brd: improve "

[PATCH -next] block: Revert "block: increase BLKCG_MAX_POLS"
 2023-02-03  8:13 UTC  (3+ messages)

switch blk-cgroup to work on gendisk v3
 2023-02-03  8:06 UTC  (28+ messages)
` [PATCH 01/19] block: don't call blk_throtl_stat_add for non-READ/WRITE commands
` [PATCH 02/19] blk-cgroup: delay blk-cgroup initialization until add_disk
` [PATCH 03/19] blk-cgroup: improve error unwinding in blkg_alloc
` [PATCH 04/19] blk-cgroup: simplify blkg freeing from initialization failure paths
` [PATCH 05/19] blk-cgroup: remove the !bdi->dev check in blkg_dev_name
` [PATCH 06/19] blk-cgroup: pin the gendisk in struct blkcg_gq
` [PATCH 07/19] blk-cgroup: store a gendisk to throttle in struct task_struct
` [PATCH 08/19] blk-wbt: pass a gendisk to wbt_{enable,disable}_default
` [PATCH 09/19] blk-wbt: pass a gendisk to wbt_init
` [PATCH 10/19] blk-wbt: move private information from blk-wbt.h to blk-wbt.c
` [PATCH 11/19] blk-wbt: open code wbt_queue_depth_changed in wbt_init
` [PATCH 12/19] blk-rq-qos: move rq_qos_add and rq_qos_del out of line
` [PATCH 13/19] blk-rq-qos: make rq_qos_add and rq_qos_del more useful
` [PATCH 14/19] blk-rq-qos: constify rq_qos_ops
` [PATCH 15/19] blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
` [PATCH 16/19] blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
` [PATCH 17/19] blk-cgroup: pass a gendisk to pd_alloc_fn
` [PATCH 18/19] blk-cgroup: pass a gendisk to blkg_lookup
` [PATCH 19/19] blk-cgroup: move the cgroup information to struct gendisk

[bug report]blktests: g++ discontiguous-io.cpp failed
 2023-02-03  7:58 UTC  (3+ messages)

[PATCH] block: remove more NULL checks after bdev_get_queue()
 2023-02-03  2:45 UTC  (6+ messages)

[PATCH v2] block: remove more NULL checks after bdev_get_queue()
 2023-02-03  2:40 UTC 

[PATCH v4 0/2] blk-cgroup: Fix potential UAF & flush rstat at blkgs destruction path
 2023-02-02 22:35 UTC  (5+ messages)
` [PATCH v4 2/2] blk-cgroup: Flush stats "

[PATCH] mmc: core: Imply IOSCHED_BFQ
 2023-02-02 22:14 UTC  (13+ messages)

[RFC PATCH 0/7] Allow race-free block device handling
 2023-02-02 20:57 UTC  (14+ messages)
` [RFC PATCH 1/7] block: Support creating a struct file from a block device

[PATCH] loop: Improve the hw_queue_depth kernel module parameter implementation
 2023-02-02 18:48 UTC  (3+ messages)

[PATCH] loop: change fsync to fdatasync when update dio
 2023-02-02 18:12 UTC  (3+ messages)

[PATCH] memstick: core: Imply IOSCHED_BFQ
 2023-02-02 18:04 UTC  (3+ messages)

[GIT PULL] nvme fixes for Linux 6.2
 2023-02-02 18:02 UTC  (2+ messages)

switch blk-cgroup to work on gendisk v2
 2023-02-02 17:57 UTC  (5+ messages)
` [PATCH 05/15] blk-cgroup: store a gendisk to throttle in struct task_struct

[PATCH] null_blk: Support configuring the maximum segment size
 2023-02-02 17:41 UTC  (4+ messages)

[PATCH 4.19] cfq: fix memory leak for cfqq
 2023-02-02 13:58 UTC  (2+ messages)

[PATCH -next v3] block, bfq: cleanup 'bfqg->online'
 2023-02-02 13:49 UTC 

[PATCH -next v2] block, bfq: cleanup 'bfqg->online'
 2023-02-02 13:45 UTC 

[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
 2023-02-02 10:48 UTC  (21+ messages)
` [RFC PATCH v9 02/16] ipe: add policy parser
` [RFC PATCH v9 05/16] ipe: add userspace interface
` [RFC PATCH v9 10/16] dm-verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v9 13/16] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v9 16/16] documentation: add ipe documentation

[PATCH] blk-cgroup: don't update io stat for root cgroup
 2023-02-02  3:25 UTC  (3+ messages)

[LSF/MM/BFP ATTEND][LSF/MM/BFP TOPIC] BoF: NVMe VFIO Live Migration
 2023-02-02  2:13 UTC 

[LSF/MM/BFP ATTEND][LSF/MM/BFP TOPIC] Storage: REQ_OP_VERIFY support for block layer and device drivers
 2023-02-02  1:46 UTC 

[PATCH -next] block, bfq: cleanup 'bfqg->online'
 2023-02-02  1:16 UTC  (3+ messages)

[PATCH v4 0/7] Add support for limits below the page size
 2023-02-02  1:06 UTC  (9+ messages)
` [PATCH v4 1/7] block: Introduce blk_mq_debugfs_init()
` [PATCH v4 2/7] block: Support configuring limits below the page size

[PATCH] block: Revert "let blkcg_gq grab request queue's refcnt"
 2023-02-01 20:21 UTC  (7+ messages)

[REMINDER] LSF/MM/BPF: 2023: Call for Proposals
 2023-02-01 15:13 UTC 

[PATCH v2 00/21] blksnap - block devices snapshots module
 2023-02-01 13:16 UTC  (5+ messages)
` [PATCH v2 02/21] block, blkfilter: Block Device Filtering Mechanism


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