aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/closure.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-08bcache: fix typo in code comments of closure_return_with_destructor()Coly Li1-1/+2
2018-08-11bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li1-1/+3
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-1/+1
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li1-2/+2
2018-03-18bcache: move closure debug file into debug directoryChengguang Xu1-2/+3
2018-01-09bcache: closures: move control bits one bit rightMichael Lyle1-4/+4
2018-01-08bcache: Fix, improve efficiency of closure_sync()Kent Overstreet1-37/+23
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16bcache: safeguard a dangerous addressing in closure_queueLiang Chen1-0/+6
2017-09-06bcache: Update continue_at() documentationDan Carpenter1-4/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2016-07-05bcache: update document infoYijing Wang1-1/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-1/+1
2015-07-11bcache: don't embed 'return' statements in closure macrosJens Axboe1-3/+0
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-01-08bcache: kill closure locking codeKent Overstreet1-241/+105
2014-01-08bcache: Zero less memoryKent Overstreet1-12/+1
2013-11-10bcache: Drop some closure stuffKent Overstreet1-160/+21
2013-11-10bcache: Refactor journalling flow controlKent Overstreet1-1/+1
2013-03-25bcache: Build fixes from test robotKent Overstreet1-0/+2
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+670