linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-17 02:52:41 to 2021-12-14 08:40:57 UTC [more...]

Wycena paneli fotowoltaicznych
 2021-12-14  8:32 UTC 

bcache-register hang after reboot
 2021-12-13 22:22 UTC  (8+ messages)

[PATCH v13 00/12] bcache for 5.17: enable NVDIMM for bcache journal
 2021-12-12 20:20 UTC  (19+ messages)
` [PATCH v13 01/12] bcache: add initial data structures for nvm pages
` [PATCH v13 02/12] bcache: initialize the nvm pages allocator
` [PATCH v13 03/12] bcache: initialization of the buddy
` [PATCH v13 04/12] bcache: bch_nvmpg_alloc_pages() "
` [PATCH v13 05/12] bcache: bch_nvmpg_free_pages() of the buddy allocator
` [PATCH v13 06/12] bcache: get recs list head for allocated pages by specific uuid
` [PATCH v13 07/12] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
` [PATCH v13 08/12] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH v13 09/12] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH v13 10/12] bcache: support storing bcache journal into "
` [PATCH v13 11/12] bcache: read jset from NVDIMM pages for journal replay
` [PATCH v13 12/12] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device

Write I/O queue hangup at random on recent Linus' kernels
 2021-12-02 15:37 UTC  (17+ messages)

[PATCH] bcache: Fix a NULL pointer dereference in detached_dev_do_request()
 2021-11-30  8:51 UTC 

Bcache is not caching anything. cache state=inconsistent, how to clear?
 2021-11-24 13:24 UTC  (8+ messages)

Consistent failure of bcache upgrading from 5.10 to 5.15.2
 2021-11-23  9:30 UTC  (6+ messages)

Fotowoltaika dla firm
 2021-11-16  8:51 UTC 

[PATCH] bcache: Remove redundant 'flush_workqueue()' calls
 2021-11-12 17:01 UTC 

[PATCH 0/1] bcache patche for Linux v5.16-rc1
 2021-11-12  5:36 UTC  (2+ messages)
` [PATCH 1/1] bcache: fix NULL pointer reference in cached_dev_detach_finish

A lot of flush requests to the backing device
 2021-11-10 14:35 UTC  (6+ messages)
      ` Latency, performance, detach behavior (was: A lot of flush requests to the backing device)

[PATCH] bcache: fix NULL pointer reference in cached_dev_detach_finish
 2021-11-10  6:15 UTC  (2+ messages)

[PATCH] bcache: Revert "bcache: use bvec_virt"
 2021-11-09  8:03 UTC  (10+ messages)

[PATCH] bcache: fix use-after-free problem in bcache_device_free()
 2021-11-03 12:00 UTC  (3+ messages)

[PATCH] bcache: make checkings for sb.nr_in_set and sb.nr_this_dev to be more precise
 2021-11-01  5:29 UTC  (2+ messages)

[PATCH] bcache: make checkings for sb.nr_in_set and sb.nr_this_dev
 2021-11-01  3:05 UTC  (2+ messages)

[PATCH] bcache: kill macro MAX_CACHES_PER_SET
 2021-11-01  2:28 UTC  (3+ messages)

[PATCH] bcache: remove unused struct member in cache_stats
 2021-10-30 14:58 UTC  (2+ messages)

[PATCH 0/2] bcache paches for Linux v5.16 (2nd wave)
 2021-10-29 12:43 UTC  (4+ messages)
` [PATCH 1/2] bcache: move uapi header bcache.h to bcache code directory
` [PATCH 2/2] bcache: replace snprintf in show functions with sysfs_emit

Readahead for compressed data
 2021-10-29  6:15 UTC  (16+ messages)

[PATCH 0/2] bcache paches for Linux v5.16 (2nd wave)
 2021-10-29  6:08 UTC  (3+ messages)
` [PATCH 1/2] bcache: move uapi header bcache.h to bcache code directory
` [PATCH 2/2] bcache: replace snprintf in show functions with sysfs_emit

[PATCH 0/9] block: reviewed add_disk() error handling set
 2021-10-21 15:01 UTC  (9+ messages)
` [PATCH 1/9] scsi/sd: add error handling support for add_disk()
` [PATCH 2/9] scsi/sr: "
` (subset) [PATCH 0/9] block: reviewed add_disk() error handling set

[PATCH] bcache: use pr_err instead of pr_notice if we are really error
 2021-10-20 15:28 UTC  (2+ messages)

[PATCH 0/8] bcache patches for Linux v5.16 (first wave)
 2021-10-20 14:41 UTC  (10+ messages)
` [PATCH 1/8] md: bcache: Fix spelling of 'acquire'
` [PATCH 2/8] bcache: reserve never used bits from bkey.high
` [PATCH 3/8] bcache: fix error info in register_bcache()
` [PATCH 4/8] bcache: move calc_cached_dev_sectors to proper place on backing device detach
` [PATCH 5/8] bcache: remove the cache_dev_name field from struct cache
` [PATCH 6/8] bcache: remove the backing_dev_name field from struct cached_dev
` [PATCH 7/8] bcache: use bvec_kmap_local in bch_data_verify
` [PATCH 8/8] bcache: remove bch_crc64_update

[PATCH 0/8] bcache patches for Linux v5.16 (first wave)
 2021-10-20 14:28 UTC 

misc bcache cleanups
 2021-10-19  6:21 UTC  (16+ messages)
` [PATCH 1/4] bcache: remove the cache_dev_name field from struct cache
` [PATCH 2/4] bcache: remove the backing_dev_name field from struct cached_dev
` [PATCH 3/4] bcache: use bvec_kmap_local in bch_data_verify
` [PATCH 4/4] bcache: remove bch_crc64_update

don't use ->bd_inode to access the block device size v3
 2021-10-19  1:04 UTC  (40+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 02/30] block: add a bdev_nr_bytes helper
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
` [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it
` [PATCH 07/30] nvmet: use bdev_nr_bytes "
` [PATCH 08/30] target/iblock: "
` [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
` [PATCH 10/30] fs: simplify init_page_buffers
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 12/30] btrfs: use bdev_nr_bytes "
` [PATCH 13/30] cramfs: "
` [PATCH 14/30] fat: use bdev_nr_sectors "
` [PATCH 15/30] hfs: "
` [PATCH 16/30] hfsplus: "
` [PATCH 17/30] jfs: use bdev_nr_bytes "
` [PATCH 18/30] nfs/blocklayout: "
` [PATCH 19/30] nilfs2: "
` [PATCH 20/30] ntfs3: "
` [PATCH 21/30] pstore/blk: "
` [PATCH 22/30] reiserfs: "
` [PATCH 23/30] squashfs: "
` [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
` [PATCH 26/30] ext4: use sb_bdev_nr_blocks
` [PATCH 27/30] jfs: "
` [PATCH 28/30] ntfs: "
` [PATCH 29/30] reiserfs: "
` [PATCH 30/30] udf: "

[PATCH V2] bcache: replace snprintf in show functions with sysfs_emit
 2021-10-18 14:47 UTC  (2+ messages)

[PATCH] bcache: move calc_cached_dev_sectors to proper place on backing device detach
 2021-10-18 14:38 UTC  (2+ messages)

don't use ->bd_inode to access the block device size v2
 2021-10-18  6:22 UTC  (13+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 22/30] reiserfs: use bdev_nr_bytes "
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
` [PATCH 26/30] ext4: use sb_bdev_nr_blocks


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