aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/extents.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-03-18bcache: Remove an unused variableBart Van Assche1-2/+0
2017-11-24bcache: 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-04bcache: 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-10drivers/md/bcache/extents.c: use %zi to format size_tGeert Uytterhoeven1-1/+1
2014-01-08bcache: Add bch_bkey_equal_header()Nicholas Swenson1-2/+1
2014-01-08bcache: update bch_bkey_try_mergeNicholas Swenson1-5/+0
2014-01-08bcache: Move insert_fixup() to btree_keys_opsKent Overstreet1-0/+178
2014-01-08bcache: Convert debug code to btree_keysKent Overstreet1-4/+89
2014-01-08bcache: Add struct btree_keysKent Overstreet1-7/+12
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet1-0/+354