aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-09bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li1-7/+7
2018-07-27bcache: calculate the number of incremental GC nodes according to the total of btree nodesTang Junhui1-2/+35
2018-07-27bcache: finish incremental GCTang Junhui1-1/+13
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet1-2/+2
2018-03-18bcache: Fix kernel-doc warningsBart Van Assche1-1/+1
2018-03-18bcache: Fix indentationBart Van Assche1-1/+1
2018-03-18bcache: fix using of loop variable in memory shrinkTang Junhui1-3/+6
2018-03-18bcache: fix error return value in memory shrinkTang Junhui1-1/+1
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li1-3/+8
2018-02-07bcache: fix for allocator and register thread raceTang Junhui1-3/+6
2018-01-08bcache: reduce cache_set devices iteration by devices_max_usedColy Li1-1/+1
2018-01-08bcache: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-4/+1
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei1-1/+1
2018-01-06bcache: comment on direct access to bvec tableMing Lei1-0/+1
2017-11-24bcache: check return value of register_shrinkerMichael Lyle1-1/+4
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30bcache: update bucket_in_use in real timeTang Junhui1-7/+10
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+3
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet1-19/+20
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang1-5/+1
2016-06-07bcache: use bio op accessorsMike Christie1-2/+2
2016-05-24bcache: bch_gc_thread() is not freezableJiri Kosina1-2/+0
2015-12-30bcache: Add a cond_resched() call to gcKent Overstreet1-0/+1
2015-12-30bcache: fix a livelock when we cause a huge number of cache missesZheng Liu1-1/+3
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-5/+5
2014-08-04bcache: try to set b->parent properlySlava Pestov1-16/+21
2014-08-04bcache: fix use-after-free in btree_gc_coalesce()Slava Pestov1-0/+1
2014-08-04bcache: fix crash in bcache_btree_node_alloc_fail tracepointSlava Pestov1-1/+1
2014-08-04bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet1-1/+1
2014-08-04bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet1-1/+1
2014-08-04bcache: wait for buckets when allocating new btree rootSlava Pestov1-3/+9
2014-03-18bcache: Kill bucket->gc_genKent Overstreet1-4/+3
2014-03-18bcache: Kill unused freelistKent Overstreet1-4/+37
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet1-92/+133
2014-03-18bcache: Kill btree_io_wqKent Overstreet1-20/+2
2014-03-18bcache: btree locking reworkKent Overstreet1-45/+119
2014-03-18bcache: Fix a race when freeing btree nodesKent Overstreet1-33/+20
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet1-6/+12
2014-03-18bcache: Kill dead cgroup codeKent Overstreet1-4/+0
2014-03-18bcache: Fix another bug recovering from unclean shutdownKent Overstreet1-51/+31
2014-03-18bcache: Fix a bug recovering from unclean shutdownKent Overstreet1-2/+2
2014-01-29bcache: Minor fixes from kbuild robotKent Overstreet1-1/+1
2014-01-29bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong1-1/+1
2014-01-08bcache: Don't return -EINTR when insert finishedKent Overstreet1-2/+4
2014-01-08bcache: Move insert_fixup() to btree_keys_opsKent Overstreet1-229/+17