linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-16 14:20:15 to 2021-09-21 15:37:45 UTC [more...]

[RFC v2 PATCH] mm, sl[au]b: Introduce lockless cache
 2021-09-21 15:37 UTC  (4+ messages)

tear down file system I/O in del_gendisk
 2021-09-21 14:24 UTC  (12+ messages)
` [PATCH 1/4] block: factor out a blk_try_enter_queue helper
` [PATCH 2/4] block: split bio_queue_enter from blk_queue_enter
` [PATCH 3/4] block: drain file system I/O on del_gendisk
` [PATCH 4/4] block: keep q_usage_counter in atomic mode after del_gendisk

[RFC PATCH] blk-throttle: enable io throttle for root in cgroup v2
 2021-09-21 13:44 UTC  (5+ messages)

[PATCH 0/8] loop: small clenaup
 2021-09-21 13:38 UTC  (17+ messages)
` [PATCH 1/8] loop: use sysfs_emit() in the sysfs offset show
` [PATCH 2/8] loop: use sysfs_emit() in the sysfs sizelimit show
` [PATCH 3/8] loop: use sysfs_emit() in the sysfs autoclear show
` [PATCH 4/8] loop: use sysfs_emit() in the sysfs partscan show
` [PATCH 5/8] loop: use sysfs_emit() in the sysfs dio show
` [PATCH 6/8] loop: remove extra variable in lo_fallocate()
` [PATCH 7/8] loop: remove extra variable in lo_req_flush
` [PATCH 8/8] loop: allow user to set the queue depth

[syzbot] possible deadlock in bd_register_pending_holders
 2021-09-21  7:13 UTC  (4+ messages)

untangle the block headers v2
 2021-09-21  6:36 UTC  (27+ messages)
` [PATCH 01/17] mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>
` [PATCH 02/17] mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
` [PATCH 03/17] mm: don't include <linux/blkdev.h> "
` [PATCH 04/17] mm: remove spurious blkdev.h includes
` [PATCH 05/17] arch: "
` [PATCH 06/17] kernel: "
` [PATCH 07/17] sched: move the <linux/blkdev.h> include out of kernel/sched/sched.h
` [PATCH 08/17] block: remove the unused rq_end_sector macro
` [PATCH 09/17] block: remove the unused blk_queue_state enum
` [PATCH 10/17] block: remove the cmd_size field from struct request_queue
` [PATCH 11/17] block: remove the struct blk_queue_ctx forward declaration
` [PATCH 12/17] block: move elevator.h to block/
` [PATCH 13/17] block: drop unused includes in <linux/blkdev.h>
` [PATCH 14/17] block: drop unused includes in <linux/genhd.h>
` [PATCH 15/17] block: move a few merge helpers out of <linux/blkdev.h>
` [PATCH 16/17] block: move integrity handling "
` [PATCH 17/17] block: move struct request to blk-mq.h

fix a dax/block device attribute registration regression
 2021-09-21  6:32 UTC  (14+ messages)
` [PATCH 1/3] nvdimm/pmem: fix creating the dax group
` [PATCH 2/3] nvdimm/pmem: move dax_attribute_group from dax to pmem
` [PATCH 3/3] block: warn if ->groups is set when calling add_disk

[PATCH v2 0/3] kmod: add patient module removal support
 2021-09-21  5:53 UTC  (5+ messages)
` [PATCH v2 1/3] libkmod: add a library notice log level print

[RFC PATCH v2 0/5] Support for hardware-wrapped inline encryption keys
 2021-09-21  3:16 UTC  (9+ messages)
` [RFC PATCH v2 1/5] block: add basic hardware-wrapped key support
` [RFC PATCH v2 2/5] block: add ioctls to create and prepare hardware-wrapped keys
` [RFC PATCH v2 3/5] fscrypt: improve documentation for inline encryption
` [RFC PATCH v2 4/5] fscrypt: allow 256-bit master keys with AES-256-XTS
` [RFC PATCH v2 5/5] fscrypt: add support for hardware-wrapped keys

[syzbot] WARNING: ODEBUG bug in blk_mq_hw_sysfs_release
 2021-09-21  3:15 UTC 

[PATCH v7 01/12] LICENSES: Add the copyleft-next-0.3.1 license
 2021-09-21  0:03 UTC  (24+ messages)
