Linux Bcache — Block Layer SSD Cache
[Prev Page][Next Page]
- [PATCH 15/30] hfs: use bdev_nr_sectors instead of open coding it, (continued)
- [PATCH 15/30] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 16/30] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 17/30] jfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 18/30] nfs/blocklayout: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 20/30] ntfs3: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 19/30] nilfs2: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 22/30] reiserfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 21/30] pstore/blk: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 23/30] squashfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 25/30] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 26/30] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 27/30] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 29/30] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 28/30] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 30/30] udf: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH] bcache: move calc_cached_dev_sectors to proper place on backing device detach,
Lin Feng
- [PATCH V2] bcache: replace snprintf in show functions with sysfs_emit,
Qing Wang
- don't use ->bd_inode to access the block device size,
Christoph Hellwig
- [PATCH 01/29] bcache: remove bdev_sectors, Christoph Hellwig
- [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 03/29] dm: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 04/29] md: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 05/29] mtd/block2mtd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 06/29] nvmet: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 07/29] target/iblock: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block, Christoph Hellwig
- [PATCH 09/29] fs: simplify init_page_buffers, Christoph Hellwig
- [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 11/29] btrfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 12/29] cramfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 13/29] fat: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 14/29] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 15/29] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 16/29] jfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 17/29] nfs/blocklayout: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 18/29] nilfs2: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 19/29] ntfs3: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 20/29] pstore/blk: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 21/29] reiserfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 22/29] squashfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 24/29] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 25/29] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 26/29] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 27/29] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 28/29] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 29/29] udf: use sb_bdev_nr_blocks, Christoph Hellwig
- Re: don't use ->bd_inode to access the block device size, Kees Cook
- Re: don't use ->bd_inode to access the block device size, Anand Jain
- Re: don't use ->bd_inode to access the block device size, Christoph Hellwig
- [PATCH] bcache: replace snprintf in show functions with sysfs_emit,
Qing Wang
[PATCH] dm: Remove redundant 'flush_workqueue()' calls, Christophe JAILLET
Re: [PATCH] bcache: remove unnecessary code in gc, Coly Li
Nearly all reads are bypassing the cache, L. Karkkainen
[PATCH v2 00/10] block: second batch of add_disk() error handling conversions,
Luis Chamberlain
- [PATCH v2 05/10] nvdimm/btt: use goto error labels on btt_blk_init(), Luis Chamberlain
- [PATCH v2 02/10] bcache: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 09/10] xen-blkfront: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 03/10] nvme-multipath: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures, Luis Chamberlain
- [PATCH v2 08/10] nvdimm/blk: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 04/10] nvdimm/btt: do not call del_gendisk() if not needed, Luis Chamberlain
- [PATCH v2 10/10] zram: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 06/10] nvdimm/btt: add error handling support for add_disk(), Luis Chamberlain
- [PATCH v2 01/10] block/brd: add error handling support for add_disk(), Luis Chamberlain
- Re: [PATCH v2 00/10] block: second batch of add_disk() error handling conversions, Jens Axboe
[PATCH] bcache: reserve never used bits from bkey.high, Coly Li
[PATCH] bcache: Fix memory leak when cache_alloc() return failed, Wu Bo
[PATCH AUTOSEL 4.19 12/23] bcache: add proper error unwinding in bcache_device_init, Sasha Levin
[PATCH AUTOSEL 5.4 15/30] bcache: add proper error unwinding in bcache_device_init, Sasha Levin
[PATCH AUTOSEL 5.10 17/39] bcache: add proper error unwinding in bcache_device_init, Sasha Levin
[PATCH AUTOSEL 5.13 17/46] bcache: add proper error unwinding in bcache_device_init, Sasha Levin
[PATCH AUTOSEL 5.14 17/47] bcache: add proper error unwinding in bcache_device_init, Sasha Levin
5.11: WARN on long-running system,
Nix
[PATCH] bcache: remove the redundant judgment on bi_size,
Fengfei Xi
[PATCH 00/10] block: first batch of add_disk() error handling conversions,
Luis Chamberlain
- [PATCH 10/10] zram: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 03/10] nvme-multipath: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures, Luis Chamberlain
- [PATCH 05/10] nvdimm/btt: use goto error labels on btt_blk_init(), Luis Chamberlain
- [PATCH 08/10] nvdimm/blk: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 06/10] nvdimm/btt: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 01/10] block/brd: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 02/10] bcache: add error handling support for add_disk(), Luis Chamberlain
- [PATCH 04/10] nvdimm/btt: do not call del_gendisk() if not needed, Luis Chamberlain
- [PATCH 09/10] xen-blkfront: add error handling support for add_disk(), Luis Chamberlain
- Re: [PATCH 00/10] block: first batch of add_disk() error handling conversions, Luis Chamberlain
[PATCH v12 00/12] bcache: support NVDIMM for journaling,
Coly Li
- [PATCH v12 01/12] bcache: add initial data structures for nvm pages, Coly Li
- [PATCH v12 02/12] bcache: initialize the nvm pages allocator, Coly Li
- [PATCH v12 03/12] bcache: initialization of the buddy, Coly Li
- [PATCH v12 04/12] bcache: bch_nvmpg_alloc_pages() of the buddy, Coly Li
- [PATCH v12 05/12] bcache: bch_nvmpg_free_pages() of the buddy allocator, Coly Li
- [PATCH v12 06/12] bcache: get recs list head for allocated pages by specific uuid, Coly Li
- [PATCH v12 07/12] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish(), Coly Li
- [PATCH v12 08/12] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set, Coly Li
- [PATCH v12 09/12] bcache: initialize bcache journal for NVDIMM meta device, Coly Li
- [PATCH v12 10/12] bcache: support storing bcache journal into NVDIMM meta device, Coly Li
- [PATCH v12 11/12] bcache: read jset from NVDIMM pages for journal replay, Coly Li
- [PATCH v12 12/12] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device, Coly Li
- Re: [PATCH v12 00/12] bcache: support NVDIMM for journaling, Coly Li
remove GENHD_FL_UP,
Christoph Hellwig
add a bvec_virt helper,
Christoph Hellwig
- [PATCH 01/15] bvec: add a bvec_virt helper, Christoph Hellwig
- [PATCH 02/15] block: use bvec_virt in bio_integrity_{process,free}, Christoph Hellwig
- [PATCH 03/15] dm: make EBS depend on !HIGHMEM, Christoph Hellwig
- [PATCH 04/15] dm-ebs: use bvec_virt, Christoph Hellwig
- [PATCH 05/15] dm-integrity: use bvec_virt, Christoph Hellwig
- [PATCH 06/15] squashfs: use bvec_virt, Christoph Hellwig
- [PATCH 07/15] rbd: use bvec_virt, Christoph Hellwig
- [PATCH 08/15] virtio_blk: use bvec_virt, Christoph Hellwig
- [PATCH 09/15] bcache: use bvec_virt, Christoph Hellwig
- [PATCH 10/15] sd: use bvec_virt, Christoph Hellwig
- [PATCH 11/15] ubd: use bvec_virt, Christoph Hellwig
- [PATCH 12/15] ps3vram: use bvec_virt, Christoph Hellwig
- [PATCH 13/15] dasd: use bvec_virt, Christoph Hellwig
- [PATCH 14/15] dcssblk: use bvec_virt, Christoph Hellwig
- [PATCH 15/15] nvme: use bvec_virt, Christoph Hellwig
- Re: add a bvec_virt helper, Christoph Hellwig
- Re: add a bvec_virt helper, Jens Axboe
Can you grow a bcache cachedev without reformat?, Eric Wheeler
[PATCH] block: move some macros to blkdev.h,
Guoqing Jiang
[PATCH] bcache: fix wrong BITMASK offset value for BDEV_CACHE_MODE,
Lin Feng
bcachefs snapshots,
Eric Wheeler
[PATCH] bcache: fix cache miss's issue,
Qiang Bai
[PATCH 1/2] bcache-tools: make --discard a per device option,
yanhuan916
[PATCH] md: use BLK_STS_OK instead of hardcode,
Xianting Tian
[PATCH] bcache-tools: only discard cache device during making when discard is enabled, Coly Li
[PATCH 00/14] bcache patches for Linux v5.14,
Coly Li
- [PATCH 01/14] bcache: fix error info in register_bcache(), Coly Li
- [PATCH 02/14] md: bcache: Fix spelling of 'acquire', Coly Li
- [PATCH 03/14] bcache: add initial data structures for nvm pages, Coly Li
- [PATCH 04/14] bcache: initialize the nvm pages allocator, Coly Li
- [PATCH 05/14] bcache: initialization of the buddy, Coly Li
- [PATCH 06/14] bcache: bch_nvm_alloc_pages() of the buddy, Coly Li
- [PATCH 07/14] bcache: bch_nvm_free_pages() of the buddy, Coly Li
- [PATCH 08/14] bcache: get allocated pages from specific owner, Coly Li
- [PATCH 09/14] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish(), Coly Li
- [PATCH 10/14] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set, Coly Li
- [PATCH 11/14] bcache: initialize bcache journal for NVDIMM meta device, Coly Li
- [PATCH 12/14] bcache: support storing bcache journal into NVDIMM meta device, Coly Li
- [PATCH 13/14] bcache: read jset from NVDIMM pages for journal replay, Coly Li
- [PATCH 14/14] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device, Coly Li
- Re: [PATCH 00/14] bcache patches for Linux v5.14, Jens Axboe
[PATCH v2 0/2] bcache fixes for Linux v5.13-rc6,
Coly Li
[PATCH 0/2] bcache fixes for Linux v5.13-rc6,
Coly Li
Low hit ratio and cache usage,
Santiago Castillo Oli
[PATCH v5 1/2] bcache: remove bcache device self-defined readahead,
Coly Li
Arch Linux 5.10.39-1-lts bcache bug, Alexander Ullrich
[PATCH v4] bcache: avoid oversized read request in cache missing code path,
Coly Li
[BCACHE KERNEL OOPS AND PANIC] System not boot on fedora 34 with 5.12.5-6 kernel versions,
Giuseppe Della Bianca
Best strategy for caching VMs storage,
Santiago Castillo Oli
[PATCH] md: bcache: Fix spelling of 'acquire', dingsenjie
[bch-nvm-pages v10 0/6] nvm page allocator for bcache,
Qiaowei Ren
simplify gendisk and request_queue allocation for bio based drivers,
Christoph Hellwig
- <Possible follow-ups>
- simplify gendisk and request_queue allocation for bio based drivers, Christoph Hellwig
- [PATCH 02/26] block: move the DISK_MAX_PARTS sanity check into __device_add_disk, Christoph Hellwig
- [PATCH 01/26] block: refactor device number setup in __device_add_disk, Christoph Hellwig
- [PATCH 04/26] block: add a flag to make put_disk on partially initalized disks safer, Christoph Hellwig
- [PATCH 03/26] block: automatically enable GENHD_FL_EXT_DEVT, Christoph Hellwig
- [PATCH 05/26] block: add blk_alloc_disk and blk_cleanup_disk APIs, Christoph Hellwig
- [PATCH 06/26] brd: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 07/26] drbd: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 08/26] pktcdvd: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 09/26] rsxx: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 10/26] zram: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 11/26] lightnvm: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 13/26] dm: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 12/26] bcache: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 14/26] md: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 15/26] nvdimm-blk: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 16/26] nvdimm-btt: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 17/26] nvdimm-pmem: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 18/26] nvme-multipath: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 19/26] nfblock: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 20/26] simdisk: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 22/26] ps3vram: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 21/26] n64cart: convert to blk_alloc_disk, Christoph Hellwig
- [PATCH 23/26] dcssblk: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 24/26] xpram: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 25/26] null_blk: convert to blk_alloc_disk/blk_cleanup_disk, Christoph Hellwig
- [PATCH 26/26] block: unexport blk_alloc_queue, Christoph Hellwig
- Re: simplify gendisk and request_queue allocation for bio based drivers, Ulf Hansson
- Re: simplify gendisk and request_queue allocation for bio based drivers, Jens Axboe
[PATCH] bcache: fix error info in register_bcache(),
Chao Yu
[PATCH v3] bcache: avoid oversized read request in cache missing code path,
colyli
[PATCH v2] bcache: avoid oversized read request in cache missing code path, colyli
[PATCH] bcache: avoid oversized read request in cache missing code path,
colyli
IO hang when cache do not have enough buckets on small SSD,
Jim Guo
[BCACHE] Forcing the PD controller to follow the disks activity time, Giuseppe Della Bianca
PROBLEM: bcache related kernel BUG() since Linux 5.12,
Thorsten Knabe
[PATCH] bcache-tools: bcache-export-cached doesn't match backing device w/ offset, features,
Marc Smith
[PATCH -next v4] bcache: Use DEFINE_MUTEX() for mutex lock,
Zheng Yongjun
[BCACHE] Parameter setting, Giuseppe Della Bianca
[BACKING DEVICE] Resize, Giuseppe Della Bianca
[PATCH v2] RFC - Write Bypass Race Bug,
Marc Smith
[bch-nvm-pages v9 0/6] nvm page allocator for bcache,
Qiaowei Ren
[PATCH] RFC - Write Bypass Race Bug, Marc Smith
[PATCH] bcache: add BLK_DEV dependency for BCACHE_NVM_PAGES,
Arnd Bergmann
Race Condition Leads to Corruption,
Marc Smith
Kernel Oops: kernel BUG at block/bio.c:52,
Victor Westerhuis
[PATCH 0/2] bcache patches for Linux v5.13 - 3rd wave,
Coly Li
Dirty data loss after cache disk error recovery,
吴本卿(云桌面 福州)
Re: Dirty data loss after cache disk error recovery, Coly Li
Re: linux-next: Tree for Apr 19 (bcache),
Randy Dunlap
[PATCH][next] bcache: Set error return err to -ENOMEM on allocation failure,
Colin King
[PATCH 00/13] bcache patches for Linux v5.13 -- 2nd wave,
Coly Li
- [PATCH 01/13] bcache: add initial data structures for nvm pages, Coly Li
- [PATCH 02/13] bcache: initialize the nvm pages allocator, Coly Li
- [PATCH 03/13] bcache: initialization of the buddy, Coly Li
- [PATCH 04/13] bcache: bch_nvm_alloc_pages() of the buddy, Coly Li
- [PATCH 05/13] bcache: bch_nvm_free_pages() of the buddy, Coly Li
- [PATCH 06/13] bcache: get allocated pages from specific owner, Coly Li
- [PATCH 07/13] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish(), Coly Li
- [PATCH 08/13] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set, Coly Li
- [PATCH 09/13] bcache: initialize bcache journal for NVDIMM meta device, Coly Li
- [PATCH 10/13] bcache: support storing bcache journal into NVDIMM meta device, Coly Li
- [PATCH 11/13] bcache: read jset from NVDIMM pages for journal replay, Coly Li
- [PATCH 12/13] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device, Coly Li
- [PATCH 13/13] bcache: use div_u64() in init_owner_info(), Coly Li
- Re: [PATCH 00/13] bcache patches for Linux v5.13 -- 2nd wave, Coly Li
- Re: [PATCH 00/13] bcache patches for Linux v5.13 -- 2nd wave, Jens Axboe
[bch-nvm-pages v8 0/6] nvm page allocator for bcache,
Qiaowei Ren
[PATCH 0/7] bcache patches for Linux 5.13 -- 1st wave,
Coly Li
[PATCH v7 00/16] bcache: support NVDIMM for journaling,
Coly Li
- [PATCH v7 01/16] bcache: add initial data structures for nvm pages, Coly Li
- [PATCH v7 02/16] bcache: initialize the nvm pages allocator, Coly Li
- [PATCH v7 03/16] bcache: initialization of the buddy, Coly Li
- [PATCH v7 04/16] bcache: bch_nvm_alloc_pages() of the buddy, Coly Li
- [PATCH v7 05/16] bcache: bch_nvm_free_pages() of the buddy, Coly Li
- [PATCH v7 06/16] bcache: get allocated pages from specific owner, Coly Li
- [PATCH v7 07/16] bcache: nvm-pages fixes for bcache integration testing, Coly Li
- [PATCH v7 08/16] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish(), Coly Li
- [PATCH v7 09/16] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set, Coly Li
- [PATCH v7 10/16] bcache: initialize bcache journal for NVDIMM meta device, Coly Li
- [PATCH v7 11/16] bcache: support storing bcache journal into NVDIMM meta device, Coly Li
- [PATCH v7 12/16] bcache: read jset from NVDIMM pages for journal replay, Coly Li
- [PATCH v7 13/16] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device, Coly Li
- [PATCH v7 14/16] bcache: use div_u64() in init_owner_info(), Coly Li
- [PATCH v7 15/16] bcache: fix BCACHE_NVM_PAGES' dependences in Kconfig, Coly Li
- [PATCH v7 16/16] bcache: more fix for compiling error when BCACHE_NVM_PAGES disabled, Coly Li
[PATCH -next v3] bcache: use DEFINE_MUTEX() for mutex lock,
Zheng Yongjun
[PATCH -next v2] bcache: use DEFINE_MUTEX() for mutex lock,
Zheng Yongjun
[PATCH -next] bcache: use DEFINE_MUTEX() for mutex lock,
Zheng Yongjun
[CACHE DEVICE] Space usage,
Giuseppe Della Bianca
Undoing an "Auto-Stop" when Cache device has recovered?,
Nikolaus Rath
Cache Device Failure Expectations, Marc Smith
[PATCH] md: bcache: avoid -Wempty-body warnings, Arnd Bergmann
[bch-nvm-pages v7 0/6] nvm page allocator for bcache,
Qiaowei Ren
[PATCH] md: bcache: Trivial typo fixes in the file journal.c,
Bhaskar Chowdhury
[PATCH] bcache: use NULL instead of using plain integer as pointer, Yang Li
Is there a way to clear the dirty data corresponding to a damaged backend, wubenqing
[PATCH v2] include: Remove pagemap.h from blkdev.h,
Matthew Wilcox (Oracle)
[PATCH] include: Remove pagemap.h from blkdev.h,
Matthew Wilcox (Oracle)
[PATCH] bcache: reduce redundant code in bch_cached_dev_run(), Zhiqiang Liu
[PATCH] md: bcache: fix error return code of cached_dev_cache_miss(),
Jia-Ju Bai
Can't mount filesystem after clean shutdown with discard enabled, Sidney San Martín
Large latency with bcache for Ceph OSD(new mail thread),
Norman.Kern
[PATCH] bcache-tools: fix potential memoryleak problem in, may_add_item(),
Zhiqiang Liu
[PATCH] bcache-tools: check whether allocating memory fails in tree(),
Zhiqiang Liu
bcacheX is missing after removing a backend and adding it again,
wubenqing
A note and a question on discarding, from a novice bcache user,
Martin Kennedy
Large latency with bcache for Ceph OSD,
Norman.Kern
Obsoleted large bucket layout message once,
Constantin Runge
[PATCH][next] bcache: Use 64-bit arithmetic instead of 32-bit,
Gustavo A. R. Silva
[PATCH] bcache: remove PTR_BUCKET,
Christoph Hellwig
[PATCH 1/4] bcache: correct return value in register_nvdimm_meta(),
Coly Li
[Index of Archives]
[Linux Kernel Development]
[Linux Filesystem Development]
[Security]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Share Photos]>
[Fedora ARM]