summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2014-01-08bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet
2014-01-08bcache: Remove/fix some header dependenciesKent Overstreet
2014-01-08bcache: Use a mempool for mergesort temporary spaceKent Overstreet
2014-01-08bcache: Btree verify code improvementsKent Overstreet
2014-01-08bcache: kill index()Kent Overstreet
2014-01-08bcache: Trivial error handling fixKent Overstreet
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet
2014-01-08bcache: Do bkey_put() in btree_split() error pathKent Overstreet
2014-01-08bcache: Rework allocator reservesKent Overstreet
2014-01-08bcache: kill closure locking codeKent Overstreet
2014-01-08bcache: kill closure locking usageKent Overstreet
2014-01-08bcache: Zero less memoryKent Overstreet
2014-01-08bcache: Don't touch bucket gen for dirty ptrsKent Overstreet
2014-01-08bcache: Minor btree cache fixKent Overstreet
2014-01-08bcache: Performance fix for when journal entry is fullKent Overstreet
2014-01-08bcache: Minor journal fixKent Overstreet
2014-01-08bcache: Data corruption fixKent Overstreet
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-16bcache: New writeback PD controllerKent Overstreet
2013-12-16bcache: bugfix for race between moving_gc and bucket_invalidateKent Overstreet
2013-12-16bcache: fix for gc and writeback raceNicholas Swenson
2013-12-16bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson
2013-12-16bcache: fix for gc crashing when no sectors are usedNicholas Swenson
2013-12-16bcache: Fix heap_peek() macroNicholas Swenson
2013-12-16bcache: Fix for can_attach_cache()Nicholas Swenson
2013-12-16bcache: Fix dirty_data accountingKent Overstreet
2013-12-16bcache: Use uninterruptible sleep in writebackKent Overstreet
2013-12-16bcache: kthread don't set writeback task to INTERUPTIBLEStefan Priebe
2013-11-28bcache: fix sparse non static symbol warningWei Yongjun
2013-11-23block: Introduce new bio_split()Kent Overstreet
2013-11-23block: Generic bio chainingKent Overstreet
2013-11-23block: Remove bi_idx hacksKent Overstreet
2013-11-23block: Add bio_clone_fast()Kent Overstreet
2013-11-23block: Kill bio_segments()/bi_vcnt usageKent Overstreet
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-11-23block: Convert bio_iovec() to bvec_iterKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-23bcache: Kill unaligned bvec hackKent Overstreet
2013-11-10bcache: defensively handle format stringsKees Cook
2013-11-10bcache: Bypass torture testKent Overstreet
2013-11-10bcache: Delete some slower inline asmKent Overstreet
2013-11-10bcache: Use ida for bcache block dev minorKent Overstreet
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet
2013-11-10bcache: Better full stripe scanningKent Overstreet
2013-11-10bcache: Have btree_split() insert into parent directlyKent Overstreet
2013-11-10bcache: Move spinlock into struct time_statsKent Overstreet
2013-11-10bcache: Kill sequential_merge optionKent Overstreet
2013-11-10bcache: Kill bch_next_recurse_key()Kent Overstreet
2013-11-10bcache: Avoid deadlocking in garbage collectionKent Overstreet
2013-11-10bcache: Incremental gcKent Overstreet