aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown1-2/+6
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-2/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+3
2017-05-08drivers/md/bcache/super.c: use kvmallocMichal Hocko1-6/+2
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-4/+4
2016-12-17bcache: partition support: add 16 minors per bcacheN deviceEric Wheeler1-1/+4
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet1-0/+2
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-9/+3
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-08-18bcache: pr_err: more meaningful error message when nr_stripes is invalidEric Wheeler1-1/+2
2016-08-18bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet1-1/+1
2016-08-18bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler1-2/+7
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-1/+1
2016-07-05bcache: Remove redundant block_size assignmentYijing Wang1-1/+0
2016-07-05bcache: Remove redundant parameter for cache_alloc()Yijing Wang1-2/+2
2016-06-11bcache: Remove deprecated create_workqueueBhaktipriya Shridhar1-2/+3
2016-06-07bcache: use bio op accessorsMike Christie1-11/+13
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-2/+2
2016-04-12bcache: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-03-08bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler1-0/+3
2016-03-08bcache: cleaned up error handling around register_cache()Eric Wheeler1-12/+22
2016-03-08bcache: fix race of writeback thread starting before complete initializationEric Wheeler1-1/+8
2015-12-30bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis1-2/+3
2015-12-30bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu1-1/+3
2015-12-30bcache: fix a leak in bch_cached_dev_run()Al Viro1-1/+4
2015-12-30bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu1-0/+2
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet1-30/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-7/+7
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-1/+1
2015-06-30bcache: use kvfree() in various placesPekka Enberg1-8/+2
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-08-04bcache: Drop unneeded blk_sync_queue() callsKent Overstreet1-8/+2
2014-08-04bcache: add mutex lock for bch_is_openJianjian Huo1-0/+2
2014-08-04bcache: try to set b->parent properlySlava Pestov1-2/+2
2014-08-04bcache: fix memory corruption in init error pathSlava Pestov1-3/+8
2014-08-04bcache: fix crash with incomplete cache setSlava Pestov1-0/+4
2014-08-04bcache: Fix more early shutdown bugsKent Overstreet1-3/+4
2014-08-04bcache: fix uninterruptible sleep in writeback threadSlava Pestov1-0/+3
2014-08-04bcache: wait for buckets when allocating new btree rootSlava Pestov1-1/+1
2014-08-04bcache: fix crash on shutdown in passthrough modeSlava Pestov1-1/+2
2014-08-04bcache: fix lockdep warnings on shutdownSlava Pestov1-0/+4
2014-08-04bcache: Fix a bug when detachingKent Overstreet1-3/+6
2014-03-18bcache: Kill bucket->gc_genKent Overstreet1-1/+1
2014-03-18bcache: Kill unused freelistKent Overstreet1-15/+9
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet1-10/+3
2014-03-18bcache: Kill btree_io_wqKent Overstreet1-2/+0
2014-03-18bcache: btree locking reworkKent Overstreet1-2/+7
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson1-0/+3
2014-03-18bcache: Fix discard granularityKent Overstreet1-0/+1
2014-03-17bcache: Fix a lockdep splat in an error pathKent Overstreet1-3/+5