summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: Populate writeback_rate_minimum attributeBen Peddell2018-10-081-0/+2
* bcache: add static const prefix to char * array declarationsColy Li2018-08-111-1/+1
* bcache: style fixes for lines over 80 charactersColy Li2018-08-111-4/+7
* bcache: style fix to add a blank line after declarationsColy Li2018-08-111-0/+5
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-111-9/+9
* bcache: fix error setting writeback_rate through sysfs interfaceColy Li2018-08-101-3/+10
* bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang2018-08-091-2/+2
* bcache: set max writeback rate when I/O request is idleColy Li2018-08-091-4/+11
* bcache: display rate debug parameters to 0 when writeback is not runningColy Li2018-08-091-10/+16
* 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
OpenPOWER on IntegriCloud