linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-30 07:47:18 to 2021-01-12 09:04:25 UTC [more...]

[RFC PATCH v4 0/8] nvm page allocator for bcache
 2021-01-12 16:44 UTC 

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

[PATCH] bcache: consider the fragmentation when update the writeback rate
 2021-01-08  8:47 UTC  (7+ messages)

Defects about bcache GC
 2021-01-07  5:58 UTC  (6+ 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  (4+ messages)
` [PATCH 1/2] bcache:remove a superfluous check in register_bcache
` [PATCH 2/2] md/bcache: convert comma to semicolon

[PATCH -next] md: bcache: use DEFINE_MUTEX (and mutex_init() had been too late)
 2020-12-23 14:22 UTC  (2+ messages)

[PATCH] bcache: Trivial fix to bdput
 2020-12-23  8:58 UTC  (5+ messages)
` [PATCH v2] bcache: Trivial fix to register_bcache
  ` [PATCH v4] bcache:remove a superfluous check in register_bcache

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

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

[PATCH AUTOSEL 5.4 093/130] bcache: fix race between setting bdev state to none and new write request direct to backing
 2020-12-23  2:17 UTC 

[PATCH] bcache: consider the fragmentation when update the writeback rate
 2020-12-21  8:08 UTC  (6+ messages)

[PATCH] bcache: fix UUID room exhausted fake issue
 2020-12-17  8:00 UTC 

[RFC PATCH 0/8] nvm page allocator for bcache
 2020-12-17  3:38 UTC  (21+ messages)
` [RFC PATCH 1/8] bcache: add initial data structures for nvm pages
` [RFC PATCH 2/8] bcache: initialize the nvm pages allocator
` [RFC PATCH 3/8] bcache: initialization of the buddy
` [RFC PATCH 4/8] bcache: nvm_alloc_pages() "
` [RFC PATCH 5/8] bcache: nvm_free_pages() "
` [RFC PATCH 6/8] bcache: get allocated pages from specific owner
` [RFC PATCH 7/8] bcache: persist owner info when alloc/free pages
` [RFC PATCH 8/8] bcache: testing module for nvm pages allocator

[PATCH -next] md/bcache: convert comma to semicolon
 2020-12-14  6:01 UTC  (2+ messages)

Change It Up Media - Web Enquiry
 2020-12-12  9:23 UTC 

store a pointer to the block_device in struct bio (again)
 2020-12-08 14:15 UTC  (34+ messages)
` [PATCH 1/9] brd: remove the end of device check in brd_do_bvec
` [PATCH 2/9] dcssblk: "
` [PATCH 3/9] block: store a block_device pointer in struct bio
` [PATCH 4/9] block: simplify submit_bio_checks a bit
` [PATCH 5/9] block: use ->bi_bdev for bio based I/O accounting
` [PATCH 6/9] blk-mq: use ->bi_bdev for "
` [PATCH 7/9] block: add a disk_uevent helper
` [PATCH 8/9] block: remove DISK_PITER_REVERSE
` [PATCH 9/9] block: use an xarray for disk->part_tbl

[PATCH 0/1] bcache: first wave for Linux v5.11
 2020-12-07 20:25 UTC  (3+ messages)
` [PATCH 1/1] bcache: fix race between setting bdev state to none and new write request direct to backing

[PATCH] bcache: fix panic due to cache_set is null
 2020-12-04  5:54 UTC  (11+ messages)
          ` [PATCH v2] "
                ` [PATCH v3] "

Disinfection
 2020-12-03  8:45 UTC 

merge struct block_device and struct hd_struct v4
 2020-12-02 21:52 UTC  (44+ messages)
` [PATCH 02/45] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev
` [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 07/45] loop: do not call set_blocksize
` [PATCH 11/45] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 16/45] block: switch bdgrab to use igrab
` [PATCH 25/45] block: simplify bdev/disk lookup in blkdev_get
` [PATCH 30/45] block: remove the nr_sects field in struct hd_struct
` [PATCH 37/45] block: allocate struct hd_struct as part of struct bdev_inode
` [PATCH 38/45] block: switch partition lookup to use struct block_device
` [PATCH 39/45] block: remove the partno field from struct hd_struct
` [PATCH 40/45] block: pass a block_device to blk_alloc_devt
` [PATCH 41/45] block: pass a block_device to invalidate_partition
` [PATCH 42/45] block: switch disk_part_iter_* to use a struct block_device
` [PATCH 43/45] f2fs: remove a few bd_part checks
` [PATCH 44/45] block: merge struct block_device and struct hd_struct
` [PATCH 45/45] block: stop using bdget_disk for partition 0


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