summaryrefslogtreecommitdiff
path: root/sys/ntfs/ntfs_vfsops.c
AgeCommit message (Expand)Author
2024-09-04Fix some spelling.Marcus Glocker
2022-01-11spellingJonathan Gray
2020-02-27Remove unused "struct proc *" argument from the following functions:Martin Pieuchot
2019-12-26Convert struct vfsops initializer to C99 style.Alexander Bluhm
2019-07-25vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha
2018-05-27Drop unnecessary `p' parameter from vget(9).Visa Hankala
2018-05-02Remove proc from the parameters of vn_lock(). The parameter isVisa Hankala
2018-04-28Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysVisa Hankala
2018-02-10Syncronize filesystems to disk when suspending. Each mountpoint's vnodesTheo de Raadt
2017-12-11In uvm Chuck decided backing store would not be allocated proactivelyTheo de Raadt
2017-03-20Read the free clusters bitmap in 1MB chunksJeremie Courreges-Anglas
2016-09-07Remove usermount remnants. ok teduMartin Natano
2016-09-01Remove the unused ntfs write code. ok benno beckMartin Natano
2016-08-13Eliminate pointless casts to qaddr_t of a value being assigned to a void*Philip Guenther
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
2016-05-22When pulling an msdos formated umass stick during mount while theAlexander Bluhm
2016-04-26Populate all necessary statfs members in .vfs_statfs. cd9660, udf,Martin Natano
2016-03-27When pulling and unmounting an umass USB stick, the file systemAlexander Bluhm
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-03-17Set mnt_data to NULL after freeing the file system specific mount point.Alexander Bluhm
2016-03-05ntfs populates ntfs_args, not msdosfs_args; ok espie@natano
2016-02-27Move mnt_maxsymlink from struct mount to struct ufsmount.natano
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-16must include lock.h if you want to play with locksTed Unangst
2014-12-09Sprinkle in a little more mallocarray().Doug Hogan
2014-11-18Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-01-19lazy init nthash to save some memory when it's not used. ok jsingTed Unangst
2013-12-02Use appropriate format specifiers in debug messages. In particular, avoidJoel Sing
2013-11-24Clean up the NTFS debug code - use uppercase names for the debug macros,Joel Sing
2013-05-30More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller typePhilip Guenther
2013-04-15Add an f_mntfromspec member to struct statfs, which specifies the name ofJoel Sing
2013-01-18Constrain the amount of kernel memory used by NTFS. Keep a small cache ofJoel Sing
2013-01-14Ansify and apply style(9) to function definitions.Joel Sing
2013-01-13Destatic.Joel Sing
2013-01-02Remove code that is not used on OpenBSD.Joel Sing
2012-09-10Cleanup VFS mount string handling:Joel Sing
2011-12-20respect the MNT_FORCE flag in ntfs_unmount and proceed even if there'sMike Belopuhov
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-07-04bread does nothing with its ucred argument. remove it. ok matthewTed Unangst
2011-04-03Teach ntfs_mount() how to handle disklabel UIDs.Joel Sing
2010-12-21Bring back the "End the VOP experiment." diff, naddy's issues whereThordur I. Bjornsson
2010-09-10Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)Thordur I. Bjornsson
2010-09-07Allow NTFS to compile by cutting it over to the new VOP world order.Thordur I. Bjornsson
2010-09-04revert previous "simplification". kcornies at gmail says it doesn't work.Ted Unangst
2010-08-22the upper case table code was a lot more complicated than it needed to be.Ted Unangst
2010-08-12clean up some macro obfuscation and assorted styling problems.Ted Unangst
2010-08-08do not unlock vnode before calling vput. should fix ray's panic.Ted Unangst
2010-07-03Last bit of thib@ locking diff from long ago. Put proper lockingKenneth R Westerback