linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-15 05:44:00 to 2022-04-20 04:28:10 UTC [more...]

make the blkcg and blkcg structures private
 2022-04-20  4:27 UTC  (13+ messages)
` [PATCH 01/15] blk-cgroup: remove __bio_blkcg
` [PATCH 02/15] nvme-fc: don't support the appid attribute without CONFIG_BLK_CGROUP_FC_APPID
` [PATCH 03/15] nvme-fc: fold t fc_update_appid into fc_appid_store
` [PATCH 04/15] blk-cgroup: move blkcg_{get,set}_fc_appid out of line
` [PATCH 05/15] blk-cgroup: move blk_cgroup_congested out line
` [PATCH 06/15] blk-cgroup: move blkcg_{pin,unpin}_online out of line
` [PATCH 07/15] blk-cgroup: move struct blkcg to block/blk-cgroup.h
` [PATCH 08/15] blktrace: cleanup the __trace_note_message interface
` [PATCH 09/15] blk-cgroup: replace bio_blkcg with bio_blkcg_css
` [PATCH 10/15] blk-cgroup: remove pointless CONFIG_BLOCK ifdefs
` [PATCH 11/15] blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>
` [PATCH 12/15] blk-cgroup: move blkcg_css to blk-cgroup.c

[PATCH 0/4] virtio-blk: small cleanup
 2022-04-20  4:10 UTC  (5+ messages)
` [PATCH 1/4] virtio-blk: remove additional check in fast path
` [PATCH 2/4] virtio-blk: don't add a new line
` [PATCH 3/4] virtio-blk: avoid function call in the fast path
` [PATCH 4/4] virtio-blk: remove deprecated ida_simple_XXX()

[PATCH v2 0/4] null_blk cleanup and device naming improvements
 2022-04-20  3:57 UTC  (8+ messages)
` [PATCH v2 1/4] block: null_blk: Fix code style issues
` [PATCH v2 2/4] block: null_blk: Cleanup device creation and deletion
` [PATCH v2 3/4] block: null_blk: Cleanup messages
` [PATCH v2 4/4] block: null_blk: Improve device creation with configfs

[PATCH for-5.18 0/3] block: throttle related fixes
 2022-04-20  3:40 UTC  (6+ messages)
` [PATCH 2/3] block: let blkcg_gq grab request queue's refcnt

[PATCH RESEND] blk-mq: fix possible creation failure for 'debugfs_dir'
 2022-04-20  3:40 UTC  (3+ messages)

[PATCH 0/4] null_blk cleanup and device naming improvements
 2022-04-20  0:47 UTC  (12+ messages)
` [PATCH 1/4] block: null_blk: Fix code style issues
` [PATCH 2/4] block: null_blk: Cleanup device creation and deletion
` [PATCH 3/4] block: null_blk: Cleanup messages
` [PATCH 4/4] block: null_blk: Improve device creation with configfs

SPDX tag and top of file comment cleanups for the loop driver
 2022-04-19 22:33 UTC  (7+ messages)
` [PATCH 1/4] loop: remove loop.h
` [PATCH 2/4] loop: add a SPDX header
` [PATCH 3/4] loop: remove most the top-of-file boilerplate comment
` [PATCH 4/4] loop: remove most the top-of-file boilerplate comment from the UAPI header

[PATCH 17/17] nvme: enable non-inline passthru commands
 2022-04-19 18:19 UTC  (16+ messages)

[PATCH AUTOSEL 5.17 33/34] block/compat_ioctl: fix range check in BLKGETSIZE
 2022-04-19 18:11 UTC 

[PATCH 0/2] bcache fixes for Linux v5.18-rc3
 2022-04-19 17:28 UTC  (4+ messages)
` [PATCH 1/2] bcache: put bch_bio_map() back to correct location in journal_write_unlocked()
` [PATCH 2/2] bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook()

Re: siw_cm.c:255 siw_cep_put+0x125/0x130 kernel warning while testing blktests srp/002 v5.17-rc7
 2022-04-19 15:53 UTC 

LSF/MM/BPF 2022: Running BOF
 2022-04-19 15:20 UTC 

Nullblk configfs oddities
 2022-04-19 14:49 UTC  (10+ messages)

use block_device based APIs in block layer consumers v3
 2022-04-19 12:55 UTC  (17+ messages)
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [f2fs-dev] "
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH] Drop Documentation/ide/
 2022-04-19 11:38 UTC  (6+ messages)

[PATCH -next 00/11] support concurrent sync io for bfq on a specail occasion
 2022-04-19 11:37 UTC  (7+ messages)
` [PATCH -next 10/11] block, bfq: decrease 'num_groups_with_pending_reqs' earlier

[PATCH V2] block: avoid io timeout in case of sync polled dio
 2022-04-19  8:15 UTC  (10+ messages)

[PATCH] Revert "make: let src/Makefile set *dir vars properly"
 2022-04-19  7:00 UTC  (3+ messages)

fix and cleanup discard_alignment handling
 2022-04-19  4:51 UTC  (22+ messages)
` [PATCH 01/11] ubd: don't set the discard_alignment queue limit
` [PATCH 02/11] nbd: "
` [PATCH 03/11] null_blk: "
  ` [dm-devel] "
