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