summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+2
* bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko2018-05-281-35/+9
* bcache: Move couple of functions to sysfs.cAndy Shevchenko2018-05-281-0/+35
* bcache: Move couple of string arrays to sysfs.cAndy Shevchenko2018-05-281-0/+18
* bcache: add io_disable to struct cached_devColy Li2018-03-181-1/+14
* bcache: fix incorrect sysfs output value of strip sizeTang Junhui2018-03-181-1/+1
* bcache: add stop_when_cache_set_failed option to backing deviceColy Li2018-03-181-0/+17
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-181-0/+18
* bcache: stop dc->writeback_rate_update properlyColy Li2018-03-181-1/+2
* bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-02-071-2/+4
* bcache: return attach error when no cache set existTang Junhui2018-02-071-2/+3
* bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li2018-02-071-1/+3
* bcache: set error_limit correctlyColy Li2018-02-071-2/+2
* bcache: add journal statisticTang Junhui2018-02-071-0/+15
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-12/+16
|\
| * bcache: implement PI controller for writeback rateMichael Lyle2017-10-161-8/+10
| * bcache: Avoid nested function definitionPeter Foley2017-10-161-4/+6
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* bcache: Correct return value for sysfs attach errorsTony Asleson2017-09-061-2/+2
* bcache: gc does not work when triggering by manual commandTang Junhui2017-09-061-1/+14
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* bcache: remove nested function usageJohn Sheu2014-03-181-63/+63
* bcache: Rework btree cache reserve handlingKent Overstreet2014-03-181-3/+0
* bcache: Improve priority_statsKent Overstreet2014-03-181-6/+20
* bcache: Minor fixes from kbuild robotKent Overstreet2014-01-291-1/+1
* bcache: Convert btree_iter to struct btree_keysKent Overstreet2014-01-081-1/+1
* bcache: Refactor bset_tree sysfs statsKent Overstreet2014-01-081-0/+42
* bcache: Add struct btree_keysKent Overstreet2014-01-081-1/+1
* bcache: Add struct bset_sort_stateKent Overstreet2014-01-081-1/+1
* bcache: Rework allocator reservesKent Overstreet2014-01-081-31/+0
* bcache: New writeback PD controllerKent Overstreet2013-12-161-21/+29
* bcache: Bypass torture testKent Overstreet2013-11-101-0/+4
* bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet2013-11-101-1/+1
* bcache: Kill sequential_merge optionKent Overstreet2013-11-101-4/+0
* bcache: Incremental gcKent Overstreet2013-11-101-2/+0
* bcache: Debug code improvementsKent Overstreet2013-11-101-0/+5
* bcache: Convert gc to a kthreadKent Overstreet2013-11-101-1/+1
* bcache: Stripe size isn't necessarily a power of twoKent Overstreet2013-11-101-1/+1
* bcache: Add on error panic/unregister settingKent Overstreet2013-11-101-0/+21
* bcache: Strip endline when writing the label through sysfsGabriel de Perthuis2013-09-241-2/+7
* drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-101-1/+1
* bcache: check for allocation failuresDan Carpenter2013-07-121-0/+2
* bcache: Send label ueventsGabriel de Perthuis2013-06-261-0/+9
* bcache: Write out full stripesKent Overstreet2013-06-261-0/+8
* bcache: Track dirty data by stripeKent Overstreet2013-06-261-2/+3
* bcache: Fix/revamp tracepointsKent Overstreet2013-06-261-0/+1
* bcache: fix a spurious gcc complaint, use scnprintfKent Overstreet2013-06-261-21/+22
* bcache: Don't export utility code, prefix with bch_Kent Overstreet2013-03-281-12/+12
* bcache: A block layer cacheKent Overstreet2013-03-231-0/+817
OpenPOWER on IntegriCloud