summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-6/+5
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-3/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* o Mask maximum file permissions we get from mount_ntfs -mmaxim2007-11-171-1/+2
* 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-151-20/+0
* 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
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-4/+4
* Cast bf_sysid to const char * when passing it to strncmp(), becauserodrigc2005-09-111-1/+1
* 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
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-0/+1
* make M_NTFSMNT and ntfs_calccfree() staticphk2005-02-101-2/+3
* Make NTFS at least minimally usable after bufobj and GEOM fallout.peadar2005-01-271-1/+31
* 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
* 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-121-1/+4
* Convert to nmount. Add omount compat.phk2004-12-061-60/+79
* 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-011-1/+1
* 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-031-6/+17
* Move NTFS to GEOM backing instead of DEVFS.phk2004-10-291-30/+1
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-8/+9
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-281-2/+2
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-4/+5
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-6/+7
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Revise and improve ntfs_subr.c 1.30: read only a single cluster at a timetjr2003-07-261-0/+8
* Initialize struct vfsops C99-sparsely.phk2003-06-121-24/+19
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+0
* - Remove a useless initialization for 'ronly', if it hadn't beenmux2002-10-131-2/+2
* Pass flags to VOP_CLOSE() corresponding to what was passed to VOP_OPEN().phk2002-10-131-0/+1
* Rename struct specinfo to the more appropriate struct cdev.phk2002-09-271-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-1/+1
OpenPOWER on IntegriCloud