` [PATCH 04/11] virtio_blk: fix the discard_granularity and discard_alignment queue limits
` [PATCH 05/11] dm-zoned: don't set the discard_alignment queue limit
  ` [dm-devel] "
` [PATCH 06/11] raid5: "
` [PATCH 07/11] dasd: "
` [PATCH 08/11] loop: remove a spurious clear of discard_alignment
  ` [dm-devel] "
` [PATCH 09/11] nvme: "
  ` [dm-devel] "
` [PATCH 10/11] rnbd-srv: use bdev_discard_alignment
  ` [dm-devel] "
` [PATCH 11/11] xen-blkback: "
  ` [dm-devel] "

[PATCH 1/3] blk-crypto: introduce blk_crypto_supported
 2022-04-19  3:22 UTC  (10+ messages)
` [PATCH 2/3] f2fs: notify when device not supprt inlinecrypt
` [PATCH 3/3] ext4: "

[PATCH] aoe: Avoid flush_scheduled_work() usage
 2022-04-18 23:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] cdrom: do not print info list when there is no cdrom device
 2022-04-18 21:04 UTC  (6+ messages)

[PATCH v4] scsi: target: tcmu: Fix possible data corruption
 2022-04-18 18:40 UTC  (2+ messages)

[PATCH v2] blktests: replace module removal with patient module removal
 2022-04-18 16:39 UTC  (4+ messages)

[Question] Accessing read data in bio request
 2022-04-18 15:33 UTC  (4+ messages)

[PATCH] block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usage
 2022-04-18 15:25 UTC  (3+ messages)

yet another approach to fix the loop lock order inversions v6
 2022-04-18 12:54 UTC  (6+ messages)
` [PATCH 01/15] nbd: use the correct block_device in nbd_bdev_reset

siw_cm.c:255 siw_cep_put+0x125/0x130 kernel warning while testing blktests srp/002 v5.17-rc7
 2022-04-18  8:29 UTC  (2+ messages)

[PATCH v2] block: add filemap_invalidate_lock_killable()
 2022-04-18  5:14 UTC  (2+ messages)

[dm-5.19 PATCH 01/21] block: change exported IO accounting interface from gendisk to bdev
 2022-04-18  2:27 UTC 

[PATCH 0/9 v7] bfq: Avoid use-after-free when moving processes between cgroups
 2022-04-18  1:34 UTC  (3+ messages)
` [PATCH 1/9] bfq: Avoid false marking of bic as stably merged

cleanup bio_kmalloc v3
 2022-04-18  1:32 UTC  (2+ messages)

loop: it looks like REQ_OP_FLUSH could return before IO completion
 2022-04-17 16:32 UTC  (11+ messages)

[PATCH v3] scsi: target: tcmu: Fix possible data corruption
 2022-04-17  2:41 UTC  (3+ messages)

[PATCH 5/8] dm: always setup ->orig_bio in alloc_io
 2022-04-17  2:22 UTC  (12+ messages)

[PATCH 0/8] dm: io accounting & polling improvement
 2022-04-17  1:23 UTC  (6+ messages)
` [PATCH 1/8] block: replace disk based account with bdev's

[PATCH -next v2 0/5] support concurrent sync io for bfq on a specail occasion
 2022-04-16  9:37 UTC  (6+ messages)
` [PATCH -next v2 1/5] block, bfq: cleanup bfq_weights_tree add/remove apis
` [PATCH -next v2 2/5] block, bfq: add fake weight_counter for weight-raised queue
` [PATCH -next v2 3/5] bfq, block: record how many queues have pending requests in bfq_group
` [PATCH -next v2 4/5] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
` [PATCH -next v2 5/5] block, bfq: do not idle if only one cgroup is activated

[PATCH -next v2] nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
 2022-04-16  6:09 UTC  (2+ messages)

[git pull] device mapper fixes for 5.18-rc3
 2022-04-15 23:04 UTC  (2+ messages)
` [dm-devel] "

[GIT PULL] Block fixes for 5.18-rc3
 2022-04-15 18:47 UTC  (2+ messages)

[syzbot] possible deadlock in blkcg_deactivate_policy
 2022-04-15 18:29 UTC 

can't run nvme-mp blktests
 2022-04-15 18:09 UTC  (10+ messages)

blktests with zbd/006 ZNS triggers a possible false positive RCU stall
 2022-04-15 17:42 UTC  (7+ messages)

[PATCH v2] scsi: target: tcmu: Fix possible data corruption
 2022-04-15 15:02 UTC  (3+ messages)

[PATCH] block: don't print I/O error warning for dead disks
 2022-04-15 12:42 UTC  (2+ messages)

[PATCH] block/compat_ioctl: fix range check in BLKGETSIZE
 2022-04-15 12:42 UTC  (3+ messages)
` [PATCH v2] "

[GIT PULL] nvme fixes for Linux 5.18
 2022-04-15 12:34 UTC  (2+ messages)

[PATCH -next RFC v3 0/8] improve tag allocation under heavy load
 2022-04-15 10:10 UTC  (9+ messages)
` [PATCH -next RFC v3 1/8] sbitmap: record the number of waiters for each waitqueue
` [PATCH -next RFC v3 2/8] blk-mq: call 'bt_wait_ptr()' later in blk_mq_get_tag()
` [PATCH -next RFC v3 3/8] sbitmap: make sure waitqueues are balanced
` [PATCH -next RFC v3 4/8] blk-mq: don't preempt tag under heavy load
` [PATCH -next RFC v3 5/8] sbitmap: force tag preemption if free tags are sufficient
` [PATCH -next RFC v3 6/8] blk-mq: force tag preemption for split bios
` [PATCH -next RFC v3 7/8] blk-mq: record how many tags are needed for splited bio
` [PATCH -next RFC v3 8/8] sbitmap: wake up the number of threads based on required tags

[PATCH -next v2] block: update nsecs[] in part_stat_show() and diskstats_show()
 2022-04-15  8:06 UTC 

[PATCH -next RFC v2 0/8] improve tag allocation under heavy load
 2022-04-15  7:07 UTC  (4+ messages)
` [PATCH -next RFC v2 3/8] sbitmap: make sure waitqueues are balanced


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