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