linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-09 07:14:09 to 2022-04-15 05:47:52 UTC [more...]

use block_device based APIs in block layer consumers v3
 2022-04-15  5:47 UTC  (44+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [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 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH] block: fix offset/size check in bio_trim()
 2022-04-15  5:26 UTC  (3+ messages)

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

can't run nvme-mp blktests
 2022-04-15  5:22 UTC  (12+ messages)

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

[GIT PULL] nvme fixes for Linux 5.18
 2022-04-15  5:01 UTC 

cleanup bio_kmalloc v3
 2022-04-15  4:57 UTC  (4+ messages)
` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper

[PATCH 0/9 v7] bfq: Avoid use-after-free when moving processes between cgroups
 2022-04-15  5:03 UTC  (2+ messages)

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

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

[PATCH RESEND] blk-mq: fix possible creation failure for 'debugfs_dir'
 2022-04-15  3:56 UTC 

loop: it looks like REQ_OP_FLUSH could return before IO completion
 2022-04-15  2:10 UTC  (7+ messages)

[PATCH -next 00/11] support concurrent sync io for bfq on a specail occasion
 2022-04-15  1:10 UTC  (13+ messages)
` [PATCH -next 02/11] block, bfq: apply news apis where root group is not expected
` [PATCH -next 05/11] block, bfq: count root group into 'num_groups_with_pending_reqs'
` [PATCH -next 10/11] block, bfq: decrease 'num_groups_with_pending_reqs' earlier

[PATCH 0/8] dm: io accounting & polling improvement
 2022-04-15  0:14 UTC  (26+ messages)
` [PATCH 1/8] block: replace disk based account with bdev's
` [PATCH 2/8] dm: don't pass bio to __dm_start_io_acct and dm_end_io_acct
` [PATCH 3/8] dm: pass 'dm_io' instance to dm_io_acct directly
` [PATCH 4/8] dm: switch to bdev based io accounting interface
` [PATCH 5/8] dm: always setup ->orig_bio in alloc_io
` [PATCH 6/8] dm: don't grab target io reference in dm_zone_map_bio
` [PATCH 7/8] dm: improve target io referencing
` [PATCH 8/8] dm: put all polled io into one single list

siw_cm.c:255 siw_cep_put+0x125/0x130 kernel warning while testing blktests srp/002 v5.17-rc7
 2022-04-14 23:31 UTC 

blktests srp failures with a guest with kdevops on v5.17-rc7 removal
 2022-04-14 22:06 UTC  (8+ messages)

[PATCH] block: null_blk: end timed out poll request
 2022-04-14 16:16 UTC  (2+ messages)

[Question] Accessing read data in bio request
 2022-04-14 14:15 UTC 

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

[PATCH/RFC] md: remove media-change code
 2022-04-14 11:06 UTC  (2+ messages)

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

[PATCH] block: avoid io timeout in case of sync polled dio
 2022-04-14  1:38 UTC  (3+ messages)

[PATCH] blktests: replace module removal with patient module removal
 2022-04-13 22:46 UTC  (5+ messages)

[PATCH] block: fix offset/size check in bio_trim()
 2022-04-13 16:47 UTC  (2+ messages)

Issues running nvme-tcp/rdma passthru blktests
 2022-04-13 15:33 UTC  (3+ messages)
` [PATCH blktests] nvme tests should use nvme_trtype when setting up passthru target

[PATCH] block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usage
 2022-04-13 12:35 UTC  (3+ messages)

[PATCH] block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usage
 2022-04-13 12:34 UTC 

Wycena paneli fotowoltaicznych
 2022-04-12  7:50 UTC 

[PATCH] block/rnbd: client: avoid flush_workqueue(system_long_wq) usage
 2022-04-13  6:40 UTC  (5+ messages)

[PATCH RESEND] asm-generic: fix __get_unaligned_be48() on 32 bit platforms
 2022-04-12 22:31 UTC  (2+ messages)

Ihre Anfrage für Online-Unterricht an Musikschule Fröhlich
 2022-04-12 18:51 UTC 

[PATCH v2 1/5] block/badblocks: Remove redundant assignments
 2022-04-12 17:16 UTC  (5+ messages)
` [PATCH v2 2/5] block/blk-map: Remove redundant assignment
` [PATCH v2 3/5] block/partitions/acorn: Remove redundant assignments
` [PATCH v2 4/5] block/partitions/atari: Remove redundant assignment
` [PATCH v2 5/5] block/partitions/ldm: Remove redundant assignments

[PATCH] block: Remove redundant assignments
 2022-04-12 15:23 UTC  (5+ messages)

can we reduce bio_set_dev overhead due to bio_associate_blkg?
 2022-04-12  7:52 UTC  (12+ messages)
                ` [PATCH] block: remove redundant blk-cgroup init from __bio_clone

[PATCH] security: do not leak information in ioctl
 2022-04-12  5:25 UTC  (4+ messages)

[PATCH -next RFC v2 0/8] improve tag allocation under heavy load
 2022-04-12  3:20 UTC  (12+ messages)
` [PATCH -next RFC v2 8/8] sbitmap: wake up the number of threads based on required tags

[PATCH] block: move lower_48_bits() to block
 2022-04-12  1:18 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 32/41] drbd: set QUEUE_FLAG_STABLE_WRITES
 2022-04-12  0:46 UTC 

[PATCH AUTOSEL 5.17 39/49] drbd: set QUEUE_FLAG_STABLE_WRITES
 2022-04-12  0:43 UTC 

[PATCH v6 0/2] virtio-blk: support polling I/O and mq_ops->queue_rqs()
 2022-04-11 23:47 UTC  (4+ messages)

use block_device based APIs in block layer consumers
 2022-04-11 18:24 UTC  (3+ messages)
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [f2fs-dev] "

[PATCH v2] pcd: do not leak information in ioctl
 2022-04-11 17:50 UTC 

use block_device based APIs in block layer consumers v2
 2022-04-11 17:25 UTC  (16+ messages)
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
  ` [Drbd-dev] "
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD

[PATCH] cdrom: do not print info list when there is no cdrom device
 2022-04-11 16:51 UTC  (5+ messages)

[PATCH 0/3] Modify some code about root=UUID or root=LABEL
 2022-04-11 15:57 UTC  (7+ messages)
` [PATCH 1/3] init: print some info about UUID and LABEL in name_to_dev_t()
` [PATCH 2/3] docs: kernel-parameters: update description of root=
` [PATCH 3/3] block: print correct sectors in printk_all_partitions()

[PATCH] block: aoe: fix page fault in freedev()
 2022-04-11 14:43 UTC  (9+ messages)
          ` [PATCH v2 0/2] "
            ` [PATCH v2 1/2] block: add blk_alloc_disk and blk_cleanup_disk APIs

[PATCH v2 0/3] three bug fixes about tcmu page fault handle
 2022-04-11  6:16 UTC  (11+ messages)
` [PATCH v2 2/3] scsi: target: tcmu: Fix possible data corruption
` [PATCH v2 3/3] scsi: target: tcmu: Use address_space->invalidate_lock

[PATCH] cdrom: make EXPORT_SYMBOL follow exported function
 2022-04-09  9:10 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).