linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-05 04:34:37 to 2021-01-31 15:59:50 UTC [more...]

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

misc bio allocation cleanups
 2021-01-30  3:56 UTC  (35+ 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

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  (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  (3+ messages)

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


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