linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-24 16:24:03 to 2020-07-28 13:54:37 UTC [more...]

[PATCH v5 0/2] improve nvme quiesce time for large amount of namespaces
 2020-07-28 13:54 UTC  (28+ messages)
` [PATCH v5 1/2] blk-mq: add tagset quiesce interface
` [PATCH v5 2/2] nvme: use blk_mq_[un]quiesce_tagset

[RFC PATCH] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-07-28 13:49 UTC 

[PATCH] block: Use non _rcu version of list functions for tag_set_list
 2020-07-28 13:29 UTC 

bdi cleanups v3
 2020-07-28 12:56 UTC  (19+ messages)
` [PATCH 02/14] drbd: remove dead code in device_to_statistics
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 05/14] md: update the optimal I/O size on reshape
` [PATCH 06/14] block: lift setting the readahead size into the block layer
` [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[PATCH 1/2] nvme-tcp: use sendpage_ok() to check page for kernel_sendpage()
 2020-07-28 12:42 UTC  (5+ messages)
` [PATCH 2/2] drbd: code cleanup by using "

[PATCH 00/25] bcache patches for Linux v5.9
 2020-07-28 12:41 UTC  (33+ messages)
` [PATCH 01/25] bcache: Fix typo in Kconfig name
` [PATCH 02/25] bcache: allocate meta data pages as compound pages
` [PATCH 03/25] bcache: journel: use for_each_clear_bit() to simplify the code
` [PATCH 04/25] bcache: writeback: Remove unneeded variable i
` [PATCH 05/25] bcache: movinggc: Use struct_size() helper in kzalloc()
` [PATCH 06/25] bcache: Use struct_size() "
` [PATCH 07/25] bcache: avoid nr_stripes overflow in bcache_device_init()
` [PATCH 08/25] bcache: fix overflow in offset_to_stripe()
` [PATCH 09/25] bcache: add read_super_common() to read major part of super block
` [PATCH 10/25] bcache: add more accurate error information in read_super_common()
` [PATCH 11/25] bcache: disassemble the big if() checks in bch_cache_set_alloc()
` [PATCH 12/25] bcache: fix super block seq numbers comparision in register_cache_set()
` [PATCH 13/25] bcache: increase super block version for cache device and backing device
` [PATCH 14/25] bcache: move bucket related code into read_super_common()
` [PATCH 15/25] bcache: struct cache_sb is only for in-memory super block now
` [PATCH 16/25] bcache: introduce meta_bucket_pages() related helper routines
` [PATCH 17/25] bcache: handle c->uuids properly for bucket size > 8MB
` [PATCH 18/25] bcache: handle cache prio_buckets and disk_buckets "
` [PATCH 19/25] bcache: handle cache set verify_ondisk "
` [PATCH 20/25] bcache: handle btree node memory allocation "
` [PATCH 21/25] bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
` [PATCH 22/25] bcache: add sysfs file to display feature sets information of cache set
` [PATCH 23/25] bcache: avoid extra memory allocation from mempool c->fill_iter
` [PATCH 24/25] bcache: avoid extra memory consumption in struct bbio for large bucket size
` [PATCH 25/25] bcache: fix bio_{start,end}_io_acct with proper device

[RFC] block: Allocate only 1 tag set for a kdump kernel
 2020-07-28 11:08 UTC 

[PATCH blktests 0/5] Support zone capacity
 2020-07-28 10:47 UTC  (11+ messages)
` [PATCH blktests 1/5] zbd/rc: Support zone capacity report by blkzone
` [PATCH blktests 2/5] zbd/002: Check validity of zone capacity
` [PATCH blktests 3/5] zbd/004: Check zone boundary writes using zones without zone capacity gap
` [PATCH blktests 4/5] zbd/005: Enable zonemode=zbd when zone capacity is less than zone size
` [PATCH blktests 5/5] zbd/002: Check write pointers only when zones have valid conditions

[PATCH RFC v7 10/12] megaraid_sas: switch fusion adapters to MQ
 2020-07-28  8:45 UTC  (18+ messages)

[PATCH 1/1] block: return BLK_STS_NOTSUPP if operation is not supported
 2020-07-28  7:28 UTC  (4+ messages)

