linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-28 22:05:32 to 2021-01-04 07:42:50 UTC [more...]

[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

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

[PATCH 6/6] bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'
 2020-12-30  0:32 UTC 

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)

Defects about bcache GC
 2020-12-21  2:35 UTC  (4+ 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  (91+ 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 08/45] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 11/45] block: remove a superflous check in blkpg_do_ioctl
` [PATCH 14/45] block: use put_device in put_disk
` [PATCH 15/45] block: change the hash used for looking up block devices
` [PATCH 16/45] block: switch bdgrab to use igrab
` [PATCH 17/45] init: refactor name_to_dev_t
` [PATCH 18/45] init: refactor devt_from_partuuid
` [PATCH 19/45] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 20/45] block: refactor __blkdev_put
` [PATCH 21/45] block: refactor blkdev_get
` [PATCH 22/45] block: move bdput() to the callers of __blkdev_get
` [PATCH 23/45] block: opencode devcgroup_inode_permission
` [PATCH 24/45] block: remove i_bdev
` [PATCH 25/45] block: simplify bdev/disk lookup in blkdev_get
` [PATCH 26/45] block: remove ->bd_contains
` [PATCH 27/45] block: simplify the block device claiming interface
` [PATCH 28/45] block: simplify part_to_disk
` [PATCH 29/45] block: initialize struct block_device in bdev_alloc
` [PATCH 30/45] block: remove the nr_sects field in struct hd_struct
` [PATCH 31/45] block: move disk stat accounting to struct block_device
` [PATCH 32/45] block: move the start_sect field "
` [PATCH 33/45] block: move the partition_meta_info "
` [PATCH 34/45] block: move holder_dir "
` [PATCH 35/45] block: move make_it_fail "
` [PATCH 36/45] block: move the policy field "
` [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).