summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
Commit message (Expand)AuthorAgeFilesLines
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-4/+4
* 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-171-0/+2
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-9/+3
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-2/+2
* 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-071-1/+1
* bcache: Remove redundant block_size assignmentYijing Wang2016-07-051-1/+0
* bcache: Remove redundant parameter for cache_alloc()Yijing Wang2016-07-051-2/+2
* bcache: Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-111-2/+3
* bcache: use bio op accessorsMike Christie2016-06-071-11/+13
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-2/+2
* bcache: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-1/+1
* bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler2016-03-081-0/+3
* bcache: cleaned up error handling around register_cache()Eric Wheeler2016-03-081-12/+22
* bcache: fix race of writeback thread starting before complete initializationEric Wheeler2016-03-081-1/+8
* bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis2015-12-301-2/+3
* bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu2015-12-301-1/+3
* bcache: fix a leak in bch_cached_dev_run()Al Viro2015-12-301-1/+4
* bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu2015-12-301-0/+2
* bcache: remove driver private bio splitting codeKent Overstreet2015-08-131-30/+2
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-7/+7
* block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-1/+1
* bcache: use kvfree() in various placesPekka Enberg2015-06-301-8/+2
* block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* bcache: Drop unneeded blk_sync_queue() callsKent Overstreet2014-08-041-8/+2
* bcache: add mutex lock for bch_is_openJianjian Huo2014-08-041-0/+2
* bcache: try to set b->parent properlySlava Pestov2014-08-041-2/+2
* bcache: fix memory corruption in init error pathSlava Pestov2014-08-041-3/+8
* bcache: fix crash with incomplete cache setSlava Pestov2014-08-041-0/+4
* bcache: Fix more early shutdown bugsKent Overstreet2014-08-041-3/+4
* bcache: fix uninterruptible sleep in writeback threadSlava Pestov2014-08-041-0/+3
* bcache: wait for buckets when allocating new btree rootSlava Pestov2014-08-041-1/+1
* bcache: fix crash on shutdown in passthrough modeSlava Pestov2014-08-041-1/+2
* bcache: fix lockdep warnings on shutdownSlava Pestov2014-08-041-0/+4
* bcache: Fix a bug when detachingKent Overstreet2014-08-041-3/+6
* bcache: Kill bucket->gc_genKent Overstreet2014-03-181-1/+1
* bcache: Kill unused freelistKent Overstreet2014-03-181-15/+9
* bcache: Rework btree cache reserve handlingKent Overstreet2014-03-181-10/+3
* bcache: Kill btree_io_wqKent Overstreet2014-03-181-2/+0
* bcache: btree locking reworkKent Overstreet2014-03-181-2/+7
* bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson2014-03-181-0/+3
* bcache: Fix discard granularityKent Overstreet2014-03-181-0/+1
* bcache: Fix a lockdep splat in an error pathKent Overstreet2014-03-171-3/+5
* bcache: Fix a shutdown bugKent Overstreet2014-02-251-0/+4
* bcache: Convert debug code to btree_keysKent Overstreet2014-01-081-1/+1
* bcache: Abstract out stuff needed for sortingKent Overstreet2014-01-081-2/+3
* bcache: Rename/shuffle various code aroundKent Overstreet2014-01-081-1/+1
OpenPOWER on IntegriCloud