aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2024-04-13test-appliance,setup-buildchroot: add flex and libsqlite3 packagesTheodore Ts'o1-5/+5
2023-08-10test-appliance: change the "smoke" test to run the smoketest groupTheodore Ts'o2-16/+13
2023-07-26Update the kvm-quickstart and kvm-xfstests documentation.Theodore Ts'o2-59/+68
2023-03-28Documentation: alignment fix in quickstartgwendalcr1-1/+1
2022-11-24test-appliance: force 4 KB block size for bigalloc, bigalloc_inlineEric Whitney4-4/+4
2022-10-14Change URLs from git://git* to https://git*Theodore Ts'o2-2/+2
2022-08-24Documentation: update gce-xfstests startup guideAmir Goldstein1-11/+10
2022-08-19run-fstests: ensure config in bucket is up-to-dateLeah Rumancik1-3/+0
2022-06-16setup-buildchroot: install meson and python3-setuptools in the build chrootTheodore Ts'o1-2/+3
2022-05-26Fix up some documentation following the reorganizationEric Biggers5-46/+44
2022-05-24Create and reorganzize top-level directoriesTheodore Ts'o5-46/+30
2022-02-13gce_xfstests: add dashboard supportHarshad Shirwadkar1-0/+15
2022-01-17build-all, setup-buildchroot: build xfsprogs with unicode support enabledTheodore Ts'o1-3/+3
2022-01-12gce-xfstests: add aliases when parsing --repo <url> for KCSTheodore Ts'o1-7/+12
2022-01-12Documentation: update gce-xfstests docs about the kernel config used by KCSTheodore Ts'o1-1/+7
2022-01-08test-appliance: switch to building with Debian Bullseye by defaultTheodore Ts'o2-11/+11
2022-01-08setup-buildchroot: install zlib1g-dev in the build chrootTheodore Ts'o1-1/+1
2022-01-08setup-buildchroot: install liburcu-dev in the build chrootTheodore Ts'o1-1/+2
2021-08-27kernel-configs: improve the config options for remote gdb supportTheodore Ts'o1-4/+10
2021-08-27test-appliance: add support for using Debian BullseyeTheodore Ts'o1-4/+4
2021-07-14Documentation: fix minor typo in kvm-xfstests.mdTheodore Ts'o1-1/+1
2021-03-21{android,gce,kvm}-xfstests: add the install-kconfig commandTheodore Ts'o2-1/+12
2020-08-19go server: Add developer notes for debuggingTim Shen2-1/+52
2020-08-19go server watcher: index watchers with testIDTim Shen1-2/+2
2020-08-19go server: add status query endpointTim Shen1-0/+4
2020-08-19Documentation: update the docs for gce-xfstestsTim Shen1-59/+131
2019-12-15setup-buildchroot: install libsystemd-dev in the build chrootTheodore Ts'o1-3/+3
2019-10-12xfstests-bld: update documentation stretch => busterEric Biggers2-14/+13
2019-10-12android-xfstests: point to arm64 tarballEric Biggers1-6/+6
2019-08-25Documentation: fix references to root_fs.x86_64 to be root_fs.amd64Theodore Ts'o1-8/+8
2019-06-30Add lsb-release to the list of packages needed to build the test appliance VMTheodore Ts'o1-1/+1
2019-06-30Add rsync to the list of packages needed to build the test appliance VMTheodore Ts'o1-1/+1
2019-06-29build-all: use the system blkid and uuid libraries by defaultTheodore Ts'o1-1/+2
2019-01-19Add "ed" to the list of packages needed to build the test appliance VMTheodore Ts'o1-1/+1
2018-11-27{kvm,gce}-xfstests: use the kernel in the current directory by defaultTheodore Ts'o2-7/+16
2018-04-29Add golang-1.8-go to the build chrootTheodore Ts'o1-1/+1
2018-04-28Build and include the ima-evm-utils repositoryTheodore Ts'o1-4/+6
2018-04-28Build and include the fsverity repositoryTheodore Ts'o1-0/+1
2017-09-27Documentation: add information on how to use a proxyJosef Bacik1-0/+10
2017-08-26test-appliance: update to use Debian StretchTheodore Ts'o3-15/+14
2017-08-25Merge branch 'lgtm'Theodore Ts'o1-0/+21
2017-08-21gce-xfstests ltm: delete dead VMs unless KEEP_DEAD_VM option present.Jason Liu1-0/+4
2017-08-21gce-xfstests: add GCE_MIN_SCR_SIZE optionJason Liu1-0/+8
2017-08-21gce-xfstests: add bucket_subdir option to relocate resultsJason Liu1-0/+4
2017-08-16android-xfstests: update documentationEric Biggers1-63/+79
2017-08-12Update documentation for building xfstests and appliancesEric Biggers4-158/+154
2017-08-11gce-xfstests: help dialogs added to gce-xfstests helpJason Liu1-0/+5
2017-07-10gce-xfstests: qualify instance names with username and secondsJason Liu1-0/+8
2017-06-27xfstests-bld: optionally build util-linuxEric Biggers1-4/+5
2017-05-26xfstests-bld: optionally build keyctlEric Biggers1-0/+4
2017-05-26get-all: check out correct commits in already-cloned repositoriesEric Biggers1-15/+17
2017-05-18kernel-configs: switch to using defconfigsEric Biggers2-8/+12
2017-04-21android-xfstests: improve 'android-xfstests shell' commandEric Biggers1-1/+3
2017-04-21android-xfstests: move ROOT_FS and ROOT_FS_URL into config.androidEric Biggers1-1/+2
2017-04-21gce-xfstests: move NR_CPU, MEM, and ROOT_FS into config.gceEric Biggers1-5/+7
2017-04-21xfstests-bld: use a separate default config file for each test runnerEric Biggers2-9/+8
2017-04-21gce-xfstests: allow customizing creation of GCE firewall rulesEric Biggers1-0/+12
2017-03-26Documentation: minor cleanupsTheodore Ts'o1-2/+2
2017-03-03Documentation: add ca-certificates to the list of prerequisite packagesTheodore Ts'o1-4/+6
2017-03-03xfstests-bld: add an android-xfstests commandEric Biggers2-53/+163
2017-01-30Documentation: document the use of the debs directory for additional pkgsTheodore Ts'o1-0/+8
2016-12-07xfstests-bld: fix typo in command to download root_fs.imgEric Biggers1-1/+1
2016-10-15Documentation: add missing sudo to "apt-get install" commandTheodore Ts'o1-1/+1
2016-09-30Fix typos in xfstests-bld documentationEric Biggers6-43/+45
2016-08-15Documentation: more cleanups and polishingTheodore Ts'o2-20/+39
2016-08-13Documentation: more cleanups and improvements of gce-xfstestsTheodore Ts'o1-16/+52
2016-08-13gce-xfstests: enhance "gce-xfstests setup"Theodore Ts'o1-3/+11
2016-08-13Documentation: use SG_API_KEY instead of SG_USER/SG_PASSTheodore Ts'o2-16/+30
2016-08-09Documentation: fix typosTheodore Ts'o2-4/+4
2016-08-08Documentation: talk about the gce-xfstests groupTheodore Ts'o1-2/+21
2016-08-08gce-xfstests: teach gce-xfstests the serial commandTheodore Ts'o1-0/+10
2016-08-07Documentation: fix typos in gce-xfstests.mdTheodore Ts'o1-9/+10
2016-08-07Documentation: add more detailed GCE setup instructionsTheodore Ts'o1-0/+67
2016-08-04gce-xfstests: use the xfstests-cloud image family by defaultTheodore Ts'o2-8/+37
2016-07-24Documentation: update building-xfstests.md to include rsync packageTheodore Ts'o1-2/+2
2016-07-23Documentation: update list of packages needed to build xfstests-bldTheodore Ts'o1-7/+8
2016-07-16Documentation: add an introduction to xfstests and some kernel hacking hintsTheodore Ts'o4-1/+150
2016-07-16Documentation: more updatesTheodore Ts'o5-29/+139
2016-07-16Documentation: don't use backticks to set off code blocksTheodore Ts'o4-96/+78
2016-07-16Initial check in of Markdown-formatted DocumentationTheodore Ts'o5-0/+546