summaryrefslogtreecommitdiff
path: root/sys/ntfs
AgeCommit message (Expand)Author
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-04-11Partially revert previous mallocarray conversions that containDavid Hill
2017-04-09Convert a malloc(9) to mallocarray(9)David Hill
2017-03-20Read the free clusters bitmap in 1MB chunksJeremie Courreges-Anglas
2016-09-24use hashfree in fs code. from Mathieu -Ted Unangst
2016-09-07Remove usermount remnants. ok teduMartin Natano
2016-09-01Remove the unused ntfs write code. ok benno beckMartin Natano
2016-08-31Remove some unnecessary assignments in ntfs_subr.c, and move oneTom Cosgrove
2016-08-13Eliminate pointless casts to qaddr_t of a value being assigned to a void*Philip Guenther
2016-08-10Kill stale prototypes.Martin Natano
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
2016-06-01mkdir() on ntfs should return EROFS, not ENOENT.Martin 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
2016-02-07Convert to uiomove. While there, use size_t consistently forStefan Kempf
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-10Convert uiomovei() with a constant size argument to uiomove().Miod Vallat
2015-02-10Switch uiomovei(..., sizeof whatever, ...) to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-01-09rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadtTed Unangst
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-11-18use siphash for key lookups in all the filesystem hashes.David Gwynne
2014-09-14remove uneeded proc.h includesJonathan Gray
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-14Zero out dirent structures that will be copied out to avoid leaking garbagePhilip Guenther
2013-12-12Set the d_off member as getdents() expects in ntfs_readdir()Philip Guenther
2013-12-02Stop trying to put an off_t into an int, which results in a 2GB limit.Joel Sing
2013-12-02Avoid truncating 64-bit on disk attribute values to 32-bits. Otherwise anJoel Sing
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-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
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-03-28Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO,Philip Guenther