| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a check to determine whether extended attributes have been | tmm | 2001-05-25 | 1 | -0/+8 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 2 | -4/+4 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 1 | -7/+29 |
* | ufs_bmaparray() may block on IO, drop vm mutex and aquire Giant when | alfred | 2001-05-23 | 1 | -0/+10 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Update softdep_setup_directory_add prototype to reflect changes in | mckusick | 2001-05-20 | 1 | -2/+3 |
* | Must ensure that all the entries on the pd_pendinghd list have been | mckusick | 2001-05-19 | 1 | -3/+11 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -9/+38 |
* | Must be a bit less aggressive about freeing pagedep structures. | mckusick | 2001-05-18 | 1 | -1/+1 |
* | When a new block is allocated to a directory, an fsync of a file | mckusick | 2001-05-17 | 4 | -39/+242 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -3/+3 |