linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-18 07:01:47 to 2020-08-22 04:21:51 UTC [more...]

[PATCH 0/5] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-22  4:20 UTC  (3+ messages)
` [PATCH 1/5] iov_iter: introduce iov_iter_pin_user_pages*() routines
` [PATCH 3/5] bio: convert get_user_pages_fast() --> pin_user_pages_fast()

[GIT PULL] Block fixes for 5.9-rc2
 2020-08-21 23:40 UTC  (7+ messages)

[PATCH v6 0/4] Charge loop device i/o to issuing cgroup
 2020-08-21 20:23 UTC  (8+ messages)

[PATCH 1/3] nvme-core: improve avoiding false remove namespace
 2020-08-21 20:23 UTC  (8+ messages)

[PATCH 2/3] nvme-core: fix deadlock when reconnect failed due to nvme_set_queue_count timeout
 2020-08-21 20:20 UTC  (3+ messages)

[PATCH 3/3] nvme-core: fix crash when nvme_enable_aen timeout
 2020-08-21 20:17 UTC  (5+ messages)

[PATCH] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-08-21 20:14 UTC  (6+ messages)

[PATCH 1/1] block: Set same_page to false in __bio_try_merge_page if ret is false
 2020-08-21 18:11 UTC 

[PATCH AUTOSEL 5.8 15/62] blktrace: ensure our debugfs dir exists
 2020-08-21 16:13 UTC 

[PATCH AUTOSEL 5.7 15/61] blktrace: ensure our debugfs dir exists
 2020-08-21 16:14 UTC 

[PATCH AUTOSEL 5.4 12/48] blktrace: ensure our debugfs dir exists
 2020-08-21 16:16 UTC 

[PATCH AUTOSEL 4.19 09/38] blktrace: ensure our debugfs dir exists
 2020-08-21 16:17 UTC 

[PATCH AUTOSEL 4.14 07/30] blktrace: ensure our debugfs dir exists
 2020-08-21 16:18 UTC 

io_uring and Optane2
 2020-08-21 15:58 UTC 

[PATCH] bcache: doc: update Documentation/admin-guide/bcache.rst
 2020-08-21 15:13 UTC 

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-08-21 14:49 UTC  (3+ messages)

[PATCH] virtio-blk: Use kobj_to_dev() instead of container_of()
 2020-08-21 14:45 UTC  (5+ messages)

[PATCH] null_blk: fix passing of REQ_FUA flag in null_handle_rq
 2020-08-21 14:44 UTC  (2+ messages)

[PATCH] nbd: restore default timeout when setting it to zero
 2020-08-21 13:57 UTC  (4+ messages)

fix block device size update serialization
 2020-08-21  9:26 UTC  (5+ messages)
` [PATCH 1/2] block: replace bd_set_size with bd_set_nr_sectors
` [PATCH 2/2] block: fix locking for struct block_device size updates

[PATCH 1/1] block: move the PAGE_SECTORS definition into <linux/blkdev.h>
 2020-08-21  7:05 UTC  (4+ messages)

[PATCH 0/5] blk-mq: fix use-after-free on stale request
 2020-08-21  2:49 UTC  (8+ messages)
` [PATCH 1/5] blk-mq: define max_order for allocating rqs pages as macro
` [PATCH 2/5] blk-mq: add helper of blk_mq_get_hw_queue_node
` [PATCH 3/5] blk-mq: add helpers for allocating/freeing pages of request pool
` [PATCH 4/5] blk-mq: cache freed request pool pages
` [PATCH 5/5] blk-mq: check and shrink freed request pool page

[PATCH 1/2] block: use DEFINE_WAIT_BIT instead of DEFINE_WAIT for bit wait queue
 2020-08-21  1:33 UTC  (2+ messages)
  ` [PATCH 2/2] writeback: "

IOPRIO_CLASS_RT without CAP_SYS_ADMIN?
 2020-08-21  0:35 UTC 

[PATCH V4] scsi: core: only re-run queue in scsi_end_request() if device queue is busy
 2020-08-20 14:22 UTC  (2+ messages)

[PATCH blktests] common/multipath-over-rdma: fix warning ignored null byte in input
 2020-08-20  4:15 UTC  (3+ messages)

[PATCH 0/3] fix crash and deadlock when connect timeout
 2020-08-20  3:53 UTC 

[PATCH] arch: um: convert tasklets to use new tasklet_setup() API
 2020-08-19 21:39 UTC  (23+ messages)
` [PATCH] block: "
` [PATCH] char: ipmi: "

[REPORT] BUG: KASAN: use-after-free in bt_iter+0x80/0xf8
 2020-08-19 16:48 UTC  (8+ messages)

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-08-19 15:20 UTC  (19+ messages)
` [PATCH v8 01/18] blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
` [PATCH v8 02/18] blk-mq: Rename blk_mq_update_tag_set_depth()
` [PATCH v8 03/18] blk-mq: Free tags in blk_mq_init_tags() upon error
` [PATCH v8 04/18] blk-mq: Pass flags for tag init/free
` [PATCH v8 05/18] blk-mq: Use pointers for blk_mq_tags bitmap tags
` [PATCH v8 06/18] blk-mq: Facilitate a shared sbitmap per tagset
` [PATCH v8 07/18] blk-mq: Relocate hctx_may_queue()
` [PATCH v8 08/18] blk-mq: Record nr_active_requests per queue for when using shared sbitmap
` [PATCH v8 09/18] blk-mq: Record active_queues_shared_sbitmap per tag_set "
` [PATCH v8 10/18] blk-mq, elevator: Count requests per hctx to improve performance
` [PATCH v8 11/18] null_blk: Support shared tag bitmap
` [PATCH v8 12/18] scsi: Add host and host template flag 'host_tagset'
` [PATCH v8 13/18] scsi: core: Show nr_hw_queues in sysfs
` [PATCH v8 14/18] scsi: hisi_sas: Switch v3 hw to MQ
` [PATCH v8 15/18] scsi: scsi_debug: Support host tagset
` [PATCH v8 16/18] hpsa: enable host_tagset and switch to MQ
` [PATCH v8 17/18] scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug
` [PATCH v8 18/18] smartpqi: enable host tagset

