summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/btree.c
Commit message (Expand)AuthorAge
* bcache: Fix kernel-doc warningsBart Van Assche2018-03-18
* bcache: Fix indentationBart Van Assche2018-03-18
* bcache: fix using of loop variable in memory shrinkTang Junhui2018-03-18
* bcache: fix error return value in memory shrinkTang Junhui2018-03-18
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-18
* bcache: fix for allocator and register thread raceTang Junhui2018-02-07
* bcache: reduce cache_set devices iteration by devices_max_usedColy Li2018-01-08
* bcache: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-08
* block: move bio_alloc_pages() to bcacheMing Lei2018-01-06
* bcache: comment on direct access to bvec tableMing Lei2018-01-06
* bcache: check return value of register_shrinkerMichael Lyle2017-11-24
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * bcache: update bucket_in_use in real timeTang Junhui2017-10-30
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* block: switch bios to blk_status_tChristoph Hellwig2017-06-09
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet2016-12-17
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-01
* block: export bio_free_pages to other modulesGuoqing Jiang2016-09-22
* bcache: use bio op accessorsMike Christie2016-06-07
* bcache: bch_gc_thread() is not freezableJiri Kosina2016-05-24
* bcache: Add a cond_resched() call to gcKent Overstreet2015-12-30
* bcache: fix a livelock when we cause a huge number of cache missesZheng Liu2015-12-30
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* bcache: try to set b->parent properlySlava Pestov2014-08-04
* bcache: fix use-after-free in btree_gc_coalesce()Slava Pestov2014-08-04
* bcache: fix crash in bcache_btree_node_alloc_fail tracepointSlava Pestov2014-08-04
* bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet2014-08-04
* bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet2014-08-04
* bcache: wait for buckets when allocating new btree rootSlava Pestov2014-08-04
* bcache: Kill bucket->gc_genKent Overstreet2014-03-18
* bcache: Kill unused freelistKent Overstreet2014-03-18
* bcache: Rework btree cache reserve handlingKent Overstreet2014-03-18
* bcache: Kill btree_io_wqKent Overstreet2014-03-18
* bcache: btree locking reworkKent Overstreet2014-03-18
* bcache: Fix a race when freeing btree nodesKent Overstreet2014-03-18
* bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet2014-03-18
* bcache: Kill dead cgroup codeKent Overstreet2014-03-18
* bcache: Fix another bug recovering from unclean shutdownKent Overstreet2014-03-18
* bcache: Fix a bug recovering from unclean shutdownKent Overstreet2014-03-18
* bcache: Minor fixes from kbuild robotKent Overstreet2014-01-29
* bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong2014-01-29
* bcache: Don't return -EINTR when insert finishedKent Overstreet2014-01-08
* bcache: Move insert_fixup() to btree_keys_opsKent Overstreet2014-01-08
* bcache: Convert sorting to btree_keysKent Overstreet2014-01-08
* bcache: Convert debug code to btree_keysKent Overstreet2014-01-08
* bcache: Convert btree_iter to struct btree_keysKent Overstreet2014-01-08
* bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet2014-01-08
* bcache: Add struct btree_keysKent Overstreet2014-01-08