aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-24xfs: avoid unused to_mp() function warningGravatar Austin Kim 1-13/+0
2019-07-03xfs: multithreaded iwalk implementationGravatar Darrick J. Wong 1-0/+40
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-2/+0
2019-02-21xfs: introduce an always_cow modeGravatar Christoph Hellwig 1-0/+24
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-05-15xfs: add mount delay debug optionGravatar Dave Chinner 1-0/+31
2017-06-27xfs: replace log_badcrc_factor knob with error injection tagGravatar Brian Foster 1-36/+0
2017-06-27xfs: convert drop_writes to use the errortag mechanismGravatar Darrick J. Wong 1-42/+0
2017-06-19xfs: define bug_on_assert debug mode sysfs tunableGravatar Brian Foster 1-0/+33
2017-02-16xfs: resurrect debug mode drop buffered writes mechanismGravatar Brian Foster 1-7/+7
2017-01-03xfs: fix max_retries _show and _store functionsGravatar Carlos Maiolino 1-2/+2
2016-10-20xfs: add some 'static' annotationsGravatar Eric Biggers 1-2/+2
2016-09-14xfs: normalize "infinite" retries in error configsGravatar Eric Sandeen 1-12/+35
2016-07-20xfs: fix xfs_error_get_cfg for negative errnosGravatar Eric Sandeen 1-0/+3
2016-05-18xfs: add "fail at unmount" error handling configurationGravatar Carlos Maiolino 1-0/+46
2016-05-18xfs: add configuration handlers for specific errorsGravatar Carlos Maiolino 1-1/+21
2016-05-18xfs: add configuration of error failure speedGravatar Carlos Maiolino 1-4/+77
2016-05-18xfs: introduce table-based init for error behaviorsGravatar Carlos Maiolino 1-12/+60
2016-05-18xfs: add configurable error support to metadata buffersGravatar Carlos Maiolino 1-0/+17
2016-05-18xfs: introduce metadata IO error classGravatar Carlos Maiolino 1-0/+34
2016-05-18xfs: configurable error behavior via sysfsGravatar Carlos Maiolino 1-1/+52
2016-03-15xfs: debug mode forced buffered write failureGravatar Brian Foster 1-10/+68
2016-01-05xfs: debug mode log record crc error injectionGravatar Brian Foster 1-0/+36
2015-10-12xfs: pass xfsstats structures to handlers and macrosGravatar Bill O'Donnell 1-2/+14
2015-10-12xfs: consolidate sysfs opsGravatar Bill O'Donnell 1-119/+63
2015-10-12xfs: create global stats and stats_clear in sysfsGravatar Bill O'Donnell 1-0/+75
2014-09-09xfs: export log_recovery_delay to delay mount time log recoveryGravatar Brian Foster 1-0/+31
2014-09-09xfs: add debug sysfs attribute setGravatar Brian Foster 1-0/+43
2014-07-15xfs: add log attributes for log lsn and grant head dataGravatar Brian Foster 1-0/+64
2014-07-15xfs: add xlog sysfs kobject and attribute handlersGravatar Brian Foster 1-0/+52
2014-07-15xfs: add xfs_mount sysfs kobjectGravatar Brian Foster 1-0/+49