summaryrefslogtreecommitdiff
path: root/sys/ntfs
AgeCommit message (Expand)Author
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
1999-10-25pass the lock flags in the NetBSD version of VN_LOCK(), VGET(),jdolecek
1999-10-20Check if the type of device node isn't VBAD before touching v_specinfo. Ifenami
1999-10-20No need to clear SI_MOUNTEDON on mount failure. We make sure that itenami
1999-10-17lock the device vnode before calling VOP_CLOSE() only under NetBSDjdolecek
1999-10-16In spec_close(), if we're not doing a non-blocking close and VXLOCK iswrstuden
1999-10-10update debug printfs to use "ntfs_loadntnode" instead of "ntfs_loadnode"jdolecek
1999-10-10s/ntfs_loadnode/ntfs_loadntnode()/jdolecek
1999-10-10ntfs_lookup()jdolecek
1999-10-09ntfs_nt{get|put|rele}() really are necessary, since ntnode may bejdolecek
1999-10-09* convert ntfs_nt{get|put|rele}() to lockmgr()-style locking andjdolecek
1999-10-01make compilable with NTFS_DEBUG definedjdolecek
1999-09-30mention ntfs_nt{get|put|rele}() staffjdolecek
1999-09-30convert ntfs_ntlookup() to use lockmgr()-style locking, instead of it'sjdolecek
1999-09-29struct fnode cleanup:jdolecek
1999-09-29move definition of ntfs_fget() and ntfs_frele() to ntfs_subr.h and g/cjdolecek
1999-09-29one less - there is not point in optimizing ntfs_ntvattrget(), as the rightjdolecek
1999-09-28ntfs_ntvattrget(): move duplicated code to separate functionjdolecek
1999-09-28actually call ntfs_toupper_init() from ntfs_init()jdolecek
1999-09-24cleanupjdolecek
1999-09-22drop support for pre-104050000 NetBSDjdolecek
1999-09-13ntfs_mountfs(): only print warnings iff NTFS_DEBUGjdolecek
1999-09-12pull-in <sys/mount.h> for definition of struct netexportjdolecek
1999-09-11Argh, actually commit the update of ntfsmount structure for NFSjdolecek
1999-09-10mountroot support written, need to really implement sync support andjdolecek
1999-09-10actually implement ntfs_mountroot()jdolecek
1999-09-10make NTFS NFS exportable - that also means getfh(2) and other syscallsjdolecek
1999-09-09next onejdolecek
1999-09-09add pathconf(2) supportjdolecek
1999-09-09make separate NetBSD version of the ntfs_vnodeop_entries[] arrayjdolecek
1999-09-09ntfs_lookup(): fix nasty interaction of the code with recent cache_lookup()jdolecek
1999-09-09some morejdolecek
1999-09-07Use unixish term "hole" instead od "sparce" (which looks like itjdolecek