aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/debug.c
Commit message (Expand)AuthorAge
* bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2018-12-13
* bcache: remove useless parameter of bch_debug_init()Dongbo Cao2018-10-08
* bcache: replace printk() by pr_*() routinesColy Li2018-08-11
* bcache: style fixes for lines over 80 charactersColy Li2018-08-11
* bcache: style fix to add a blank line after declarationsColy Li2018-08-11
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-11
* bcache: do not check return value of debugfs_create_dir()Coly Li2018-08-09
* bcache: don't clone bio in bch_data_verifyChristoph Hellwig2018-07-24
* bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=nColy Li2018-05-17
* bcache: store disk name in struct cache and struct cached_devColy Li2018-05-03
* bcache: move closure debug file into debug directoryChengguang Xu2018-03-18
* bcache: fix wrong return value in bch_debug_init()Tang Junhui2018-01-08
* block: move bio_alloc_pages() to bcacheMing Lei2018-01-06
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown2017-06-18
* bcache: debug: avoid accessing .bi_io_vec directlyMing Lei2016-11-22
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-01
* block: export bio_free_pages to other modulesGuoqing Jiang2016-09-22
* bcache: use bio op accessorsMike Christie2016-06-07
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-07
* bcache: Convert debug code to btree_keysKent Overstreet2014-01-08
* bcache: Convert btree_iter to struct btree_keysKent Overstreet2014-01-08
* bcache: Add struct btree_keysKent Overstreet2014-01-08
* bcache: Abstract out stuff needed for sortingKent Overstreet2014-01-08
* bcache: Rename/shuffle various code aroundKent Overstreet2014-01-08
* bcache: Bkey indexing renamingKent Overstreet2014-01-08
* bcache: Btree verify code improvementsKent Overstreet2014-01-08
* bcache: kill index()Kent Overstreet2014-01-08
* bcache: kill closure locking usageKent Overstreet2014-01-08
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-24
* block: Abstract out bvec iteratorKent Overstreet2013-11-24
* bcache: Bypass torture testKent Overstreet2013-11-11
* bcache: Debug code improvementsKent Overstreet2013-11-11
* bcache: Break up struct searchKent Overstreet2013-11-11
* bcache: Use standard utility codeKent Overstreet2013-07-01
* bcache: Delete fuzz testerKent Overstreet2013-07-01
* bcache: Write out full stripesKent Overstreet2013-06-27
* bcache: Rip out pkey()/pbtree()Kent Overstreet2013-06-26
* bcache: Refactor btree ioKent Overstreet2013-06-26
* bcache: Disable broken btree fuzz testerKent Overstreet2013-04-08
* bcache: Sparse fixesKent Overstreet2013-04-08
* bcache: Don't export utility code, prefix with bch_Kent Overstreet2013-03-28
* bcache: Style/checkpatch fixesKent Overstreet2013-03-25
* bcache: A block layer cacheKent Overstreet2013-03-23