| Commit message (Expand) | Author | Age | Files | Lines |
* | r16312 is not any longer real since many years (likely since when VFS | attilio | 2012-11-19 | 1 | -7/+0 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | attilio | 2012-11-09 | 1 | -1/+0 |
* | Just like the other file systems found in /sys/fs, g_vfs_open() | avatar | 2012-08-01 | 1 | -2/+2 |
* | Remove unused thread argument to vrecycle(). | trasz | 2012-04-23 | 1 | -3/+1 |
* | Make ReiserFS MPSAFE | dumbbell | 2012-03-27 | 1 | -3/+11 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | mckusick | 2012-01-17 | 1 | -1/+1 |
* | Convert files to UTF-8 | uqs | 2012-01-15 | 12 | -13/+13 |
* | Add a lock flags argument to the VFS_FHTOVP() file system | rmacklem | 2011-05-22 | 1 | -1/+2 |
* | Remove prtactive variable and related printf()s in the vop_inactive | kib | 2010-11-19 | 1 | -4/+0 |
* | The r184588 changed the layout of struct export_args, causing an ABI | kib | 2010-10-10 | 2 | -2/+4 |
* | Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summer | lulf | 2010-01-14 | 1 | -9/+10 |
* | Remove unused code. | trasz | 2009-12-03 | 1 | -36/+0 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -9/+10 |
* | Don't declare bin_search() as an inline function, since there's no | das | 2009-03-08 | 1 | -1/+1 |
* | According to phk@, VOP_STRATEGY should never, _ever_, return | trasz | 2008-12-16 | 1 | -1/+6 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 2 | -8/+8 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 2 | -3/+3 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -2/+2 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 3 | -5/+5 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -1/+1 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -2/+2 |
* | Remove 'inline' qualifiers from functions which are not, in fact, inlines. | mjacob | 2007-06-10 | 2 | -7/+7 |
* | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | kib | 2007-06-01 | 1 | -1/+1 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+8 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 2 | -26/+29 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 2 | -9/+10 |
* | 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 | -4/+2 |
* | Don't hold a reference to the disk vnode for each inode. | dumbbell | 2006-01-05 | 1 | -9/+0 |
* | Oops, the bug is still here, but reimplement the cpp(1) conditional properly. | ru | 2005-12-04 | 1 | -0/+9 |
* | There no longer seems to be this bug in gcc(1). Remove the | ru | 2005-12-04 | 1 | -9/+0 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 2 | -4/+4 |
* | Apply the same fix to a potential race in the ISDOTDOT code | dumbbell | 2005-10-21 | 1 | -1/+3 |
* | Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting. | ssouhlal | 2005-09-03 | 1 | -2/+2 |
* | *_mountfs() (if the filesystem mounts from a device) needs devvp to be | ssouhlal | 2005-09-02 | 1 | -4/+2 |
* | Replace the use if ext2fs' bitops by bitstring.h macros. This fixes | dumbbell | 2005-06-21 | 2 | -29/+16 |
* | Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@. | dumbbell | 2005-06-18 | 13 | -0/+6347 |