Linux Bcache — Block Layer SSD Cache
[Prev Page][Next Page]
- [PATCH 02/15] bcache: trace missed reading by cache_missed, (continued)
- [PATCH 02/15] bcache: trace missed reading by cache_missed, Coly Li
- [PATCH 03/15] bcache: use REQ_PRIO to indicate bio for metadata, Coly Li
- [PATCH 04/15] bcache: fix ioctl in flash device, Coly Li
- [PATCH 05/15] bcache: fix typo in code comments of closure_return_with_destructor(), Coly Li
- [PATCH 06/15] bcache: correct dirty data statistics, Coly Li
- [PATCH 07/15] bcache: Populate writeback_rate_minimum attribute, Coly Li
- [PATCH 08/15] bcache: fix miss key refill->end in writeback, Coly Li
- [PATCH 09/15] bcache: recal cached_dev_sectors on detach, Coly Li
- [PATCH 10/15] bcache: remove unused bch_passthrough_cache, Coly Li
- [PATCH 11/15] bcache: remove useless parameter of bch_debug_init(), Coly Li
- [PATCH 12/15] bcache: replace hard coded number with BUCKET_GC_GEN_MAX, Coly Li
- [PATCH 13/15] bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_alloc_set, Coly Li
- [PATCH 14/15] bcache: split combined if-condition code into separate ones, Coly Li
- [PATCH 15/15] bcache: panic fix for making cache device, Coly Li
- Re: [PATCH 00/15] bcache patches for 4.20, Jens Axboe
- [PATCH bcachefs-tools 1/2] cmd_device: add missing short options to usage,
Stijn Tintel
- [PATCH 0/1] bcache fix for 4.19-rc6,
Coly Li
[PATCH] bcache: add separate workqueue for journal_write to avoid deadlock,
guoju
[PATCH] bug fix in function check_should_bypass,
Dongbo Cao
[PATCH] use STORE_LOCKED instead of STORE macro,
Dongbo Cao
[PATCH] split if-condition code in bch_cache_set_alloc,
Dongbo Cao
[PATCH] bcache: use REQ_PRIO to indicate bio for metadata,
Coly Li
[PATCH RESEND] bcache: recal cached_dev_sectors on detach,
Shenghui Wang
[PATCH 3/3] split original if condition code in function bch_cache_set_alloc,
Dongbo Cao
[PATCH 1/2] split original if-condition code into separate ones,
Dongbo Cao
Fio on bcache device with O_SYNC on 4.15 kernel doesn't work as expected,
Захаров Алексей
[PATCH] bug fix for making cache device failed,
Dongbo Cao
[PATCH] bcache: add a command to show bcache topology,
Junhui Tang
bcache bug in loop device,
nitroxis
[RFC] What about the writeback hinting patches?,
Kai Krakow
[PATCH 2/2] add some safety checks for label store interface of flash dev in sysfs,
Dongbo Cao
[PATCH] add label interface for cache device in sysfs,
Dongbo Cao
[PATCH resend 2] bcache: Populate writeback_rate_minimum attribute,
Ben Peddell
[PATCH] bcache: use set_bytes instead of block_bytes in bch_btree_node_read_done,
Shenghui Wang
[PATCH] bcache: fix failure in journal relplay, Junhui Tang
[PATCH] bcache: remove unecessary condition check before debugfs_remove_recursive,
zhong jiang
[PATCH] bcache: remove redundant condition before debugfs_remove,
zhong jiang
[PATCH] bcache: remove unnecessary null poiner check in cache_set_free,
zhong jiang
[PATCH] bcache: fix ioctl in flash device,
Junhui Tang
[PATCH] bcache: account size of buckets used in uuid write to ca->meta_sectors_written,
Shenghui Wang
[RFC] UAPI: Check headers by compiling all together as C++,
David Howells
[PATCH] bcache: trace missed reading by cache_missed, Junhui Tang
[PATCH] bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_alloc_set,
Shenghui Wang
[PATCH] bcache: correct dirty data statistics,
Junhui Tang
Current documentation for bcache, Torstein Eide
[PATCH] bcache: return BTREE_INSERT_STATUS_INSERT for insert in bch_btree_insert_key,
Shenghui Wang
[PATCH] bcache: fix miss key refill->end in writeback, Junhui Tang
what does bch_journal_meta do?, Pony Cheng
[PATCH v2] bcache: release dc->writeback_lock properly in bch_writeback_thread(),
Coly Li
[PATCH] bcache: release dc->writeback_lock properly in bch_writeback_thread(), Coly Li
Re: [BUG] attach backing device to cache_set hung, Coly Li
[PATCH 1/1] bcache: release the lock before stopping the writeback thread,
Shan Hai
[PATCH 3/3] fix some potential memory leak in bcache_device_init, Dongbo Cao
[PATCH 2/2] fix potential memory leak in function "register_bcache",
Dongbo Cao
[PATCH 2/2] bcache: add undef for macro in function,
Dongbo Cao
[PATCH 1/1] bcache-tools: Add command line tool 'bcache' to improve user experience.,
Shaoxiong Li
[PATCH] md/bcache: Remove NULL check.,
Sean Fu
[PATCH 1/1] bcache-tools: Replace make-bcache,bcache-super-show using bcache-ctl,
Shaoxiong Li
[PATCH] bcache: trivial - fix comment in bch_btree_keys_init, Shenghui Wang
Early boot parameters,
Rolf Fokkens
[PATCH v3 00/17] bcache for 4.19, 3rd wave,
Coly Li
- [PATCH v3 02/17] bcache: style fix to add a blank line after declarations, Coly Li
- [PATCH v3 01/17] bcache: style fix to replace 'unsigned' by 'unsigned int', Coly Li
- [PATCH v3 03/17] bcache: add identifier names to arguments of function definitions, Coly Li
- [PATCH v3 04/17] bcache: style fixes for lines over 80 characters, Coly Li
- [PATCH v3 05/17] bcache: replace Symbolic permissions by octal permission numbers, Coly Li
- [PATCH v3 06/17] bcache: replace printk() by pr_*() routines, Coly Li
- [PATCH v3 07/17] bcache: fix indent by replacing blank by tabs, Coly Li
- [PATCH v3 08/17] bcache: replace '%pF' by '%pS' in seq_printf(), Coly Li
- [PATCH v3 09/17] bcache: fix typo 'succesfully' to 'successfully', Coly Li
- [PATCH v3 10/17] bcache: prefer 'help' in Kconfig, Coly Li
- [PATCH v3 11/17] bcache: do not check NULL pointer before calling kmem_cache_destroy, Coly Li
- [PATCH v3 12/17] bcache: fix code comments style, Coly Li
- [PATCH v3 13/17] bcache: add static const prefix to char * array declarations, Coly Li
- [PATCH v3 14/17] bcache: move open brace at end of function definitions to next line, Coly Li
- [PATCH v3 15/17] bcache: add missing SPDX header, Coly Li
- [PATCH v3 16/17] bcache: remove unnecessary space before ioctl function pointer arguments, Coly Li
- [PATCH v3 17/17] bcache: add the missing comments for smp_mb()/smp_wmb(), Coly Li
- Re: [PATCH v3 00/17] bcache for 4.19, 3rd wave, Coly Li
- Re: [PATCH v3 00/17] bcache for 4.19, 3rd wave, Jens Axboe
[PATCH v3 00/17] fixes reported by checkpatch.pl,
Coly Li
- [PATCH v3 01/17] bcache: style fix to replace 'unsigned' by 'unsigned int', Coly Li
- [PATCH v3 02/17] bcache: style fix to add a blank line after declarations, Coly Li
- [PATCH v3 03/17] bcache: add identifier names to arguments of function definitions, Coly Li
- [PATCH v3 04/17] bcache: style fixes for lines over 80 characters, Coly Li
- [PATCH v3 05/17] bcache: replace Symbolic permissions by octal permission numbers, Coly Li
- [PATCH v3 06/17] bcache: replace printk() by pr_*() routines, Coly Li
- [PATCH v3 07/17] bcache: fix indent by replacing blank by tabs, Coly Li
- [PATCH v3 08/17] bcache: replace '%pF' by '%pS' in seq_printf(), Coly Li
- [PATCH v3 09/17] bcache: fix typo 'succesfully' to 'successfully', Coly Li
- [PATCH v3 10/17] bcache: prefer 'help' in Kconfig, Coly Li
- [PATCH v3 11/17] bcache: do not check NULL pointer before calling kmem_cache_destroy, Coly Li
- [PATCH v3 12/17] bcache: fix code comments style, Coly Li
- [PATCH v3 13/17] bcache: add static const prefix to char * array declarations, Coly Li
- [PATCH v3 14/17] bcache: move open brace at end of function definitions to next line, Coly Li
- [PATCH v3 15/17] bcache: add missing SPDX header, Coly Li
- [PATCH v3 16/17] bcache: remove unnecessary space before ioctl function pointer arguments, Coly Li
- [PATCH v3 17/17] bcache: add the missing comments for smp_mb()/smp_wmb(), Coly Li
[PATCH] bcache: fix 0day error of setting writeback_rate by sysfs interface,
Coly Li
[PATCH] bcache: parameter not in use,
Dongbo Cao
[PATCH] bcache: remove unused bch_passthrough_cache,
Shenghui Wang
[PATCH v2 00/17] fixes reported by checkpatch.pl,
Coly Li
[PATCH v2 04/17] bcache: style fixes for lines over 80 characters, Coly Li
[PATCH v2 05/17] bcache: replace Symbolic permissions by octal permission numbers, Coly Li
[PATCH v2 06/17] bcache: replace printk() by pr_*() routines, Coly Li
[PATCH v2 07/17] bcache: fix indent by replacing blank by tabs, Coly Li
[PATCH v2 08/17] bcache: replace '%pF' by '%pS' in seq_printf(), Coly Li
[PATCH v2 09/17] bcache: fix typo 'succesfully' to 'successfully', Coly Li
[PATCH v2 10/17] bcache: prefer 'help' in Kconfig, Coly Li
[PATCH v2 11/17] bcache: do not check NULL pointer before calling kmem_cache_destroy, Coly Li
[PATCH v2 12/17] bcache: fix code comments style, Coly Li
[PATCH v2 13/17] bcache: add static const prefix to char * array declarations, Coly Li
[PATCH v2 14/17] bcache: move open brace at end of function definitions to next line, Coly Li
[PATCH v2 15/17] bcache: add missing SPDX header, Coly Li
[PATCH v2 16/17] bcache: remove unnecessary space before ioctl function pointer arguments, Coly Li
[PATCH v2 17/17] bcache: add the missing comments for smp_mb()/smp_wmb(), Coly Li
Re: [PATCH] parameter is not in use in function bch_debug_init, Coly Li
[PATCH 00/10] bcache patches for 4.19, 2nd wave,
Coly Li
- [PATCH 01/10] bcache: do not check return value of debugfs_create_dir(), Coly Li
- [PATCH 02/10] bcache: display rate debug parameters to 0 when writeback is not running, Coly Li
- [PATCH 03/10] bcache: avoid unncessary cache prefetch bch_btree_node_get(), Coly Li
- [PATCH 04/10] bcache: add a comment in super.c, Coly Li
- [PATCH 05/10] bcache: fix mistaken code comments in bcache.h, Coly Li
- [PATCH 06/10] bcache: fix mistaken comments in request.c, Coly Li
- [PATCH 07/10] bcache: add code comments for bset.c, Coly Li
- [PATCH 08/10] bcache: set max writeback rate when I/O request is idle, Coly Li
- [PATCH 09/10] bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section, Coly Li
- [PATCH 10/10] bcache: trivial - remove tailing backslash in macro BTREE_FLAG, Coly Li
- Re: [PATCH 00/10] bcache patches for 4.19, 2nd wave, Jens Axboe
[PATCH 00/17] fixes reported by checkpatch.pl,
Coly Li
[PATCH 04/17] bcache: style fixes for lines over 80 characters, Coly Li
[PATCH 05/17] bcache: replace Symbolic permissions by octal permission numbers, Coly Li
[PATCH 06/17] bcache: replace printk() by pr_*() routines, Coly Li
[PATCH 07/17] bcache: fix indent by replacing blank by tabs, Coly Li
[PATCH 08/17] bcache: replace '%pF' by '%pS' in seq_printf(), Coly Li
[PATCH 09/17] bcache: fix typo 'succesfully' to 'successfully', Coly Li
[PATCH 10/17] bcache: prefer 'help' in Kconfig, Coly Li
[PATCH 11/17] bcache: do not check NULL pointer before calling kmem_cache_destroy, Coly Li
[PATCH 12/17] bcache: fix code comments style, Coly Li
[PATCH 13/17] bcache: add static const prefix to char * array declarations, Coly Li
[PATCH 14/17] bcache: move open brace at end of function definitions to next line, Coly Li
[PATCH 15/17] bcache: add missing SPDX header, Coly Li
[PATCH 16/17] bcache: remove unnecessary space before ioctl function pointer arguments, Coly Li
[PATCH 17/17] bcache: add the missing code comments for smp_mb(), Coly Li
[PATCH] bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section,
Shenghui Wang
bcache: workqueue lockup,
Stefan Priebe - Profihost AG
[PATCH resend] bcache: Populate writeback_rate_minimum attribute,
Ben Peddell
4 functions defined but not invoked,
Wang Sheng-Hui
[PATCH] bcache: trivial - remove tailing backslash in macro BTREE_FLAG, Shenghui Wang
[PATCH] bcache: trival - remove unnecessary backslash in macro BTREE_FLAG,
Shenghui Wang
[PATCH] bcache: recal cached_dev_sectors on detach,
Shenghui Wang
[PATCH] bcache: Populate writeback_rate_minimum attribute, Ben Peddell
[PATCH] bcache: fix typos in comments of closure.h, Shenghui Wang
[PATCH 0/9] Pending bcache patches for review,
Coly Li
[PATCH v3] bcache: set max writeback rate when I/O request is idle,
Coly Li
[PATCH v5 0/2] add crc64 calculation as kernel library,
Coly Li
[PATCH 0/9] bcache patches for Linux v4.19,
Coly Li
- [PATCH 1/9] bcache: simplify the calculation of the total amount of flash dirty data, Coly Li
- [PATCH 2/9] bcache: finish incremental GC, Coly Li
- [PATCH 3/9] bcache: calculate the number of incremental GC nodes according to the total of btree nodes, Coly Li
- [PATCH 4/9] bcache: fix I/O significant decline while backend devices registering, Coly Li
- [PATCH 5/9] bcache: do not assign in if condition register_bcache(), Coly Li
- [PATCH 6/9] bcache: free heap cache_set->flush_btree in bch_journal_free, Coly Li
- [PATCH 7/9] bcache: do not assign in if condition in bcache_init(), Coly Li
- [PATCH 8/9] bcache: do not assign in if condition in bcache_device_init(), Coly Li
- [PATCH 9/9] bcache: stop using the deprecated get_seconds(), Coly Li
- Re: [PATCH 0/9] bcache patches for Linux v4.19, Jens Axboe
kill bio_clone_kmalloc and bio_clone_bioset,
Christoph Hellwig
[PATCH v2] bcache: set max writeback rate when I/O request is idle,
Coly Li
[PATCH] bcache: set max writeback rate when I/O request is idle,
Coly Li
Re: [PATCH] bcache-tools: avoid blkid probe on bcache devices when run make-bcache with --wipe-bcache, Coly Li
[PATCH v4 0/3] add crc64 calculation as kernel library,
Coly Li
[PATCH v3 0/3] add crc64 calculation as kernel library,
Coly Li
[PATCH 0/4] add crc64 calculation as kernel library,
Coly Li
bcache issues on PPC64LE,
Cameron Berkenpas
bcache master branch,
Pony Cheng
Re: A consistency question about the use of bCache, Kent Overstreet
How to understand statements on FIFO j->pin in bch_journal_next,
Wang Sheng-Hui
[PATCH] bcache: free heap cache_set->flush_btree in bch_journal_free,
Wang Sheng-Hui
[PATCH V7 20/24] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages(),
Ming Lei
[PATCH] [v2] bcache: stop using the deprecated get_seconds(),
Arnd Bergmann
[PATCH] bcache: stop using the deprecated get_seconds(),
Arnd Bergmann
[RFC] kill bio_clone_kmalloc and bio_clone_bioset,
Christoph Hellwig
bcachefs: fsck assert error, msfossen
[PATCH 0/3] bcache: Fix variable assignment in if condition in super.c,
Florian Schmaus
[PATCH v4 05/26] docs: Fix some broken references, Mauro Carvalho Chehab
[PATCH v3 05/27] docs: Fix some broken references,
Mauro Carvalho Chehab
[RFC] cleanup bcache bio handling v2,
Christoph Hellwig
[RFC] cleanup bcache bio handling,
Christoph Hellwig
BUG at linux-4.9.88/block/bio.c:1804, Tim Small
[PATCH v2 19/21] bcache: use match_string() helper,
Yisheng Xie
PostgreSQL licensed code on Linux,
Luis R. Rodriguez
[PATCH v2 0/4] bcache patches for 4.18,
Coly Li
[PATCH 0/5] bcache patches for 4.18,
Coly Li
[PATCH v2] lib/crc64.c: add license information,
Coly Li
[PATCH] lib/crc64.c: add MODULE_LICENSE("GPL"),
Coly Li
[PATCH] bcache: do not check return value of debugfs_create_dir(),
Coly Li
[PATCH 0/1] bcache fix for 4.17-rc6,
Coly Li
[PATCH v3] bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n,
Coly Li
[PATCH v2] bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n,
Coly Li
[PATCH] bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n, Coly Li
[PATCH 0/2] bcachefs: on disk data structures, ioctl interface - review requested for upstreaming,
Kent Overstreet
[PATCH] bcache: display rate debug parameters to 0 when writeback is not running, Coly Li
[PATCH v1 1/3] bcache: Move couple of string arrays to sysfs.c,
Andy Shevchenko
[PATCH v2] bcache: Split out crc64 to library,
Andy Shevchenko
[PATCH v1] bcache: Split out crc64 to library,
Andy Shevchenko
Re: [PATCH v1] bcache: Split out crc64 to library, Coly Li
[PATCH v4 0/6] bcache device failure handling fixes for 4.17-rc4,
Coly Li
[PATCH v3 0/6] bcache device failure handling fixes for 4.17-rc4,
Coly Li
[PATCH v2 0/6] bcache device failure handling fixes for 4.17-rc4,
Coly Li
bcache not working on 4.16.x,
Massimo B.
[PATCH 0/6] bcache fixes for device failure handling,
Coly Li
[PATCH] MAINTAINERS: Remove me as maintainer of bcache,
Michael Lyle
extra part in bcache patch commit 539d39eb2708,
Coly Li
[PATCH v2 0/4] bcache: incremental GC and dirty data init,
tang . junhui
[PATCH] bcache: not access dc->bdev when backing device is offline,
Coly Li
Bad/Unaligned block number requested,
Eric Wheeler
Re: [PATCH 3/4] bcache: notify allocator to prepare for GC, tang . junhui
Re: [PATCH 2/4] bcache: calculate the number of incremental GC nodesaccording to the total of btree nodes, tang . junhui
Re: [PATCH 1/4] bcache: finish incremental GC,
tang . junhui
[Index of Archives]
[Linux Kernel Development]
[Linux Filesystem Development]
[Security]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Share Photos]>
[Fedora ARM]