summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/btree.c
AgeCommit message (Expand)Author
2018-02-07bcache: fix for allocator and register thread raceTang Junhui
2018-01-08bcache: reduce cache_set devices iteration by devices_max_usedColy Li
2018-01-08bcache: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei
2018-01-06bcache: comment on direct access to bvec tableMing Lei
2017-11-24bcache: check return value of register_shrinkerMichael Lyle
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30bcache: update bucket_in_use in real timeTang Junhui
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang
2016-06-07bcache: use bio op accessorsMike Christie
2016-05-24bcache: bch_gc_thread() is not freezableJiri Kosina
2015-12-30bcache: Add a cond_resched() call to gcKent Overstreet
2015-12-30bcache: fix a livelock when we cause a huge number of cache missesZheng Liu
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2014-08-04bcache: try to set b->parent properlySlava Pestov
2014-08-04bcache: fix use-after-free in btree_gc_coalesce()Slava Pestov
2014-08-04bcache: fix crash in bcache_btree_node_alloc_fail tracepointSlava Pestov
2014-08-04bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet
2014-08-04bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet
2014-08-04bcache: wait for buckets when allocating new btree rootSlava Pestov
2014-03-18bcache: Kill bucket->gc_genKent Overstreet
2014-03-18bcache: Kill unused freelistKent Overstreet
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet
2014-03-18bcache: Kill btree_io_wqKent Overstreet
2014-03-18bcache: btree locking reworkKent Overstreet
2014-03-18bcache: Fix a race when freeing btree nodesKent Overstreet
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet
2014-03-18bcache: Kill dead cgroup codeKent Overstreet
2014-03-18bcache: Fix another bug recovering from unclean shutdownKent Overstreet
2014-03-18bcache: Fix a bug recovering from unclean shutdownKent Overstreet
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-08bcache: Don't return -EINTR when insert finishedKent Overstreet
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: 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