summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/debug.c
Commit message (Expand)AuthorAgeFilesLines
* block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-171-4/+6
* bcache: use bvec_kmap_local in bch_data_verifyChristoph Hellwig2021-10-201-6/+5
* bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig2021-10-201-2/+2
* bcache: fix a regression of code compiling failure in debug.cColy Li2021-04-111-1/+1
* bcache: remove PTR_CACHEChristoph Hellwig2021-04-111-1/+1
* bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-261-1/+1
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* bcache: only use block_bytes() on struct cacheColy Li2020-10-021-4/+4
* bcache: add set_uuid in struct cache_setColy Li2020-10-021-1/+1
* bcache: Fix an error code in bch_dump_read()Dan Carpenter2019-09-031-3/+2
* bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2018-12-131-2/+1
* 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/+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