1. 9aec693 [autotest] Remove the last of the support for kernel selection. by Richard Barnette · 8 years ago
  2. a214178 autotest: Remove ancient fsdev test by Christopher Wiley · 11 years ago
  3. 456d3c1 Upstream Autotest merge. by Dale Curtis · 13 years ago
  4. 861b2d5 Merge remote branch 'cros/upstream' into master by Eric Li · 13 years ago
  5. bdaab79 Revert "Merge remote branch 'cros/upstream' into autotest-rebase" by Kenneth Waters · 13 years ago
  6. 7edb304 Merge remote branch 'cros/upstream' into autotest-rebase by Eric Li · 13 years ago
  7. e0493a4 Merge remote branch 'cros/upstream' into tempbranch by Eric Li · 14 years ago
  8. 6f27d4f Merge remote branch 'cros/upstream' into tempbranch3 by Eric Li · 14 years ago
  9. 517d95a Revert "Merge remote branch 'cros/upstream' into tempbranch2" by Benson Leung · 14 years ago
  10. 25fc6d1 Merge remote branch 'cros/upstream' into tempbranch2 by Eric Li · 14 years ago
  11. 543dceb by jadmanski · 14 years ago
  12. 69bdaac Makes some changes to the partitioning code and the autotest.py code to make it a little easier to override more reliably. Specifically: by jadmanski · 14 years ago
  13. 9bfef38 Moved partition.py to base_partition.py and created a partition.py by mbligh · 15 years ago
  14. 9e4dbb1 Break out filesystem setup and cleanup code. Add a utility by mbligh · 15 years ago
  15. 18c1140 Summary: Add a new VirtualPartition class to client/bin/partition.py to handle block device emulation trough image files. by mbligh · 15 years ago
  16. a1b2af2 by mbligh · 15 years ago
  17. 2bca3ff add code to mkfs handling to skip adding a '-t <fstype' option if one by mbligh · 15 years ago
  18. bc0914b forward mountpoint passed to job.partition to partition lib by mbligh · 15 years ago
  19. 56325de doc updates to partition.py, by mbligh · 15 years ago
  20. a106d4d add umount_partition, is_valid_disk and is_valid_partition to base_utils by mbligh · 15 years ago
  21. 3bf79ca Allow site_utils to override utils, for version control by mbligh · 15 years ago
  22. 59a1675 Renamed a test only default argument of partition.get_partition_list so by mbligh · 15 years ago
  23. 53da18e Rename autotest_utils to utils by mbligh · 16 years ago
  24. 1f7173b Reinstate accidentally removed partition handling code by mbligh · 16 years ago
  25. 5f8eb9d Fixed the bogus return in fsck fixup code. by mbligh · 16 years ago
  26. c452a51 Removed the mountpoint data member of the by mbligh · 16 years ago
  27. d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
  28. e2a68ac Fixed some pylint warnings and also added the ability to specify by mbligh · 16 years ago
  29. 83fd1c5 umount shouldn't attempt to unmount unless the device is actually by mbligh · 16 years ago
  30. f38f8cc Give umount a bigger hammer (and better logging) by mbligh · 16 years ago
  31. 87529d1 Adds support for excluding swap partitions and non linux (type 83) partitions. by mbligh · 16 years ago
  32. 228591c Fix up out of scope output variable, whilst retaining the by mbligh · 16 years ago
  33. d0b2296 Fix the group tag to include the test name, so results in backend by mbligh · 16 years ago
  34. 49d39f6 Clean up partition.py by mbligh · 16 years ago
  35. 326b9c3 Add changes to support more filesystem testing by mbligh · 16 years ago
  36. a1992f9 Move the new FsOptions class from fsdev_disks into partition. by mbligh · 16 years ago
  37. 4ec32c1 Rename the client.bin.filesystem module to client.bin.partition. by mbligh · 16 years ago[Renamed (95%) from client/bin/filesystem.py]
  38. 20ac024 Add a bunch of functionality needed by 'fsdev'. by mbligh · 16 years ago
  39. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  40. 2b7974b Risk: Low by mbligh · 16 years ago
  41. 0e6192a Risk: High by mbligh · 16 years ago
  42. 642b03e Now fixing the places where we're raising string exceptions on the by mbligh · 16 years ago
  43. f31b0c0 Move error.py'>error.py'>error.py out of the client and server and into common_lib. by mbligh · 17 years ago
  44. f8a6814 filesystem: fsck should report to the job log by apw · 17 years ago
  45. 6944c14 filesystem: the default fsck check should be non-destructive by apw · 17 years ago
  46. c734496 It seems we have a redundant fsck= assignement. This looks very by mbligh · 17 years ago
  47. 09f288a Standardize the format in the status file to: by mbligh · 17 years ago
  48. eefbd15 Fix exception handling in filesystems class by mbligh · 17 years ago
  49. c235985 Loopback support for filesystems class by mbligh · 17 years ago
  50. ebd74d8 Print stuff to help debug from filesystem module by mbligh · 17 years ago
  51. 0177a2e Adds support for reading/changing the io scheduler by mbligh · 17 years ago
  52. 1cd2244 filesystem: allow specification of mount options by apw · 17 years ago
  53. e9b59d6 filesystem: add support for a free test partitions list by apw · 17 years ago
  54. c273bfb fix stupid typo in filesystems by mbligh · 18 years ago
  55. a33a7f4 Add explicit fs type on mount, else ext2 vs ext3 gets confused by mbligh · 18 years ago
  56. b15f963 Fix filesystem class to log status. by mbligh · 18 years ago
  57. cf3aadc add force for xfs mkfs by mbligh · 18 years ago
  58. 9453ed5 Move bin directory under client/ by mbligh · 18 years ago[Renamed from bin/filesystem.py]
  59. d7fb4a6 Add filesystem class for handling fs operations by mbligh · 18 years ago