linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-13 10:53:12 to 2021-04-16 20:52:57 UTC [more...]

[PATCH v2 0/4] nvme: improve error handling and ana_state to work well with dm-multipath
 2021-04-16 20:52 UTC  (16+ messages)
` [PATCH v2 1/4] nvme: return BLK_STS_DO_NOT_RETRY if the DNR bit is set
` [PATCH v2 2/4] nvme: allow local retry for requests with REQ_FAILFAST_TRANSPORT set
` [PATCH v2 3/4] nvme: introduce FAILUP handling for REQ_FAILFAST_TRANSPORT
    ` [dm-devel] "
` [PATCH v2 4/4] nvme: decouple basic ANA log page re-read support from native multipathing

[PATCH v2] virtio_blk: Add support for lifetime feature
 2021-04-16 19:47 UTC 

[PATCH 1/2] block: return errors from blk_execute_rq()
 2021-04-16 17:17 UTC  (4+ messages)
` [PATCH 2/2] nvme: use return value "

[PATCH 0/4] Fix dm-crypt zoned block device support
 2021-04-16 16:17 UTC  (11+ messages)
` [PATCH 1/4] dm: Introduce zone append support control
` [PATCH 2/4] dm crypt: Fix zoned block device support
` [PATCH 3/4] btrfs: zoned: fail mount if the device does not support zone append
` [PATCH 4/4] zonefs: fix synchronous write to sequential zone files

[PATCH v7 0/3] limit bio max size
 2021-04-16 15:28 UTC  (10+ messages)
  ` [PATCH v7 2/3] ufs: set QUEUE_FLAG_LIMIT_BIO_SIZE
  ` [PATCH v7 1/3] bio: limit bio max size

[bug report] shared tags causes IO hang and performance drop
 2021-04-16 14:59 UTC  (19+ messages)

[syzbot] possible deadlock in del_gendisk
 2021-04-16 13:48 UTC  (10+ messages)
          ` Bisections with different bug manifestations

[PATCH] floppy: remove redundant assignment to variable st
 2021-04-16 12:30 UTC  (2+ messages)

[PATCH 00/13] bcache patches for Linux v5.13 -- 2nd wave
 2021-04-16 12:26 UTC  (18+ messages)
` [PATCH 01/13] bcache: add initial data structures for nvm pages
` [PATCH 02/13] bcache: initialize the nvm pages allocator
` [PATCH 03/13] bcache: initialization of the buddy
` [PATCH 04/13] bcache: bch_nvm_alloc_pages() "
` [PATCH 05/13] bcache: bch_nvm_free_pages() "
` [PATCH 06/13] bcache: get allocated pages from specific owner
` [PATCH 07/13] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
` [PATCH 08/13] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH 09/13] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH 10/13] bcache: support storing bcache journal into "
` [PATCH 11/13] bcache: read jset from NVDIMM pages for journal replay
` [PATCH 12/13] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device
` [PATCH 13/13] bcache: use div_u64() in init_owner_info()

[PATCH] blk-mq: cleanup redundant nr_hw_queues assignement
 2021-04-16 12:12 UTC  (2+ messages)

[RFC PATCH 2/2] bfq/mq-deadline: remove redundant check for passthrough request
 2021-04-16 12:09 UTC  (3+ messages)

[PATCH 1/2] blk-mq: bypass IO scheduler's limit_depth for passthrough request
 2021-04-16 12:09 UTC  (3+ messages)

[PATCH 0/5] Another small set of cleanups for floppy driver
 2021-04-16 12:05 UTC  (7+ messages)
` [PATCH 1/5] floppy: cleanups: remove trailing whitespaces
` [PATCH 2/5] floppy: cleanups: use ST0 as reply_buffer index 0
` [PATCH 3/5] floppy: cleanups: use memset() to zero reply_buffer
` [PATCH 4/5] floppy: cleanups: use memcpy() to copy reply_buffer
` [PATCH 5/5] floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undef

[PATCH V5 00/12] block: support bio based io polling
 2021-04-16 10:20 UTC  (15+ messages)
` [PATCH V5 11/12] block: add poll_capable method to support bio-based IO polling
  ` [PATCH] block: introduce QUEUE_FLAG_POLL_CAP flag

nvme: Return BLK_STS_TARGET if the DNR bit is set
 2021-04-16  5:58 UTC  (6+ messages)
` nvme: update failover handling to work with REQ_FAILFAST_TRANSPORT
` nvme: decouple basic ANA log page re-read support from native multipathing
` nvme: allow retry for requests with REQ_FAILFAST_TRANSPORT set

