aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2014-01-30Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-29bcache: bugfix - gc thread now gets woken when cache is fullNicholas Swenson
2014-01-29bcache: Minor fixes from kbuild robotKent Overstreet
2014-01-29bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-01-13cgroup: remove stray references to css_idHugh Dickins
2014-01-08bcache: Fix auxiliary search trees for key size > cacheline sizeKent Overstreet
2014-01-08bcache: Don't return -EINTR when insert finishedKent Overstreet
2014-01-08bcache: Improve bucket_prio() calculationKent Overstreet
2014-01-08bcache: Add bch_bkey_equal_header()Nicholas Swenson
2014-01-08bcache: update bch_bkey_try_mergeNicholas Swenson
2014-01-08bcache: Move insert_fixup() to btree_keys_opsKent Overstreet
2014-01-08bcache: Convert sorting to btree_keysKent Overstreet
2014-01-08bcache: Convert debug code to btree_keysKent Overstreet
2014-01-08bcache: Convert btree_iter to struct btree_keysKent Overstreet
2014-01-08bcache: Refactor bset_tree sysfs statsKent Overstreet
2014-01-08bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet
2014-01-08bcache: Add struct btree_keysKent Overstreet
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet
2014-01-08bcache: Split out sort_extent_cmp()Kent Overstreet
2014-01-08bcache: Bkey indexing renamingKent Overstreet
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