linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-16 16:46:34 to 2020-01-23 19:26:13 UTC [more...]

[PATCH] Adding multiple workers to the loop device
 2020-01-23 19:25 UTC  (4+ messages)

[PATCH 0/1] Handle NULL make_request_fn in generic_make_request()
 2020-01-23 18:52 UTC  (6+ messages)
` [PATCH 1/1] blk/core: Gracefully handle unset make_request_fn

[PATCH] rbd: set the 'device' link in sysfs
 2020-01-23 18:45 UTC  (2+ messages)

[PATCH] partitions/ldm: fix spelling mistake "to" -> "too"
 2020-01-23 18:41 UTC  (2+ messages)

[PATCH 00/17] bcache patches for Linux v5.6
 2020-01-23 18:31 UTC  (21+ messages)
` [PATCH 01/17] bcache: cached_dev_free needs to put the sb page
` [PATCH 02/17] bcache: use a separate data structure for the on-disk super block
` [PATCH 03/17] bcache: rework error unwinding in register_bcache
` [PATCH 04/17] bcache: properly initialize 'path' and 'err' in register_bcache()
` [PATCH 05/17] bcache: fix use-after-free "
` [PATCH 06/17] bcache: transfer the sb_page reference to register_{bdev,cache}
` [PATCH 07/17] bcache: return a pointer to the on-disk sb from read_super
` [PATCH 08/17] bcache: store a pointer to the on-disk sb in the cache and cached_dev structures
` [PATCH 09/17] bcache: use read_cache_page_gfp to read the superblock
` [PATCH 10/17] lib: crc64: include <linux/crc64.h> for 'crc64_be'
` [PATCH 11/17] bcache: add code comments for state->pool in __btree_sort()
` [PATCH 12/17] bcache: avoid unnecessary btree nodes flushing in btree_flush_write()
` [PATCH 13/17] bcache: print written and keys in trace_bcache_btree_write
` [PATCH 14/17] bcache: back to cache all readahead I/Os
` [PATCH 15/17] bcache: remove member accessed from struct btree
` [PATCH 16/17] bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()
` [PATCH 17/17] bcache: reap from tail of c->btree_cache "

[PATCH 00/17] bcache patches for Linux v5.16
 2020-01-23 17:00 UTC 

[PATCH] Adding multiple workers to the loop device
 2020-01-23  3:33 UTC  (7+ messages)
