summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/extents.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: treat stale && dirty keys as bad keysTang Junhui2019-02-091-6/+7
* bcache: replace hard coded number with BUCKET_GC_GEN_MAXColy Li2018-10-081-1/+1
* bcache: replace printk() by pr_*() routinesColy Li2018-08-111-4/+4
* bcache: style fixes for lines over 80 charactersColy Li2018-08-111-1/+3
* bcache: style fix to add a blank line after declarationsColy Li2018-08-111-1/+4
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-111-11/+11
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* bcache: Remove an unused variableBart Van Assche2018-03-191-2/+0Star
* bcache: Fix building error on MIPSHuacai Chen2017-11-251-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* bcache: Fix a journal replay bugKent Overstreet2014-08-051-4/+9
* bcache: remove nested function usageJohn Sheu2014-03-181-9/+13
* bcache: Kill bucket->gc_genKent Overstreet2014-03-181-4/+4
* bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet2014-03-181-3/+3
* drivers/md/bcache/extents.c: use %zi to format size_tGeert Uytterhoeven2014-02-111-1/+1
* bcache: Add bch_bkey_equal_header()Nicholas Swenson2014-01-081-2/+1Star
* bcache: update bch_bkey_try_mergeNicholas Swenson2014-01-081-5/+0Star
* bcache: Move insert_fixup() to btree_keys_opsKent Overstreet2014-01-081-0/+178
* bcache: Convert debug code to btree_keysKent Overstreet2014-01-081-4/+89
* bcache: Add struct btree_keysKent Overstreet2014-01-081-7/+12
* bcache: Abstract out stuff needed for sortingKent Overstreet2014-01-081-0/+354