| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a race between the syncer and umount. When you umount a softupdates | dillon | 2001-01-30 | 1 | -12/+38 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 4 | -37/+34 |
* | The ffs superblock includes a 128-byte region for use by temporary | iedowse | 2001-01-15 | 3 | -34/+36 |
* | Properly compute the size of the final block of superblock summary information. | mckusick | 2001-01-12 | 1 | -1/+1 |
* | o Commit reems of style(9) changes, whitespace improvements, and comment | rwatson | 2001-01-07 | 1 | -61/+60 |
* | o Zero the ufs_extattr_header length field (not necessary, but not a bad | rwatson | 2001-01-07 | 1 | -1/+8 |
* | o Add an additional EA inconsistency reporting opportunity in | rwatson | 2001-01-07 | 1 | -2/+16 |
* | o Make call to ufs_extattr_rm() in ufs_extattr_vnode_inactive() use | rwatson | 2001-01-07 | 1 | -1/+1 |
* | o Remove unnecessary sanity check involving requested offset of extended | rwatson | 2001-01-07 | 1 | -5/+0 |
* | This implements a better launder limiting solution. There was a solution | dillon | 2000-12-26 | 1 | -1/+3 |
* | Several small but important fixes for snapshots: | mckusick | 2000-12-19 | 4 | -17/+40 |
* | Get rid of spurious check in ffs_truncate for i_size == length | mckusick | 2000-12-19 | 1 | -2/+0 |
* | add a stub for softdep_slowdown so that it's possible to build the | assar | 2000-12-17 | 1 | -0/+6 |
* | Avoid a data-consistency race between write() and mmap() | dillon | 2000-12-17 | 1 | -0/+9 |
* | - Move ifs_init() so that it can initialize ifs_inode_hash_mtx. | tanimura | 2000-12-14 | 1 | -12/+12 |
* | Do not race for the lock of an inode hash. | tanimura | 2000-12-13 | 2 | -12/+84 |
* | Preventing runaway kernel soft updates memory, take three. | mckusick | 2000-12-13 | 4 | -73/+168 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 3 | -18/+11 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -13/+13 |
* | Add necessary bwillwrite() in writev() entry point. | dillon | 2000-12-06 | 1 | -3/+3 |
* | More aggressively rate limit the growth of soft dependency structures | mckusick | 2000-11-20 | 1 | -33/+21 |
* | Implement a low-memory deadlock solution. | dillon | 2000-11-18 | 3 | -17/+26 |
* | When deleting a file, the ordering of events imposed by soft updates | mckusick | 2000-11-14 | 1 | -15/+18 |
* | Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 of | bde | 2000-11-04 | 1 | -1/+3 |
* | Give vop_mmap an untimely death. The opportunity to give it a timely | eivind | 2000-11-01 | 1 | -21/+0 |
* | Add a missing <sys/systm.h> | phk | 2000-10-30 | 1 | -0/+1 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing | phk | 2000-10-29 | 3 | -3/+0 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to perform | rwatson | 2000-10-19 | 2 | -26/+48 |
* | Initial commit of IFS - a inode-namespaced FFS. Here is a short | adrian | 2000-10-14 | 9 | -7/+1326 |
* | o Sanity check was inverted, resulting in a possible spurious panic | rwatson | 2000-10-09 | 1 | -1/+1 |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 3 | -9/+9 |
* | o Move initialization of ump from mp to the top of the function so that | rwatson | 2000-10-06 | 1 | -2/+1 |
* | o Add call to ufs_extattr_uepm_destroy() in ffs_unmount() so as to clean | rwatson | 2000-10-04 | 1 | -0/+15 |
* | o Correct use of lockdestroy() by adding a new ufs_extattr_uepm_destroy() | rwatson | 2000-10-04 | 2 | -2/+25 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 6 | -15/+23 |
* | Add a lock structure to vnode structure. Previously it was either allocated | bp | 2000-09-25 | 4 | -4/+7 |
* | o Permit UFS Extended Attributes to be associated with special devices | rwatson | 2000-09-21 | 1 | -0/+8 |
* | o Disallow privileged processes in jail() from directly accessing | rwatson | 2000-09-18 | 1 | -1/+9 |
* | o Allow privileged processes in jail() to override sticky bit behavior | rwatson | 2000-09-18 | 1 | -2/+2 |
* | o Add a comment clarifying interaction between jail(), privileged processes, | rwatson | 2000-09-18 | 1 | -0/+5 |
* | o Add missing PRISON_ROOT allowing a privileged process in a jail() to not | rwatson | 2000-09-18 | 1 | -1/+1 |
* | o Substitute suser() calls for direct credential checks, which is now | rwatson | 2000-09-18 | 4 | -8/+10 |
* | Silence a warning. | des | 2000-09-17 | 1 | -1/+1 |
* | Add new flag PDIRUNLOCK to the component.cn_flags which should be set by | bp | 2000-09-17 | 1 | -13/+30 |
* | Remove a pointless casting of a gid_t to a gid_t. | phk | 2000-09-16 | 1 | -1/+1 |
* | Add VOP_*VOBJECT vops, because MFS requires explicit vop specification. | bp | 2000-09-12 | 1 | -0/+3 |
* | o Variety of extended attribute fixes | rwatson | 2000-09-12 | 1 | -26/+39 |
* | Fix a 64-bitism. Use size_t instead of int for 4th argument to copyinstr. | jhb | 2000-09-11 | 1 | -1/+2 |