summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs
Commit message (Expand)AuthorAgeFilesLines
* Clean up style(9) nitskevlo2012-03-041-3/+3
* Remove an unused structure and unnecessary castkevlo2012-02-242-3/+1
* 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
* Minor cleanups to ntfs codepfg2012-01-032-7/+7
* Discard local array based on return values.kevlo2011-12-243-5/+7
* Add unicode support to ntfskevlo2011-11-273-60/+41
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-4/+6
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-241-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-0/+1
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-11/+3
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-102-4/+6
* Fix ntfs such that it understand media with a non-512-bytes sector size:guido2009-12-073-7/+15
* In non-debugging mode make this define (void)0 instead of nothing. Thisrdivacky2009-06-211-3/+3
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-13/+9
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+1
* Remove the call to getinoquota() from ntfs_access. How did it get there?!trasz2008-11-021-7/+0
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+4
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-232-2/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-233-48/+46
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-3/+3
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-201-1/+1
* Don't enforce unique device minor number policy anymore.ed2008-06-111-3/+3
* lockinit() can't accept LK_EXCLUSIVE as an initializaiton flag, so justattilio2008-05-151-1/+1
* Fix a lock leak in the ntfs locking scheme:attilio2008-02-131-1/+1
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-11/+8
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-132-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-102-2/+2
* Remove explicit calling of lockmgr() with the NULL argument.attilio2008-01-081-8/+8
* o Mask maximum file permissions we get from mount_ntfs -mmaxim2007-11-171-1/+2
* o Do not leak inodes hash table at module unload.maxim2007-11-131-0/+1
* 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-152-20/+22
* Fix an integer overflow and allow access to files larger than 4GB onle2006-11-203-19/+19
* Fake the link count until we have no choice but to load data from thetrhodes2006-10-211-1/+1
* 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
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+5
* o Typo in the debug message: s/skiped/skipped.maxim2006-01-051-1/+1
* Fix -Wundef.ru2005-12-042-4/+4
* Normalize a significant number of kernel malloc type names:rwatson2005-10-313-9/+9
* Cast bf_sysid to const char * when passing it to strncmp(), becauserodrigc2005-09-111-1/+1
* Do not declare M_NTFSMNT with extern linkage here, sincerodrigc2005-09-111-1/+0
* 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
* The printf(9) `%p' conversion specifier puts an "0x" inrobert2005-05-061-2/+2
* Fix our NTFS readdir function.robert2005-05-061-3/+3
OpenPOWER on IntegriCloud