aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* Don't enforce unique device minor number policy anymore.Ed Schouten2008-06-111-3/+3
* lockinit() can't accept LK_EXCLUSIVE as an initializaiton flag, so justAttilio Rao2008-05-151-1/+1
* Fix a lock leak in the ntfs locking scheme:Attilio Rao2008-02-131-1/+1
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-11/+8
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-132-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-102-2/+2
* Remove explicit calling of lockmgr() with the NULL argument.Attilio Rao2008-01-081-8/+8
* o Mask maximum file permissions we get from mount_ntfs -mMaxim Konovalov2007-11-171-1/+2
* o Do not leak inodes hash table at module unload.Maxim Konovalov2007-11-131-0/+1
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-2/+2
* Disable multiple ntfs mounts to the same mountpoint.Craig Rodrigues2007-09-211-1/+15
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-0/+7
* Check that the error returned by vfs_getopts() is not ENOENT before assumingOlivier Houchard2007-02-211-2/+2
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-152-20/+22
* Fix an integer overflow and allow access to files larger than 4GB onLukas Ertl2006-11-203-19/+19
* Fake the link count until we have no choice but to load data from theTom Rhodes2006-10-211-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+4
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingCraig Rodrigues2006-05-261-13/+6
* I ran into an nfs client panic a couple of times in a row over theAlfred Perlstein2006-01-171-1/+5
* o Typo in the debug message: s/skiped/skipped.Maxim Konovalov2006-01-051-1/+1
* Fix -Wundef.Ruslan Ermilov2005-12-042-4/+4
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-313-9/+9
* Cast bf_sysid to const char * when passing it to strncmp(), becauseCraig Rodrigues2005-09-111-1/+1
* Do not declare M_NTFSMNT with extern linkage here, sinceCraig Rodrigues2005-09-111-1/+0
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.Suleiman Souhlal2005-09-031-1/+0
* *_mountfs() (if the filesystem mounts from a device) needs devvp to beSuleiman Souhlal2005-09-021-12/+11
* The printf(9) `%p' conversion specifier puts an "0x" inRobert Drehmel2005-05-061-2/+2
* Fix our NTFS readdir function.Robert Drehmel2005-05-061-3/+3
* - Correct the dprintf format int the _lookup routine.Jeff Roberson2005-03-281-1/+1
* - Garbage collect an unused variable.Jeff Roberson2005-03-281-4/+1
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.Jeff Roberson2005-03-281-19/+3
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-0/+1
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-2/+0
* make M_NTFSMNT and ntfs_calccfree() staticPoul-Henning Kamp2005-02-102-3/+3
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Make NTFS at least minimally usable after bufobj and GEOM fallout.Peter Edwards2005-01-273-5/+35
* Introduce and use g_vfs_close().Poul-Henning Kamp2005-01-251-2/+2
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablePoul-Henning Kamp2005-01-241-1/+1
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()Poul-Henning Kamp2005-01-141-1/+1
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-21/+17
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-062-2/+2
* Exporting of NTFS filesystem broke in rev 1.70. Fix it.Suleiman Souhlal2004-12-131-7/+4
* Don't deref NULL if no charset-conversion is specified.Poul-Henning Kamp2004-12-122-2/+10
* Convert to nmount. Add omount compat.Poul-Henning Kamp2004-12-062-61/+80
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-6/+0
* Remove embryonic rootfs mounting facility.Poul-Henning Kamp2004-12-041-30/+1
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-013-42/+28
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-13/+13
* Make VOP_BMAP return a struct bufobj for the underlying storage devicePoul-Henning Kamp2004-11-151-3/+3
* Remove stale comment after previous commit.Tom Rhodes2004-11-091-3/+0