` Re "

[PATCH 0/6] scsi: support bypass device busy check for some high end HBA with SSD
 2020-01-23  2:54 UTC  (16+ messages)
` [PATCH 1/6] scsi: mpt3sas: don't use .device_busy in device reset routine
` [PATCH 2/6] scsi: remove .for_blk_mq
` [PATCH 3/6] scsi: sd: register request queue after sd_revalidate_disk is done
` [PATCH 4/6] block: freeze queue for updating QUEUE_FLAG_NONROT
` [PATCH 5/6] scsi: core: don't limit per-LUN queue depth for SSD when HBA needs
` [PATCH 6/6] scsi: megaraid: set flag of no_device_queue_for_ssd

[LSF/MM/BPF TOPIC] Generic page write protection
 2020-01-22 18:27 UTC  (8+ messages)
` [Lsf-pc][LSF/MM/BPF "

[PATCH] block, bfq: improve arithmetic division in bfq_delta()
 2020-01-22 17:34 UTC  (2+ messages)

[PATCH] block/bfq: remove unused bfq_class_rt which never used
 2020-01-22 17:31 UTC  (2+ messages)

[PATCH v7 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-01-22 14:18 UTC  (30+ messages)
` [PATCH v7 04/25] RDMA/rtrs: core: lib functions shared between client and server modules
` [PATCH v7 06/25] RDMA/rtrs: client: main functionality
` [PATCH v7 17/25] block/rnbd: "
` [PATCH v7 23/25] block/rnbd: include client and server modules into kernel compilation

[PATCH v5 0/6] block: Introduce REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES
 2020-01-22 10:58 UTC  (7+ messages)
` [PATCH v5 1/6] block: Add @flags argument to bdev_write_zeroes_sectors()
` [PATCH v5 2/6] block: Pass op_flags into blk_queue_get_max_sectors()
` [PATCH v5 3/6] block: Introduce blk_queue_get_max_write_zeroes_sectors()
` [PATCH v5 4/6] block: Add support for REQ_ALLOCATE flag
` [PATCH v5 5/6] block: Add blk_queue_max_allocate_sectors()
` [PATCH v5 6/6] loop: Add support for REQ_ALLOCATE

[v2] nbd: add a flush_workqueue in nbd_start_device
 2020-01-22  3:18 UTC 

[PATCH] nbd: add a flush_workqueue in nbd_start_device
 2020-01-22  2:45 UTC  (4+ messages)

[v2] nbd: fix potential NULL pointer fault in nbd_genl_disconnect
 2020-01-22  1:06 UTC  (3+ messages)

[Patch v2] block: introduce block_rq_error tracepoint
 2020-01-22  0:00 UTC  (2+ messages)

[PATCH v6 0/9] Inline Encryption Support
 2020-01-21 22:05 UTC  (24+ messages)
` [PATCH v6 1/9] block: Keyslot Manager for Inline Encryption
` [PATCH v6 2/9] block: Add encryption context to struct bio
` [PATCH v6 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v6 5/9] scsi: ufs: UFS crypto API
` [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS

[resend v1 0/5] Add support for block disk resize notification
 2020-01-21 19:57 UTC  (12+ messages)
` [resend v1 1/5] block/genhd: Notify udev about capacity change
` [resend v1 4/5] drivers/nvme/host/core.c: Convert to use disk_set_capacity

[PATCH v4 0/7] block: Introduce REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES
 2020-01-21 15:13 UTC  (15+ messages)
` [PATCH v4 1/7] block: Add @flags argument to bdev_write_zeroes_sectors()
` [PATCH v4 2/7] block: Pass op_flags into blk_queue_get_max_sectors()
` [PATCH v4 3/7] block: Introduce blk_queue_get_max_write_zeroes_sectors()
` [PATCH v4 4/7] block: Add support for REQ_ALLOCATE flag
` [PATCH v4 5/7] block: Add blk_queue_max_allocate_sectors()
` [PATCH v4 6/7] dm: Directly disable max_allocate_sectors for now
` [PATCH v4 7/7] loop: Add support for REQ_ALLOCATE

[PATCH v3 0/7] block: Introduce REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES
 2020-01-21 10:19 UTC  (8+ messages)
` [PATCH v3 1/7] block: Add @flags argument to bdev_write_zeroes_sectors()
` [PATCH v3 2/7] block: Pass op_flags into blk_queue_get_max_sectors()
` [PATCH v3 3/7] block: Introduce blk_queue_get_max_write_zeroes_sectors()
` [PATCH v3 4/7] block: Add support for REQ_ALLOCATE flag
` [PATCH v3 5/7] block: Add blk_queue_max_allocate_sectors()
` [PATCH v3 6/7] dm: Directly disable max_allocate_sectors for now
` [PATCH v3 7/7] loop: Add support for REQ_ALLOCATE

[PATCH block v2 0/3] block: Introduce REQ_NOZERO flag for REQ_OP_WRITE_ZEROES operation
 2020-01-21  9:47 UTC  (12+ messages)
` [PATCH block v2 1/3] block: Add @flags argument to bdev_write_zeroes_sectors()
` [PATCH block v2 2/3] block: Add support for REQ_NOZERO flag

[PATCH v6 15/28] btrfs: serialize data allocation and submit IOs
 2020-01-21  6:54 UTC 

[PATCH V4] brd: check and limit max_part par
 2020-01-21  4:04 UTC 

[PATCH V3] brd: check and limit max_part par
 2020-01-21  1:44 UTC  (5+ messages)

[PATCH] block: introduce block_rq_error tracepoint
 2020-01-20 22:25 UTC  (3+ messages)

[PATCH V5 0/6] blk-mq: improvement CPU hotplug
 2020-01-20 13:23 UTC  (3+ messages)

[PATCH] nbd: fix potential NULL pointer fault in nbd_genl_disconnect
 2020-01-20 11:23 UTC 

[Question] abort shared tags for SCSI drivers
 2020-01-19 13:57 UTC  (5+ messages)
  ` [Question] about "

[PATCH] nbd: fix potential NULL pointer fault in connect and disconnect process
 2020-01-19  7:10 UTC  (5+ messages)

[PATCH] xen/blkfront: limit allocated memory size to actual use case
 2020-01-17 15:13 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.5-rc7
 2020-01-17 14:05 UTC  (2+ messages)

[PATCH RFC v5 00/11] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-01-17 11:40 UTC  (11+ messages)
` [PATCH 09/11] megaraid_sas: switch fusion adapters to MQ

[RFC PATCH 0/8] Add MMC packed request support
 2020-01-17  5:24 UTC  (9+ messages)
` [RFC PATCH 1/8] block: Change the dispatch_request() API to support batch requests
` [RFC PATCH 2/8] block: Allow sending a batch of requests from the scheduler to hardware
` [RFC PATCH 3/8] mmc: Add MMC packed request support for MMC software queue
` [RFC PATCH 4/8] mmc: host: sdhci: Introduce ADMA3 transfer mode
` [RFC PATCH 5/8] mmc: host: sdhci: Factor out the command configuration
` [RFC PATCH 6/8] mmc: host: sdhci: Remove redundant sg_count member of struct sdhci_host
` [RFC PATCH 7/8] mmc: host: sdhci: Add MMC packed request support
` [RFC PATCH 8/8] mmc: host: sdhci-sprd: "

[RFC 0/2] Fixes for fio io_uring polled mode test failures
 2020-01-16 21:26 UTC  (9+ messages)
` [RFC 2/2] io_uring: acquire ctx->uring_lock before calling io_issue_sqe()

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-16 20:30 UTC  (6+ messages)
` [PATCH v12 04/22] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages

[PATCH AUTOSEL 5.4 193/205] block: fix memleak of bio integrity data
 2020-01-16 16:42 UTC 

[PATCH AUTOSEL 4.19 182/671] block: don't use bio->bi_vcnt to figure out segment number
 2020-01-16 16:52 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 235/671] rbd: clear ->xferred on error from rbd_obj_issue_copyup()

[PATCH AUTOSEL 4.19 337/671] lightnvm: pblk: fix lock order in pblk_rb_tear_down_check
 2020-01-16 17:02 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 498/671] signal: Allow cifs and drbd to receive their terminating signals

[PATCH AUTOSEL 4.14 099/371] block: don't use bio->bi_vcnt to figure out segment number
 2020-01-16 17:22 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 188/371] lightnvm: pblk: fix lock order in pblk_rb_tear_down_check
` [PATCH AUTOSEL 4.14 270/371] signal: Allow cifs and drbd to receive their terminating signals

[PATCH AUTOSEL 4.9 071/251] block: don't use bio->bi_vcnt to figure out segment number
 2020-01-16 17:35 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 183/251] signal: Allow cifs and drbd to receive their terminating signals

[PATCH AUTOSEL 4.4 045/174] block: don't use bio->bi_vcnt to figure out segment number
 2020-01-16 17:42 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 123/174] signal: Allow cifs and drbd to receive their terminating signals

[PATCH v5 00/25] RTRS (former IBTRS) rdma transport library and the corresponding RNBD (former IBNBD) rdma network block device
 2020-01-16 16:46 UTC  (8+ 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).