| Commit message (Expand) | Author | Age | Files | Lines |
* | This change creates a new list of active vnodes associated with | mckusick | 2012-04-20 | 2 | -1/+3 |
* | Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag because | jh | 2012-04-18 | 1 | -4/+1 |
* | Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL. | mckusick | 2012-04-17 | 5 | -56/+13 |
* | Sync tmpfs_chflags() with the recent changes to UFS: | jh | 2012-04-16 | 1 | -13/+13 |
* | tmpfs: Allow update mounts only for certain options. | jh | 2012-04-16 | 2 | -6/+15 |
* | Provide better description for vfs.tmpfs.memory_reserved sysctl. | gleb | 2012-04-15 | 1 | -1/+2 |
* | Apply changes from r234103 to ext2fs: | jh | 2012-04-13 | 1 | -8/+4 |
* | Restore the blank line incorrectly removed in r234104. | jh | 2012-04-11 | 1 | -0/+1 |
* | Apply changes from r233787 to ext2fs: | jh | 2012-04-10 | 1 | -6/+5 |
* | - Introduce a cache-miss optimization for consistency with other | attilio | 2012-04-09 | 1 | -1/+1 |
* | Add I/O accounting to msdos filesystem. | mckusick | 2012-04-08 | 1 | -0/+4 |
* | tmpfs supports only INT_MAX nodes due to limitations of unit number | gleb | 2012-04-07 | 1 | -3/+7 |
* | Add vfs_getopt_size. Support human readable file system options in tmpfs. | gleb | 2012-04-07 | 1 | -16/+13 |
* | Add reserved memory limit sysctl to tmpfs. | gleb | 2012-04-07 | 3 | -61/+91 |
* | Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs client | kib | 2012-03-17 | 2 | -3/+10 |
* | Prevent tmpfs_rename() deadlock in a way similar to UFS | gleb | 2012-03-14 | 2 | -7/+179 |
* | Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp() | gleb | 2012-03-14 | 1 | -7/+11 |
* | Use NULL instead of 0 | kevlo | 2012-03-13 | 4 | -7/+7 |
* | Update comment. | kib | 2012-03-11 | 1 | -1/+1 |
* | Remove fifo.h. The only used function declaration from the header is | kib | 2012-03-11 | 7 | -45/+0 |
* | Add support for ns timestamps and birthtime to the ext2/3 driver. | pfg | 2012-03-08 | 7 | -23/+74 |
* | Add KTR_VFS traces to track modifications to a vnode's writecount. | jhb | 2012-03-08 | 1 | -0/+4 |
* | The pipe_poll() performs lockless access to the vnode to test | kib | 2012-03-07 | 2 | -14/+12 |
* | Apply inlined vn_vget_ino() algorithm for ".." lookup in pseudofs. | kib | 2012-03-05 | 1 | -5/+32 |
* | 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 |
* | Clean up style(9) nits | kevlo | 2012-03-04 | 3 | -10/+10 |
* | The name caching changes of r230394 exposed an intermittent bug | rmacklem | 2012-03-03 | 1 | -0/+1 |
* | Post r230394, the Lookup RPC counts for both NFS clients increased | rmacklem | 2012-03-03 | 2 | -22/+34 |
* | Similar to the fixes in 226967 and 226987, purge any name cache entries | jhb | 2012-03-02 | 1 | -0/+2 |
* | Do not expose unlocked unconstructed nullfs vnode on mount list. | kib | 2012-03-02 | 1 | -1/+1 |
* | Fix the NFS clients so that they use copyin() instead of bcopy(), | rmacklem | 2012-03-01 | 1 | -1/+16 |
* | Add "export" to devfs_opts[] and return EOPNOTSUPP if called with it. | mm | 2012-02-29 | 1 | -1/+4 |
* | Allow shared locks for reads when lower filesystem accept shared locking. | kib | 2012-02-29 | 1 | -1/+2 |
* | Document that null_nodeget() cannot take shared-locked lowervp due to | kib | 2012-02-29 | 1 | -1/+5 |
* | In null_reclaim(), assert that reclaimed vnode is fully constructed, | kib | 2012-02-29 | 1 | -9/+12 |
* | Always request exclusive lock for the lower vnode in nullfs_vget(). | kib | 2012-02-29 | 1 | -0/+6 |
* | Move the code to destroy half-contructed nullfs vnode into helper | kib | 2012-02-29 | 1 | -6/+13 |
* | Merge a split multi-line comment. | kib | 2012-02-29 | 1 | -4/+1 |
* | Add procfs to jail-mountable filesystems. | mm | 2012-02-29 | 2 | -3/+7 |
* | 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 |
* | To improve control over the use of mount(8) inside a jail(8), introduce | mm | 2012-02-23 | 2 | -15/+20 |
* | merge pipe and fifo implementations | kmacy | 2012-02-23 | 2 | -403/+76 |
* | hrs@ reported a panic to freebsd-stable@ under the subject line | rmacklem | 2012-02-23 | 1 | -6/+5 |
* | Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests. | kib | 2012-02-22 | 3 | -7/+7 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 9 | -19/+25 |
* | Remove an unnecessary cast. | kevlo | 2012-02-20 | 1 | -1/+1 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 2 | -4/+6 |
* | Delete a couple of out of date comments that are no longer true in | rmacklem | 2012-02-16 | 2 | -8/+1 |