summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
...
| * bcache: kill index()Kent Overstreet2014-01-084-8/+24
| * bcache: Trivial error handling fixKent Overstreet2014-01-081-1/+2
| * bcache/md: Use raid stripe sizeKent Overstreet2014-01-081-0/+6
| * bcache: Do bkey_put() in btree_split() error pathKent Overstreet2014-01-081-1/+4
| * bcache: Rework allocator reservesKent Overstreet2014-01-087-79/+101
| * bcache: kill closure locking codeKent Overstreet2014-01-082-313/+123
| * bcache: kill closure locking usageKent Overstreet2014-01-087-55/+98
| * bcache: Zero less memoryKent Overstreet2014-01-083-40/+41
| * bcache: Don't touch bucket gen for dirty ptrsKent Overstreet2014-01-082-2/+7
| * bcache: Minor btree cache fixKent Overstreet2014-01-081-7/+3
| * bcache: Performance fix for when journal entry is fullKent Overstreet2014-01-081-5/+9
| * bcache: Minor journal fixKent Overstreet2014-01-081-5/+14
| * bcache: Data corruption fixKent Overstreet2014-01-081-4/+22
* | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-3011-288/+118
|\ \ | |/
| * Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-319-66/+111
| |\
| * | block: Introduce new bio_split()Kent Overstreet2013-11-233-87/+8
| * | block: Generic bio chainingKent Overstreet2013-11-231-1/+1
| * | block: Remove bi_idx hacksKent Overstreet2013-11-231-45/+2
| * | block: Add bio_clone_fast()Kent Overstreet2013-11-231-6/+2
| * | block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-231-30/+23
| * | block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-234-64/+54
| * | block: Convert bio_iovec() to bvec_iterKent Overstreet2013-11-231-6/+7
| * | block: Abstract out bvec iteratorKent Overstreet2013-11-2310-67/+67
| * | bcache: Kill unaligned bvec hackKent Overstreet2013-11-233-35/+7
* | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-01-211-1/+0
|\ \ \ | |_|/ |/| |
| * | cgroup: remove stray references to css_idHugh Dickins2014-01-131-1/+0
| |/
* | bcache: New writeback PD controllerKent Overstreet2013-12-164-49/+62
* | bcache: bugfix for race between moving_gc and bucket_invalidateKent Overstreet2013-12-161-0/+10
* | bcache: fix for gc and writeback raceNicholas Swenson2013-12-161-0/+22
* | bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson2013-12-163-8/+8
* | bcache: fix for gc crashing when no sectors are usedNicholas Swenson2013-12-161-1/+2
* | bcache: Fix heap_peek() macroNicholas Swenson2013-12-161-1/+1
* | bcache: Fix for can_attach_cache()Nicholas Swenson2013-12-161-1/+1
* | bcache: Fix dirty_data accountingKent Overstreet2013-12-161-1/+2
* | bcache: Use uninterruptible sleep in writebackKent Overstreet2013-12-161-2/+2
* | bcache: kthread don't set writeback task to INTERUPTIBLEStefan Priebe2013-12-161-2/+0
* | bcache: fix sparse non static symbol warningWei Yongjun2013-11-281-1/+1
|/
* bcache: defensively handle format stringsKees Cook2013-11-101-1/+1
* bcache: Bypass torture testKent Overstreet2013-11-105-8/+28
* bcache: Delete some slower inline asmKent Overstreet2013-11-101-8/+0
* bcache: Use ida for bcache block dev minorKent Overstreet2013-11-101-6/+20
* bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet2013-11-106-33/+30
* bcache: Better full stripe scanningKent Overstreet2013-11-105-57/+99
* bcache: Have btree_split() insert into parent directlyKent Overstreet2013-11-101-46/+39
* bcache: Move spinlock into struct time_statsKent Overstreet2013-11-106-16/+17
* bcache: Kill sequential_merge optionKent Overstreet2013-11-104-31/+18
* bcache: Kill bch_next_recurse_key()Kent Overstreet2013-11-103-21/+11
* bcache: Avoid deadlocking in garbage collectionKent Overstreet2013-11-103-12/+13
* bcache: Incremental gcKent Overstreet2013-11-104-167/+226
* bcache: Add make_btree_freeing_key()Kent Overstreet2013-11-101-13/+18
OpenPOWER on IntegriCloud