| Commit message (Expand) | Author | Age | Files | Lines |
* | Add currently unused flag argument to the cluster_read(), | kib | 2013-03-14 | 1 | -1/+1 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | attilio | 2012-11-09 | 1 | -2/+1 |
* | Use NULL instead of 0 for pointers | kevlo | 2012-07-22 | 1 | -2/+2 |
* | Remove unused thread argument to vrecycle(). | trasz | 2012-04-23 | 1 | -2/+1 |
* | Remove fifo.h. The only used function declaration from the header is | kib | 2012-03-11 | 1 | -1/+0 |
* | Remove unneeded cast to u_int. The values as small enough to fit into | kib | 2012-03-04 | 1 | -2/+1 |
* | Remove unnecessary casts | kevlo | 2012-03-04 | 1 | -2/+2 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -2/+2 |
* | Remove an unnecessary cast. | kevlo | 2012-02-20 | 1 | -1/+1 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | mckusick | 2012-01-17 | 1 | -1/+1 |
* | 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 | -1/+2 |
* | Remove prtactive variable and related printf()s in the vop_inactive | kib | 2010-11-19 | 1 | -5/+0 |
* | The r184588 changed the layout of struct export_args, causing an ABI | kib | 2010-10-10 | 2 | -2/+4 |
* | Revert the previous commit. The race is not applicable to the lockmgr | jhb | 2010-07-16 | 1 | -2/+0 |
* | When the MNTK_EXTENDED_SHARED mount option was added, some filesystems were | jhb | 2010-07-16 | 1 | -0/+2 |
* | On LP64 struct ifid is 64-bit aligned while struct fid is 32-bit aligned | marius | 2010-01-23 | 2 | -10/+17 |
* | In vn_vget_ino() and their inline equivalents, mnt_ref() the mount point | kib | 2009-07-02 | 1 | -0/+2 |
* | Update the inline version of vn_get_ino() for ".." lookups to match the | jhb | 2009-06-12 | 1 | -6/+8 |
* | For cd9660_ioctl, check for recycled vnode after locking it. | kib | 2009-06-10 | 1 | -0/+4 |
* | Fix r193923 by noting that type of a_fp is struct file *, not int. | kib | 2009-06-10 | 1 | -1/+1 |
* | s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_args | kib | 2009-06-10 | 1 | -1/+1 |
* | VOP_IOCTL takes unlocked vnode as an argument. Due to this, v_data may | kib | 2009-06-10 | 1 | -6/+17 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -9/+10 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -9/+9 |
* | Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a | jhb | 2009-03-11 | 1 | -1/+2 |
* | - Consolidate error handling in the cd9660 and udf mount routines. | jhb | 2009-02-11 | 1 | -10/+8 |
* | Use the correct field name for the size of the sierra_id. While this | imp | 2009-01-28 | 1 | -1/+1 |
* | Mark cd9660 MPSAFE and add support for using shared vnode locks during | jhb | 2009-01-28 | 4 | -50/+114 |
* | Sync with ufs_vnops.c:1.245 and remove support for accessing device nodes | jhb | 2009-01-28 | 1 | -3/+7 |
* | Last step of splitting up minor and unit numbers: remove minor(). | ed | 2009-01-28 | 1 | -2/+2 |
* | The timezone byte is a signed value, treat it as such. | kientzle | 2008-11-27 | 1 | -1/+1 |
* | - Support IEEE_P1282 and IEEE_1282 tags in the rock ridge extensions record. | lulf | 2008-11-26 | 1 | -2/+6 |
* | - Fix a typo in a comment. | jhb | 2008-11-18 | 3 | -9/+5 |
* | When looking up the vnode for the device to mount the filesystem on, | jhb | 2008-11-18 | 1 | -12/+8 |
* | Remove copy/paste code from UFS to handle sparse blocks. While Rock | jhb | 2008-11-18 | 1 | -6/+0 |
* | Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memory | jhb | 2008-11-18 | 3 | -6/+0 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 2 | -7/+7 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 3 | -8/+8 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -8/+6 |
* | Fix Vflags abuse in cd9660. There should be no functional changes. | trasz | 2008-10-03 | 1 | -7/+7 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -3/+1 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -4/+5 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -0/+2 |
* | In cd9660_readdir vop, always initialize the idp->uio_off member. | kib | 2008-06-11 | 1 | -0/+1 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 2 | -4/+3 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 2 | -3/+3 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -3/+3 |