aia21
aea6c7ea4f
Change version to 1.13.2-WIP not 3.0.0-WIP and bump libntfs version to reflect
...
incompatible source and binary interface changes...
2006-08-02 11:19:39 +00:00
yura
70aef8d69c
Prevent index root to be moved out from base mft record
2006-08-02 03:57:40 +00:00
yura
08689c171e
Merge index code from ntfs-3g. Clean it a bit and fix adding index allocation when index root in the base mft record.
2006-08-02 03:55:41 +00:00
yura
9d0f9aec4c
Add new API ntfs_attr_exist() that checks whether attribute with selected type and name already present in inode. (Szaka)
2006-08-02 03:12:34 +00:00
yura
b86f4a41c1
introduce ntfs_[cm]alloc
2006-08-02 03:11:12 +00:00
yura
47a2ca1154
80 chars per line cleanup
2006-08-02 01:33:54 +00:00
yura
2338377ec3
bit move verbose in ntfs_delete()
2006-07-28 23:15:35 +00:00
yura
bb5991cb36
Set vol->mft_ni->flags. (Szaka)
2006-07-27 18:44:08 +00:00
yura
d5ce628f10
commit some fix to runlsi handling code from ntfs-3g
...
Rich/Anton can you please review it?
2006-07-27 18:12:23 +00:00
aia21
0873318cbb
Yura uses ntfs_attr_lookup() in a way it never was anticipated to work so my
...
fix broke his way of working. This is a middle ground where both should work.
This still leaves a bug in collation of attribute list entries though which
needs to be investigated and fixed...
2006-07-27 08:38:17 +00:00
aia21
f3117bf03a
Hopefully final test.
2006-07-24 08:59:55 +00:00
aia21
8361597275
And another test...
2006-07-24 08:57:30 +00:00
aia21
858034e322
Cvs checkin email test...
2006-07-24 08:48:40 +00:00
aia21
179966fb0c
Fix long standing stupendously stupid bug in libntfs/attrib.c::
...
ntfs_external_attr_find() and also port a bugfix from the advanced
ntfs kernel driver to the same function. (Anton)
2006-07-23 21:43:08 +00:00
yura
c654fca276
fix CVS dir presense after "make dist"
2006-07-22 20:41:07 +00:00
yura
a3a318a8b4
forgot "cvs delete"
2006-07-22 19:39:59 +00:00
uvman
ae37e54d8c
Avoid a double-free error. ntfs_empty_logfile() has no reason to close na/ni anyway, and is only called from ntfs_logfile_reset() which already closes them, so these lines can be safely removed.
2006-07-21 23:16:09 +00:00
uvman
a1a13da74a
Commit mft extensions right away. Don't wait for a clean unmount, or you may face data loss.
2006-07-21 23:03:59 +00:00
uvman
9efb57918f
Fix a logic error that made 'ls -ls' show the wrong file size for compressed and sparse files.
2006-07-21 22:04:44 +00:00
yura
0d94460169
be bit more verbose
2006-07-17 11:55:29 +00:00
yura
28a2b1f2b0
prepare to Szaka's code merge: remove not working Rich's index code
2006-07-17 11:49:52 +00:00
yura
2d137b6900
create SD in __ntfs_create
2006-07-13 16:01:52 +00:00
yura
035df31eae
move ROUND_{UP,DOWN} to support.h, make second parameter to be order in which
...
we should power 2 (to prevent incorrect use)
2006-07-13 02:49:07 +00:00
yura
5369c19613
support missing owner and group in sd
2006-07-13 02:35:32 +00:00
yura
dde61e1091
ntfsinfo: cosmetic fix in SDS dumping
2006-07-01 11:14:08 +00:00
aia21
755e9cafbd
The 1.13.1 release is here!
2006-06-21 09:40:17 +00:00
szaka
f61d45b970
fix 64 bit destination size calculation on Mac OS X
2006-06-15 18:43:24 +00:00
yura
345247a596
ntfs_link(): prevent creating of recursive directary structure.
...
FUSE incorrectly handles case insensitive filesystems: when I try to rename
"/Dir" to "/DIR", ntfsmount receive rename("/Dir", "/DIR/Dir") call.
This patch do not fix rename, but prevent fs corruption. I will mail Miklos
about this problem.
2006-06-03 22:09:24 +00:00
yura
6b0018def4
Fix bug with renaming directories with names in DOS and WIN32 namespaces.
2006-06-03 21:37:27 +00:00
aia21
c0f991b525
- Fix STUPID vcn printing bug in ntfsinfo that waster over 18 hours of my life
...
trying to debug the ntfs driver when it was ntfsinfo that was wrong. )))-:
- Switch vcn output in index listings to show the vcn in hex not decimal.
- Show index block flags for each index block.
2006-05-20 21:27:15 +00:00
aia21
14659dfc20
Fix ntfsmount compilation.
2006-05-19 04:22:53 +00:00
uvman
02194004ab
mkntfs.c refactoring and compile fix for Cygwin
2006-05-16 12:12:45 +00:00
uvman
bcbb7e06e2
configure.ac fix for Cygwin
2006-05-16 11:58:22 +00:00
cha0smaster
d0cd21d4e3
vimspell rules
2006-05-15 21:35:38 +00:00
cha0smaster
8842271dde
This code should be in fuse, if should exist at all.
2006-04-27 22:22:02 +00:00
szaka
a3ec003be1
Workaround for libfuse not being able to find fusermount when mount(8) used
2006-04-27 21:05:38 +00:00
szaka
4f13e396a4
ntfs_dump_attr_standard_information(): don't dump some fields multiply times
2006-04-23 11:01:07 +00:00
szaka
63b431150e
Dump USA, USN and LSN for index records
2006-04-23 10:06:39 +00:00
antona
422725fce4
Update a comment for a field.
2006-04-21 16:12:48 +00:00
antona
5cd2da96ac
Fix compile warnings that have sneaked in.
2006-04-19 22:03:58 +00:00
antona
f399140b7d
- Improve ntfsinfo to dump standard info completely and filename
...
attribute completely and index entry (filename) completely and all in
correct order. Essential for hunting bugs in directory operations
code... (Anton)
2006-04-19 21:43:11 +00:00
szaka
00348fc7f5
Warn about bad sectors if pure disk I/O fails with EIO. This is regularly
...
reported with faulty disks.
2006-04-18 22:03:09 +00:00
szaka
b594b42db5
Set PKG_CONFIG_PATH during build time so we should find .pc files in the
...
most typical pkgconfig directories
2006-04-18 21:40:32 +00:00
szaka
03946d896e
Print more info on relocations in verbose mode
2006-04-18 21:37:24 +00:00
szaka
46383e5600
Update with ntfscmp changes
2006-04-11 22:48:14 +00:00
szaka
0213e2e596
Build and install ntfscmp by default
2006-04-11 22:47:22 +00:00
szaka
52178a0fac
Fix typos
2006-04-11 22:46:09 +00:00
szaka
ec3e7d60cd
Update ntfsprogs manual
2006-04-11 22:14:38 +00:00
szaka
40ff51032b
Update ntfscmp TODO list
2006-04-11 21:52:32 +00:00
szaka
adb27b68cc
Add ntfscmp manual
2006-04-11 21:50:39 +00:00