summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/debug.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2018-12-131-2/+1Star
* bcache: remove useless parameter of bch_debug_init()Dongbo Cao2018-10-081-1/+1
* bcache: replace printk() by pr_*() routinesColy Li2018-08-111-5/+5
* bcache: style fixes for lines over 80 charactersColy Li2018-08-111-1/+2
* bcache: style fix to add a blank line after declarationsColy Li2018-08-111-2/+2
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-111-3/+3
* bcache: do not check return value of debugfs_create_dir()Coly Li2018-08-091-5/+6
* bcache: don't clone bio in bch_data_verifyChristoph Hellwig2018-07-241-1/+5
* bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=nColy Li2018-05-171-1/+3
* bcache: store disk name in struct cache and struct cached_devColy Li2018-05-031-2/+1Star
* bcache: move closure debug file into debug directoryChengguang Xu2018-03-191-7/+7
* bcache: fix wrong return value in bch_debug_init()Tang Junhui2018-01-081-3/+2Star
* 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/+2Star
* 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/+5Star
* 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/+2Star
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-241-9/+10
* block: Abstract out bvec iteratorKent Overstreet2013-11-241-1/+1
* bcache: Bypass torture testKent Overstreet2013-11-111-7/+8
* bcache: Debug code improvementsKent Overstreet2013-11-111-79/+57Star
* bcache: Break up struct searchKent Overstreet2013-11-111-29/+9Star
* bcache: Use standard utility codeKent Overstreet2013-07-011-1/+1
* bcache: Delete fuzz testerKent Overstreet2013-07-011-148/+0Star
* bcache: Write out full stripesKent Overstreet2013-06-271-2/+2
* bcache: Rip out pkey()/pbtree()Kent Overstreet2013-06-271-15/+25
* bcache: Refactor btree ioKent Overstreet2013-06-271-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-241-0/+563