| Age | Commit message (Expand) | Author |
| 2001-12-18 | use the new compatibility routines to allow mmap() to work | chs |
| 2001-12-16 | our NTFS seems to read Windows 2000 NTFS just fine | jdolecek |
| 2001-12-06 | add a VOP_PUTPAGES method for all the filesystems that don't have pages, | chs |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-10 | add RCSIDs | lukem |
| 2001-11-06 | Remove a variable that is set but never used. | simonb |
| 2001-09-15 | add a new VFS op, vfs_reinit, which is called when desiredvnodes is | chs |
| 2001-07-30 | fix pointer/structure mismatch in some dprintf's | joda |
| 2001-07-06 | update | jdolecek |
| 2001-06-26 | two more | jdolecek |
| 2001-06-26 | ntfs_readdir(): use NTFS_ROOTINO instead of ip->i_number for '..' entry | jdolecek |
| 2001-06-26 | Allocate the struct dirent in ntfs_readdir() via MALLOC(), rather than | jdolecek |
| 2001-06-25 | ntfs_readntvattr_plain(): | jdolecek |
| 2001-06-20 | Fix problem introduced in rev. 1.32 - dirent d_namlen should NOT count | jdolecek |
| 2001-06-19 | Fix locking disorder in ntfs_vgetex(), which resulted in deadlock | jdolecek |
| 2001-06-19 | ntfs_{read|write}vattr_plain(): remove NetBSD-specific code which seems | jdolecek |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-15 | Change MALLOC()/FREE() to malloc()/free() for cases where the size | jdolecek |
| 2001-05-15 | Don't apply #pragma pack(1) to struct ntfsmount. This fixes unaligned | jdolecek |
| 2001-03-29 | set debug level via patchable variable, and fix some debug printf warnings | joda |
| 2001-03-29 | mnt_stat is not a pointer | joda |
| 2001-02-14 | Add the code to recode filenames to utf8 for NTFS. | jdolecek |
| 2001-02-13 | Add per-mount filename conversion and compare hooks, which can be used | jdolecek |
| 2001-02-12 | sort more by priority, sligh rewording | jdolecek |
| 2001-02-12 | note MALLOC()/FREE() usage should be cleaned up | jdolecek |
| 2001-02-12 | ntfs_ntlookupfile(): if the file is not found using normal scan, do full | jdolecek |
| 2001-02-10 | ntfs_unmount(): make the first 'vflush failed' printf a debug message; this | jdolecek |
| 2001-01-22 | make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const | jdolecek |
| 2000-11-08 | Update for hashinit() change. | ad |
| 2000-09-19 | Adapt for VOP_FSYNC parameter change. | fvdl |
| 2000-08-03 | MALLOC()/FREE() are not to be used for variable sized allocations. | thorpej |
| 2000-07-30 | Don't need to include <uvm/uvm_extern.h> in NetBSD case anymore. | simonb |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-06-25 | remove some redundant <vm/vm_xxx.h> includes | mrg |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-30 | Delete redundant decl of rootvp, it's in <sys/systm.h>. | simonb |
| 2000-03-16 | Add new VFS op routine - vfs_done and call it on filesystem detach | jdolecek |
| 2000-03-13 | note lacking sysinst support | jdolecek |
| 2000-02-19 | one more - Windows 2000 NTFS support | jdolecek |
| 2000-02-08 | Store also attribute identifier in the filehandle structure, so that | jdolecek |
| 1999-12-20 | Always unlock the "fnode", even if we're about to free it, to keep | fvdl |
| 1999-11-15 | remove some staff not needed anymore after SOFTDEP is merged; | jdolecek |
| 1999-11-15 | Add Kirk McKusick's soft updates code to the trunk. Not enabled by | fvdl |
| 1999-11-01 | install only headers which are actually used when compiling userland | jdolecek |
| 1999-10-31 | struct ntnode: g/c i_uid, i_gid, i_mode - use directly appropriate | jdolecek |
| 1999-10-31 | adjust the Unicode support comment | jdolecek |
| 1999-10-27 | *sigh* - don't try to be more clever than other filesystems and | jdolecek |
| 1999-10-25 | ntfs_lookup(): use cnp->cn_proc as the third parameter to VN_LOCK(), so that | jdolecek |
| 1999-10-25 | partly backup previous: don't use LK_RETRY when calling ntfs_vgetex() | jdolecek |