messages from 2020-12-22 06:03:57 to 2021-01-04 08:57:06 UTC [more...]
[PATCH 0/6] block: improvement on bioset & bvec allocation
2021-01-04 8:55 UTC (10+ messages)
` [PATCH 1/6] block: manage bio slab cache by xarray
` [PATCH 2/6] block: don't pass BIOSET_NEED_BVECS for q->bio_split
` [PATCH 3/6] block: don't allocate inline bvecs if this bioset needn't bvecs
` [PATCH 4/6] block: set .bi_max_vecs as actual allocated vector number
` [PATCH 5/6] block: move three bvec helpers declaration into private helper
` [PATCH 6/6] bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'
[PATCH] fs/buffer: try to submit writeback bio in unit of page
2021-01-04 8:44 UTC (2+ messages)
[PATCH 0/5] bcache patches for Linux v5.11-rc3
2021-01-04 7:41 UTC (6+ messages)
` [PATCH 1/5] bcache: set pdev_set_uuid before scond loop iteration
` [PATCH 2/5] bcache: fix typo from SUUP to SUPP in features.h
` [PATCH 3/5] bcache: check unsupported feature sets for bcache register
` [PATCH 4/5] bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket
` [PATCH 5/5] bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_LARGE_BUCKET
[RFC V2] block: reject I/O for same fd if block size changed
2021-01-04 1:28 UTC (4+ messages)
[PATCH] lightnvm: select CONFIG_CRC32
2021-01-03 21:55 UTC (2+ messages)
[PATCH] block: rsxx: select CONFIG_CRC32
2021-01-03 21:54 UTC (2+ messages)
[PATCH 1/3] bcache-tools: recover the missing sb.csum for showing bcache device super block
2021-01-03 16:24 UTC (3+ messages)
` [PATCH 2/3] bcache-tools: only call to_cache_sb() for bcache device in may_add_item()
` [PATCH 3/3] bcache-tools: improve column alignment for "bcache show -m" output
[PATCH] fs: block_dev.c: use consistent function doc. notation
2021-01-02 17:48 UTC
[PATCH v2 0/7] no-copy bvec
2021-01-02 15:17 UTC (8+ messages)
` [PATCH v2 1/7] splice: don't generate zero-len segement bvecs
` [PATCH v2 2/7] bvec/iter: disallow zero-length segment bvecs
` [PATCH v2 3/7] block/psi: remove PSI annotations from direct IO
` [PATCH v2 4/7] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v2 5/7] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v2 6/7] bio: add a helper calculating nr segments to alloc
` [PATCH v2 7/7] bio: don't copy bvec for direct IO
[PATCH 0/6] bcache-tools: improve large bucket on-disk layout
2021-01-02 7:12 UTC (7+ messages)
` [PATCH 1/6] bcache.h: fix typo from SUUP to SUPP
` [PATCH 2/6] bcache-tools: only call set_bucket_size() for cache device
` [PATCH 3/6] bcache.h: add BCH_FEATURE_INCOMPAT_LARGE_BUCKET to BCH_FEATURE_INCOMPAT_SUPP
` [PATCH 4/6] bcache-tools: check incompatible feature set
` [PATCH 5/6] bcache-tools: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket
` [PATCH 6/6] bcache-tools: display obsoleted bucket size configuration
[PATCH 0/4] bcache: improve large bucket size on-disk layout
2021-01-02 7:12 UTC (5+ messages)
` [PATCH 1/4] bcache: fix typo from SUUP to SUPP in features.h
` [PATCH 2/4] bcache: check unsupported feature sets for bcache register
` [PATCH 3/4] bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket
` [PATCH 4/4] bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_LARGE_BUCKET
[PATCH] loop: fix I/O error on fsync() in detached loop devices
2021-01-02 5:13 UTC (2+ messages)
[GIT PULL] Block fixes for 5.11-rc
2021-01-01 21:25 UTC (2+ messages)
[PATCH 0/4] Fix order when split bio and send remaining back to itself
2020-12-31 8:28 UTC (13+ messages)
` [PATCH 1/4] block: introduce submit_bio_noacct_add_head
` [PATCH 2/4] block: use submit_bio_noacct_add_head for split bio sending back
` [PATCH 3/4] dm: "
` [PATCH 4/4] md: "
[RFC] block: reject I/O in BLKRRPART if block size changed
2020-12-30 14:05 UTC (2+ messages)
fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
2020-12-30 6:28 UTC
[PATCH] block: add debugfs stanza for QUEUE_FLAG_NOWAIT
2020-12-29 23:48 UTC (2+ messages)
[PATCH -next] aoe: Use kzalloc for allocating only one thing
2020-12-29 23:42 UTC (2+ messages)
How to utilize a PCIE4.0 SSD?
2020-12-29 20:18 UTC (4+ messages)
[PATCH] block: avoid fragmented discard splits
2020-12-29 15:27 UTC
[PATCH v3 0/6] add support for inline encryption to device mapper
2020-12-29 8:55 UTC (7+ messages)
` [PATCH v3 1/6] block: keyslot-manager: Introduce passthrough keyslot manager
` [PATCH v3 2/6] block: keyslot-manager: Introduce functions for device mapper support
` [PATCH v3 3/6] dm: add support for passing through inline crypto support
` [PATCH v3 4/6] dm: Support key eviction from keyslot managers of underlying devices
` [PATCH v3 5/6] dm: Verify inline encryption capabilities of new table when it is loaded
` [PATCH v3 6/6] dm: set DM_TARGET_PASSES_CRYPTO feature for some targets
[PATCH 0/3] fix the performance fluctuation due to shared tagset
2020-12-29 2:37 UTC (10+ messages)
` [PATCH 1/3] blk-mq: allow hardware queue to get more tag while sharing a tag set
` [PATCH 2/3] blk-mq: clear 'active_queues' immediately when 'nr_active' is decreased to 0
` [PATCH 3/3] blk-mq: decrease pending_queues when it expires
[PATCH blktests v3 0/2] Support max_open_zones and max_active_zones
2020-12-29 0:44 UTC (3+ messages)
` [PATCH blktests v3 1/2] common/rc: Check both max_active_zones and max_open_zones
` [PATCH blktests v3 2/2] zbd/005: Provide max_active/open_zones limit to fio command
[PATCH v5 0/4] scatterlist: add new capabilities
2020-12-28 23:49 UTC (5+ messages)
` [PATCH v5 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning
` [PATCH v5 2/4] scatterlist: add sgl_copy_sgl() function
` [PATCH v5 3/4] scatterlist: add sgl_compare_sgl() function
` [PATCH v5 4/4] scatterlist: add sgl_memset()
[git pull] device mapper fix for 5.11-rc2
2020-12-28 23:37 UTC (2+ messages)
[PATCH v2] blokc/blk-merge: remove the next_bvec label in __blk_bios_map_sg()
2020-12-28 15:25 UTC (2+ messages)
` [blokc/blk] d828aefa7a: xfstests.xfs.372.fail
[PATCH v2] local64.h: make <asm/local64.h> mandatory
2020-12-27 15:09 UTC (3+ messages)
[PATCH] blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue
2020-12-27 11:34 UTC
[PATCH] rsxx: remove unused including <linux/version.h>
2020-12-26 1:27 UTC
[PATCH] bfq: don't duplicate code for different paths
2020-12-25 13:00 UTC
[GIT PULL] Block fixes for 5.11-rc1
2020-12-24 21:59 UTC (2+ messages)
[PATCH v1 0/6] no-copy bvec
2020-12-24 17:30 UTC (24+ messages)
` [PATCH v1 2/6] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v1 3/6] bio: deduplicate adding a page into bio
` [PATCH v1 4/6] block/psi: remove PSI annotations from direct IO
` [PATCH v1 5/6] bio: add a helper calculating nr segments to alloc
` [PATCH v1 6/6] block/iomap: don't copy bvec for direct IO
[PATCH] block: sed-opal: remove h from printk format specifier
2020-12-23 19:29 UTC
[RFC] nvme: set block size during namespace validation
2020-12-23 18:31 UTC (5+ messages)
[PATCH 0/2] bcache second wave patches for Linux v5.11
2020-12-23 16:25 UTC (4+ messages)
` [PATCH 1/2] bcache:remove a superfluous check in register_bcache
` [PATCH 2/2] md/bcache: convert comma to semicolon
[RFC PATCH v2 0/2] blk-mq: Avoid use-after-free for accessing old requests
2020-12-23 15:47 UTC (14+ messages)
` [RFC PATCH v2 2/2] blk-mq: Lockout tagset iter when freeing rqs
[PATCH RFC 0/7] dm: add support of iopoll
2020-12-23 11:26 UTC (8+ 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
` [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 "
` [PATCH RFC 7/7] dm: add support for IO polling
[PATCH] blokc/blk-merge: remove the next_bvec label in __blk_bios_map_sg()linux-block@vger.kernel.org (open list:BLOCK LAYER)
2020-12-23 9:24 UTC (4+ messages)
DM's filesystem lookup in dm_get_dev_t() [was: Re: linux-next: manual merge of the device-mapper tree with Linus' tree]
2020-12-23 8:06 UTC (5+ messages)
` [dm-devel] "
[PATCH v2] block: move definition of blk_qc_t to types.h
2020-12-23 7:45 UTC (2+ messages)
[PATCH 0/2 RFC] blk-mq: Improve performance of non-mq IO schedulers with multiple HW queues
2020-12-23 3:43 UTC (7+ messages)
` [PATCH 2/2] "
[PATCH] block: move definition of blk_qc_t to types.h
2020-12-23 1:02 UTC (3+ messages)
[git pull] device mapper changes for 5.11
2020-12-22 22:24 UTC (2+ messages)
[PATCH v6 00/16] blkcg:Support to track FC storage blk io traffic
2020-12-22 17:09 UTC (20+ messages)
` [PATCH v6 01/16] cgroup: Added cgroup_get_from_id
` [PATCH v6 02/16] blkcg: Added a app identifier support for blkcg
` [PATCH v6 03/16] nvme: Added a newsysfs attribute appid_store
` [PATCH v6 04/16] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [PATCH v6 05/16] lpfc: vmid: Supplementary data structures for vmid and APIs
` [PATCH v6 06/16] lpfc: vmid: Forward declarations for APIs
` [PATCH v6 07/16] lpfc: vmid: VMID params initialization
` [PATCH v6 08/16] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
` [PATCH v6 09/16] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v6 10/16] lpfc: vmid: Functions to manage vmids
` [PATCH v6 11/16] lpfc: vmid: Implements CT commands for appid
` [PATCH v6 12/16] lpfc: vmid: Appends the vmid in the wqe before sending
` [PATCH v6 13/16] lpfc: vmid: Timeout implementation for vmid
` [PATCH v6 14/16] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v6 15/16] lpfc: vmid: Introducing vmid in io path
` [PATCH v6 16/16] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID
small MAINTAINERS and copyright updates
2020-12-22 15:42 UTC (3+ messages)
[PATCH 1/2] block: fixup the kerneldoc for bd_abort_claiming
2020-12-22 13:30 UTC (2+ messages)
` [PATCH 2/2] block: fixup the kerneldoc for lookup_bdev
[RFC PATCH] badblocks: Improvement badblocks_set() for handling multiple ranges
2020-12-22 11:12 UTC (4+ messages)
[PATCH v5 00/16] blkcg:Support to track FC storage blk io traffic
2020-12-22 6:02 UTC (4+ messages)
` [PATCH v5 02/16] blkcg: Added a app identifier support for blkcg
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).