linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-24 09:28:40 to 2021-03-29 02:01:17 UTC [more...]

[PATCH v4 0/3] blk-mq: Fix a race between iterating over requests and freeing requests
 2021-03-29  2:00 UTC  (3+ messages)
` [PATCH v4 1/3] blk-mq: Move the elevator_exit() definition
` [PATCH v4 3/3] blk-mq: Fix a race between iterating over requests and freeing requests

[PATCH v3 0/3] blk-mq: Fix a race between iterating over requests and freeing requests
 2021-03-29  1:33 UTC  (6+ messages)
` [PATCH v3 1/3] blk-mq: Move the elevator_exit() definition
` [PATCH v3 2/3] blk-mq: Introduce atomic variants of the tag iteration functions
` [PATCH v3 3/3] blk-mq: Fix a race between iterating over requests and freeing requests

[PATCH blktests] tests/block/031: Add a test for sharing a tag set across hardware queues
 2021-03-28 23:41 UTC  (3+ messages)
` [PATCH blktests v2] rdma: Use rdma link instead of /sys/class/infiniband/*/parent

[GIT PULL] Block fixes for 5.12-rc5
 2021-03-28 19:11 UTC  (2+ messages)

[PATCH v1 0/3] Support EFI partition on NVIDIA Tegra devices
 2021-03-27 21:21 UTC  (4+ messages)
` [PATCH v1 1/3] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v1 2/3] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v1 3/3] partitions/efi: Support gpt_sector parameter needed by NVIDIA Tegra devices

[PATCH V2] block: not create too many partitions
 2021-03-27 15:07 UTC  (3+ messages)

[PATCH 0/3] scsi: check the whole result in some places
 2021-03-27  6:57 UTC  (4+ messages)
` [PATCH 1/3] scsi: check the whole result for reading write protect flag

[syzbot] KASAN: use-after-free Read in disk_part_iter_next (2)
 2021-03-27  6:50 UTC  (7+ messages)

[PATCH v2] loop: call __loop_clr_fd() with lo_mutex locked to avoid autoclear race
 2021-03-27  1:13 UTC  (3+ messages)
  ` 回复: "

start removing block bounce buffering support v2
 2021-03-26 23:15 UTC  (10+ messages)
` [PATCH 1/8] aha1542: use a local bounce buffer
` [PATCH 2/8] Buslogic: remove ISA support
` [PATCH 3/8] BusLogic: reject broken old firmware that requires ISA-style bounce buffering
` [PATCH 4/8] advansys: remove ISA support
` [PATCH 5/8] scsi: remove the unchecked_isa_dma flag
` [PATCH 6/8] block: remove BLK_BOUNCE_ISA support
` [PATCH 7/8] block: refactor the bounce buffering code
` [PATCH 8/8] block: stop calling blk_queue_bounce for passthrough requests

[git pull] device mapper fixes for 5.12-rc5
 2021-03-26 19:26 UTC  (2+ messages)
` [dm-devel] "

[PATCH 1/1] block: fix trivial typos in comments
 2021-03-26 15:46 UTC  (4+ messages)

[PATCH V3 00/13] block: support bio based io polling
 2021-03-26 15:02 UTC  (37+ messages)
` [PATCH V3 01/13] block: add helper of blk_queue_poll
` [PATCH V3 02/13] block: add one helper to free io_context
` [PATCH V3 03/13] block: add helper of blk_create_io_context
` [PATCH V3 04/13] block: create io poll context for submission and poll task
` [PATCH V3 05/13] block: add req flag of REQ_POLL_CTX
` [PATCH V3 06/13] block: add new field into 'struct bvec_iter'
` [PATCH V3 07/13] block/mq: extract one helper function polling hw queue
` [PATCH V3 08/13] block: prepare for supporting bio_list via other link
` [PATCH V3 09/13] block: use per-task poll context to implement bio based io polling
` [PATCH V3 10/13] blk-mq: limit hw queues to be polled in each blk_poll()
` [PATCH V3 11/13] block: add queue_to_disk() to get gendisk from request_queue
` [PATCH V3 12/13] block: add poll_capable method to support bio-based IO polling
` [PATCH V3 13/13] dm: support IO polling for bio-based dm device

[PATCH] blk-settings: Fix a typo
 2021-03-26 13:57 UTC 

[PATCH] block: not create too many partitions
 2021-03-26 13:02 UTC  (2+ messages)

[PATCH] block: export disk_part_iter_* helpers
 2021-03-26 13:01 UTC  (3+ messages)

[PATCH] loop: Fix use of unsafe lo->lo_mutex locks
 2021-03-26  9:36 UTC  (4+ messages)
  ` 回复: "

[PATCH -next 0/5] block: add a sequence number to disks
 2021-03-26  8:00 UTC  (8+ messages)
` [PATCH -next 1/5] block: add disk sequence number

[PATCH v2 0/8] ensure bios aren't split in middle of crypto data unit
 2021-03-26  7:56 UTC  (16+ messages)
` [PATCH v2 1/8] block: introduce blk_ksm_is_empty()
` [PATCH v2 2/8] dm,mmc,ufshcd: handle error from blk_ksm_register()
` [PATCH v2 3/8] block: blk-crypto: introduce blk_crypto_bio_sectors_alignment()
` [PATCH v2 4/8] block: introduce bio_required_sector_alignment()
` [PATCH v2 5/8] block: respect bio_required_sector_alignment() in blk-crypto-fallback
` [PATCH v2 6/8] block: keyslot-manager: introduce blk_ksm_restrict_dus_to_queue_limits()
` [PATCH v2 7/8] blk-merge: Ensure bios aren't split in middle of a crypto data unit
` [PATCH v2 8/8] block: add WARN() in bio_split() for sector alignment

[PATCH] blk-mq: Fix races between iterating over requests and freeing requests
 2021-03-26  2:14 UTC  (5+ messages)

[PATCH 0/7] ensure bios aren't split in middle of crypto data unit
 2021-03-25 21:41 UTC  (3+ messages)

[PATCH BUGFIX/IMPROVEMENT V2 0/6] revised version of third and last batch of patches
 2021-03-25 16:50 UTC  (3+ messages)

[PATCH for-rc 00/24] Misc update for rnbd
 2021-03-25 16:23 UTC  (27+ messages)
` [PATCH for-rc 01/24] MAINTAINERS: Change maintainer for rnbd module
` [PATCH for-rc 02/24] Documentation/sysfs-block-rnbd: Add descriptions for remap_device and resize
` [PATCH for-rc 03/24] block/rnbd: Enable the fault-injection
` [PATCH for-rc 04/24] block/rnbd-srv: Inject a fault at bio processing
` [PATCH for-rc 05/24] block/rnbd-clt: Inject some fault points
` [PATCH for-rc 06/24] docs: fault-injection: Add fault-injection manual of RNBD
` [PATCH for-rc 07/24] docs: Add RTRS/RNBD to the index of fault-injection
` [PATCH for-rc 08/24] block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpath
` [PATCH for-rc 09/24] block/rnbd-clt: Remove some arguments from rnbd_client_setup_device
` [PATCH for-rc 10/24] block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_disk
` [PATCH for-rc 11/24] block/rnbd: Kill rnbd_clt_destroy_default_group
` [PATCH for-rc 12/24] block/rnbd: Kill destroy_device_cb
` [PATCH for-rc 13/24] block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}
` [PATCH for-rc 14/24] block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallel
` [PATCH for-rc 15/24] block/rnbd-srv: Remove force_close file after holding a lock
` [PATCH for-rc 16/24] block/rnbd-clt: Improve find_or_create_sess() return check
` [PATCH for-rc 17/24] block/rnbd-clt: Fix missing a memory free when unloading the module
` [PATCH for-rc 18/24] block/rnbd-clt: Support polling mode for IO latency optimization
` [PATCH for-rc 19/24] Documentation/ABI/rnbd-clt: Add description for nr_poll_queues
` [PATCH for-rc 20/24] block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev
` [PATCH for-rc 21/24] block/rnbd-clt: Generate kobject_uevent when the rnbd device state changes
` [PATCH for-rc 22/24] block/rnbd-clt: Remove max_segment_size
` [PATCH for-rc 23/24] block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_name
` [PATCH for-rc 24/24] block/rnbd: Use strscpy instead of strlcpy

[PATCH V6 0/2] nvme: enable char device per namespace
 2021-03-25 15:14 UTC  (10+ messages)
` [PATCH V6 1/2] "

[RFC PATCH 0/8] use core page calls instead of kmaps
 2021-03-25 15:10 UTC  (5+ messages)
` [RFC PATCH 6/8] ext4: use memcpy_to_page() in pagecache_write()

[PATCH] brd: fix integer overflow in brd_check_and_reset_par
 2021-03-25 11:45 UTC 

[PATCH v3 00/14] bfq: introduce bfq.ioprio for cgroup
 2021-03-25  6:57 UTC  (15+ messages)
` [PATCH v3 01/14] bfq: introduce bfq_entity_to_bfqg helper method
` [PATCH v3 02/14] bfq: convert the type of bfq_group.bfqd to bfq_data*
` [PATCH v3 03/14] bfq: introduce bfq.ioprio for cgroup
` [PATCH v3 04/14] bfq: introduce bfq_ioprio_class to get ioprio class
` [PATCH v3 05/14] bfq: limit the IO depth of CLASS_IDLE to 1
` [PATCH v3 06/14] bfq: keep the minimun bandwidth for CLASS_BE
` [PATCH v3 07/14] bfq: introduce better_fairness for container scene
` [PATCH v3 08/14] bfq: introduce prio_expire flag for bfq_queue
` [PATCH v3 09/14] bfq: expire in_serv_queue for prio_expire under better_fairness
` [PATCH v3 10/14] bfq: optimize IO injection "
` [PATCH v3 11/14] bfq: disable idle for prio_expire "
` [PATCH v3 12/14] bfq: disable merging between different groups "
` [PATCH v3 13/14] bfq: remove unnecessary initialization logic
` [PATCH v3 14/14] bfq: optimize the calculation of bfq_weight_to_ioprio()

[PATCH v2] sbitmap: Silence a debug kernel warning triggered by sbitmap_put()
 2021-03-25  3:53 UTC  (2+ messages)

Race condition in Kernel
 2021-03-25  1:46 UTC  (4+ messages)

[PATCH v2] blk-mq: Fix races between iterating over requests and freeing requests
 2021-03-24 23:13 UTC  (3+ messages)

[RFC] iosched: add cfq -> bfq alias
 2021-03-24 22:16 UTC  (4+ messages)

[RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
 2021-03-24 18:34 UTC  (6+ messages)
` [RFC PATCH v2 04/11] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()

start removing block bounce buffering support
 2021-03-24 18:13 UTC  (8+ messages)
` [PATCH 7/8] block: refactor the bounce buffering code

[PATCH v2] block: support zone append bvecs
 2021-03-24 17:37 UTC  (3+ messages)

[RFC PATCH V2 00/13] block: support bio based io polling
 2021-03-24 15:43 UTC  (7+ messages)
` [RFC PATCH V2 09/13] block: use per-task poll context to implement bio based io poll

[PATCH 0/1] block: fix potential infinite loop in the negative branch in __submit_bio_noacct_mq()
 2021-03-24 15:14 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] block/umem: convert tasklet to threaded irq
 2021-03-24 12:58 UTC  (3+ messages)
` [PATCH] drivers/block: Goodbye BLK_DEV_UMEM

[PATCH] rsxx: remove extraneous 'const' qualifier
 2021-03-24 12:56 UTC  (2+ messages)

[PATCH] block: support zone append bvecs
 2021-03-24 12:12 UTC  (9+ messages)

[PATCH] block/rnbd-clt: fix overlapping snprintf arguments
 2021-03-24 10:34 UTC  (2+ messages)


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