summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/extents.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig1-2/+2
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li1-3/+3
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches1-6/+6
2019-02-09bcache: treat stale && dirty keys as bad keysTang Junhui1-6/+7
2018-10-08bcache: replace hard coded number with BUCKET_GC_GEN_MAXColy Li1-1/+1
2018-08-12bcache: replace printk() by pr_*() routinesColy Li1-4/+4
2018-08-12bcache: style fixes for lines over 80 charactersColy Li1-1/+3
2018-08-12bcache: style fix to add a blank line after declarationsColy Li1-1/+4
2018-08-12bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-11/+11
2018-06-16docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-03-19bcache: Remove an unused variableBart Van Assche1-2/+0
2017-11-25bcache: Fix building error on MIPSHuacai Chen1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2014-08-05bcache: Fix a journal replay bugKent Overstreet1-4/+9
2014-03-18bcache: remove nested function usageJohn Sheu1-9/+13
2014-03-18bcache: Kill bucket->gc_genKent Overstreet1-4/+4
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet1-3/+3
2014-02-11drivers/md/bcache/extents.c: use %zi to format size_tGeert Uytterhoeven1-1/+1
2014-01-09bcache: Add bch_bkey_equal_header()Nicholas Swenson1-2/+1
2014-01-09bcache: update bch_bkey_try_mergeNicholas Swenson1-5/+0
2014-01-09bcache: Move insert_fixup() to btree_keys_opsKent Overstreet1-0/+178
2014-01-09bcache: Convert debug code to btree_keysKent Overstreet1-4/+89
2014-01-09bcache: Add struct btree_keysKent Overstreet1-7/+12
2014-01-09bcache: Abstract out stuff needed for sortingKent Overstreet1-0/+354