[RFC PATCH 0/2] block: support to freeze bio based queue
 2021-04-16  1:28 UTC  (7+ messages)
` [RFC PATCH 1/2] percpu_ref: add percpu_ref_tryget_many_live
` [RFC PATCH 2/2] block: support to freeze bio based request queue
  ` [dm-devel] "

[PATCH v2 0/8] ensure bios aren't split in middle of crypto data unit
 2021-04-15 20:00 UTC  (17+ 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 8/8] block: add WARN() in bio_split() for sector alignment

[GIT PULL] second round of nvme updates for Linux 5.13
 2021-04-15 18:16 UTC  (2+ messages)

[PATCH] block: reexpand iov_iter after read/write
 2021-04-15 17:39 UTC  (4+ messages)

[PATCH] virtio_blk: Add support for lifetime feature
 2021-04-15 15:57 UTC  (8+ messages)

[PATCH] block: remove unused function
 2021-04-15 15:37 UTC  (2+ messages)

[PATCH v1 1/1] lightnvm: pblk: Import GUID before use
 2021-04-15 14:22 UTC 

[PATCH] partitions/ldm: remove redundant assignment to variable r_index
 2021-04-15 13:05 UTC 

no EBUSY on BLKRRPART, regression?
 2021-04-15 12:09 UTC  (2+ messages)

[PATCH] bfq: silence lockdep for bfqd/ioc lock inversion
 2021-04-15 10:47 UTC  (4+ messages)

[PATCH] block: fix io hung by block throttle
 2021-04-15  5:01 UTC  (2+ messages)

[git pull] device mapper fix for 5.12 final
 2021-04-14 20:25 UTC  (2+ messages)

[PATCH] ata: Fix several kernel-doc headers
 2021-04-14 20:09 UTC  (3+ messages)

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

[PATCH] blk-mq: set default elevator as deadline in case of hctx shared tagset
 2021-04-14 10:48 UTC  (7+ messages)

[PATCH] block: elevator: remove dead elevator code
 2021-04-14  9:58 UTC 

[RFC PATCH v5 0/4] add simple copy support
 2021-04-14  6:58 UTC  (8+ messages)
  ` [RFC PATCH v5 2/4] block: "

[PATCH v3] nbd_genl_status: null check for nla_nest_start
 2021-04-14  3:05 UTC  (2+ messages)

[RFC PATCH v5 0/4] add simple copy support
 2021-04-13 18:36 UTC  (7+ messages)

[PATCH] block: Remove an obsolete comment from sg_io()
 2021-04-13 17:24 UTC  (3+ messages)

[PATCH 0/4] lightnvm pull request
 2021-04-13 15:16 UTC  (6+ messages)
` [PATCH 1/4] lightnvm: use kobj_to_dev()
` [PATCH 2/4] lightnvm: return the correct return value
` [PATCH 3/4] lightnvm: remove duplicate include in lightnvm.h
` [PATCH 4/4] lightnvm: deprecated OCSSD support and schedule it for removal in Linux 5.15

[PATCH liburing] examples/ucontext-cp.c: cope with variable SIGSTKSZ
 2021-04-13 15:03 UTC 

aoe: kernel crash on blk_update_request: I/O error, BUG: scheduling while atomic
 2021-04-13 13:12 UTC 

[PATCH v7 3/3] bio: add limit_bio_size sysfs
 2021-04-13 11:17 UTC  (2+ messages)

[PATCH] lightnvm: remove duplicate include in lightnvm.h
 2021-04-13 10:55 UTC  (2+ messages)

[PATCH] lightnvm: Return the correct return value
 2021-04-13 10:54 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).