| Commit message (Expand) | Author | Age | Files | Lines |
* | Garbage collect NTFS bits which are now completely disconnected from | attilio | 2013-03-02 | 13 | -4461/+0 |
* | Fix up kernel sources to be ready for a 64-bit ino_t. | mdf | 2012-09-27 | 3 | -62/+70 |
* | Add VFCF_READONLY flag that indicates ntfs and xfs file systems are | kevlo | 2012-09-12 | 1 | -1/+1 |
* | Remove a check on MNTK_UPDATE that is not really necessary as it is | attilio | 2012-07-10 | 1 | -39/+16 |
* | - Remove the unused and not completed write support for NTFS. | attilio | 2012-07-10 | 4 | -306/+39 |
* | Fix style and consistency: | ed | 2012-05-27 | 1 | -158/+158 |
* | Use C99-style initialization for struct dirent in preparation for | gleb | 2012-05-25 | 1 | -4/+14 |
* | Clean up style(9) nits | kevlo | 2012-03-04 | 1 | -3/+3 |
* | Remove an unused structure and unnecessary cast | kevlo | 2012-02-24 | 2 | -3/+1 |
* | Check if the user has necessary permissions on the device | kevlo | 2012-02-24 | 1 | -6/+25 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | mckusick | 2012-01-17 | 1 | -1/+1 |
* | Minor cleanups to ntfs code | pfg | 2012-01-03 | 2 | -7/+7 |
* | Discard local array based on return values. | kevlo | 2011-12-24 | 3 | -5/+7 |
* | Add unicode support to ntfs | kevlo | 2011-11-27 | 3 | -60/+41 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -4/+6 |
* | This update changes the mnt_flag field in the mount structure from | mckusick | 2011-07-24 | 1 | -1/+1 |
* | Add a lock flags argument to the VFS_FHTOVP() file system | rmacklem | 2011-05-22 | 1 | -0/+1 |
* | Remove prtactive variable and related printf()s in the vop_inactive | kib | 2010-11-19 | 1 | -11/+3 |
* | The r184588 changed the layout of struct export_args, causing an ABI | kib | 2010-10-10 | 2 | -4/+6 |
* | Fix ntfs such that it understand media with a non-512-bytes sector size: | guido | 2009-12-07 | 3 | -7/+15 |
* | In non-debugging mode make this define (void)0 instead of nothing. This | rdivacky | 2009-06-21 | 1 | -3/+3 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -13/+9 |
* | According to phk@, VOP_STRATEGY should never, _ever_, return | trasz | 2008-12-16 | 1 | -1/+1 |
* | Remove the call to getinoquota() from ntfs_access. How did it get there?! | trasz | 2008-11-02 | 1 | -7/+0 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -4/+4 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 2 | -2/+3 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 3 | -48/+46 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -3/+3 |
* | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | kib | 2008-09-20 | 1 | -1/+1 |
* | Don't enforce unique device minor number policy anymore. | ed | 2008-06-11 | 1 | -3/+3 |
* | lockinit() can't accept LK_EXCLUSIVE as an initializaiton flag, so just | attilio | 2008-05-15 | 1 | -1/+1 |
* | Fix a lock leak in the ntfs locking scheme: | attilio | 2008-02-13 | 1 | -1/+1 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -11/+8 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 2 | -2/+2 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 2 | -2/+2 |
* | Remove explicit calling of lockmgr() with the NULL argument. | attilio | 2008-01-08 | 1 | -8/+8 |
* | o Mask maximum file permissions we get from mount_ntfs -m | maxim | 2007-11-17 | 1 | -1/+2 |
* | o Do not leak inodes hash table at module unload. | maxim | 2007-11-13 | 1 | -0/+1 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -2/+2 |
* | Disable multiple ntfs mounts to the same mountpoint. | rodrigc | 2007-09-21 | 1 | -1/+15 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+7 |
* | Check that the error returned by vfs_getopts() is not ENOENT before assuming | cognet | 2007-02-21 | 1 | -2/+2 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 2 | -20/+22 |
* | Fix an integer overflow and allow access to files larger than 4GB on | le | 2006-11-20 | 3 | -19/+19 |
* | Fake the link count until we have no choice but to load data from the | trhodes | 2006-10-21 | 1 | -1/+1 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 1 | -0/+4 |
* | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | rodrigc | 2006-05-26 | 1 | -13/+6 |
* | I ran into an nfs client panic a couple of times in a row over the | alfred | 2006-01-17 | 1 | -1/+5 |
* | o Typo in the debug message: s/skiped/skipped. | maxim | 2006-01-05 | 1 | -1/+1 |
* | Fix -Wundef. | ru | 2005-12-04 | 2 | -4/+4 |