messages from 2018-07-17 01:27:57 to 2018-11-16 09:41:47 UTC [more...]
[PATCH V10 00/19] block: support multi-page bvec
2018-11-16 9:41 UTC (43+ messages)
` [PATCH V10 01/19] block: introduce multi-page page bvec helpers
` [PATCH V10 02/19] block: introduce bio_for_each_bvec()
` [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V10 04/19] block: use bio_for_each_bvec() to map sg
` [PATCH V10 05/19] block: introduce bvec_last_segment()
` [PATCH V10 06/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V10 09/19] block: introduce bio_bvecs()
` [PATCH V10 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V10 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V10 13/19] iomap & xfs: only account for new added page
` [PATCH V10 14/19] block: enable multipage bvecs
` [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V10 16/19] block: document usage of bio iterator helpers
` [PATCH V10 17/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V10 19/19] block: kill BLK_MQ_F_SG_MERGE
[PATCH V9 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
2018-11-13 15:14 UTC (2+ messages)
` [PATCH V9 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
[PATCH V8 11/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
2018-11-09 16:26 UTC (2+ messages)
` [PATCH V8 12/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
[PATCH] bcache: add separate workqueue for journal_write to avoid deadlock
2018-10-16 6:27 UTC (8+ messages)
[PATCH] bcache: fix superblock being corrupted with non-4KB page size
2018-10-10 18:27 UTC
[RFC] UAPI: Check headers by compiling all together as C++
2018-10-09 16:54 UTC (10+ messages)
` [PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array
[PATCH 02/15] bcache: trace missed reading by cache_missed
2018-10-08 12:41 UTC (4+ messages)
` [PATCH 04/15] bcache: fix ioctl in flash device
` [PATCH 06/15] bcache: correct dirty data statistics
` [PATCH 08/15] bcache: fix miss key refill->end in writeback
[PATCH 1/1] bcache: add separate workqueue for journal_write to avoid deadlock
2018-09-27 16:06 UTC (3+ messages)
[PATCH] use STORE_LOCKED instead of STORE macro
2018-09-27 15:44 UTC (2+ messages)
[PATCH] bug fix in function check_should_bypass
2018-09-27 8:33 UTC (2+ messages)
[PATCH] split if-condition code in bch_cache_set_alloc
2018-09-27 1:48 UTC (2+ messages)
[PATCH 3/3] split original if condition code in function bch_cache_set_alloc
2018-09-25 12:49 UTC (2+ messages)
[PATCH 1/2] split original if-condition code into separate ones
2018-09-25 12:41 UTC (4+ messages)
` [PATCH 2/2] panic fix for making cache device
[PATCH] bug fix for making cache device failed
2018-09-24 14:46 UTC (2+ messages)
[PATCH 2/2] add some safety checks for label store interface of flash dev in sysfs
2018-09-15 1:20 UTC (2+ messages)
[PATCH] add label interface for cache device in sysfs
2018-09-14 10:00 UTC (2+ messages)
[PATCH] bcache: remove unnecessary null poiner check in cache_set_free
2018-09-11 1:36 UTC (3+ messages)
[PATCH] bcache: remove unecessary condition check before debugfs_remove_recursive
2018-09-10 0:50 UTC (2+ messages)
[PATCH] bcache: remove redundant condition before debugfs_remove
2018-09-10 0:50 UTC (2+ messages)
[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]
[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 (22+ messages)
` [PATCH 1/4] lib/crc64: add crc64 option to lib/Kconfig
` [PATCH 2/4] lib: add crc64 calculation routines
` [PATCH 4/4] lib/test_crc: Add test cases for crc calculation
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).