summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/debug.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: store disk name in struct cache and struct cached_devColy Li2018-05-031-2/+1
* bcache: move closure debug file into debug directoryChengguang Xu2018-03-181-7/+7
* bcache: fix wrong return value in bch_debug_init()Tang Junhui2018-01-081-3/+2
* block: move bio_alloc_pages() to bcacheMing Lei2018-01-061-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown2017-06-181-1/+1
* bcache: debug: avoid accessing .bi_io_vec directlyMing Lei2016-11-221-3/+8
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-2/+2
* block: export bio_free_pages to other modulesGuoqing Jiang2016-09-221-4/+2
* bcache: use bio op accessorsMike Christie2016-06-071-2/+2
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-2/+4
* bcache: Convert debug code to btree_keysKent Overstreet2014-01-081-174/+5
* bcache: Convert btree_iter to struct btree_keysKent Overstreet2014-01-081-2/+4
* bcache: Add struct btree_keysKent Overstreet2014-01-081-9/+9
* bcache: Abstract out stuff needed for sortingKent Overstreet2014-01-081-0/+1
* bcache: Rename/shuffle various code aroundKent Overstreet2014-01-081-1/+2
* bcache: Bkey indexing renamingKent Overstreet2014-01-081-3/+3
* bcache: Btree verify code improvementsKent Overstreet2014-01-081-32/+65
* bcache: kill index()Kent Overstreet2014-01-081-1/+1
* bcache: kill closure locking usageKent Overstreet2014-01-081-5/+2
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-9/+10
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-1/+1
* bcache: Bypass torture testKent Overstreet2013-11-101-7/+8
* bcache: Debug code improvementsKent Overstreet2013-11-101-79/+57
* bcache: Break up struct searchKent Overstreet2013-11-101-29/+9
* bcache: Use standard utility codeKent Overstreet2013-07-011-1/+1
* bcache: Delete fuzz testerKent Overstreet2013-07-011-148/+0
* bcache: Write out full stripesKent Overstreet2013-06-261-2/+2
* bcache: Rip out pkey()/pbtree()Kent Overstreet2013-06-261-15/+25
* bcache: Refactor btree ioKent Overstreet2013-06-261-2/+2
* bcache: Disable broken btree fuzz testerKent Overstreet2013-04-081-2/+4
* bcache: Sparse fixesKent Overstreet2013-04-081-1/+1
* bcache: Don't export utility code, prefix with bch_Kent Overstreet2013-03-281-1/+1
* bcache: Style/checkpatch fixesKent Overstreet2013-03-251-4/+4
* bcache: A block layer cacheKent Overstreet2013-03-231-0/+563
OpenPOWER on IntegriCloud