linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-05 21:41:54 to 2018-09-08 13:29:10 UTC [more...]

[PATCH] bcache: remove unecessary condition check before debugfs_remove_recursive
 2018-09-08 13:29 UTC 

[PATCH] bcache: remove redundant condition before debugfs_remove
 2018-09-08 12:55 UTC 

[PATCH] bcache: remove unnecessary null poiner check in cache_set_free
 2018-09-08 11:39 UTC 

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-06  9:18 UTC  (2+ messages)
` [PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array [ver #2]

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-06  7:12 UTC  (7+ messages)
` [PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array

[PATCH v2] bcache: release dc->writeback_lock properly in bch_writeback_thread()
 2018-08-22 18:13 UTC  (3+ messages)

[PATCH] bcache: release dc->writeback_lock properly in bch_writeback_thread()
 2018-08-22 17:46 UTC 

[PATCH 3/3] fix some potential memory leak in bcache_device_init
 2018-08-15  8:41 UTC 

[PATCH 2/2] fix potential memory leak in function "register_bcache"
 2018-08-15  6:50 UTC 

[PATCH 2/2] bcache: add undef for macro in function
 2018-08-14 16:25 UTC 

[PATCH 2/2] bcache: add undef for macro in function
 2018-08-14 12:16 UTC  (2+ messages)

[PATCH] md/bcache: Remove NULL check
 2018-08-14  2:28 UTC  (3+ messages)

[PATCH] bcache: fix 0day error of setting writeback_rate by sysfs interface
 2018-08-11  4:46 UTC  (3+ messages)

[PATCH 01/10] bcache: do not check return value of debugfs_create_dir()
 2018-08-09  7:48 UTC  (2+ messages)
` [PATCH 08/10] bcache: set max writeback rate when I/O request is idle

[PATCH v5 0/2] add crc64 calculation as kernel library
 2018-07-26 20:02 UTC  (4+ messages)
` [PATCH v5 1/2] lib: add crc64 calculation routines
` [PATCH v5 2/2] bcache: use routines from lib/crc64.c for CRC64 calculation

[PATCH 9/9] bcache: set max writeback rate when I/O request is idle
 2018-07-26 14:22 UTC 

[PATCH v3] bcache: set max writeback rate when I/O request is idle
 2018-07-26 13:18 UTC  (3+ messages)

[PATCH v4 0/3] add crc64 calculation as kernel library
 2018-07-26  3:28 UTC  (15+ messages)
` [PATCH v4 1/3] lib: add crc64 calculation routines
` [PATCH v4 2/3] bcache: use routines from lib/crc64.c for CRC64 calculation
` [PATCH v4 3/3] lib/test_crc: Add test cases for crc calculation

kill bio_clone_kmalloc and bio_clone_bioset
 2018-07-24 20:43 UTC  (7+ messages)
` [PATCH 1/5] bcache: don't clone bio in bch_data_verify
` [PATCH 2/5] exofs: use bio_clone_fast in _write_mirror
` [PATCH 3/5] block: remove bio_clone_kmalloc
` [PATCH 4/5] md: remove a bogus comment
` [PATCH 5/5] block: unexport bio_clone_bioset

[PATCH v3 0/3] add crc64 calculation as kernel library
 2018-07-24 13:33 UTC  (20+ messages)
` [PATCH v3 1/3] lib: add crc64 calculation routines
` [PATCH v3 2/3] bcache: use routines from lib/crc64.c for CRC64 calculation
` [PATCH v3 3/3] lib/test_crc: Add test cases for crc calculation

[PATCH v2] bcache: set max writeback rate when I/O request is idle
 2018-07-24  8:33 UTC  (4+ messages)

[PATCH] bcache: set max writeback rate when I/O request is idle
 2018-07-23 13:39 UTC  (6+ messages)

[PATCH 0/4] add crc64 calculation as kernel library
 2018-07-17 16:27 UTC  (9+ messages)
` [PATCH v2 1/3] lib: add crc64 calculation routines
` [PATCH v2 2/3] bcache: use routines from lib/crc64.c for CRC64 calculation
` [PATCH v2 3/3] lib/test_crc: Add test cases for crc calculation

[PATCH 0/4] add crc64 calculation as kernel library
 2018-07-17 14:29 UTC  (23+ messages)
` [PATCH 1/4] lib/crc64: add crc64 option to lib/Kconfig
` [PATCH 2/4] lib: add crc64 calculation routines
` [PATCH 3/4] bcache: use routines from lib/crc64.c for CRC64 calculation
` [PATCH 4/4] lib/test_crc: Add test cases for crc calculation

[PATCH] [v2] bcache: stop using the deprecated get_seconds()
 2018-07-13 19:38 UTC  (6+ messages)

[PATCH V7 20/24] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
 2018-06-28  2:01 UTC  (4+ messages)

[PATCH] bcache: stop using the deprecated get_seconds()
 2018-06-20 16:52 UTC  (4+ messages)

[RFC] kill bio_clone_kmalloc and bio_clone_bioset
 2018-06-20  9:12 UTC  (10+ messages)
` [PATCH 1/6] dm: use bio_split() when splitting out the already processed bio
` [PATCH 2/6] bcache: don't clone bio in bch_data_verify
` [PATCH 3/6] exofs: use bio_clone_fast in _write_mirror
` [PATCH 4/6] block: remove bio_clone_kmalloc
` [PATCH 5/6] md: remove a bogus comment
` [PATCH 6/6] block: unexport bio_clone_bioset

[PATCH 0/3] bcache: Fix variable assignment in if condition in super.c
 2018-06-18 13:45 UTC  (7+ messages)
` [PATCH 1/3] bcache: do not assign in if condition register_bcache()
` [PATCH 2/3] bcache: do not assign in if condition in bcache_init()
` [PATCH 3/3] bcache: do not assign in if condition in bcache_device_init()

[PATCH v4 05/26] docs: Fix some broken references
 2018-06-15 16:30 UTC 

[PATCH v3 05/27] docs: Fix some broken references
 2018-06-15  9:05 UTC  (2+ messages)

[PATCH v2 19/21] bcache: use match_string() helper
 2018-06-01  5:04 UTC  (4+ messages)

PostgreSQL licensed code on Linux
 2018-05-30  0:10 UTC  (10+ messages)

[PATCH 1/1] bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n
 2018-05-17 15:43 UTC  (2+ messages)

[PATCH v3] bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n
 2018-05-17 14:48 UTC  (2+ messages)

[PATCH v2] bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n
 2018-05-17 14:33 UTC  (3+ messages)

[PATCH v2 09/11] docs: Fix some broken references
 2018-05-16 15:12 UTC  (12+ messages)

[PATCH] bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n
 2018-05-16 12:39 UTC 

[PATCH 0/2] bcachefs: on disk data structures, ioctl interface - review requested for upstreaming
 2018-05-13 22:49 UTC  (8+ messages)
` [PATCH 1/2] bcachefs: On disk data structures
` [PATCH 2/2] bcachefs: Ioctl interface

[PATCH 4.14 095/140] bcache: fix crashes in duplicate cache device register
 2018-03-14  1:40 UTC 

[PATCH 1/2] bcache: fix crashes in duplicate cache device register
 2018-03-05 21:41 UTC  (2+ messages)
` [PATCH 2/2] bcache: don't attach backing with duplicate UUID


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