linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-02 08:49:29 to 2020-07-08 15:04:25 UTC [more...]

drive-by blk-cgroup cleanups
 2020-07-08 14:02 UTC  (3+ messages)
` [PATCH 01/14] dm: use bio_uninit instead of bio_disassociate_blkg

[PATCH v3 0/4] zone-append support in io-uring and aio
 2020-07-08 15:02 UTC  (26+ messages)
    ` [PATCH v3 1/4] fs: introduce FMODE_ZONE_APPEND and IOCB_ZONE_APPEND
    ` [PATCH v3 2/4] block: add zone append handling for direct I/O path
    ` [PATCH v3 3/4] block: enable zone-append for iov_iter of bvec type
    ` [PATCH v3 4/4] io_uring: add support for zone-append

[PATCH V2] blk-mq: streamline handling of q->mq_ops->queue_rq result
 2020-07-08 14:23 UTC  (5+ messages)

remove leftovers of the old ->media_changed method
 2020-07-08 14:22 UTC  (13+ messages)
` [PATCH 1/6] md: switch to ->check_events for media change notifications
` [PATCH 2/6] cdrom: remove the unused cdrom_media_changed function
` [PATCH 3/6] block: remove flush_disk
` [PATCH 4/6] isofs: remove a stale comment
` [PATCH 5/6] xtensa/simdisk: remove the call to check_disk_change
` [PATCH 6/6] mmc: "

[PATCH] blk-mq: centralise related handling into blk_mq_get_driver_tag
 2020-07-08 14:07 UTC  (5+ messages)

[RFC PATCH 0/4] block: add two statistic tables
 2020-07-08 14:06 UTC  (11+ messages)
` [PATCH RFC 1/5] block: return ns precision from disk_start_io_acct
` [PATCH RFC 2/5] drbd: remove unused argument from drbd_request_prepare and __drbd_make_request
` [PATCH RFC 3/5] drbd: rename start_jif to start_ns
` [PATCH RFC 4/5] block: add a statistic table for io latency
` [PATCH RFC 5/5] block: add a statistic table for io sector

[PATCH] scsi: core: run queue in case of IO queueing failure
 2020-07-08 13:14 UTC 

[PATCH RFC v7 00/12] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-07-08 11:31 UTC  (12+ messages)
` [PATCH RFC v7 10/12] megaraid_sas: switch fusion adapters to MQ

[PATCH 0/2] block: loop: delete partitions after clearing & changing fd
 2020-07-08  9:52 UTC  (7+ messages)
` [PATCH 1/2] block: loop: share code of reread partitions
` [PATCH 2/2] block: loop: delete partitions after clearing & changing fd

[PATCH 02/21] block: add flag for internal commands
 2020-07-08  9:27 UTC 

[PATCH] bfq: fix blkio cgroup leakage
 2020-07-08  9:03 UTC  (2+ messages)

[PATCH] block: remove a bogus warning in __submit_bio_noacct_mq
 2020-07-07 17:46 UTC  (2+ messages)

[PATCH 0/2] Zone Descriptor Extension for Zoned Block Devices
 2020-07-07 16:03 UTC  (7+ messages)
` [PATCH 2/2] block: add BLKSETDESCZONE ioctl "

[PATCH] blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()
 2020-07-07 15:06 UTC  (2+ messages)

Consistent block device references for root= cmdline
 2020-07-07 14:14 UTC  (4+ messages)
  ` (EXT) "

[PATCH 00/10] block: blktrace framework cleanup
 2020-07-07  6:57 UTC  (4+ messages)
` [PATCH 05/11] block: get rid of the trace rq insert wrapper

INFO: task hung in nbd_ioctl (2)
 2020-07-06 15:22 UTC 

[PATCH v2] SCSI and block: Simplify resume handling
 2020-07-06 15:14 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH] blk-mq: put driver tag when this request is completed
 2020-07-06 14:40 UTC 

[PATCH] docs: block: update and fix tiny error for bfq
 2020-07-06 14:07 UTC  (4+ messages)

regression with commit "null_blk: add helper for deleting the nullb_list"
 2020-07-06  2:08 UTC  (3+ messages)

[PATCH] Replace HTTP links with HTTPS ones: DRBD driver
 2020-07-05 20:22 UTC  (2+ messages)

