linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-12 15:47:05 to 2021-11-18 17:26:19 UTC [more...]

[PATCH v2 00/28] iomap/xfs folio patches
 2021-11-18 17:26 UTC  (36+ messages)
` [PATCH v2 01/28] csky,sparc: Declare flush_dcache_folio()
` [PATCH v2 02/28] mm: Add functions to zero portions of a folio
` [PATCH v2 03/28] fs: Remove FS_THP_SUPPORT
` [PATCH v2 04/28] fs: Rename AS_THP_SUPPORT and mapping_thp_support
` [PATCH v2 05/28] block: Add bio_add_folio()
` [PATCH v2 06/28] block: Add bio_for_each_folio_all()
` [PATCH v2 07/28] fs/buffer: Convert __block_write_begin_int() to take a folio
` [PATCH v2 12/28] iomap: Add iomap_invalidate_folio
` [PATCH v2 19/28] iomap: Convert __iomap_zero_iter to use a folio
` [PATCH v2 20/28] iomap: Convert iomap_write_begin() and iomap_write_end() to folios
` [PATCH v2 25/28] iomap: Convert iomap_add_to_ioend() to take a folio

[syzbot] INFO: task hung in loop_set_status
 2021-11-18 15:46 UTC 

[PATCH] blk-mq: don't insert FUA request with data into scheduler queue
 2021-11-18 15:30 UTC 

move all struct request releated code out of blk-core.c (rebased)
 2021-11-18 15:24 UTC  (15+ messages)
` [PATCH 01/11] block: move blk_rq_err_bytes to scsi
` [PATCH 02/11] block: remove rq_flush_dcache_pages
` [PATCH 03/11] block: remove blk-exec.c
` [PATCH 04/11] blk-mq: move blk_mq_flush_plug_list
` [PATCH 05/11] block: move request based cloning helpers to blk-mq.c
` [PATCH 06/11] block: move blk_rq_init "
` [PATCH 07/11] block: move blk_steal_bios "
` [PATCH 08/11] block: move blk_account_io_{start,done} "
` [PATCH 09/11] block: move blk_dump_rq_flags "
` [PATCH 10/11] block: move blk_print_req_error "
` [PATCH 11/11] block: don't include blk-mq headers in blk-core.c

[PATCH] loop: mask loop_control_ioctl parameter only as minor
 2021-11-18 15:21 UTC  (4+ messages)

[PATCH] use blk_queue_fua() to check QUEUE_FLAG_FUA
 2021-11-18 13:33 UTC 

[QUESTION] blk_mq_freeze_queue in elevator_init_mq
 2021-11-18 13:12 UTC  (8+ messages)

[PATCH -next] blk-throttle: Set BIO_THROTTLED when bio has been throttled
 2021-11-18 13:15 UTC 

[PATCHSET 0/4] Add support for list issue
 2021-11-18  7:59 UTC  (25+ messages)
` [PATCH 1/4] block: add mq_ops->queue_rqs hook
` [PATCH 2/4] nvme: split command copy into a helper
` [PATCH 3/4] nvme: separate command prep and issue
` [PATCH 4/4] nvme: add support for mq_ops->queue_rqs()

[PATCH] block: Use div64_ul instead of do_div
 2021-11-18  3:40 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] blktests: replace module removal with patient module removal
 2021-11-18  1:38 UTC  (2+ messages)

[syzbot] INFO: task hung in __loop_clr_fd
 2021-11-18  1:13 UTC 

INFO: task hung in __loop_clr_fd
 2021-11-18  1:10 UTC 

[syzbot] INFO: task hung in blkdev_get_by_dev (2)
 2021-11-18  0:33 UTC 

[regression] nvme pci sysfs remove operation hang during fio test observed on 5.16.0-rc1
 2021-11-18  0:05 UTC  (3+ messages)

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

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-11-17 15:52 UTC  (13+ messages)

[PATCH] block: avoid to quiesce queue in elevator_init_mq
 2021-11-17 14:43 UTC  (2+ messages)

[PATCH] floppy: Add max size check for user space request
 2021-11-17 13:25 UTC  (2+ messages)

T10 DIX bug for the md raid with 4k block devices
 2021-11-17 13:14 UTC 

[PATCH] pktdvd: stop using bdi congestion framework
 2021-11-17 12:13 UTC  (2+ messages)

Observing an fio hang with RNBD device in the latest v5.10.78 Linux kernel
 2021-11-17 12:00 UTC  (6+ messages)

[syzbot] INFO: rcu detected stall in __hrtimer_run_queues
 2021-11-17 11:59 UTC  (3+ messages)

[PATCH] FAT: use blkdev_issue_flush() instead of congestion_wait()
 2021-11-17 10:52 UTC  (2+ messages)