[PATCH v2] blkcg: fix memleak for iolatency
 2020-08-19 14:10 UTC  (3+ messages)

[PATCH] rbd: Convert to use the preferred fallthrough macro
 2020-08-19 13:32 UTC  (4+ messages)

PROBLEM: Long Workqueue delays V2
 2020-08-19 13:12 UTC 

[PATCH] block: Convert to use the preferred fallthrough macro
 2020-08-19 13:03 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Add missing header files to BLOCK LAYER section
 2020-08-19 12:55 UTC  (2+ messages)

[PATCH v3] block: Make request_queue.rpm_status an enum
 2020-08-19 12:55 UTC  (2+ messages)

[PATCH] raw: deprecate the raw driver
 2020-08-19 12:53 UTC  (2+ messages)

[git pull] device mapper changes for 5.9
 2020-08-19 10:29 UTC  (8+ messages)

[PATCH v2] RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server init
 2020-08-19  7:56 UTC  (12+ messages)

[bug] mkfs.ext[23] hangs on loop device (aarch64, 5.8+)
 2020-08-19  6:37 UTC  (4+ messages)

[PATCH v7 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-08-19  4:22 UTC  (11+ messages)
` [PATCH v7 1/6] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v7 2/6] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v7 3/6] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v7 4/6] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v7 5/6] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v7 6/6] libceph: use sendpage_ok() in ceph_tcp_sendpage()

[PATCH RESEND] blk-mq: insert request not through ->queue_rq into sw/scheduler queue
 2020-08-19  0:20 UTC  (5+ messages)

[PATCH v2 0/3] block: improve iostat for md/bcache partitions
 2020-08-18 22:26 UTC  (4+ messages)
` [PATCH v2 1/3] block: introduce part_[begin|end]_io_acct
` [PATCH v2 2/3] md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
` [PATCH v2 3/3] bcache: "

[PATCH 0/4] block: improve iostat for md/bcache partitions
 2020-08-18 19:48 UTC  (8+ messages)
` [PATCH 1/4] block: expose disk_map_sector_rcu() and hd_struct_put in genhd.h
` [PATCH 2/4] block: introduce part_[begin|end]_io_acct
` [PATCH 3/4] md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
` [PATCH 4/4] bcache: "

[PATCH v4 2/2] block: better deal with the delayed not supported case in blk_cloned_rq_check_limits
 2020-08-18 19:43 UTC  (2+ messages)

[PATCH v3 2/2] block: better deal with the delayed not supported case in blk_cloned_rq_check_limits
 2020-08-18 18:13 UTC  (3+ messages)

Support for I/O to a bitbucket
 2020-08-18 17:22 UTC 

[PATCH] block: fix get_max_io_size()
 2020-08-18 16:44 UTC  (3+ messages)

[PATCH] block: rnbd: rnbd-srv: silence uninitialized variable warning
 2020-08-18 14:49 UTC  (3+ messages)
` [PATCH] block/rnbd: Ensure err is always initialized in process_rdma

[PATCH] bfq: fix blkio cgroup leakage v4
 2020-08-18 14:47 UTC  (3+ messages)

[PATCH V3 0/3] block: fix discard merge for single max discard segment
 2020-08-18 13:52 UTC  (3+ messages)
` [PATCH V3 2/3] block: virtio_blk: fix handling single range discard request

[RFC PATCH 0/4] block/bpf: add eBPF based block layer IO filtering
 2020-08-18 12:53 UTC  (3+ messages)
` [RFC PATCH 1/4] bpf: add new prog_type BPF_PROG_TYPE_IO_FILTER

[PATCH v6 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-08-18 12:47 UTC  (7+ messages)
` [PATCH v6 1/6] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v6 2/6] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v6 3/6] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v6 4/6] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v6 5/6] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v6 6/6] libceph: use sendpage_ok() in ceph_tcp_sendpage()

[PATCH] block: rnbd: rnbd-srv: silence uninitialized variable warning
 2020-08-18 12:43 UTC  (3+ messages)

[PATCH RFC v7 00/12] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-08-18  8:33 UTC  (17+ messages)
` [PATCH RFC v7 11/12] smartpqi: enable host tagset
` [PATCH RFC v7 12/12] hpsa: enable host_tagset and switch to MQ

[PATCH v5 1/3] net: introduce helper sendpage_ok() in include/linux/net.h
 2020-08-18  8:21 UTC  (3+ messages)

[PATCH v5 1/3] net: introduce helper sendpage_ok() in include/linux/net.h
 2020-08-18  7:00 UTC  (5+ 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).