linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-19 08:21:02 to 2021-02-10 19:54:58 UTC [more...]

[PATCH 1/4] bcache: correct return value in register_nvdimm_meta()
 2021-02-10 19:53 UTC  (8+ messages)
` [PATCH 2/4] bcache: use div_u64() in init_owner_info()
` [PATCH 3/4] bcache: unify code comments style in nvm-pages.c
` [PATCH 4/4] bcache: fix a typo in nvme-pages.c

[PATCH 00/20] bcache patches for Linux v5.12
 2021-02-10 15:11 UTC  (23+ messages)
` [PATCH 01/20] bcache: consider the fragmentation when update the writeback rate
` [PATCH 02/20] bcache: Fix register_device_aync typo
` [PATCH 03/20] Revert "bcache: Kill btree_io_wq"
` [PATCH 04/20] bcache: Give btree_io_wq correct semantics again
` [PATCH 05/20] bcache: Move journal work to new flush wq
` [PATCH 06/20] bcache: Avoid comma separated statements
` [PATCH 07/20] bcache: add initial data structures for nvm pages
` [PATCH 08/20] bcache: initialize the nvm pages allocator
` [PATCH 09/20] bcache: initialization of the buddy
` [PATCH 10/20] bcache: bch_nvm_alloc_pages() "
` [PATCH 11/20] bcache: bch_nvm_free_pages() "
` [PATCH 12/20] bcache: get allocated pages from specific owner
` [PATCH 13/20] bcache: persist owner info when alloc/free pages
` [PATCH 14/20] bcache: use bucket index for SET_GC_MARK() in bch_btree_gc_finish()
` [PATCH 15/20] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH 16/20] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH 17/20] bcache: support storing bcache journal into "
` [PATCH 18/20] bcache: read jset from NVDIMM pages for journal replay
` [PATCH 19/20] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device
` [PATCH 20/20] bcache: only initialize nvm-pages allocator when CONFIG_BCACHE_NVM_PAGES configured

[RFC PATCH v6 0/7] nvm page allocator for bcache
 2021-02-09  3:26 UTC  (11+ messages)
` [RFC PATCH v6 1/7] bcache: add initial data structures for nvm pages
` [RFC PATCH v6 2/7] bcache: initialize the nvm pages allocator
` [RFC PATCH v6 3/7] bcache: initialization of the buddy
` [RFC PATCH v6 4/7] bcache: bch_nvm_alloc_pages() "
` [RFC PATCH v6 5/7] bcache: bch_nvm_free_pages() "
` [RFC PATCH v6 6/7] bcache: get allocated pages from specific owner
` [RFC PATCH v6 7/7] bcache: persist owner info when alloc/free pages

bch_cached_dev_attach() The obsoleted large bucket layout is unsupported, set the bcache device into read-only
 2021-02-07 15:29 UTC  (2+ messages)

[PATCH 0/6] bcache: store bcache journal on NVDIMM pages
 2021-02-07 15:24 UTC  (7+ messages)
` [PATCH 1/6] bcache: use bucket index for SET_GC_MARK() in bch_btree_gc_finish()
` [PATCH 2/6] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH 3/6] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH 4/6] bcache: support storing bcache journal into "
` [PATCH 5/6] bache: read jset from NVDIMM pages for journal replay
` [PATCH 6/6] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device

[PATCH 0/6] bcache-tools: store meta data on NVDIMM
 2021-02-06  7:20 UTC  (7+ messages)
` [PATCH 1/6] bcache-tools: add initial data structures for nvm_pages
` [PATCH 2/6] bcache-tools: reduce parameters of write_sb()
` [PATCH 3/6] bcache-tools: add BCH_FEATURE_INCOMPAT_NVDIMM_META to incompatible feature set
` [PATCH 4/6] bcache-tools: move super block info display routines into show.c
` [PATCH 5/6] bcache-tools: write nvm namespace super block on nvdimm
` [PATCH 6/6] bcache-tools: support "bcache show -d" for nvdimm-meta device

[RFC PATCH v5 0/8] nvm page allocator for bcache
 2021-02-02 10:23 UTC  (9+ messages)
` [RFC PATCH v5 1/8] bcache: add initial data structures for nvm pages
` [RFC PATCH v5 2/8] bcache: initialize the nvm pages allocator
` [RFC PATCH v5 3/8] bcache: initialization of the buddy
` [RFC PATCH v5 4/8] bcache: bch_nvm_alloc_pages() "
` [RFC PATCH v5 5/8] bcache: bch_nvm_free_pages() "
` [RFC PATCH v5 6/8] bcache: get allocated pages from specific owner
` [RFC PATCH v5 7/8] bcache: persist owner info when alloc/free pages
` [RFC PATCH v5 8/8] bcache: testing module for nvm pages allocator

misc bio allocation cleanups
 2021-02-01 12:22 UTC  (37+ messages)
` [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append
  ` [dm-devel] "
