- formatting
- some error checking
- memory leaks (close inodes and release search contexts)
- add lots of FIXMEs where work is needed
Also add ntfsls and autom4te.cache to ignore list of bitkeeper.
BKrev: 3f27cc01jv8BQp4YMpffBQM2LPWauQ
- formatting
- some error checking
- memory leaks (close inodes and release search contexts)
- add lots of FIXMEs where work is needed
(Logical change 1.165)
Add Leonard to the Authors file.
libntfs/win32_io.c
Fix a typo when I was Cifying the code. (Thanks to Lode for telling me what I did wrong.)
ntfsprogs/ntfsls.c
Remove unused line.
BKrev: 3f1e5674OnYy8FvP4hSIcOKe5MKtqw
into flatcap.org:/home/flatcap/ntfsprogs-devel.ls
2003/07/22 21:35:49+01:00 flatcap.org!flatcap
Lode Leroy's ntfsls
This utility will list a directory's files.
BKrev: 3f1da16fOz8HJFYaTT9nisKt8PEEAA
2003/07/22 21:28:05+01:00 flatcap.org!flatcap
Lode: find the file size from the data attribute
2003/07/22 21:08:43+01:00 flatcap.org!flatcap
(Logical change 1.157)
into cantab.net:/home/aia21/ntfsprogs-devel
2003/07/12 16:45:15+01:00 cantab.net!aia21
Fix the O_RDONLY vs O_RDWR check. It was failing because
O_RDONLY is zero and hence the old check was always successful.
BKrev: 3f102d44X0_3CQSe-sCX0tn53xdcoQ
into cantab.net:/home/aia21/ntfsprogs-devel
2003/07/11 15:35:39+01:00 cantab.net!aia21
Can't use vol->dev->d_name before it is allocated! D'oh!
Thanks to Szaka for reporting this.
BKrev: 3f0ecb45JqUPoTxXdPPT21ldt2-dEQ
This fixes all known issues I knew about or wanted to add to ntfsclone.
So it's declared ready and basically works for me for half a year. Future
work is only based on requests/needs. I only want to write the manual, if
ever have time.
Changes:
- support block device as output file
- handle partial read/write
- show progress bar during cloning
- significant cloning performance improvement
- detect ReiserFS & warn about its extremely poor ftruncate performance
- no error if fsync() gives EINVAL (pipe)
- several sanity checks added
- some cleanup, spelling corrections
BKrev: 3f0eaef9WUptDWJa7L-xMYco5QF4bQ
This fixes all known issues I knew about or wanted to add to ntfsclone.
So it's declared ready and basically works for me for half a year. Future
work is only based on requests/needs. I only want to write the manual, if
ever have time.
Changes:
- support block device as output file
- handle partial read/write
- show progress bar during cloning
- significant cloning performance improvement
- detect ReiserFS & warn about its extremely poor ftruncate performance
- no error if fsync() gives EINVAL (pipe)
- several sanity checks added
- some cleanup, spelling corrections
(Logical change 1.151)