summaryrefslogtreecommitdiffstats
path: root/sys/ntfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-112-4/+4
* Remove unused "struct proc *" argument from the following functions:mpi2020-02-275-37/+34
* struct vops is not modified during runtime so use const which moves eachclaudio2020-01-202-4/+4
* Convert struct vfsops initializer to C99 style.bluhm2019-12-261-14/+14
* vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha2019-07-251-3/+3
* Drop unnecessary `p' parameter from vget(9).visa2018-05-271-2/+2
* Remove proc from the parameters of vn_lock(). The parameter isvisa2018-05-022-8/+8
* Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysvisa2018-04-282-8/+7
* 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
* Partially revert previous mallocarray conversions that containdhill2017-04-111-2/+2
* Convert a malloc(9) to mallocarray(9)dhill2017-04-091-2/+2
* Read the free clusters bitmap in 1MB chunksjca2017-03-201-10/+23
* use hashfree in fs code. from Mathieu -tedu2016-09-241-2/+2
* Remove usermount remnants. ok tedunatano2016-09-071-13/+1
* Remove the unused ntfs write code. ok benno becknatano2016-09-014-230/+15
* Remove some unnecessary assignments in ntfs_subr.c, and move onetom2016-08-311-6/+3
* Eliminate pointless casts to qaddr_t of a value being assigned to a void*guenther2016-08-131-2/+2
* Kill stale prototypes.natano2016-08-101-4/+1
* Remove the lockmgr() API. It is only used by filesystems, where it is anatano2016-06-191-2/+2
* mkdir() on ntfs should return EROFS, not ENOENT.natano2016-06-011-8/+14
* 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-192-8/+8
* 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
* Convert to uiomove. While there, use size_t consistently forstefan2016-02-071-32/+31
* Remove some includes include-what-you-use claims don'tjsg2015-03-144-8/+4
* Convert uiomovei() with a constant size argument to uiomove().miod2015-02-101-3/+3
* Switch uiomovei(..., sizeof whatever, ...) to uiomove().miod2015-02-101-4/+4
* First step towards making uiomove() take a size_t size argument:miod2015-02-102-12/+12
* rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadttedu2015-01-091-2/+2
* must include lock.h if you want to play with lockstedu2014-12-163-3/+6
* Sprinkle in a little more mallocarray().doug2014-12-092-5/+5
* Nuke yet more obvious #include duplications.krw2014-11-181-2/+1
* use siphash for key lookups in all the filesystem hashes.dlg2014-11-181-2/+20
* remove uneeded proc.h includesjsg2014-09-142-4/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-124-31/+31
* 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-194-20/+19
* Zero out dirent structures that will be copied out to avoid leaking garbageguenther2013-12-141-31/+31
* Set the d_off member as getdents() expects in ntfs_readdir()guenther2013-12-121-1/+2
* Stop trying to put an off_t into an int, which results in a 2GB limit.jsing2013-12-021-3/+3
* Avoid truncating 64-bit on disk attribute values to 32-bits. Otherwise anjsing2013-12-022-7/+7
* Use appropriate format specifiers in debug messages. In particular, avoidjsing2013-12-023-132/+121
* Clean up the NTFS debug code - use uppercase names for the debug macros,jsing2013-11-246-225/+217
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-35/+8
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-112-4/+4