` [PATCH 02/17] btrfs: use bio_kmalloc in __alloc_device
` [PATCH 03/17] blk-crypto: use bio_kmalloc in blk_crypto_clone_bio
` [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset
` [PATCH 05/17] block: use an on-stack bio in blkdev_issue_flush
` [PATCH 06/17] dm-clone: use blkdev_issue_flush in commit_metadata
` [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait
  ` [f2fs-dev] "
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
  ` [f2fs-dev] "
` [PATCH 09/17] drbd: remove bio_alloc_drbd
` [PATCH 10/17] drbd: remove drbd_req_make_private_bio
` [PATCH 11/17] md: remove bio_alloc_mddev
` [PATCH 12/17] md: simplify sync_page_io
` [PATCH 13/17] md: remove md_bio_alloc_sync
` [PATCH 14/17] md/raid6: refactor raid5_read_one_chunk
` [PATCH 15/17] nfs/blocklayout: remove cruft in bl_alloc_init_bio
` [PATCH 16/17] nilfs2: remove cruft in nilfs_alloc_seg_bio
` [PATCH 17/17] mm: remove get_swap_bio

[PATCH 00/29] treewide: Convert comma separated statements
 2021-01-31 15:58 UTC  (4+ messages)
` [PATCH 13/29] bcache: Avoid "

Fix degraded system performance due to workqueue overload
 2021-01-29 16:59 UTC  (22+ messages)
` [PATCH 1/2] Revert "bcache: Kill btree_io_wq"
` [PATCH 2/2] bcache: Move journal work to new background wq
` [PATCH v2 1/2] Revert "bcache: Kill btree_io_wq"
  ` [PATCH v2 2/2] bcache: Move journal work to new background wq
` [PATCH v3 1/3] Revert "bcache: Kill btree_io_wq"
  ` [PATCH v3 2/3] bcache: Give btree_io_wq correct semantics again
  ` [PATCH v3 3/3] bcache: Move journal work to new background wq
` [PATCH v4 1/3] Revert "bcache: Kill btree_io_wq"
  ` [PATCH v4 2/3] bcache: Give btree_io_wq correct semantics again
  ` [PATCH v4 3/3] bcache: Move journal work to new flush wq

[PATCH] bcache: Fix register_device_aync typo
 2021-01-28 15:16 UTC  (2+ messages)

[PATCH] bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WITH_FEATURES
 2021-01-28 14:35 UTC  (3+ messages)

[PATCH] bcache: dont reset bio opf in bch_data_insert_start
 2021-01-28 10:45 UTC  (8+ messages)

additional ->bi_bdev fixups
 2021-01-27 13:12 UTC  (6+ messages)
` [PATCH 1/3] nvme: use bio_set_dev to assign ->bi_bdev
` [PATCH 2/3] bcache: "
` [PATCH 3/3] block: inherit BIO_REMAPPED when cloning bios

[PATCH V2] bcache: dont reset bio opf in bch_data_insert_start
 2021-01-27  3:11 UTC 

[PATCH V3] bcache: dont reset bio opf in bch_data_insert_start
 2021-01-27  3:50 UTC  (2+ messages)

bcache create hundred of kernel threads - is this expected?
 2021-01-26  8:34 UTC  (2+ messages)

store a pointer to the block_device in struct bio (again) v2
 2021-01-25 18:31 UTC  (25+ messages)
` [PATCH 01/10] brd: remove the end of device check in brd_do_bvec
` [PATCH 02/10] dcssblk: remove the end of device check in dcssblk_submit_bio
` [PATCH 03/10] block: store a block_device pointer in struct bio
` [PATCH 04/10] block: simplify submit_bio_checks a bit
` [PATCH 05/10] block: do not reassig ->bi_bdev when partition remapping
` [PATCH 06/10] block: use ->bi_bdev for bio based I/O accounting
` [PATCH 07/10] blk-mq: use ->bi_bdev for "
` [PATCH 08/10] block: add a disk_uevent helper
` [PATCH 09/10] block: remove DISK_PITER_REVERSE
` [PATCH 10/10] block: use an xarray for disk->part_tbl

How to release backing device from bcache?
 2021-01-22 17:14 UTC  (2+ messages)

[PATCH] bcache-tools: Update super block version in bch_set_feature_* routines
 2021-01-22 15:21 UTC 

[RFC PATCH 00/37] block: introduce bio_init_fields()
 2021-01-21  8:23 UTC  (17+ messages)
` [RFC PATCH 01/37] block: introduce bio_init_fields() helper
` [RFC PATCH 03/37] btrfs: use bio_init_fields in disk-io
` [RFC PATCH 04/37] btrfs: use bio_init_fields in volumes
` [RFC PATCH 07/37] gfs2: use bio_init_fields in meta_io
` [RFC PATCH 08/37] gfs2: use bio_init_fields in ops_fstype
` [RFC PATCH 09/37] iomap: use bio_init_fields in buffered-io
` [RFC PATCH 10/37] iomap: use bio_init_fields in direct-io
` [RFC PATCH 11/37] jfs: use bio_init_fields in logmgr
` [RFC PATCH 17/37] pktcdvd: use bio_init_fields
` [RFC PATCH 24/37] dm-zoned: use bio_init_fields target

[PATCH v4] bcache: consider the fragmentation when update the writeback rate
 2021-01-20 12:30 UTC  (2+ messages)

[PATCH] bcache: consider the fragmentation when update the writeback rate
 2021-01-19 14:06 UTC  (2+ 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).