index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-05
bcache: don't attach backing with duplicate UUID
Michael Lyle
1
-0
/
+11
2018-03-05
bcache: fix crashes in duplicate cache device register
Tang Junhui
1
-6
/
+10
2018-02-27
bcache: correct flash only vols (check all uuids)
Coly Li
1
-1
/
+1
2018-02-07
bcache: fix for data collapse after re-attaching an attached device
Tang Junhui
1
-4
/
+6
2018-02-07
bcache: fix for allocator and register thread race
Tang Junhui
1
-1
/
+12
2018-02-07
bcache: set error_limit correctly
Coly Li
1
-1
/
+1
2018-01-08
bcache: fix misleading error message in bch_count_io_errors()
Coly Li
1
-1
/
+3
2018-01-08
bcache: reduce cache_set devices iteration by devices_max_used
Coly Li
1
-3
/
+6
2018-01-08
bcache: stop writeback thread after detaching
Tang Junhui
1
-0
/
+6
2018-01-06
block: convert to bio_first_bvec_all & bio_first_page_all
Ming Lei
1
-4
/
+4
2017-10-30
bcache: explicitly destroy mutex while exiting
Liang Chen
1
-2
/
+4
2017-10-30
bcache: convert cached_dev.count from atomic_t to refcount_t
Elena Reshetova
1
-3
/
+3
2017-10-16
bcache: Remove redundant set_capacity
Yijing Wang
1
-3
/
+0
2017-10-16
bcache: rewrite multiple partitions support
Coly Li
1
-12
/
+25
2017-09-07
bcache: initialize dirty stripes in flash_dev_run()
Tang Junhui
1
-1
/
+2
2017-09-06
bcache: silence static checker warning
Dan Carpenter
1
-3
/
+0
2017-09-06
bcache: fix for gc and write-back race
Tang Junhui
1
-0
/
+2
2017-09-06
bcache: Fix leak of bdev reference
Jan Kara
1
-0
/
+2
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-3
/
+3
2017-06-18
blk: make the bioset rescue_workqueue optional.
NeilBrown
1
-2
/
+6
2017-06-18
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
1
-2
/
+2
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-3
/
+3
2017-05-08
drivers/md/bcache/super.c: use kvmalloc
Michal Hocko
1
-6
/
+2
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
1
-4
/
+4
2016-12-17
bcache: partition support: add 16 minors per bcacheN device
Eric Wheeler
1
-1
/
+4
2016-12-17
bcache: Make gc wakeup sane, remove set_task_state()
Kent Overstreet
1
-0
/
+2
2016-11-22
block: bio: pass bvec table to bio_init()
Ming Lei
1
-9
/
+3
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-2
/
+2
2016-08-18
bcache: pr_err: more meaningful error message when nr_stripes is invalid
Eric Wheeler
1
-1
/
+2
2016-08-18
bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.
Kent Overstreet
1
-1
/
+1
2016-08-18
bcache: register_bcache(): call blkdev_put() when cache_alloc() fails
Eric Wheeler
1
-2
/
+7
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-1
/
+1
2016-07-05
bcache: Remove redundant block_size assignment
Yijing Wang
1
-1
/
+0
2016-07-05
bcache: Remove redundant parameter for cache_alloc()
Yijing Wang
1
-2
/
+2
2016-06-11
bcache: Remove deprecated create_workqueue
Bhaktipriya Shridhar
1
-2
/
+3
2016-06-07
bcache: use bio op accessors
Mike Christie
1
-11
/
+13
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
1
-2
/
+2
2016-04-12
bcache: switch to using blk_queue_write_cache()
Jens Axboe
1
-1
/
+1
2016-03-08
bcache: fix cache_set_flush() NULL pointer dereference on OOM
Eric Wheeler
1
-0
/
+3
2016-03-08
bcache: cleaned up error handling around register_cache()
Eric Wheeler
1
-12
/
+22
2016-03-08
bcache: fix race of writeback thread starting before complete initialization
Eric Wheeler
1
-1
/
+8
2015-12-30
bcache: allows use of register in udev to avoid "device_busy" error.
Gabriel de Perthuis
1
-2
/
+3
2015-12-30
bcache: unregister reboot notifier if bcache fails to unregister device
Zheng Liu
1
-1
/
+3
2015-12-30
bcache: fix a leak in bch_cached_dev_run()
Al Viro
1
-1
/
+4
2015-12-30
bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
Zheng Liu
1
-0
/
+2
2015-08-13
bcache: remove driver private bio splitting code
Kent Overstreet
1
-30
/
+2
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-7
/
+7
2015-07-17
block: have drivers use blk_queue_max_discard_sectors()
Jens Axboe
1
-1
/
+1
2015-06-30
bcache: use kvfree() in various places
Pekka Enberg
1
-8
/
+2
2014-10-04
block: disable entropy contributions for nonrot devices
Mike Snitzer
1
-0
/
+1
[next]