| Commit message (Expand) | Author | Age | Files | Lines |
* | o Update copyright dates. | rwatson | 2001-11-01 | 4 | -7/+18 |
* | o Althought this is not specified in POSIX.1e, the UFS ACL implementation | rwatson | 2001-10-27 | 1 | -1/+6 |
* | o Clarify a comment about the locking condition of the vnode upon exit | rwatson | 2001-10-27 | 1 | -9/+15 |
* | o The comment about ordering the destruction of the lock and the removal of | rwatson | 2001-10-27 | 1 | -1/+1 |
* | o Wrap a number of long lines of code, many of which were introduced | rwatson | 2001-10-27 | 1 | -9/+16 |
* | Since namespace support was added to the UFS extended attribute | rwatson | 2001-10-27 | 1 | -9/+7 |
* | Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has a | dillon | 2001-10-26 | 1 | -16/+22 |
* | Default to not performing ufs_dirhash's extensive directory-block | iedowse | 2001-10-25 | 1 | -1/+1 |
* | Change the vnode list under the mount point from a LIST to a TAILQ | dillon | 2001-10-23 | 2 | -13/+13 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 2 | -4/+2 |
* | Add missing includes of sys/lock.h. | jhb | 2001-10-11 | 2 | -0/+2 |
* | Remove panics for rename() race conditions. The panics are inappropriate | dillon | 2001-10-08 | 1 | -1/+16 |
* | o Replace two direct uid!=0 comparisons with suser_xxx() calls. | rwatson | 2001-10-02 | 1 | -2/+2 |
* | o Replace two direct uid!=0 comparisons with suser_td() calls. | rwatson | 2001-10-02 | 1 | -2/+2 |
* | Backout the last commit. The problem is actually much worse then I | dillon | 2001-10-02 | 1 | -8/+3 |
* | IN_RENAME should only be cleared by the routine that set it. This fixes | dillon | 2001-10-02 | 1 | -3/+8 |
* | - Fix some minor whitespace nits. | jhb | 2001-09-27 | 1 | -4/+4 |
* | o Re-enable support of system file flags in jail() by adding back the | rwatson | 2001-09-26 | 1 | -1/+1 |
* | o Modify ufs_setattr() so that it uses securelevel_gt() instead of | rwatson | 2001-09-26 | 1 | -4/+6 |
* | o Further clarify comment: ad Udo's request, re-insert the 'if' | rwatson | 2001-09-25 | 1 | -3/+4 |
* | o Parallelize the comment on the relationship between privileged un-jailed | rwatson | 2001-09-25 | 1 | -2/+2 |
* | The addition of i_dirhash to struct inode pushed RELENG_4's | iedowse | 2001-09-24 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 24 | -511/+513 |
* | The "dirpref" directory layout preference improvements make use of | iedowse | 2001-09-09 | 1 | -1/+1 |
* | Use ACL_PERM_NONE instead of hardcoding 0 when initializing | jedgar | 2001-09-01 | 1 | -3/+3 |
* | o At some point, unmounting a non-EA file system with EA's compiled | rwatson | 2001-09-01 | 1 | -2/+4 |
* | If a file has been completely unlinked, stop automatically syncing the | peter | 2001-08-27 | 1 | -0/+2 |
* | Stop using dirhash when a directory is removed, and ensure that we | iedowse | 2001-08-26 | 2 | -0/+12 |
* | When compacting directories, ufs_direnter() always trusted DIRSIZ() | iedowse | 2001-08-26 | 1 | -11/+29 |
* | When compressing directory blocks, the dirhash code didn't check | iedowse | 2001-08-22 | 1 | -1/+1 |
* | Sigh. ufs_lookup() calls ffs_snapgone(), meaning that 'options EXT2FS' | peter | 2001-08-18 | 1 | -0/+5 |
* | Two recent commits in sys/ufs/ufs interacted badly with ext2fs | iedowse | 2001-07-29 | 2 | -2/+5 |
* | Disable the dirhash sanity check that panics if an unused directory | iedowse | 2001-07-27 | 1 | -0/+8 |
* | Use a fixed type for times in on-disk structures for ufs rather than | peter | 2001-07-16 | 2 | -5/+5 |
* | Return a locked struct buf from ufsdirhash_lookup() to avoid one | iedowse | 2001-07-13 | 3 | -9/+9 |
* | Bring in dirhash, a simple hash-based lookup optimisation for large | iedowse | 2001-07-10 | 5 | -2/+1276 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -30/+5 |
* | Fix more mntvnode and vnode interlock order reversals. | jhb | 2001-06-28 | 1 | -2/+2 |
* | - Fix a mntvnode and vnode interlock reversal. | jhb | 2001-06-28 | 2 | -19/+46 |
* | Fix warning: | peter | 2001-06-15 | 1 | -1/+1 |
* | Build on the change in revision 1.98 by Tor.Egge@fast.no. | mckusick | 2001-06-13 | 1 | -13/+21 |
* | Call vn_close on the backing file vnode if ufs_extattr_enable failed to | tmm | 2001-06-07 | 1 | -1/+4 |
* | Add a wrapper for the fifo kqfilter which falls through to the ufs routine. | jlemon | 2001-06-06 | 1 | -0/+19 |
* | Add a kqueue filter for writing to ufs filesystems which always returns | jlemon | 2001-06-05 | 1 | -0/+22 |
* | There seems to be a problem that the order of disk write operation being | obrien | 2001-06-05 | 1 | -2/+11 |
* | Revert the previous commit in favor of the fix in rev 1.42 of | jhb | 2001-05-30 | 1 | -1/+0 |
* | Forward declare struct cg to quiet a warning. | jhb | 2001-05-30 | 1 | -0/+1 |
* | Include <ufs/ffs/fs.h> to get the definition of struct cg to quiet a | jhb | 2001-05-29 | 1 | -0/+1 |
* | Remove last vestiges of MFS. | phk | 2001-05-29 | 2 | -14/+4 |
* | Remove MFS from the kernel. | phk | 2001-05-29 | 4 | -944/+0 |