[PATCH] virtio-blk: modify the value type of num in virtio_queue_rq()
 2021-11-17  9:20 UTC  (2+ messages)

Hang in blk_mq_freeze_queue_wait()
 2021-11-17  4:06 UTC  (4+ messages)

[PATCH 12/13] MM: use AIO/DIO for reads from SWP_FS_OPS swap-space
 2021-11-16 21:46 UTC  (2+ messages)

Reg: New MFD Driver for my PCIe Device
 2021-11-16 14:20 UTC  (6+ messages)

Fotowoltaika dla firm
 2021-11-16  8:51 UTC 

[PATCH V2] blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()
 2021-11-16  2:22 UTC  (2+ messages)

[PATCH blktests] tests/block: add the missing _have_fio check for block/029 block/031
 2021-11-16  1:53 UTC  (2+ messages)

[RFC PATCH v4 0/3] Support for hardware-wrapped inline encryption keys
 2021-11-16  3:32 UTC  (4+ messages)
` [RFC PATCH v4 1/3] block: add basic hardware-wrapped key support
` [RFC PATCH v4 2/3] block: add ioctls to create and prepare hardware-wrapped keys
` [RFC PATCH v4 3/3] fscrypt: add support for "

[PATCH] block: Use REQ_OP_WRITE instead of its integer constant 1 in op_is_write()
 2021-11-16  2:38 UTC  (4+ messages)

[PATCH 5.4 228/355] block: ataflop: fix breakage introduced at blk-mq refactoring
 2021-11-15 17:02 UTC 

[PATCH 5.15 449/917] block: ataflop: fix breakage introduced at blk-mq refactoring
 2021-11-15 17:00 UTC  (2+ messages)
` [PATCH 5.15 517/917] block: ataflop: more blk-mq refactoring fixes

[PATCH v2 0/3] kmod: add patient module removal support
 2021-11-15 20:21 UTC  (6+ messages)
` [PATCH v2 3/3] libkmod-module: add support for a patient module removal option

[PATCH] block: fix missing queue put in error path
 2021-11-15 23:57 UTC  (2+ messages)

[PATCH] blk-cgroup: fix missing put device in error path from blkg_conf_pref()
 2021-11-15 21:37 UTC  (2+ messages)

[PATCH] blk-iocost: drop selecting undefined BLK_RQ_IO_DATA_LEN
 2021-11-15 21:38 UTC  (2+ messages)

[PATCHSET v3 0/5] Alloc batch fixes
 2021-11-15 19:23 UTC  (27+ messages)
` [PATCH 4/5] block: move queue enter logic into blk_mq_submit_bio()

[PATCH 5.14 444/849] block: ataflop: fix breakage introduced at blk-mq refactoring
 2021-11-15 16:59 UTC  (2+ messages)
` [PATCH 5.14 508/849] block: ataflop: more blk-mq refactoring fixes

[PATCH 5.10 330/575] block: ataflop: fix breakage introduced at blk-mq refactoring
 2021-11-15 17:01 UTC  (2+ messages)
` [PATCH 5.10 360/575] block: ataflop: more blk-mq refactoring fixes

[PATCH RFT 0/3] blk-mq: Optimise blk_mq_queue_tag_busy_iter() for shared tags
 2021-11-15 16:31 UTC  (3+ messages)

[PATCH] blk-mq: sync blk-mq queue in both blk_cleanup_queue and disk_release()
 2021-11-15 14:40 UTC  (2+ messages)

raid0 vs io_uring
 2021-11-15 13:16 UTC  (4+ messages)

[syzbot] INFO: task can't die in __bio_queue_enter
 2021-11-15 13:14 UTC  (2+ messages)

[syzbot] WARNING in nbd_dev_add (2)
 2021-11-15 11:01 UTC  (2+ messages)

[syzbot] possible deadlock in __loop_clr_fd (3)
 2021-11-15 10:20 UTC  (8+ messages)
            ` [PATCH v2] loop: don't hold lo_mutex during __loop_clr_fd()

[syzbot] INFO: task can't die in blk_mq_freeze_queue_wait
 2021-11-15  3:03 UTC 

uring regression - lost write request
 2021-11-14 21:03 UTC  (24+ messages)

I discovered that Aruba Instant On 1930 24G 4SFP/SFP+ JL682A Switch is Running an Operating System with Linux Kernel 4.4.120!
 2021-11-14 12:09 UTC 

[GIT PULL] Block fixes for 5.16-rc1
 2021-11-13 21:03 UTC  (2+ messages)

[PATCH] blk-mq: setup blk_mq_alloc_data.cmd_flags after submit_bio_checks() is done
 2021-11-12 16:30 UTC  (10+ 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).