messages from 2023-01-31 14:06:26 to 2023-02-03 15:12:13 UTC [more...]
add bvec initialization helpers v2
2023-02-03 15:06 UTC (24+ 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 15:04 UTC (20+ 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] block: stub out and deprecated the capability attribute on the gendisk
2023-02-03 15:02 UTC
[PATCH] block: remove submit_bio_noacct
2023-02-03 15:00 UTC (4+ messages)
` "
[PATCH] rbd: avoid double free memory on error path in rbd_dev_create()
2023-02-03 14:15 UTC
[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] blk-ioprio: Introduce promote-to-rt policy
2023-02-03 1:48 UTC (7+ messages)
[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 (4+ 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 (4+ 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 (5+ messages)
[PATCH] trace/blktrace: fix memory leak with using debugfs_lookup()
2023-02-02 14:19 UTC
[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
[PATCH] block: Do not reread partition table on exclusively open device
2023-02-02 12:50 UTC (7+ messages)
[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
2023-02-02 10:48 UTC (28+ messages)
` [RFC PATCH v9 02/16] ipe: add policy parser
` [RFC PATCH v9 03/16] ipe: add evaluation loop and introduce 'boot_verified' as a trust provider
` [RFC PATCH v9 05/16] ipe: add userspace interface
` [RFC PATCH v9 07/16] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v9 09/16] block|security: add LSM blob to block_device
` [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 (9+ messages)
` [PATCH v2 02/21] block, blkfilter: Block Device Filtering Mechanism
[PATCH] null_blk: convert sysfs snprintf to sysfs_emit
2023-02-01 8:16 UTC
[PATCH] block: Fix the blk_mq_destroy_queue() documentation
2023-01-31 18:46 UTC (2+ messages)
[PATCH] block: Remove mm.h from bvec.h
2023-01-31 18:02 UTC (2+ messages)
[GIT PULL] iov_iter: Improve page extraction (pin or just list)
2023-01-31 17:54 UTC (17+ messages)
[PATCH] mm: move FOLL_PIN debug accounting under CONFIG_DEBUG_VM
2023-01-31 17:47 UTC (4+ messages)
[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-01-31 16:28 UTC (2+ messages)
` (subset) "
[PATCH for-6.3 1/1] ublk_drv: only allow owner to open unprivileged disk
2023-01-31 14:59 UTC (2+ messages)
[PATCH] block: ublk: extending queue_size to fix overflow
2023-01-31 14:59 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).