summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2016-04-12bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler
2016-03-03bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet
2016-03-03bcache: prevent crash on changing writeback_runningStefan Bader
2016-03-03bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu
2016-03-03bcache: fix a leak in bch_cached_dev_run()Al Viro
2016-03-03bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu
2016-03-03bcache: Add a cond_resched() call to gcKent Overstreet
2016-03-03bcache: fix a livelock when we cause a huge number of cache missesZheng Liu
2015-01-27bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet
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