summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect NTFS bits which are now completely disconnected fromattilio2013-03-021-780/+0
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-271-6/+6
* Add VFCF_READONLY flag that indicates ntfs and xfs file systems arekevlo2012-09-121-1/+1
* Remove a check on MNTK_UPDATE that is not really necessary as it isattilio2012-07-101-39/+16
* - Remove the unused and not completed write support for NTFS.attilio2012-07-101-27/+18
* Clean up style(9) nitskevlo2012-03-041-3/+3
* Remove an unused structure and unnecessary castkevlo2012-02-241-2/+0
* Check if the user has necessary permissions on the devicekevlo2012-02-241-6/+25
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-0/+1
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-101-3/+5
* Fix ntfs such that it understand media with a non-512-bytes sector size:guido2009-12-071-0/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-13/+9
* 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
OpenPOWER on IntegriCloud