2004/05/12 00:29:05+01:00 flatcap.org!ntfs
actually remove the entry from the index alloc
2004/05/10 22:59:11+01:00 flatcap.org!ntfs
cope with variable sized indexes,
recurse directories,
ignore things that are hard to delete
2004/05/10 16:34:57+01:00 flatcap.org!ntfs
find the dt that needs and entry deleting
2004/05/10 00:01:11+01:00 flatcap.org!ntfs
recursively descend a directory tree
2004/05/09 22:02:10+01:00 flatcap.org!ntfs
fix mem leaks
2004/05/09 21:21:13+01:00 flatcap.org!ntfs
recursive mapping of one directory's index
2004/05/09 13:01:51+01:00 flatcap.org!ntfs
mapping of dir and first-level dt work
2004/05/08 11:45:27+01:00 flatcap.org!ntfs
happy with structures
2004/02/16 00:25:33+00:00 flatcap.org!ntfs
(Logical change 1.400)
into flatcap.org:/home/flatcap/ntfsprogs.rm
2004/05/24 13:33:48+01:00 flatcap.org!ntfs
Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/backup/old/home/ntfsprogs.rm
2004/05/14 15:48:36+01:00 flatcap.org!ntfs
uchar_t -> ntfschar
2004/05/14 14:36:34+01:00 flatcap.org!ntfs
Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/ntfsprogs.rm
2004/05/12 00:29:05+01:00 flatcap.org!ntfs
actually remove the entry from the index alloc
2004/05/11 17:50:50+01:00 flatcap.org!ntfs
Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/ntfsprogs.rm
2004/05/10 22:59:12+01:00 flatcap.org!ntfs
cope with variable sized indexes,
recurse directories,
ignore things that are hard to delete
2004/05/10 16:35:32+01:00 flatcap.org!ntfs
ntfsrm.c:
find the dt that needs and entry deleting
2004/05/10 00:03:29+01:00 flatcap.org!ntfs
Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/ntfsprogs.rm
2004/05/10 00:01:11+01:00 flatcap.org!ntfs
recursively descend a directory tree
2004/05/10 00:00:44+01:00 flatcap.org!ntfs
alloc freeing of a null inode
2004/05/09 22:02:10+01:00 flatcap.org!ntfs
fix mem leaks
2004/05/09 21:21:14+01:00 flatcap.org!ntfs
recursive mapping of one directory's index
2004/05/09 13:01:52+01:00 flatcap.org!ntfs
mapping of dir and first-level dt work
2004/05/08 11:45:28+01:00 flatcap.org!ntfs
happy with structures
2004/05/03 15:42:34+01:00 flatcap.org!ntfs
put ntfsrm back in the build
2004/05/03 15:41:19+01:00 flatcap.org!ntfs
build process changes from the main line
2004/03/11 00:03:57+00:00 flatcap.org!flatcap
Merge ssh://linux-ntfs@bkbits.net/ntfsprogs-devel
into flatcap.org:/home/flatcap/ntfs.rm
2004/02/16 00:27:27+00:00 flatcap.org!ntfs
added ntfsrm - just some hacked together code for now
BKrev: 40b44a0cMBq66htcV3V9x1KVCHxxng
2004/05/03 15:42:34+01:00 flatcap.org!ntfs
put ntfsrm back in the build
2004/05/03 15:41:18+01:00 flatcap.org!ntfs
build process changes from the main line
2004/03/11 00:03:56+00:00 flatcap.org!flatcap
Auto merged
2004/02/16 00:25:33+00:00 flatcap.org!ntfs
add ntfsrm to the build
(Logical change 1.400)
2004/05/03 15:41:18+01:00 flatcap.org!ntfs
build process changes from the main line
2004/03/11 00:03:56+00:00 flatcap.org!flatcap
Auto merged
2004/02/16 00:25:33+00:00 flatcap.org!ntfs
add ntfsrm to the build
(Logical change 1.400)
work on Solaris 2.6 (Yuval) and Solaris 9 (Anton).
- Emulate bswap_{16,32,64}() if not available/we cannot find them.
BKrev: 40b1fe7f9xCV9vUK6-MKQa-OweY4HA
end of a compression block because we were ending at minus one byte
which is effectively the same as being at the end. The fix is to
check whether the uncompressed buffer has been fully filled and if so
we assume we have reached the end of the compression block. A big
thank you to Marcin Gibuła for the bug report, the assistance in
tracking down the bug and testing the fix.
- Fix a bug where we forgot to reset the data_size and initialized_size
in two error code paths.
- Fix a bug where an uncompressed block could be misdetected as a
compressed one if it was made up of multiple runs.
(Logical change 1.390)