messages from 2022-01-26 05:12:48 to 2022-01-28 09:35:46 UTC [more...]
[PATCH v2 0/3] block, bfq: minor cleanup and fix
2022-01-28 9:35 UTC (3+ messages)
[PATCH v5 00/24] Userspace P2PDMA with O_DIRECT NVMe devices
2022-01-28 9:26 UTC (27+ messages)
` [PATCH v5 01/24] ext4/xfs: add page refcount helper
` [PATCH v5 02/24] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v5 03/24] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v5 04/24] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v5 05/24] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v5 06/24] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v5 07/24] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v5 08/24] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v5 09/24] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v5 10/24] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v5 11/24] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v5 12/24] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v5 13/24] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v5 14/24] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v5 15/24] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v5 16/24] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v5 17/24] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v5 18/24] block: add check when merging zone device pages
` [PATCH v5 19/24] lib/scatterlist: "
` [PATCH v5 20/24] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v5 21/24] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v5 22/24] mm: use custom page_free for P2PDMA pages
` [PATCH v5 23/24] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v5 24/24] nvme-pci: allow mmaping the CMB in userspace
[PATCH] block: fix boolreturn.cocci warning
2022-01-28 9:10 UTC (3+ messages)
[PATCH 0/2] nvme-passthru with vectored-io
2022-01-28 9:08 UTC (9+ messages)
` [PATCH 1/2] block: introduce and export blk_rq_map_user_vec
` [PATCH 2/2] nvme: add vectored-io support for user passthru
[PATCH v7 0/2] cancel all throttled bios in del_gendisk()
2022-01-28 8:45 UTC (3+ messages)
` [PATCH v7 1/2] blk-throtl: introduce a new flag THROTL_TG_CANCELING
` [PATCH v7 2/2] block: cancel all throttled bios in del_gendisk()
yet another approach to fix loop autoclear for xfstets xfs/049
2022-01-28 7:26 UTC (29+ messages)
` [PATCH 1/8] loop: de-duplicate the idle worker freeing code
` [PATCH 2/8] loop: initialize the worker tracking fields once
` [PATCH 3/8] block: remove the racy bd_inode->i_mapping->nrpages asserts
` [PATCH 4/8] loop: only take lo_mutex for the last reference in lo_release
` [PATCH 5/8] loop: only take lo_mutex for the first reference in lo_open
` [PATCH 6/8] loop: don't freeze the queue in lo_release
` [PATCH 7/8] loop: only freeze the queue in __loop_clr_fd when needed
` [PATCH 8/8] loop: make autoclear operation synchronous again
[PATCH v3 0/3] block/dm: fix bio-based DM IO accounting
2022-01-28 6:14 UTC (6+ messages)
` [PATCH v3 1/3] block: add bio_start_io_acct_time() to control start_time
` [PATCH v3 2/3] dm: revert partial fix for redundant bio-based IO accounting
` [PATCH v3 3/3] dm: properly fix "
[PATCH v2 0/3] block/dm: fix bio-based DM IO accounting
2022-01-28 4:08 UTC (5+ messages)
` [PATCH v2 1/3] block: add bio_start_io_acct_time() to control start_time
` [PATCH v2 2/3] dm: revert partial fix for redundant bio-based IO accounting
` [PATCH v2 3/3] dm: properly fix "
[PATCH 0/9] Remove remaining parts of congestions tracking code
2022-01-28 1:34 UTC (16+ messages)
` [PATCH 7/9] NFS: remove congestion control
` [PATCH 4/9] f2f2: replace some congestion_wait() calls with io_schedule_timeout()
` [PATCH 6/9] fuse: don't set/clear bdi_congested
` [PATCH 8/9] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 1/9] Remove inode_congested()
` [PATCH 9/9] Remove congestion tracking framework
` [PATCH 5/9] cephfs: don't set/clear bdi_congestion
` [PATCH 2/9] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 3/9] f2fs: change retry waiting for f2fs_write_single_data_page()
improve the bio allocation interface v2
2022-01-27 21:38 UTC (11+ messages)
` [PATCH 02/19] nilfs2: remove nilfs_alloc_seg_bio
` [PATCH 05/19] dm: bio_alloc can't fail if it is allowed to sleep
` [PATCH 06/19] dm-crypt: remove clone_init
` [PATCH 07/19] dm-snap: use blkdev_issue_flush instead of open coding it
` [PATCH 08/19] dm-thin: "
[PATCH 0/3] block/dm: fix bio-based DM IO accounting
2022-01-27 20:01 UTC (5+ messages)
` [PATCH 1/3] block: add __bio_start_io_acct() to control start_time
` [dm-devel] "
` [PATCH 2/3] dm: revert partial fix for redundant bio-based IO accounting
` [PATCH 3/3] dm: properly fix "
improve the bio cloning interface
2022-01-27 19:58 UTC (17+ messages)
` [PATCH 01/14] drbd: set ->bi_bdev in drbd_req_new
` [PATCH 02/14] dm: add a clone_to_tio helper
` [PATCH 03/14] dm: fold clone_bio into __clone_and_map_data_bio
` [PATCH 04/14] dm: fold __send_duplicate_bios into __clone_and_map_simple_bio
` [PATCH 05/14] dm: move cloning the bio into alloc_tio
` [PATCH 06/14] dm: pass the bio instead of tio to __map_bio
` [PATCH 07/14] dm: retun the clone bio from alloc_tio
` [PATCH 08/14] dm: simplify the single bio fast path in __send_duplicate_bios
` [PATCH 09/14] dm: add a missing bio initialization to alloc_tio
` [PATCH 10/14] dm-cache: remove __remap_to_origin_clear_discard
` [PATCH 11/14] block: clone crypto and integrity data in __bio_clone_fast
` [PATCH 12/14] dm: use bio_clone_fast in alloc_tio
` [PATCH 13/14] block: initialize the target bio in __bio_clone_fast
` [PATCH 14/14] block: pass a block_device to bio_clone_fast
[v5 PATCH] block: introduce block_rq_error tracepoint
2022-01-27 18:18 UTC (6+ messages)
[PATCH -next V5] blk-mq: fix tag_get wait task can't be awakened
2022-01-27 18:06 UTC (5+ messages)
[PATCH 1/2] block: remove blk_needs_flush_plug
2022-01-27 17:19 UTC (4+ messages)
` [PATCH 2/2] block: check that there is a plug in blk_flush_plug
[PATCH -next] blk-mq: Fix wrong wakeup batch configuration which will cause hang
2022-01-27 17:17 UTC (3+ messages)
[GIT PULL] nvme fixes for Linux 5.17
2022-01-27 13:53 UTC (2+ messages)
[RFC] blk-mq: complete request locallly if not in interrupt context
2022-01-27 9:54 UTC (2+ messages)
[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
2022-01-27 7:14 UTC
[PATCH v6 0/2] cancel all throttled bios in del_gendisk()
2022-01-27 5:03 UTC (7+ messages)
` [PATCH v6 2/2] block: "
[PATCH -next] blk-throttle: enable io throttle for root in cgroup v2
2022-01-27 2:36 UTC (3+ messages)
[RFC 00/14] DEPT(DEPendency Tracker)
2022-01-27 1:11 UTC (16+ messages)
` Patches(Dept) for v5.17-rc1
` [PATCH on v5.17-rc1 01/14] llist: Move llist_{head,node} definition to types.h
` [PATCH on v5.17-rc1 02/14] dept: Implement Dept(Dependency Tracker)
` [PATCH on v5.17-rc1 03/14] dept: Embed Dept data in Lockdep
` [PATCH on v5.17-rc1 04/14] dept: Apply Dept to spinlock
` [PATCH on v5.17-rc1 05/14] dept: Apply Dept to mutex families
` [PATCH on v5.17-rc1 06/14] dept: Apply Dept to rwlock
` [PATCH on v5.17-rc1 07/14] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH on v5.17-rc1 08/14] dept: Apply Dept to seqlock
` [PATCH on v5.17-rc1 09/14] dept: Apply Dept to rwsem
` [PATCH on v5.17-rc1 10/14] dept: Add proc knobs to show stats and dependency graph
` [PATCH on v5.17-rc1 11/14] dept: Introduce split map concept and new APIs for them
` [PATCH on v5.17-rc1 12/14] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH on v5.17-rc1 13/14] dept: Separate out SDT(Single-event Dependency Tracker) header
` [PATCH on v5.17-rc1 14/14] dept: Apply SDT to swait
"blk-mq: fix tag_get wait task can't be awakened" causes hangs
2022-01-27 1:24 UTC (4+ messages)
[PATCH 00/10] Add wrapped key support for Qualcomm ICE
2022-01-27 0:51 UTC (4+ messages)
LSF/MM/BPF: 2022: Call for Proposals
2022-01-26 19:54 UTC
[v4 PATCH] block: introduce block_rq_error tracepoint
2022-01-26 18:35 UTC (3+ messages)
[RFC 0/7] 64-bit data integrity field support
2022-01-26 16:52 UTC (3+ messages)
[PATCH V2 00/13] block: don't drain file system I/O on del_gendisk
2022-01-26 16:37 UTC (20+ messages)
` [PATCH V2 05/13] block: only account passthrough IO from userspace
` [PATCH V2 09/13] scsi: force unfreezing queue into atomic mode
[PATCH for-next 0/2] Misc RNBD update
2022-01-26 14:01 UTC (3+ messages)
[PATCH v2] block: deprecate autoloading based on dev_t
2022-01-26 13:49 UTC (2+ messages)
remove <linux/genhd.h>
2022-01-26 13:48 UTC (5+ messages)
` [PATCH 1/3] block: move disk_{block,unblock,flush}_events to blk.h
` [PATCH 3/3] block: remove genhd.h
[PATCH v3 1/5] task_work: export task_work_add()
2022-01-26 13:35 UTC (8+ messages)
[PATCH v2] blk-mq: fix missing blk_account_io_done() in error path
2022-01-26 13:34 UTC (3+ messages)
RFA (Request for Advice): block/bio: get_user_pages() --> pin_user_pages()
2022-01-26 5:42 UTC (4+ messages)
[PATCH] blktests: replace module removal with patient module removal
2022-01-26 5:39 UTC (2+ messages)
[PATCH V3] block: loop:use kstatfs.f_bsize of backing file to set discard granularity
2022-01-26 5:15 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).