[PATCH v4 0/6] zone-append support in io-uring and aio
 2020-07-28  7:26 UTC  (16+ messages)
  ` [PATCH v4 5/6] block: enable zone-append for iov_iter of bvec type
  ` [PATCH v4 6/6] io_uring: add support for zone-append
  ` [PATCH v4 1/6] fs: introduce FMODE_ZONE_APPEND and IOCB_ZONE_APPEND
  ` [PATCH v4 2/6] fs: change ki_complete interface to support 64bit ret2
  ` [PATCH v4 4/6] block: add zone append handling for direct I/O path

[PATCH v3 0/2] improve quiesce time for large amount of namespaces
 2020-07-28  1:09 UTC  (19+ messages)
` [PATCH v3 1/2] blk-mq: add async quiesce interface
` [PATCH v3 2/2] nvme: improve quiesce time for large amount of namespaces

[PATCH AUTOSEL 5.7 10/25] scsi: core: Run queue in case of I/O resource contention failure
 2020-07-27 23:23 UTC 

[PATCH AUTOSEL 5.4 07/17] scsi: core: Run queue in case of I/O resource contention failure
 2020-07-27 23:24 UTC 

[PATCH v4 0/2] improve quiesce time for large amount of namespaces
 2020-07-27 22:37 UTC  (5+ messages)
` [PATCH v4 1/2] blk-mq: add async quiesce interface
` [PATCH v4 2/2] nvme: improve quiesce time for large amount of namespaces

[v4 00/11] Add persistent durable identifier to storage log messages
 2020-07-27 20:27 UTC  (28+ messages)
` [v4 01/11] struct device: Add function callback durable_name
` [v4 02/11] create_syslog_header: Add durable name
` [v4 03/11] dev_vprintk_emit: Increase hdr size
` [v4 04/11] scsi: Add durable_name for dev_printk
` [v4 05/11] nvme: Add durable name "
` [v4 06/11] libata: Add ata_scsi_durable_name
  ` [RFC PATCH] libata: ata_scsi_durable_name() can be static
` [v4 07/11] Add durable_name_printk
` [v4 08/11] libata: use durable_name_printk
` [v4 09/11] Add durable_name_printk_ratelimited
` [v4 10/11] print_req_error: Use durable_name_printk_ratelimited
` [v4 11/11] buffer_io_error: "

[Linux-kernel-mentees] [PATCH] block/scsi-ioctl: Prevent kernel-infoleak in scsi_put_cdrom_generic_arg()
 2020-07-27 19:00 UTC  (3+ messages)
` [Linux-kernel-mentees] [PATCH v2] "

[PATCH] bfq: fix blkio cgroup leakage
 2020-07-27  9:17 UTC  (5+ messages)
` [PATCH] block: bfq fix blkio cgroup leakage v2
    ` [PATCH] block: bfq fix blkio cgroup leakage v3

[PATCH] fs/fs-writeback.c: not WARN on unregistered BDI
 2020-07-27  8:14 UTC  (2+ messages)

bdi cleanups v3
 2020-07-27  7:58 UTC  (18+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/14] drbd: remove dead code in device_to_statistics
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 05/14] md: update the optimal I/O size on reshape
` [PATCH 06/14] block: lift setting the readahead size into the block layer
` [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful
` [PATCH 08/14] block: add helper macros for queue sysfs entries
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[PATCH 0/3] bfq: Two fixes and a cleanup for sequential readers
 2020-07-27  7:35 UTC  (6+ messages)
` [PATCH 3/3] bfq: Use only idle IO periods for think time calculations

[PATCH 0/2] zonefs: use zone-append for aio with rwf append
 2020-07-27  3:12 UTC  (9+ messages)
` [PATCH 2/2] zonefs: use zone-append for AIO as well

[PATCH v2 3/3] skd: use generic power management
 2020-07-27  2:14 UTC  (4+ messages)
` [PATCH v3 0/3] block: "
  ` [PATCH v3 3/3] skd: "

bdi cleanups v2
 2020-07-26  9:01 UTC  (4+ messages)
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK

[PATCH] nbd: add missed destroy_workqueue when nbd_start_device fails
 2020-07-25 18:42 UTC  (2+ messages)

[PATCH] block: Fix reference count leak in blk_integrity_add
 2020-07-25 11:35 UTC 

[PATCH] nbd: add missed destroy_workqueue when nbd_start_device fails
 2020-07-25 10:50 UTC 

[PATCH v2] SCSI and block: Simplify resume handling
 2020-07-25  2:50 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH] block: Fix reference count leak in blk_integrity_add
 2020-07-25  0:17 UTC 

[git pull] device mapper fix for 5.8-rc7
 2020-07-24 21:40 UTC  (2+ messages)

[PATCH] bcache: fix bio_{start,end}_io_acct with proper device
 2020-07-24 16:45 UTC 


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