index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/md/bcache/super.c: use kvmalloc
Michal Hocko
2017-05-08
1
-6
/
+2
*
block: Use pointer to backing_dev_info from request_queue
Jan Kara
2017-02-02
1
-4
/
+4
*
bcache: partition support: add 16 minors per bcacheN device
Eric Wheeler
2016-12-17
1
-1
/
+4
*
bcache: Make gc wakeup sane, remove set_task_state()
Kent Overstreet
2016-12-17
1
-0
/
+2
*
block: bio: pass bvec table to bio_init()
Ming Lei
2016-11-22
1
-9
/
+3
*
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
1
-2
/
+2
*
bcache: pr_err: more meaningful error message when nr_stripes is invalid
Eric Wheeler
2016-08-18
1
-1
/
+2
*
bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.
Kent Overstreet
2016-08-18
1
-1
/
+1
*
bcache: register_bcache(): call blkdev_put() when cache_alloc() fails
Eric Wheeler
2016-08-18
1
-2
/
+7
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
1
-1
/
+1
*
bcache: Remove redundant block_size assignment
Yijing Wang
2016-07-05
1
-1
/
+0
*
bcache: Remove redundant parameter for cache_alloc()
Yijing Wang
2016-07-05
1
-2
/
+2
*
bcache: Remove deprecated create_workqueue
Bhaktipriya Shridhar
2016-06-11
1
-2
/
+3
*
bcache: use bio op accessors
Mike Christie
2016-06-07
1
-11
/
+13
*
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
2016-06-07
1
-2
/
+2
*
bcache: switch to using blk_queue_write_cache()
Jens Axboe
2016-04-12
1
-1
/
+1
*
bcache: fix cache_set_flush() NULL pointer dereference on OOM
Eric Wheeler
2016-03-08
1
-0
/
+3
*
bcache: cleaned up error handling around register_cache()
Eric Wheeler
2016-03-08
1
-12
/
+22
*
bcache: fix race of writeback thread starting before complete initialization
Eric Wheeler
2016-03-08
1
-1
/
+8
*
bcache: allows use of register in udev to avoid "device_busy" error.
Gabriel de Perthuis
2015-12-30
1
-2
/
+3
*
bcache: unregister reboot notifier if bcache fails to unregister device
Zheng Liu
2015-12-30
1
-1
/
+3
*
bcache: fix a leak in bch_cached_dev_run()
Al Viro
2015-12-30
1
-1
/
+4
*
bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
Zheng Liu
2015-12-30
1
-0
/
+2
*
bcache: remove driver private bio splitting code
Kent Overstreet
2015-08-13
1
-30
/
+2
*
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-29
1
-7
/
+7
*
block: have drivers use blk_queue_max_discard_sectors()
Jens Axboe
2015-07-17
1
-1
/
+1
*
bcache: use kvfree() in various places
Pekka Enberg
2015-06-30
1
-8
/
+2
*
block: disable entropy contributions for nonrot devices
Mike Snitzer
2014-10-04
1
-0
/
+1
*
bcache: Drop unneeded blk_sync_queue() calls
Kent Overstreet
2014-08-04
1
-8
/
+2
*
bcache: add mutex lock for bch_is_open
Jianjian Huo
2014-08-04
1
-0
/
+2
*
bcache: try to set b->parent properly
Slava Pestov
2014-08-04
1
-2
/
+2
*
bcache: fix memory corruption in init error path
Slava Pestov
2014-08-04
1
-3
/
+8
*
bcache: fix crash with incomplete cache set
Slava Pestov
2014-08-04
1
-0
/
+4
*
bcache: Fix more early shutdown bugs
Kent Overstreet
2014-08-04
1
-3
/
+4
*
bcache: fix uninterruptible sleep in writeback thread
Slava Pestov
2014-08-04
1
-0
/
+3
*
bcache: wait for buckets when allocating new btree root
Slava Pestov
2014-08-04
1
-1
/
+1
*
bcache: fix crash on shutdown in passthrough mode
Slava Pestov
2014-08-04
1
-1
/
+2
*
bcache: fix lockdep warnings on shutdown
Slava Pestov
2014-08-04
1
-0
/
+4
*
bcache: Fix a bug when detaching
Kent Overstreet
2014-08-04
1
-3
/
+6
*
bcache: Kill bucket->gc_gen
Kent Overstreet
2014-03-18
1
-1
/
+1
*
bcache: Kill unused freelist
Kent Overstreet
2014-03-18
1
-15
/
+9
*
bcache: Rework btree cache reserve handling
Kent Overstreet
2014-03-18
1
-10
/
+3
*
bcache: Kill btree_io_wq
Kent Overstreet
2014-03-18
1
-2
/
+0
*
bcache: btree locking rework
Kent Overstreet
2014-03-18
1
-2
/
+7
*
bcache: Fix moving_gc deadlocking with a foreground write
Nicholas Swenson
2014-03-18
1
-0
/
+3
*
bcache: Fix discard granularity
Kent Overstreet
2014-03-18
1
-0
/
+1
*
bcache: Fix a lockdep splat in an error path
Kent Overstreet
2014-03-17
1
-3
/
+5
*
bcache: Fix a shutdown bug
Kent Overstreet
2014-02-25
1
-0
/
+4
*
bcache: Convert debug code to btree_keys
Kent Overstreet
2014-01-08
1
-1
/
+1
*
bcache: Abstract out stuff needed for sorting
Kent Overstreet
2014-01-08
1
-2
/
+3
[next]