linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-23 00:43:22 to 2021-09-27 17:37:31 UTC [more...]

[RFC PATCH] blk-throttle: enable io throttle for root in cgroup v2
 2021-09-27 17:08 UTC  (6+ messages)

[PATCH 1/2] virtio: introduce virtio_dev_to_node helper
 2021-09-27 17:25 UTC  (7+ messages)
` [PATCH 2/2] virtio-blk: set NUMA affinity for a tagset

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-09-27 16:38 UTC  (13+ messages)
` [PATCH v8 01/12] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v8 02/12] testing: use the copyleft-next-0.3.1 SPDX tag
` [PATCH v8 03/12] selftests: add tests_sysfs module
` [PATCH v8 04/12] kernfs: add initial failure injection support
` [PATCH v8 05/12] test_sysfs: add support to use kernfs failure injection
` [PATCH v8 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v8 07/12] fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()
` [PATCH v8 08/12] fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
` [PATCH v8 09/12] sysfs: fix deadlock race with module removal
` [PATCH v8 10/12] test_sysfs: enable deadlock tests by default
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
` [PATCH v8 12/12] zram: use ATTRIBUTE_GROUPS to fix sysfs deadlock module removal

[PATCH 0/4] Restore I/O priority support in the mq-deadline scheduler
 2021-09-27 15:53 UTC  (16+ messages)
` [PATCH 1/4] block/mq-deadline: Improve request accounting further
  ` [PATCH 2/4] block/mq-deadline: Add an invariant check
  ` [PATCH 3/4] block/mq-deadline: Stop using per-CPU counters
  ` [PATCH 4/4] block/mq-deadline: Prioritize high-priority requests

[PATCH v7 00/12 (RESEND)] syfs: generic deadlock fix with module removal
 2021-09-27 15:11 UTC  (2+ messages)

tear down file system I/O in del_gendisk v2
 2021-09-27 14:32 UTC  (8+ messages)
` [PATCH 3/4] block: drain file system I/O on del_gendisk

[RESEND PATCH 0/4] block: clean up Kconfig and Makefile
 2021-09-27 14:00 UTC  (5+ messages)
` [RESEND PATCH 1/4] block: remove redundant =y from BLK_CGROUP dependency
` [RESEND PATCH 2/4] block: simplify Kconfig files
` [RESEND PATCH 3/4] block: move menu "Partition type" to block/partitions/Kconfig
` [RESEND PATCH 4/4] block: move CONFIG_BLOCK guard to top Makefile

[PATCH] block: only allocate blkcg->fc_app_id when starting to use it
 2021-09-27 12:03 UTC  (4+ messages)

[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-27 11:59 UTC  (7+ messages)

[PATCH 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-27 11:54 UTC  (3+ messages)

[PATCH] loop: avoid out-of-range warning
 2021-09-27 11:16 UTC  (3+ messages)

[PATCH v4 00/13] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-09-27  9:41 UTC  (29+ messages)
` [PATCH v4 01/13] blk-mq: Change rqs check in blk_mq_free_rqs()
` [PATCH v4 02/13] block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
` [PATCH v4 03/13] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()
` [PATCH v4 04/13] blk-mq: Invert check "
` [PATCH v4 05/13] blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_rqs}()
` [PATCH v4 06/13] blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()
` [PATCH v4 07/13] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
` [PATCH v4 08/13] blk-mq: Don't clear driver tags own mapping
` [PATCH v4 09/13] blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
` [PATCH v4 10/13] blk-mq: Add blk_mq_alloc_map_and_rqs()
` [PATCH v4 11/13] blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()
` [PATCH v4 12/13] blk-mq: Use shared tags for shared sbitmap support
` [PATCH v4 13/13] blk-mq: Stop using pointers for blk_mq_tags bitmap tags

[PATCH v8 0/5] Initial support for multi-actuator HDDs
 2021-09-27  9:17 UTC  (2+ messages)

[PATCH v3 0/7] badblocks improvement for multiple bad block ranges
 2021-09-27  8:23 UTC  (20+ messages)
` [PATCH v3 1/6] badblocks: add more helper structure and routines in badblocks.h
` [PATCH v3 2/6] badblocks: add helper routines for badblock ranges handling
` [PATCH v3 3/6] badblocks: improvement badblocks_set() for multiple "
` Too large badblocks sysfs file (was: [PATCH v3 0/7] badblocks improvement for multiple bad block ranges)

[RFC][PATCH v3 0/9] mm: Use DIO for swap and fix NFS swapfiles
 2021-09-27  1:41 UTC  (17+ messages)
` [PATCH v3 1/9] mm: Remove the callback func argument from __swap_writepage()
` [PATCH v3 4/9] Introduce IOCB_SWAP kiocb flag to trigger REQ_SWAP
` [PATCH v3 5/9] mm: Make swap_readpage() for SWP_FS_OPS use ->swap_rw() not ->readpage()
` [PATCH v3 6/9] mm: Make __swap_writepage() do async DIO if asked for it
` [PATCH v3 8/9] block, btrfs, ext4, xfs: Implement swap_rw
` [PATCH v3 9/9] mm: Remove swap BIO paths and only use DIO paths

