summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-07bcache: fix for data collapse after re-attaching an attached deviceTang Junhui1-2/+4
2018-02-07bcache: return attach error when no cache set existTang Junhui1-2/+3
2018-02-07bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li1-1/+3
2018-02-07bcache: set error_limit correctlyColy Li1-2/+2
2018-02-07bcache: add journal statisticTang Junhui1-0/+15
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle1-8/+10
2017-10-16bcache: Avoid nested function definitionPeter Foley1-4/+6
2017-09-06bcache: Correct return value for sysfs attach errorsTony Asleson1-2/+2
2017-09-06bcache: gc does not work when triggering by manual commandTang Junhui1-1/+14
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2014-03-18bcache: remove nested function usageJohn Sheu1-63/+63
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet1-3/+0
2014-03-18bcache: Improve priority_statsKent Overstreet1-6/+20
2014-01-29bcache: Minor fixes from kbuild robotKent Overstreet1-1/+1
2014-01-08bcache: Convert btree_iter to struct btree_keysKent Overstreet1-1/+1
2014-01-08bcache: Refactor bset_tree sysfs statsKent Overstreet1-0/+42
2014-01-08bcache: Add struct btree_keysKent Overstreet1-1/+1
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet1-1/+1
2014-01-08bcache: Rework allocator reservesKent Overstreet1-31/+0
2013-12-16bcache: New writeback PD controllerKent Overstreet1-21/+29
2013-11-10bcache: Bypass torture testKent Overstreet1-0/+4
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet1-1/+1
2013-11-10bcache: Kill sequential_merge optionKent Overstreet1-4/+0
2013-11-10bcache: Incremental gcKent Overstreet1-2/+0
2013-11-10bcache: Debug code improvementsKent Overstreet1-0/+5
2013-11-10bcache: Convert gc to a kthreadKent Overstreet1-1/+1
2013-11-10bcache: Stripe size isn't necessarily a power of twoKent Overstreet1-1/+1
2013-11-10bcache: Add on error panic/unregister settingKent Overstreet1-0/+21
2013-09-24bcache: Strip endline when writing the label through sysfsGabriel de Perthuis1-2/+7
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner1-1/+1
2013-07-12bcache: check for allocation failuresDan Carpenter1-0/+2
2013-06-26bcache: Send label ueventsGabriel de Perthuis1-0/+9
2013-06-26bcache: Write out full stripesKent Overstreet1-0/+8
2013-06-26bcache: Track dirty data by stripeKent Overstreet1-2/+3
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet1-0/+1
2013-06-26bcache: fix a spurious gcc complaint, use scnprintfKent Overstreet1-21/+22
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-12/+12
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+817