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