summaryrefslogtreecommitdiffstats
path: root/daemon/zero.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: collect list of called external commandsOlaf Hering2012-08-301-2/+4
* daemon: Make 'random_name' into a utility function.Richard W.M. Jones2012-07-181-30/+3
* New API: zero_free_space: zero free space in a filesystem.Richard W.M. Jones2012-03-151-0/+104
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-141-4/+4
* wipefs: Include "optgroups.h".Richard W.M. Jones2012-02-101-0/+1
* NEW API: add a new api wipefsWanlong Gao2012-02-101-0/+24
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
* Update FSF address.Matthew Booth2011-11-081-1/+1
* daemon: Move useful is_zero function to header file.Richard W.M. Jones2011-09-281-18/+0
* Improve zeroing and detection of zeroes.Richard W.M. Jones2011-08-161-20/+61
* New APIs: is-zero and is-zero-device, to test if file or device is all zeroes.Richard W.M. Jones2011-05-171-1/+74
* Add progress messages to zero-device command.Richard Jones2010-09-011-5/+16
* Add progress messages to zero command.Richard Jones2010-09-011-1/+3
* Signed/unsigned warning on 64 bit.Richard Jones2010-04-071-1/+1
* New API: guestfs_zero_device to zero whole devices.Richard Jones2010-03-311-0/+37
* Fix error handling in 'zero' function.Richard Jones2009-11-261-10/+7
* daemon/zero: don't ignore write and close errorsJim Meyering2009-08-171-4/+14
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-1/+1
* * src/generator.ml: Change all `String "device"' to `Device "device"'.Jim Meyering2009-08-131-2/+0
* change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/Jim Meyering2009-08-131-1/+1
* remove trailing blanksJim Meyering2009-07-031-1/+1
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-1/+1
* Added 'zero' command to wipe partition tables and superblocks.Richard Jones2009-04-301-0/+52