| Commit message (Expand) | Author | Age | Files | Lines |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -0/+3 |
* | When going to sleep, we must save our SPL so that it does not get | mckusick | 2002-01-12 | 1 | -38/+76 |
* | Must call drain_output() before checking the dirty block list | mckusick | 2002-01-11 | 1 | -8/+10 |
* | Do not pull quota entries of the cache-list if they have already | phk | 2002-01-10 | 1 | -1/+2 |
* | Initialise the bioops vector hack at runtime rather than at link time. This | msmith | 2002-01-08 | 1 | -8/+7 |
* | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | dillon | 2001-12-20 | 2 | -2/+2 |
* | Change the atomic_set_char to atomic_set_int and atomic_clear_char | mckusick | 2001-12-18 | 3 | -13/+17 |
* | Make sure we ignore the value of `fs_active' when reloading the | iedowse | 2001-12-16 | 1 | -1/+2 |
* | Move the new superblock field `fs_active' into the region of the | iedowse | 2001-12-16 | 1 | -5/+7 |
* | Minimize the time necessary to suspend operations on a filesystem | mckusick | 2001-12-14 | 4 | -96/+209 |
* | When a file is partially truncated, we first check to see if the | mckusick | 2001-12-13 | 1 | -0/+12 |
* | Use 'mkdir -p /.attribute/system' instead of breaking it into | rwatson | 2001-11-30 | 1 | -1/+1 |
* | Use 'mkdir -p /.attribute/system' instead of breaking it into | rwatson | 2001-11-30 | 1 | -1/+1 |
* | README.extattr incorrectly specified sample command lines for | rwatson | 2001-11-30 | 1 | -2/+2 |
* | When mkdir()-ing, the parent dir gets is linkcount increased. | guido | 2001-11-22 | 1 | -1/+1 |
* | Oops, when trying the dirhash sequential-access optimisation, | iedowse | 2001-11-14 | 1 | -1/+1 |
* | Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking | dillon | 2001-11-05 | 1 | -0/+2 |
* | 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 |