[PATCH -next] blk-mq: fix tag_get wait task can't be awakened
 2021-09-26 12:47 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.15-rc3
 2021-09-25 23:05 UTC  (2+ messages)

[PATCH] raid1: ensure bio doesn't have more than BIO_MAX_VECS sectors
 2021-09-25 23:02 UTC  (10+ messages)

[PATCH] zram: Introduce an aged idle interface
 2021-09-24 20:15 UTC  (11+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "

[PATCH V2] block: hold ->invalidate_lock in blkdev_fallocate
 2021-09-24 17:07 UTC  (3+ messages)

[PATCH v2] blktrace: Fix uaf in blk_trace access after removing by sysfs
 2021-09-24 17:06 UTC  (2+ messages)

[PATCH] block: don't call rq_qos_ops->done_bio if the bio isn't tracked
 2021-09-24 17:04 UTC  (4+ messages)

[PATCH] loop: don't print warnings if the underlying filesystem doesn't support discard
 2021-09-24 15:58 UTC  (3+ messages)

[GIT PULL] nvme fixes for Linux 5.15
 2021-09-24 13:15 UTC  (2+ messages)

[PATCH 0/6] fix uaf in rq_qos_done_io()
 2021-09-24  8:19 UTC  (11+ messages)
` [PATCH 1/6] rq-qos: introduce rq_qos_free()
` [PATCH 2/6] blk-wbt: introduce wbt_free()
` [PATCH 3/6] io-cost: introduce ioc_rqos_free()
` [PATCH 4/6] blk-iolatency: splict blkcg_iolatency_free() from blkcg_iolatency_exit()
` [PATCH 5/6] blk-ioprio: introduce blkcg_ioprio_free()
` [PATCH 6/6] rq-qos: fix uaf in rq_qos_done_io()

[PATCH] null_blk: Fix a NULL pointer dereference
 2021-09-23 19:16 UTC  (11+ messages)

[PATCH v3 0/4] blk-crypto cleanups
 2021-09-23 18:56 UTC  (5+ messages)
` [PATCH v3 1/4] blk-crypto-fallback: properly prefix function and struct names
` [PATCH v3 2/4] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [PATCH v3 3/4] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [PATCH v3 4/4] blk-crypto: update inline encryption documentation

[PATCH] blktrace: Fix uaf in blk_trace access after removing by sysfs
 2021-09-23 13:39 UTC  (3+ messages)

[patch v8 0/7] handle unexpected message from server
 2021-09-23 13:33 UTC  (2+ messages)

[PATCH 0/4] cancel all throttled bios in blk_cleanup_queue()
 2021-09-23 13:31 UTC  (4+ messages)
` [PATCH 4/4] block: "

[RFC v2 PATCH] mm, sl[au]b: Introduce lockless cache
 2021-09-23 13:28 UTC  (7+ messages)
` Github link here

[PATCH 0/9] block: 5th batch of add_disk() error handling conversions
 2021-09-23  8:52 UTC  (7+ messages)
` [PATCH 7/9] s390/block/dcssblk: add error handling support for add_disk()

[PATCH v2 0/3] kmod: add patient module removal support
 2021-09-23  8:51 UTC  (7+ messages)
` [PATCH v2 1/3] libkmod: add a library notice log level print
` [PATCH v2 3/3] libkmod-module: add support for a patient module removal option

[PATCH] bcache: reserve never used bits from bkey.high
 2021-09-23  6:19 UTC 

[syzbot] possible deadlock in blk_request_module
 2021-09-23  4:10 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 10/19] blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd
 2021-09-23  3:38 UTC 

[PATCH AUTOSEL 5.10 05/26] blk-mq: avoid to iterate over stale request
 2021-09-23  3:38 UTC 

[PATCH AUTOSEL 5.14 05/34] blk-mq: avoid to iterate over stale request
 2021-09-23  3:37 UTC 

[syzbot] WARNING: ODEBUG bug in blk_mq_hw_sysfs_release
 2021-09-23  3:03 UTC  (4+ messages)

[PATCH] block: hold ->invalidate_lock in blkdev_fallocate
 2021-09-23  1:51 UTC  (3+ messages)

[PATCH V2 0/8] loop: small clenaup
 2021-09-23  1:49 UTC  (9+ messages)
` [PATCH V2 1/8] loop: use sysfs_emit() in the sysfs offset show
` [PATCH V2 2/8] loop: use sysfs_emit() in the sysfs sizelimit show
` [PATCH V2 3/8] loop: use sysfs_emit() in the sysfs autoclear show
` [PATCH V2 4/8] loop: use sysfs_emit() in the sysfs partscan show
` [PATCH V2 5/8] loop: use sysfs_emit() in the sysfs dio show
` [PATCH V2 6/8] loop: remove extra variable in lo_fallocate()
` [PATCH V2 7/8] loop: remove extra variable in lo_req_flush
` [PATCH V2 8/8] loop: allow user to set the queue depth


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