linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-14 12:24:27 to 2021-04-19 07:47:29 UTC [more...]

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

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

[PATCH v2 0/3] Fix dm-crypt zoned block device support
 2021-04-19  7:10 UTC  (9+ messages)
` [PATCH v2 1/3] dm: Introduce zone append support control
` [PATCH v2 2/3] dm crypt: Fix zoned block device support
  ` [dm-devel] "
` [PATCH v2 3/3] zonefs: fix synchronous write to sequential zone files

[PATCH V6 0/3] block: add two statistic tables
 2021-04-19  6:37 UTC  (4+ messages)

[PATCHv4 for-next 00/19] Misc update for rnbd
 2021-04-19  6:15 UTC  (12+ messages)
` [PATCHv4 for-next 13/19] block/rnbd-clt: Support polling mode for IO latency optimization
` [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] block: fix io hung by block throttle
 2021-04-19  6:09 UTC  (4+ messages)

[PATCH v7 1/3] bio: limit bio max size
 2021-04-19  5:49 UTC  (6+ messages)

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

[PATCH v2] blk-mq: cleanup set->nr_hw_queues assignement
 2021-04-19  2:08 UTC 

[PATCH v9 00/13] blkcg:Support to track FC storage blk io traffic
 2021-04-18 15:32 UTC  (3+ messages)
` [PATCH v9 03/13] nvme: Added a newsysfs attribute appid_store

[PATCH] null_blk: poll queue support
 2021-04-18  4:49 UTC  (3+ messages)

[Patch] blk-wbt: fix a divide-by-zero error in rwb_arm_timer()
 2021-04-18  4:41 UTC 

[PATCH 2/2] nvme: use return value from blk_execute_rq()
 2021-04-17  2:39 UTC  (2+ messages)

[PATCH v3 0/4] nvme: improve error handling and ana_state to work well with dm-multipath
 2021-04-17  0:02 UTC  (5+ messages)
` [PATCH v4 1/3] nvme: return BLK_STS_DO_NOT_RETRY if the DNR bit is set
` [PATCH v4 2/3] nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT
` [PATCH v4 3/3] nvme: decouple basic ANA log page re-read support from native multipathing
` [PATCH v4 0/4] nvme: improve error handling and ana_state to work well with dm-multipath

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

[PATCH v2 0/4] nvme: improve error handling and ana_state to work well with dm-multipath
 2021-04-16 21:44 UTC  (17+ 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] brd: expose number of allocated pages in debugfs
 2021-04-16 21:18 UTC 

[PATCH] blk-mq: Fix spurious debugfs directory creation during initialization
 2021-04-16 21:17 UTC  (2+ messages)

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

[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

[bug report] shared tags causes IO hang and performance drop
 2021-04-16 14:59 UTC  (18+ 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  (6+ messages)
` [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

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)

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


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