summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* bcache: initialize dirty stripes in flash_dev_run()Tang Junhui2017-09-073-6/+7
* bcache: fix bch_hprint crash and improve outputMichael Lyle2017-09-061-15/+35
* bcache: Update continue_at() documentationDan Carpenter2017-09-061-4/+0
* bcache: silence static checker warningDan Carpenter2017-09-061-3/+0
* bcache: fix for gc and write-back raceTang Junhui2017-09-063-2/+10
* bcache: increase the number of open bucketsTang Junhui2017-09-061-1/+3
* bcache: Correct return value for sysfs attach errorsTony Asleson2017-09-061-2/+2
* bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2017-09-062-1/+21
* bcache: gc does not work when triggering by manual commandTang Junhui2017-09-061-1/+14
* bcache: Don't reinvent the wheel but use existing llist APIByungchul Park2017-09-061-13/+2
* bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui2017-09-061-3/+3
* bcache: fix sequential large write IO bypassTang Junhui2017-09-061-6/+0
* bcache: Fix leak of bdev referenceJan Kara2017-09-061-0/+2
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-236-19/+18
* block: pass in queue to inflight accountingJens Axboe2017-08-091-3/+4
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-1/+1
|\
| * sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* | bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown2017-06-181-1/+1
* | blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-181-2/+6
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-2/+2
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-099-35/+36
|/
* drivers/md/bcache/super.c: use kvmallocMichal Hocko2017-05-081-6/+2
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-10/+2
* drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.hMasanari Iida2017-03-091-1/+0
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-026-0/+6
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-022-9/+9
* block: add a op_is_flush helperChristoph Hellwig2017-01-271-1/+1
* bcache: partition support: add 16 minors per bcacheN deviceEric Wheeler2016-12-171-1/+4
* bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet2016-12-175-26/+26
* bcache: debug: avoid accessing .bi_io_vec directlyMing Lei2016-11-221-3/+8
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-226-23/+10
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-014-7/+7
* bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig2016-11-012-4/+3
* block: export bio_free_pages to other modulesGuoqing Jiang2016-09-225-24/+7
* bcache: pr_err: more meaningful error message when nr_stripes is invalidEric Wheeler2016-08-181-1/+2
* bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet2016-08-181-1/+1
* bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler2016-08-181-2/+7
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-073-8/+8
* block: simplify and cleanup bvec pool handlingChristoph Hellwig2016-07-201-1/+0
* bcache: Remove redundant block_size assignmentYijing Wang2016-07-051-1/+0
* bcache: update document infoYijing Wang2016-07-052-2/+3
* bcache: Remove redundant parameter for cache_alloc()Yijing Wang2016-07-051-2/+2
* bcache: Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-111-2/+3
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-072-5/+5
* bcache: use bio op accessorsMike Christie2016-06-077-28/+31
* bcache: use op_is_write instead of checking for REQ_WRITEMike Christie2016-06-072-4/+4
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-073-5/+7
* bcache: bch_gc_thread() is not freezableJiri Kosina2016-05-241-2/+0
OpenPOWER on IntegriCloud