messages from 2021-01-04 19:25:30 to 2021-01-11 04:45:28 UTC [more...]
[PATCH V3 0/6] block: improvement on bioset & bvec allocation
2021-01-11 4:41 UTC (11+ messages)
` [PATCH V3 1/6] block: manage bio slab cache by xarray
` [PATCH V3 2/6] block: don't pass BIOSET_NEED_BVECS for q->bio_split
` [PATCH V3 3/6] block: don't allocate inline bvecs if this bioset needn't bvecs
` [PATCH V3 4/6] block: set .bi_max_vecs as actual allocated vector number
` [PATCH V3 5/6] block: move three bvec helpers declaration into private helper
` [PATCH V3 6/6] bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'
[PATCH v3 0/7] no-copy bvec
2021-01-11 3:00 UTC (15+ messages)
` [PATCH v3 1/7] splice: don't generate zero-len segement bvecs
` [PATCH v3 2/7] bvec/iter: disallow zero-length segment bvecs
` [PATCH v3 3/7] block/psi: remove PSI annotations from direct IO
` [PATCH v3 4/7] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v3 5/7] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v3 6/7] bio: add a helper calculating nr segments to alloc
` [PATCH v3 7/7] bio: don't copy bvec for direct IO
[PATCH] block/rnbd-clt: improve find_or_create_sess() return check
2021-01-10 21:57 UTC
[GIT PULL] Block fixes for 5.11-rc3
2021-01-10 21:21 UTC (2+ messages)
split hard read-only vs read-only policy v3 (resend)
2021-01-10 15:01 UTC (12+ messages)
` [PATCH 1/6] dm: use bdev_read_only to check if a device is read-only
` [PATCH 2/6] block: remove the NULL bdev check in bdev_read_only
` [PATCH 3/6] block: add a hard-readonly flag to struct gendisk
` [PATCH 4/6] block: propagate BLKROSET on the whole device to all partitions
` [PATCH 5/6] rbd: remove the ->set_read_only method
` [PATCH 6/6] nvme: allow revalidate to set a namespace read-only
[PATCH RFC V4 0/4] block: add two statistic tables
2021-01-10 9:44 UTC (5+ messages)
` [PATCH RFC V4 1/4] block: add a statistic table for io latency
` [PATCH RFC V4 2/4] block: add a statistic table for io sector
` [PATCH RFC V4 3/4] block: add io_extra_stats node
` [PATCH RFC V4 4/4] block: call blk_additional_{latency,sector} only when io_extra_stats is true
[PATCH 0/3] bfq: Two fixes and a cleanup for sequential readers
2021-01-10 9:23 UTC (14+ messages)
` [PATCH 1/3] bfq: Avoid false bfq queue merging
` [PATCH 3/3] bfq: Use only idle IO periods for think time calculations
[PATCH 0/2 RFC] bfq: Waker logic tweaks for dbench performance
2021-01-10 9:20 UTC (5+ messages)
` [PATCH 1/2] bfq: Fix check detecting whether waker queue should be selected
` [PATCH 2/2] bfq: Allow short_ttime queues to have waker
[PATCH v5 0/4] scatterlist: add new capabilities
2021-01-09 23:00 UTC (7+ messages)
` [PATCH v5 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning
` [PATCH v5 4/4] scatterlist: add sgl_memset()
[PATCH 0/5] bcache patches for Linux v5.11-rc3
2021-01-09 16:21 UTC (3+ messages)
[PATCH] mm/filemap: don't revert iter on -EIOCBQUEUED
2021-01-09 16:00 UTC
[PATCH] loop: devirtualise ki_complete call
2021-01-09 15:51 UTC
[PATCH] block: unexport truncate_bdev_range
2021-01-09 11:13 UTC
[PATCH] block: pre-initialize struct block_device in bdev_alloc_inode
2021-01-08 3:58 UTC (3+ messages)
[GIT PULL] nvme fixes for 5.11
2021-01-07 17:58 UTC (2+ messages)
[RFC PATCH] fs: block_dev: compute nr_vecs hint for improving writeback bvecs allocation
2021-01-08 21:00 UTC (6+ messages)
fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
2021-01-08 20:32 UTC (11+ messages)
[PATCH RFC 0/7] dm: add support of iopoll
2021-01-08 17:33 UTC (20+ messages)
` [PATCH RFC 1/7] block: move definition of blk_qc_t to types.h
` [PATCH RFC 2/7] block: add helper function fetching gendisk from queue
` [PATCH RFC 3/7] block: add iopoll method for non-mq device
` [dm-devel] "
` [PATCH RFC 4/7] block: define blk_qc_t as uintptr_t
` [PATCH RFC 5/7] dm: always return BLK_QC_T_NONE for bio-based device
` [PATCH RFC 6/7] block: track cookies of split bios "
` [dm-devel] "
` [PATCH RFC 7/7] dm: add support for IO polling
` [dm-devel] "
` [dm-devel] [PATCH RFC 0/7] dm: add support of iopoll
[PATCH] blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHARED
2021-01-08 15:20 UTC (2+ messages)
[PATCH for-rc 0/5] some bugfix for rnbd
2021-01-08 15:19 UTC (7+ messages)
` [PATCH for-rc 1/5] block/rnbd: Select SG_POOL for RNBD_CLIENT
` [PATCH for-rc 2/5] block/rnbd-srv: Fix use after free in rnbd_srv_sess_dev_force_close
` [PATCH for-rc 3/5] block/rnbd-clt: Fix sg table use after free
` [PATCH for-rc 4/5] block/rnbd: Adding name to the Contributors List
` [PATCH for-rc 5/5] block/rnbd-clt: avoid module unload race with close confirmation
let import_iovec deal with compat_iovecs as well v2
2021-01-08 11:49 UTC (3+ messages)
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
[PATCH 6/6 v3] block: Add n64 cart driver
2021-01-08 8:36 UTC
[PATCH v2] scsi: sd: remove obsolete variable in sd_remove()
2021-01-08 4:19 UTC (2+ messages)
[PATCH v3] loop: fix I/O error on fsync() in detached loop devices
2021-01-08 0:23 UTC (2+ messages)
[PATCH v2] loop: fix I/O error on fsync() in detached loop devices
2021-01-07 18:20 UTC (5+ messages)
[PATCH 0/2 v2] blk-mq: Improve performance of non-mq IO schedulers with multiple HW queues
2021-01-07 12:06 UTC (6+ messages)
` [PATCH 1/2] Revert "blk-mq, elevator: Count requests per hctx to improve performance"
` [PATCH 2/2] blk-mq: Improve performance of non-mq IO schedulers with multiple HW queues
[RFC PATCH kernel] block: initialize block_device::bd_bdi for bdev_cache
2021-01-07 8:24 UTC (5+ messages)
[PATCH v7 00/16] blkcg:Support to track FC storage blk io traffic
2021-01-06 22:00 UTC (17+ messages)
` [PATCH v7 01/16] cgroup: Added cgroup_get_from_id
` [PATCH v7 02/16] blkcg: Added a app identifier support for blkcg
` [PATCH v7 03/16] nvme: Added a newsysfs attribute appid_store
` [PATCH v7 04/16] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [PATCH v7 05/16] lpfc: vmid: Supplementary data structures for vmid and APIs
` [PATCH v7 06/16] lpfc: vmid: Forward declarations for APIs
` [PATCH v7 07/16] lpfc: vmid: VMID params initialization
` [PATCH v7 08/16] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
` [PATCH v7 09/16] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v7 10/16] lpfc: vmid: Functions to manage vmids
` [PATCH v7 11/16] lpfc: vmid: Implements CT commands for appid
` [PATCH v7 12/16] lpfc: vmid: Appends the vmid in the wqe before sending
` [PATCH v7 13/16] lpfc: vmid: Timeout implementation for vmid
` [PATCH v7 14/16] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v7 15/16] lpfc: vmid: Introducing vmid in io path
` [PATCH v7 16/16] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID
[PATCH v2 0/6] avoid repeated request completion and IO error
2021-01-07 3:31 UTC (7+ messages)
` [PATCH v2 1/6] blk-mq: introduce blk_mq_set_request_complete
` [PATCH v2 2/6] nvme-core: introduce complete failed request
` [PATCH v2 3/6] nvme-fabrics: avoid repeated request completion for nvmf_fail_nonready_command
` [PATCH v2 4/6] nvme-rdma: avoid IO error and repeated request completion
` [PATCH v2 5/6] nvme-tcp: "
` [PATCH v2 6/6] nvme-fc: "
[PATCH] bfq: Fix computation of shallow depth
2021-01-06 17:02 UTC (4+ messages)
[PATCH] block: remove redundant get/put operations for queue
2021-01-06 16:00 UTC (2+ messages)
[PATCH] blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue
2021-01-06 11:38 UTC (8+ messages)
[PATCH] block: introduce for_each_rq_qos macro
2021-01-06 11:20 UTC
[PATCH 0/6] avoid repeated request completion and IO error
2021-01-06 2:31 UTC (11+ messages)
` [PATCH 1/6] blk-mq: introduce blk_mq_set_request_complete
` [PATCH 2/6] nvme-core: introduce complete failed request
` [PATCH 3/6] nvme-fabrics: avoid repeated request completion for nvmf_fail_nonready_command
` [PATCH 4/6] nvme-rdma: avoid IO error and repeated request completion
` [PATCH 5/6] nvme-tcp: "
` [PATCH 6/6] nvme-fc: "
[RFC PATCH v4 0/3] add simple copy support
2021-01-05 23:33 UTC (7+ messages)
` [RFC PATCH v4 2/3] block: "
` [dm-devel] "
[RFC 0/2] optimise split bio
2021-01-05 20:36 UTC (4+ messages)
` [RFC 1/2] block: add a function for *segment_split fast path
` [RFC 2/2] block: add a fast path for seg split of large bio
[LSFMMBPF 2021] A status update
2021-01-05 20:30 UTC (3+ messages)
[PATCH] block: fix use-after-free in disk_part_iter_next
2021-01-05 18:35 UTC (3+ messages)
blk-iocost: fix NULL iocg deref from racing against initialization
2021-01-05 18:33 UTC (2+ messages)
[PATCH V2 0/6] block: improvement on bioset & bvec allocation
2021-01-05 15:41 UTC (9+ messages)
` [PATCH V2 1/6] block: manage bio slab cache by xarray
` [PATCH V2 2/6] block: don't pass BIOSET_NEED_BVECS for q->bio_split
` [PATCH V2 3/6] block: don't allocate inline bvecs if this bioset needn't bvecs
` [PATCH V2 4/6] block: set .bi_max_vecs as actual allocated vector number
` [PATCH V2 5/6] block: move three bvec helpers declaration into private helper
` [PATCH V2 6/6] bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'
[PATCH V4 0/1] block: fix I/O errors in BLKRRPART
2021-01-05 15:02 UTC (3+ messages)
` [PATCH V4 1/1] block: reject I/O for same fd if block size changed
[PATCH] loop: fix I/O error on fsync() in detached loop devices
2021-01-05 13:57 UTC (3+ messages)
[RFC PATCH V3 0/1] block: fix I/O errors in BLKRRPART
2021-01-05 10:12 UTC (7+ messages)
` [RFC PATCH V3 1/1] block: reject I/O for same fd if block size changed
[PATCH 6/6 v2] block: Add n64 cart driver
2021-01-05 7:04 UTC (4+ messages)
[PATCH AUTOSEL 5.10 08/17] scsi: block: Introduce BLK_MQ_REQ_PM
2021-01-05 0:59 UTC
[PATCH] common/rc: confirm pcie hotplug capabilities
2021-01-04 22:55 UTC (2+ messages)
[PATCH blktests v3 0/2] Support max_open_zones and max_active_zones
2021-01-04 22:58 UTC (2+ messages)
[PATCH V3 blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement
2021-01-04 22:48 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).