summaryrefslogtreecommitdiffstats
path: root/sys/ntfs/ntfs_vfsops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop unnecessary `p' parameter from vget(9).visa2018-05-271-2/+2
* Remove proc from the parameters of vn_lock(). The parameter isvisa2018-05-021-5/+5
* Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysvisa2018-04-281-3/+3
* Syncronize filesystems to disk when suspending. Each mountpoint's vnodesderaadt2018-02-101-3/+3
* In uvm Chuck decided backing store would not be allocated proactivelyderaadt2017-12-111-13/+8
* Read the free clusters bitmap in 1MB chunksjca2017-03-201-10/+23
* Remove usermount remnants. ok tedunatano2016-09-071-13/+1
* Remove the unused ntfs write code. ok benno becknatano2016-09-011-11/+7
* Eliminate pointless casts to qaddr_t of a value being assigned to a void*guenther2016-08-131-2/+2
* Remove the lockmgr() API. It is only used by filesystems, where it is anatano2016-06-191-2/+2
* When pulling an msdos formated umass stick during mount while thebluhm2016-05-221-2/+3
* Populate all necessary statfs members in .vfs_statfs. cd9660, udf,natano2016-04-261-10/+4
* When pulling and unmounting an umass USB stick, the file systembluhm2016-03-271-6/+4
* Remove the unused flags argument from VOP_UNLOCK().natano2016-03-191-4/+4
* Set mnt_data to NULL after freeing the file system specific mount point.bluhm2016-03-171-3/+3
* ntfs populates ntfs_args, not msdosfs_args; ok espie@natano2016-03-051-3/+3
* Move mnt_maxsymlink from struct mount to struct ufsmount.natano2016-02-271-2/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* must include lock.h if you want to play with lockstedu2014-12-161-1/+2
* Sprinkle in a little more mallocarray().doug2014-12-091-2/+2
* Nuke yet more obvious #include duplications.krw2014-11-181-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-6/+6
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* lazy init nthash to save some memory when it's not used. ok jsingtedu2014-01-191-3/+3
* Use appropriate format specifiers in debug messages. In particular, avoidjsing2013-12-021-10/+9
* Clean up the NTFS debug code - use uppercase names for the debug macros,jsing2013-11-241-28/+29
* More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller typeguenther2013-05-301-2/+4
* Add an f_mntfromspec member to struct statfs, which specifies the name ofjsing2013-04-151-4/+9
* Constrain the amount of kernel memory used by NTFS. Keep a small cache ofjsing2013-01-181-1/+2
* Ansify and apply style(9) to function definitions.jsing2013-01-141-77/+23
* Destatic.jsing2013-01-131-31/+28
* Remove code that is not used on OpenBSD.jsing2013-01-021-26/+1
* Cleanup VFS mount string handling:jsing2012-09-101-15/+8
* respect the MNT_FORCE flag in ntfs_unmount and proceed even if there'smikeb2011-12-201-5/+7
* move the specfs code to a place people can see it; ok guenther thib krwderaadt2011-07-041-3/+2
* bread does nothing with its ucred argument. remove it. ok matthewtedu2011-07-041-2/+2
* Teach ntfs_mount() how to handle disklabel UIDs.jsing2011-04-031-5/+16
* Bring back the "End the VOP experiment." diff, naddy's issues wherethib2010-12-211-9/+2
* Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)thib2010-09-101-2/+9
* Allow NTFS to compile by cutting it over to the new VOP world order.thib2010-09-071-9/+2
* revert previous "simplification". kcornies at gmail says it doesn't work.tedu2010-09-041-3/+14
* the upper case table code was a lot more complicated than it needed to be.tedu2010-08-221-14/+3
* clean up some macro obfuscation and assorted styling problems.tedu2010-08-121-17/+14
* do not unlock vnode before calling vput. should fix ray's panic.tedu2010-08-081-2/+1
* Last bit of thib@ locking diff from long ago. Put proper lockingkrw2010-07-031-4/+6
* makefstype was only used in ported from freebsd filesystems. fix themtedu2010-06-291-2/+2
* - remove super-obvious comments from vnodeop_entries[]jasper2009-08-131-315/+6
* Remove the VREF() macro and replaces all instances with a call to verf(),thib2009-07-091-2/+2
* Remove commented out NetBSD __KERNEL_RCSID macro usage.brad2008-05-131-6/+1
* Only the most obvious bzero() -> M_ZERO changes. No cast changes, nokrw2007-09-171-3/+2