` [PATCH v7 02/12] testing: use the copyleft-next-0.3.1 SPDX tag
` [PATCH v7 03/12] selftests: add tests_sysfs module
` [PATCH v7 04/12] kernfs: add initial failure injection support
` [PATCH v7 05/12] test_sysfs: add support to use kernfs failure injection
` [PATCH v7 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v7 07/12] fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()
` [PATCH v7 08/12] fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
` [PATCH v7 09/12] sysfs: fix deadlock race with module removal
` [PATCH v7 10/12] test_sysfs: enable deadlock tests by default
` [PATCH v7 11/12] zram: fix crashes with cpu hotplug multistate
` [PATCH v7 12/12] zram: use ATTRIBUTE_GROUPS to fix sysfs deadlock module removal
` [PATCH v7 00/12 (RESEND)] syfs: generic deadlock fix with "

[PATCH] zram: Introduce an aged idle interface
 2021-09-20 21:29 UTC  (3+ messages)

[PATCH] nbd: use shifts rather than multiplies
 2021-09-20 23:25 UTC 

[PATCH] blk-mq: export blk_mq_submit_bio symbol
 2021-09-20 20:25 UTC  (7+ messages)

[PATCH] [RFC] blk-iocost stringop-overread warning workaround
 2021-09-20 16:17 UTC  (2+ messages)

[syzbot] WARNING in __init_work
 2021-09-20 12:54 UTC  (6+ messages)

[PATCH] null_blk: poll queue support
 2021-09-20 11:40 UTC  (4+ messages)

[PATCH 0/3 v2] bfq: Limit number of allocated scheduler tags per cgroup
 2021-09-20  9:28 UTC  (6+ messages)

[syzbot] KASAN: use-after-free Read in bdev_free_inode
 2021-09-20  8:40 UTC  (8+ messages)
  ` [PATCH] block: genhd: fix double kfree() in __alloc_disk_node()
          ` [PATCH v2] "

[PATCH RESEND v3 00/13] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-09-20  7:45 UTC  (2+ messages)

[patch v8 0/7] handle unexpected message from server
 2021-09-19 10:34 UTC  (3+ messages)
` [patch v8 3/7] nbd: check sock index in nbd_read_stat()

[PATCH] floppy: Fix hang in watchdog when disk is ejected
 2021-09-18 22:33 UTC  (2+ messages)

[PATCH] block/mq-deadline: Fix unused-function compilation warning
 2021-09-18 22:22 UTC  (3+ messages)

bfq - suspected memory leaks
 2021-09-18 11:01 UTC  (3+ messages)

INFO: task hung in nbd_ioctl
 2021-09-18  1:34 UTC 

INFO: task hung in nbd_add_socket
 2021-09-18  1:33 UTC 

[PATCH V2 blktests] nvmeof-mp/001: fix failure when CONFIG_NVME_HWMON enabled
 2021-09-18  0:03 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.15-rc2
 2021-09-17 16:29 UTC  (2+ messages)

[PATCH] scsi: core: cleanup request queue before releasing gendisk
 2021-09-17 13:41 UTC  (13+ messages)

[patch v8 7/7] nbd: fix uaf in nbd_handle_reply()
 2021-09-17  3:33 UTC  (3+ messages)
` [PATCH v9] "

[PATCH AUTOSEL 4.4] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-17  2:35 UTC 

[PATCH AUTOSEL 4.9] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-17  2:35 UTC 

[PATCH AUTOSEL 4.14 2/2] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-17  2:35 UTC 

[PATCH AUTOSEL 4.19 4/4] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-17  2:34 UTC 

[PATCH AUTOSEL 5.4 4/5] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-17  2:34 UTC 

[PATCH AUTOSEL 5.10 5/8] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-17  2:34 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 6/8] blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queues

WARNING in loop_control_ioctl
 2021-09-17  1:28 UTC 

[PATCH v3 00/20] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-09-16 23:41 UTC  (21+ messages)
` [PATCH v3 01/20] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v3 02/20] PCI/P2PDMA: attempt to set map_type if it has not been set
` [PATCH v3 03/20] PCI/P2PDMA: make pci_p2pdma_map_type() non-static
` [PATCH v3 04/20] PCI/P2PDMA: introduce helpers for dma_map_sg implementations
` [PATCH v3 05/20] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v3 06/20] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v3 07/20] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v3 08/20] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v3 09/20] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v3 10/20] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v3 11/20] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v3 12/20] RDMA/rw: use dma_map_sgtable()
` [PATCH v3 13/20] PCI/P2PDMA: remove pci_p2pdma_[un]map_sg()
` [PATCH v3 14/20] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v3 15/20] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v3 16/20] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v3 17/20] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v3 18/20] mm: use custom page_free for P2PDMA pages
` [PATCH v3 19/20] PCI/P2PDMA: introduce pci_mmap_p2pmem()
` [PATCH v3 20/20] nvme-pci: allow mmaping the CMB in userspace

[PATCH v2 0/4] blk-crypto cleanups
 2021-09-16 23:07 UTC  (6+ messages)
` [PATCH v2 1/4] blk-crypto-fallback: properly prefix function and struct names
` [PATCH v2 2/4] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [PATCH v2 3/4] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [PATCH v2 4/4] blk-crypto: update inline encryption documentation

[PATCH v3] drivers/cdrom: improved ioctl for media change detection
 2021-09-16 23:07 UTC  (3+ messages)

general protection fault in wb_timer_fn
 2021-09-16 20:18 UTC  (7+ messages)

[PATCH 0/5] blk-crypto cleanups
 2021-09-16 17:28 UTC  (6+ messages)
` [PATCH 2/5] blk-crypto-fallback: consolidate static variables


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