summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-132-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-102-2/+2
* Remove explicit calling of lockmgr() with the NULL argument.attilio2008-01-081-8/+8
* o Mask maximum file permissions we get from mount_ntfs -mmaxim2007-11-171-1/+2
* o Do not leak inodes hash table at module unload.maxim2007-11-131-0/+1
* Get rid of qaddr_t.alfred2007-10-161-2/+2
* Disable multiple ntfs mounts to the same mountpoint.rodrigc2007-09-211-1/+15
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+7
* Check that the error returned by vfs_getopts() is not ENOENT before assumingcognet2007-02-211-2/+2
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-152-20/+22
* Fix an integer overflow and allow access to files larger than 4GB onle2006-11-203-19/+19
* Fake the link count until we have no choice but to load data from thetrhodes2006-10-211-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+4
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-13/+6
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+5
* o Typo in the debug message: s/skiped/skipped.maxim2006-01-051-1/+1
* Fix -Wundef.ru2005-12-042-4/+4
* Normalize a significant number of kernel malloc type names:rwatson2005-10-313-9/+9
* Cast bf_sysid to const char * when passing it to strncmp(), becauserodrigc2005-09-111-1/+1
* Do not declare M_NTFSMNT with extern linkage here, sincerodrigc2005-09-111-1/+0
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.ssouhlal2005-09-031-1/+0
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-021-12/+11
* The printf(9) `%p' conversion specifier puts an "0x" inrobert2005-05-061-2/+2
* Fix our NTFS readdir function.robert2005-05-061-3/+3
* - Correct the dprintf format int the _lookup routine.jeff2005-03-281-1/+1
* - Garbage collect an unused variable.jeff2005-03-281-4/+1
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-19/+3
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-0/+1
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-2/+0
* make M_NTFSMNT and ntfs_calccfree() staticphk2005-02-102-3/+3
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Make NTFS at least minimally usable after bufobj and GEOM fallout.peadar2005-01-273-5/+35
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablephk2005-01-241-1/+1
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-1/+1
* Whitespace in vop_vector{} initializations.phk2005-01-131-21/+17
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-062-2/+2
* Exporting of NTFS filesystem broke in rev 1.70. Fix it.ssouhlal2004-12-131-7/+4
* Don't deref NULL if no charset-conversion is specified.phk2004-12-122-2/+10
* Convert to nmount. Add omount compat.phk2004-12-062-61/+80
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-6/+0
* Remove embryonic rootfs mounting facility.phk2004-12-041-30/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-013-42/+28
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-13/+13
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-3/+3
* Remove stale comment after previous commit.trhodes2004-11-091-3/+0
* Detect root mount attempts on the flag, not on the NULL path.phk2004-11-091-1/+1
* s/ffs/ntfs/phk2004-11-041-2/+6
* Make a more whole-hearted attempt at GEOM'ifying NTFS.phk2004-11-033-9/+21
* Move NTFS to GEOM backing instead of DEVFS.phk2004-10-291-30/+1
OpenPOWER on IntegriCloud