aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/closure.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-13bcache: don't export symbolsChristoph Hellwig1-7/+0
2019-09-03closures: fix a race on wakeup from closure_syncKent Overstreet1-2/+8
2018-08-11bcache: add missing SPDX headerColy Li1-0/+1
2018-08-11bcache: replace '%pF' by '%pS' in seq_printf()Coly Li1-2/+2
2018-08-11bcache: style fix to add a blank line after declarationsColy Li1-0/+1
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li1-4/+9
2018-03-18bcache: Fix kernel-doc warningsBart Van Assche1-4/+4
2018-03-18bcache: move closure debug file into debug directoryChengguang Xu1-4/+5
2018-01-08bcache: mark closure_sync() __schedKent Overstreet1-1/+2
2018-01-08bcache: Fix, improve efficiency of closure_sync()Kent Overstreet1-23/+23
2017-09-27bcache: use llist_for_each_entry_safe() in __closure_wake_up()Coly Li1-2/+2
2017-09-06bcache: Don't reinvent the wheel but use existing llist APIByungchul Park1-13/+2
2016-07-05bcache: update document infoYijing Wang1-1/+1
2015-11-06bcache: Really show state of work pending bitPetr Mladek1-3/+1
2014-01-08bcache: kill closure locking codeKent Overstreet1-72/+18
2013-11-10bcache: Drop some closure stuffKent Overstreet1-87/+16
2013-07-12bcache: Fix a dumb raceKent Overstreet1-2/+4
2013-03-25bcache: Fix for the build fixesKent Overstreet1-1/+0
2013-03-25bcache: Build fixes from test robotKent Overstreet1-3/+1
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+348