[PATCH v2] Fix zone-append error code
 2020-07-05 19:29 UTC  (2+ messages)
    ` [PATCH v2] block: fix error code for zone-append

[GIT PULL] Block fixes for 5.8-rc4
 2020-07-05 18:00 UTC  (2+ messages)

[RFC PATCH 0/4] bcache-tools: changes for large bucket size
 2020-07-05 16:04 UTC  (5+ messages)
` [RFC PATCH 1/4] bcache-tools: comments offset for members of struct cache_sb
` [RFC PATCH 2/4] struct_offset: print offset of each member of the on-disk data structure
` [RFC PATCH 3/4] bcache-tools: The new super block version BCACHE_SB_VERSION_BDEV_WITH_FEATURES
` [RFC PATCH 4/4] bcache-tools: add large_bucket incompat feature

[RFC PATCH 00/16] bcache: extend bucket size to 32bit width
 2020-07-05 15:56 UTC  (17+ messages)
` [RFC PATCH 01/16] bcache: add comments to mark member offset of struct cache_sb_disk
` [RFC PATCH 02/16] bcache: add read_super_basic() to read major part of super block
` [RFC PATCH 03/16] bcache: add more accurate error information in read_super_basic()
` [RFC PATCH 04/16] bcache: disassemble the big if() checks in bch_cache_set_alloc()
` [RFC PATCH 05/16] bcache: fix super block seq numbers comparision in register_cache_set()
` [RFC PATCH 06/16] bcache: increase super block version for cache device and backing device
` [RFC PATCH 07/16] bcache: move bucket related code into read_super_basic()
` [RFC PATCH 08/16] bcache: struct cache_sb is only for in-memory super block now
` [RFC PATCH 09/16] bcache: introduce meta_bucket_pages() related helper routines
` [RFC PATCH 10/16] bcache: handle c->uuids properly for bucket size > 8MB
` [RFC PATCH 11/16] bcache: handle cache prio_buckets and disk_buckets "
` [RFC PATCH 12/16] bcache: handle cache set verify_ondisk "
` [RFC PATCH 13/16] bcache: handle btree node memory allocation "
` [RFC PATCH 14/16] bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
` [RFC PATCH 15/16] bcache: avoid extra memory allocation from mempool c->fill_iter
` [RFC PATCH 16/16] bcache: avoid extra memory consumption in struct bbio for large bucket size

[PATCH] blk-mq: Remove unnecessary validation before calling blk_mq_sched_completed_request()
 2020-07-04  7:28 UTC 

[PATCH] blk-mq: Remove unnecessary local variable
 2020-07-04  7:26 UTC 

[PATCH V2] null_blk: add helper for deleting the nullb_list
 2020-07-03 14:21 UTC  (3+ messages)

[PATCH v2 0/2] Export max open zones and max active zones to sysfs
 2020-07-03 14:15 UTC  (10+ messages)
` [PATCH v2 1/2] block: add max_open_zones to blk-sysfs
` [PATCH v2 2/2] block: add max_active_zones "

[PATCH 0/2] fix/extend zone-append in block-layer
 2020-07-03 13:02 UTC  (9+ messages)
    ` [PATCH 1/2] block: fix error code for zone-append
    ` [PATCH 2/2] block: enable zone-append for iov_iter of bvec type

[V2 PATCH 0/4] ZNS: Extra features for current patche
 2020-07-03  8:35 UTC  (13+ messages)
` [PATCH 1/4] block: Add zone flags to queue zone prop
` [PATCH 2/4] block: add support for zone offline transition

[PATCH 0/2] Export max open zones and max active zones to sysfs
 2020-07-03  4:56 UTC  (9+ messages)
` [PATCH 1/2] block: add max_open_zones to blk-sysfs
` [PATCH 2/2] block: add max_active_zones "

[PATCH] loop: change to punch hole if zero range is not supported
 2020-07-03  2:04 UTC  (3+ messages)

[GIT PULL] Block fixes for 5.8-rc4
 2020-07-02 22:30 UTC  (2+ messages)

[PATCH] block: initialize current->bio_list[1] in __submit_bio_noacct_mq
 2020-07-02 19:35 UTC  (2+ messages)

[PATCH -next v2] block: remove unused but set variable 'hctx'
 2020-07-02 19:08 UTC  (2+ messages)

[PATCH] blk-mq: release driver tag before freeing request via .end_io
 2020-07-02 19:05 UTC  (3+ messages)

[PATCH -next v2] block: make function __bio_integrity_free() static
 2020-07-02 18:38 UTC  (2+ messages)

[GIT PULL] nvme fixes for 5.8
 2020-07-02 18:11 UTC  (2+ messages)

[PATCH v2 00/16] Remove uninitialized_var() macro
 2020-07-02 16:23 UTC  (7+ messages)
` [PATCH v2 08/16] spi: davinci: Remove uninitialized_var() usage

[PATCH] block: Set req quiet flag if bio is quiet
 2020-07-02 15:40 UTC  (4+ messages)

[PATCH 18/20] block: refator submit_bio_noacct
 2020-07-02 15:15 UTC 

linux-next test error: KASAN: stack-out-of-bounds Read in bio_alloc_bioset
 2020-07-02 14:14 UTC  (2+ messages)

[PATCH] blk-mq: avoid to account active request repeatedly
 2020-07-02 13:58 UTC 

[PATCH] drbd: remove unused argument from drbd_request_prepare and __drbd_make_request
 2020-07-02 13:27 UTC  (2+ messages)
` [PATCH V2] "

[powerpc][next-20200701] Hung task timeouts during regression test runs
 2020-07-02 13:16 UTC  (3+ messages)

[PATCH] blk-mq: put driver tag when this request is completed
 2020-07-02 12:12 UTC  (10+ messages)

[PATCH v3 0/4] ZNS: Extra features for current patches
 2020-07-02 10:18 UTC  (9+ messages)
` [PATCH v3 1/4] block: Add zone flags to queue zone prop
` [PATCH v3 2/4] block: add support for zone offline transition
` [PATCH v3 3/4] nvme: Add consistency check for zone count
` [PATCH v3 4/4] block: add attributes to zone report

simplify block device claiming
 2020-07-02  8:49 UTC  (2+ messages)
` [PATCH 4/4] block: integrate bd_start_claiming into __blkdev_get


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