aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/sysfs.c
AgeCommit message (Expand)Author
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko
2018-03-18bcache: add io_disable to struct cached_devColy Li
2018-03-18bcache: fix incorrect sysfs output value of strip sizeTang Junhui
2018-03-18bcache: add stop_when_cache_set_failed option to backing deviceColy Li
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li
2018-03-18bcache: stop dc->writeback_rate_update properlyColy Li
2018-02-07bcache: fix for data collapse after re-attaching an attached deviceTang Junhui
2018-02-07bcache: return attach error when no cache set existTang Junhui
2018-02-07bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li
2018-02-07bcache: set error_limit correctlyColy Li
2018-02-07bcache: add journal statisticTang Junhui
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle
2017-10-16bcache: Avoid nested function definitionPeter Foley
2017-09-06bcache: Correct return value for sysfs attach errorsTony Asleson
2017-09-06bcache: gc does not work when triggering by manual commandTang Junhui
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2014-03-18bcache: remove nested function usageJohn Sheu
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet
2014-03-18bcache: Improve priority_statsKent Overstreet
2014-01-29bcache: Minor fixes from kbuild robotKent Overstreet
2014-01-08bcache: Convert btree_iter to struct btree_keysKent Overstreet
2014-01-08bcache: Refactor bset_tree sysfs statsKent Overstreet
2014-01-08bcache: Add struct btree_keysKent Overstreet
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet
2014-01-08bcache: Rework allocator reservesKent Overstreet
2013-12-16bcache: New writeback PD controllerKent Overstreet
2013-11-10bcache: Bypass torture testKent Overstreet
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet
2013-11-10bcache: Kill sequential_merge optionKent Overstreet
2013-11-10bcache: Incremental gcKent Overstreet
2013-11-10bcache: Debug code improvementsKent Overstreet
2013-11-10bcache: Convert gc to a kthreadKent Overstreet
2013-11-10bcache: Stripe size isn't necessarily a power of twoKent Overstreet
2013-11-10bcache: Add on error panic/unregister settingKent Overstreet
2013-09-24bcache: Strip endline when writing the label through sysfsGabriel de Perthuis
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner
2013-07-12bcache: check for allocation failuresDan Carpenter
2013-06-26bcache: Send label ueventsGabriel de Perthuis
2013-06-26bcache: Write out full stripesKent Overstreet
2013-06-26bcache: Track dirty data by stripeKent Overstreet
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet
2013-06-26bcache: fix a spurious gcc complaint, use scnprintfKent Overstreet
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet
2013-03-23bcache: A block layer cacheKent Overstreet