linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-14 06:26:34 to 2020-05-17 02:13:31 UTC [more...]

[PATCH v6 0/7] Introduce NVIDIA Tegra Partition Table
 2020-05-17  2:12 UTC  (4+ messages)
` [PATCH v6 1/7] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v6 3/7] partitions: Introduce NVIDIA Tegra Partition Table
` [PATCH v6 4/7] partitions/efi: Support GPT entry lookup at a non-standard location

[PATCH v5 0/6] Introduce NVIDIA Tegra Partition Table
 2020-05-17  2:07 UTC  (13+ messages)
` [PATCH v5 1/6] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v5 2/6] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v5 3/6] partitions: Introduce NVIDIA Tegra Partition Table
` [PATCH v5 4/6] partitions/efi: Support GPT entry lookup at a non-standard location
` [PATCH v5 5/6] partitions/tegra: Support enforced GPT scanning
` [PATCH v5 6/6] soc/tegra: Expose Boot Configuration Table via sysfs

[RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-05-16 22:14 UTC  (6+ messages)

[GIT PULL] Block fixes for 5.7-rc6
 2020-05-16 20:30 UTC  (2+ messages)

[PATCH] blktrace: Report pid with note messages
 2020-05-16 20:30 UTC  (3+ messages)

[PATCH] drivers: block: use set_current_state macro
 2020-05-16 20:29 UTC  (3+ messages)

[PATCH] block: remove the REQ_NOWAIT_INLINE flag
 2020-05-16 20:24 UTC  (3+ messages)

avoid a few q_usage_counter roundtrips v3
 2020-05-16 18:44 UTC  (6+ messages)
` [PATCH 1/4] blk-mq: move the call to blk_queue_enter_live out of blk_mq_get_request
` [PATCH 2/4] blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request
` [PATCH 3/4] blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request_hctx
` [PATCH 4/4] blk-mq: allow blk_mq_make_request to consume the q_usage_counter reference

avoid a few q_usage_counter roundtrips v2
 2020-05-16 17:31 UTC  (9+ messages)
` [PATCH 1/4] blk-mq: move the call to blk_queue_enter_live out of blk_mq_get_request
` [PATCH 2/4] blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request
` [PATCH 3/4] blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request_hctx
` [PATCH 4/4] blk-mq: allow blk_mq_make_request to consume the q_usage_counter reference

[PATCH 0/5] Block layer patches for kernel v5.8
 2020-05-16 17:10 UTC  (14+ messages)
` [PATCH 1/5] block: Fix type of first compat_put_{,u}long() argument
` [PATCH 2/5] bio.h: Declare the arguments of bio iteration functions const
` [PATCH 3/5] block: Document the bio_vec properties
` [PATCH 4/5] block: Fix zero_fill_bio()
` [PATCH 5/5] null_blk: Zero-initialize read buffers in non-memory-backed mode

[PATCH] blk-mq: remove the bio argument to ->prepare_request
 2020-05-16 16:43 UTC  (5+ messages)

[PATCH 21/33] ipv4: add ip_sock_set_mtu_discover
 2020-05-16 15:36 UTC  (40+ messages)
` remove kernel_setsockopt and kernel_getsockopt
  ` [PATCH 20/33] ipv4: add ip_sock_set_recverr
  ` [PATCH 27/33] sctp: export sctp_setsockopt_bindx
      ` is it ok to always pull in sctp for dlm, was: "
          ` [Ocfs2-devel] "
  ` [PATCH 32/33] sctp: add sctp_sock_get_primary_addr
  ` [PATCH 29/33] rxrpc_sock_set_min_security_level
              ` [Ocfs2-devel] remove kernel_setsockopt and kernel_getsockopt

[RFC PATCH v2 0/4] block layer change necessary for bcache zoned device support
 2020-05-16 15:36 UTC  (16+ messages)
` [RFC PATCH v2 1/4] block: change REQ_OP_ZONE_RESET from 6 to 13
` [RFC PATCH v2 2/4] block: block: change REQ_OP_ZONE_RESET_ALL from 8 to 15
` [RFC PATCH v2 3/4] block: remove queue_is_mq restriction from blk_revalidate_disk_zones()
` [RFC PATCH v2 4/4] block: set bi_size to REQ_OP_ZONE_RESET bio

[GIT PULL] nvme fix for 5.7
 2020-05-16 15:26 UTC  (2+ messages)

[PATCH 0/3] bcache-tools: suport zoned device as making backing evice
 2020-05-16 14:09 UTC  (4+ messages)
` [PATCH 1/3] bcache-tools: set zoned size aligned data_offset on backing device for zoned devive
` [PATCH 2/3] bcache-tools: add is_zoned_device()
` [PATCH 3/3] bcache-tools: convert writeback to writethrough mode for zoned backing device

[PATCH 0/6] blk-mq: improvement CPU hotplug(simplified version)
 2020-05-16 12:35 UTC  (14+ messages)
` [PATCH 1/6] blk-mq: allocate request on cpu in hctx->cpumask for blk_mq_alloc_request_hctx
` [PATCH 2/6] blk-mq: set data->ctx and data->hctx explicitly in blk_mq_get_request
` [PATCH 3/6] blk-mq: add blk_mq_all_tag_iter
` [PATCH 4/6] blk-mq: prepare for draining IO when hctx's all CPUs are offline
` [PATCH 5/6] blk-mq: disable preempt during allocating request tag
` [PATCH 6/6] blk-mq: stop to allocate new requst and drain request before hctx becomes inactive

small blkdev_issue_flush cleanups
 2020-05-16  4:25 UTC  (5+ messages)
` [PATCH 1/2] block: remove the error_sector argument to blkdev_issue_flush
` [PATCH 2/2] block: remove the disk and queue NULL checks in blkdev_issue_flush

[PATCH v5 0/7] block: fix blktrace debugfs use after free
 2020-05-16  3:19 UTC  (8+ messages)
` [PATCH v5 1/7] block: add docs for gendisk / request_queue refcount helpers
` [PATCH v5 2/7] block: clarify context for gendisk / request_queue refcount increment helpers
` [PATCH v5 3/7] block: revert back to synchronous request_queue removal
` [PATCH v5 4/7] block: move main block debugfs initialization to its own file
` [PATCH v5 5/7] blktrace: fix debugfs use after free
` [PATCH v5 6/7] blktrace: break out of blktrace setup on concurrent calls
` [PATCH v5 7/7] loop: be paranoid on exit and prevent new additions / removals

[PATCH v4 0/5] block: fix blktrace debugfs use after free
 2020-05-16  1:39 UTC  (5+ messages)
` [PATCH v4 4/5] blktrace: break out of blktrace setup on concurrent calls

[RFC PATCH 0/4] block layer change necessary for bcache zoned device support
 2020-05-15 17:22 UTC  (6+ messages)
` [RFC PATCH 1/4] block: change REQ_OP_ZONE_RESET from 6 to 13
` [RFC PATCH 2/4] block: block: change REQ_OP_ZONE_RESET from 8 to 15
` [RFC PATCH 3/4] block: remove queue_is_mq restriction from blk_revalidate_disk_zones()
` [RFC PATCH 4/4] block: set bi_size to REQ_OP_ZONE_RESET bio

[PATCH v13 00/12] Inline Encryption Support
 2020-05-15 17:00 UTC  (14+ messages)
` [PATCH v13 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v13 07/12] scsi: ufs: UFS crypto API
` [PATCH v13 08/12] scsi: ufs: Add inline encryption support to UFS

Maintainers / Kernel Summit 2020 planning kick-off
 2020-05-15 16:39 UTC 

[PATCH v4 0/6] Introduce NVIDIA Tegra Partition Table
 2020-05-15 15:52 UTC  (11+ messages)
` [PATCH v4 1/6] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v4 2/6] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v4 3/6] partitions: Introduce NVIDIA Tegra Partition Table
` [PATCH v4 4/6] partitions/efi: Support GPT entry lookup at a non-standard location
` [PATCH v4 5/6] partitions/tegra: Support gpt_sector= command line option
` [PATCH v4 6/6] soc/tegra: Expose Boot Configuration Table via sysfs

[PATCH] blkcg: Fix memory leak in blkg_conf_prep()
 2020-05-15 15:08 UTC 

[PATCH v15 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-05-15 14:42 UTC  (5+ messages)

[PATCH] blkcg:fixes memory leaks in blkg_conf_prep()
 2020-05-15 12:24 UTC 

[PATCH v2 00/10] clean up SECTOR related macros and sectors/pages conversions
 2020-05-15  6:52 UTC  (10+ messages)
` [PATCH v2 06/10] mm/swap: use npage_to_sectors() and PAGE_SECTORS to clean up code
` [PATCH v2 07/10] block: use sectors_to_npage() "

[PATCH] block: deny zone management ioctl on mounted fs
 2020-05-15  5:34 UTC  (5+ messages)

[PATCH v2] nvme: Fix io_opt limit setting
 2020-05-14 22:20 UTC  (4+ messages)

[PATCH] nvme: Fix io_opt limit setting
 2020-05-14 22:19 UTC  (3+ messages)

[PATCH AUTOSEL 5.6 32/62] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-05-14 18:51 UTC 

[PATCH AUTOSEL 5.4 29/49] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-05-14 18:52 UTC 

[PATCH AUTOSEL 4.19 22/31] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-05-14 18:54 UTC 

[PATCH AUTOSEL 4.14 31/39] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-05-14 18:54 UTC 

[RFC PATCH v2 0/7] Add persistent durable identifier to storage log messages
 2020-05-14 18:03 UTC  (8+ messages)
` [RFC PATCH v2 5/7] ata_dev_printk: Use dev_printk
` [RFC PATCH v2 7/7] nvme: Add durable name for dev_printk

BUG:loop:blk_update_request: I/O error, dev loop6, sector 49674 op 0x9:(WRITE_ZEROES)
 2020-05-14 16:10 UTC  (3+ messages)

[PATCH block/for-linus] iocost: don't let vrate run wild while there's no saturation signal
 2020-05-14 15:34 UTC  (3+ messages)

[PATCH] block: move blk_io_schedule() out of header file
 2020-05-14 14:06 UTC  (2+ messages)

[PATCH 0/9] blk-mq: support batching dispatch from scheduler
 2020-05-14  8:28 UTC  (6+ messages)
` [PATCH 3/9] blk-mq: don't predicate last flag in blk_mq_dispatch_rq_list

[PATCH] block: fix build failure in case of !CONFIG_BLOCK
 2020-05-14  8:12 UTC  (3+ messages)

[PATCH] block: Improve io_opt limit stacking
 2020-05-14  6:58 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).