linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-31 05:52:26 to 2023-02-02 22:35:17 UTC [more...]

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

[bug report]blktests: g++ discontiguous-io.cpp failed
 2023-02-02 18:23 UTC  (2+ messages)

[PATCH] block: remove submit_bio_noacct
 2023-02-02 18:14 UTC 

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

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

[PATCH] memstick: core: Imply IOSCHED_BFQ
 2023-02-02 18:04 UTC  (5+ 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] block: remove more NULL checks after bdev_get_queue()
 2023-02-02 17:42 UTC  (4+ messages)

[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  (32+ 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 06/16] ipe: add LSM hooks on execution and kernel read
` [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 

switch blk-cgroup to work on gendisk v3
 2023-02-01 13:41 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 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  (3+ messages)

[PATCH] block: Remove mm.h from bvec.h
 2023-01-31 18:02 UTC  (3+ 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  (3+ messages)

add bvec initialization helpers
 2023-01-31 13:45 UTC  (25+ 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 09/23] virtio_blk: "
` [PATCH 18/23] io_uring: use bvec_set_page to initialize a bvec

[PATCH v2 4.19] block: fix and cleanup bio_check_ro
 2023-01-31 13:34 UTC 

[PATCH v2 5.4] block: fix and cleanup bio_check_ro
 2023-01-31 13:29 UTC 

[PATCH v2 5.10] block: fix and cleanup bio_check_ro
 2023-01-31 13:25 UTC 

[PATCH v3] pata_parport: add driver (PARIDE replacement)
 2023-01-31 11:36 UTC  (5+ messages)
` [PATCH 2/2] drivers/block: Move PARIDE protocol modules to drivers/ata/pata_parport

[PATCH v9 00/25] DEPT(Dependency Tracker)
 2023-01-31  8:39 UTC  (26+ messages)
` [PATCH v9 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v9 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v9 03/25] dept: Add single event dependency tracker APIs
` [PATCH v9 04/25] dept: Add lock "
` [PATCH v9 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v9 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v9 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v9 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v9 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v9 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v9 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v9 12/25] dept: Distinguish each syscall context from another
` [PATCH v9 13/25] dept: Distinguish each work "
` [PATCH v9 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v9 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v9 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v9 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v9 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v9 19/25] dept: Apply timeout consideration to swait
` [PATCH v9 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v9 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v9 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v9 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v9 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v9 25/25] dept: Track the potential waits of PG_{locked,writeback}

Słowa kluczowe do wypozycjonowania
 2023-01-31  8:35 UTC 


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