aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-03bcache: Fix an error code in bch_dump_read()Dan Carpenter1-3/+2
2018-12-13bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang1-2/+1
2018-10-08bcache: remove useless parameter of bch_debug_init()Dongbo Cao1-1/+1
2018-08-11bcache: replace printk() by pr_*() routinesColy Li1-5/+5
2018-08-11bcache: style fixes for lines over 80 charactersColy Li1-1/+2
2018-08-11bcache: style fix to add a blank line after declarationsColy Li1-2/+2
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-3/+3
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li1-5/+6
2018-07-24bcache: don't clone bio in bch_data_verifyChristoph Hellwig1-1/+5
2018-05-17bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=nColy Li1-1/+3
2018-05-03bcache: store disk name in struct cache and struct cached_devColy Li1-2/+1
2018-03-18bcache: move closure debug file into debug directoryChengguang Xu1-7/+7
2018-01-08bcache: fix wrong return value in bch_debug_init()Tang Junhui1-3/+2
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-06-18bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown1-1/+1
2016-11-22bcache: debug: avoid accessing .bi_io_vec directlyMing Lei1-3/+8
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang1-4/+2
2016-06-07bcache: use bio op accessorsMike Christie1-2/+2
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-2/+4
2014-01-08bcache: Convert debug code to btree_keysKent Overstreet1-174/+5
2014-01-08bcache: Convert btree_iter to struct btree_keysKent Overstreet1-2/+4
2014-01-08bcache: Add struct btree_keysKent Overstreet1-9/+9
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet1-0/+1
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet1-1/+2
2014-01-08bcache: Bkey indexing renamingKent Overstreet1-3/+3
2014-01-08bcache: Btree verify code improvementsKent Overstreet1-32/+65
2014-01-08bcache: kill index()Kent Overstreet1-1/+1
2014-01-08bcache: kill closure locking usageKent Overstreet1-5/+2
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-9/+10
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-10bcache: Bypass torture testKent Overstreet1-7/+8
2013-11-10bcache: Debug code improvementsKent Overstreet1-79/+57
2013-11-10bcache: Break up struct searchKent Overstreet1-29/+9
2013-07-01bcache: Use standard utility codeKent Overstreet1-1/+1
2013-07-01bcache: Delete fuzz testerKent Overstreet1-148/+0
2013-06-26bcache: Write out full stripesKent Overstreet1-2/+2
2013-06-26bcache: Rip out pkey()/pbtree()Kent Overstreet1-15/+25
2013-06-26bcache: Refactor btree ioKent Overstreet1-2/+2
2013-04-08bcache: Disable broken btree fuzz testerKent Overstreet1-2/+4
2013-04-08bcache: Sparse fixesKent Overstreet1-1/+1
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-1/+1
2013-03-25bcache: Style/checkpatch fixesKent Overstreet1-4/+4
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+563