linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-23 15:06:28 to 2021-01-27 13:26:43 UTC [more...]

Fix degraded system performance due to workqueue overload
 2021-01-27 13:23 UTC 

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

misc bio allocation cleanups
 2021-01-27  7:22 UTC  (30+ 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
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
` [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 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)

[PATCH] bcache: dont reset bio opf in bch_data_insert_start
 2021-01-26  4:41 UTC  (5+ 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  (44+ messages)
` [RFC PATCH 01/37] block: introduce bio_init_fields() helper
` [RFC PATCH 02/37] fs: use bio_init_fields in block_dev
` [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 05/37] ext4: use bio_init_fields in page_io
` [RFC PATCH 06/37] gfs2: use bio_init_fields in lops
` [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 12/37] zonefs: use bio_init_fields in append
` [RFC PATCH 13/37] drdb: use bio_init_fields in actlog
` [RFC PATCH 14/37] drdb: use bio_init_fields in bitmap
` [RFC PATCH 15/37] drdb: use bio_init_fields in receiver
` [RFC PATCH 16/37] floppy: use bio_init_fields
` [RFC PATCH 17/37] pktcdvd: "
` [RFC PATCH 18/37] bcache: use bio_init_fields in journal
` [RFC PATCH 19/37] bcache: use bio_init_fields in super
` [RFC PATCH 20/37] bcache: use bio_init_fields in writeback
` [RFC PATCH 21/37] dm-bufio: use bio_init_fields
` [RFC PATCH 22/37] dm-crypt: "
` [RFC PATCH 23/37] dm-zoned: use bio_init_fields metadata
` [RFC PATCH 24/37] dm-zoned: use bio_init_fields target
` [RFC PATCH 25/37] dm-zoned: use bio_init_fields
` [RFC PATCH 26/37] dm log writes: "
` [RFC PATCH 27/37] nvmet: use bio_init_fields in bdev-ns
` [RFC PATCH 28/37] target: use bio_init_fields in iblock
` [RFC PATCH 29/37] btrfs: use bio_init_fields in scrub
` [RFC PATCH 30/37] fs: use bio_init_fields in buffer
` [RFC PATCH 31/37] eros: use bio_init_fields in data
` [RFC PATCH 32/37] eros: use bio_init_fields in zdata
` [RFC PATCH 33/37] jfs: use bio_init_fields in metadata
` [RFC PATCH 34/37] nfs: use bio_init_fields in blocklayout
` [RFC PATCH 35/37] ocfs: use bio_init_fields in heartbeat
` [RFC PATCH 36/37] xfs: use bio_init_fields in xfs_buf
` [RFC PATCH 37/37] xfs: use bio_init_fields in xfs_log

[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)

[PATCH] bcache: consider the fragmentation when update the writeback rate
 2021-01-17  7:11 UTC  (13+ messages)

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

[PATCH V3 6/6] bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'
 2021-01-11  7:00 UTC  (3+ messages)

[PATCH 0/5] bcache patches for Linux v5.11-rc3
 2021-01-09 16:21 UTC  (8+ 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

multiple caches code is being removed, what is the recommended alternative?
 2021-01-09 14:32 UTC  (2+ messages)

Defects about bcache GC
 2021-01-07  5:58 UTC  (3+ messages)

script to disable writeback when a drive is idle
 2021-01-06 17:49 UTC 

[PATCH V2 6/6] bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'
 2021-01-05 12:42 UTC 

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

[PATCH 6/6] bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'
 2021-01-04  8:57 UTC  (2+ messages)

make-bcache -B /dev/bcache0 fails, Can't stack bcache on top of bcache
 2021-01-04  2:57 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

make-bcache -B /dev/bcache0 fails, Can't stack bcache on top of bcache
 2021-01-02 21:34 UTC 

make-bcache -B /dev/bcache0 fails, Can't stack bcache on top of bcache
 2021-01-02 21:36 UTC 

make-bcache -B /dev/bcache0 fails, Can't stack bcache on top of bcache
 2021-01-02 19:18 UTC 

[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

How to deal with with backing device dropping out
 2020-12-27  6:24 UTC 

[PATCH v2 -next] md: bcache: use DEFINE_MUTEX() for mutex lock
 2020-12-24 14:47 UTC  (2+ messages)

[PATCH] bcache: set pdev_set_uuid before scond loop iteration
 2020-12-24  6:14 UTC  (2+ messages)

[PATCH 0/2] bcache second wave patches for Linux v5.11
 2020-12-23 16:25 UTC  (3+ messages)
` [PATCH 1/2] bcache:remove a superfluous check in register_bcache


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).