| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a stub for softdep_request_cleanup() so that compilation without | Kirk McKusick | 2002-01-23 | 1 | -0/+9 |
| * | This patch fixes a long standing complaint with soft updates in | Kirk McKusick | 2002-01-22 | 3 | -10/+64 |
| * | Fix a bug introduced in ffs_snapshot.c -r1.25 and fs.h -r1.26 | Kirk McKusick | 2002-01-17 | 2 | -4/+4 |
| * | Put write on read-only filesystem panic after we have weeded out | Kirk McKusick | 2002-01-16 | 1 | -2/+2 |
| * | When downgrading a filesystem from read-write to read-only, operations | Kirk McKusick | 2002-01-15 | 4 | -8/+17 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 1 | -0/+3 |
| * | When going to sleep, we must save our SPL so that it does not get | Kirk McKusick | 2002-01-12 | 1 | -38/+76 |
| * | Must call drain_output() before checking the dirty block list | Kirk McKusick | 2002-01-11 | 1 | -8/+10 |
| * | Do not pull quota entries of the cache-list if they have already | Poul-Henning Kamp | 2002-01-10 | 1 | -1/+2 |
| * | Initialise the bioops vector hack at runtime rather than at link time. This | Mike Smith | 2002-01-08 | 1 | -8/+7 |
| * | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | Matthew Dillon | 2001-12-20 | 2 | -2/+2 |
| * | Change the atomic_set_char to atomic_set_int and atomic_clear_char | Kirk McKusick | 2001-12-18 | 3 | -13/+17 |
| * | Make sure we ignore the value of `fs_active' when reloading the | Ian Dowse | 2001-12-16 | 1 | -1/+2 |
| * | Move the new superblock field `fs_active' into the region of the | Ian Dowse | 2001-12-16 | 1 | -5/+7 |
| * | Minimize the time necessary to suspend operations on a filesystem | Kirk McKusick | 2001-12-14 | 4 | -96/+209 |
| * | When a file is partially truncated, we first check to see if the | Kirk McKusick | 2001-12-13 | 1 | -0/+12 |
| * | Use 'mkdir -p /.attribute/system' instead of breaking it into | Robert Watson | 2001-11-30 | 1 | -1/+1 |
| * | Use 'mkdir -p /.attribute/system' instead of breaking it into | Robert Watson | 2001-11-30 | 1 | -1/+1 |
| * | README.extattr incorrectly specified sample command lines for | Robert Watson | 2001-11-30 | 1 | -2/+2 |
| * | When mkdir()-ing, the parent dir gets is linkcount increased. | Guido van Rooij | 2001-11-22 | 1 | -1/+1 |
| * | Oops, when trying the dirhash sequential-access optimisation, | Ian Dowse | 2001-11-14 | 1 | -1/+1 |
| * | Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking | Matthew Dillon | 2001-11-05 | 1 | -0/+2 |
| * | o Update copyright dates. | Robert Watson | 2001-11-01 | 4 | -7/+18 |
| * | o Althought this is not specified in POSIX.1e, the UFS ACL implementation | Robert Watson | 2001-10-27 | 1 | -1/+6 |
| * | o Clarify a comment about the locking condition of the vnode upon exit | Robert Watson | 2001-10-27 | 1 | -9/+15 |
| * | o The comment about ordering the destruction of the lock and the removal of | Robert Watson | 2001-10-27 | 1 | -1/+1 |
| * | o Wrap a number of long lines of code, many of which were introduced | Robert Watson | 2001-10-27 | 1 | -9/+16 |
| * | Since namespace support was added to the UFS extended attribute | Robert Watson | 2001-10-27 | 1 | -9/+7 |
| * | Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has a | Matthew Dillon | 2001-10-26 | 1 | -16/+22 |
| * | Default to not performing ufs_dirhash's extensive directory-block | Ian Dowse | 2001-10-25 | 1 | -1/+1 |
| * | Change the vnode list under the mount point from a LIST to a TAILQ | Matthew Dillon | 2001-10-23 | 2 | -13/+13 |
| * | Change the kernel's ucred API as follows: | John Baldwin | 2001-10-11 | 2 | -4/+2 |
| * | Add missing includes of sys/lock.h. | John Baldwin | 2001-10-11 | 2 | -0/+2 |
| * | Remove panics for rename() race conditions. The panics are inappropriate | Matthew Dillon | 2001-10-08 | 1 | -1/+16 |
| * | o Replace two direct uid!=0 comparisons with suser_xxx() calls. | Robert Watson | 2001-10-02 | 1 | -2/+2 |
| * | o Replace two direct uid!=0 comparisons with suser_td() calls. | Robert Watson | 2001-10-02 | 1 | -2/+2 |
| * | Backout the last commit. The problem is actually much worse then I | Matthew Dillon | 2001-10-02 | 1 | -8/+3 |
| * | IN_RENAME should only be cleared by the routine that set it. This fixes | Matthew Dillon | 2001-10-02 | 1 | -3/+8 |
| * | - Fix some minor whitespace nits. | John Baldwin | 2001-09-27 | 1 | -4/+4 |
| * | o Re-enable support of system file flags in jail() by adding back the | Robert Watson | 2001-09-26 | 1 | -1/+1 |
| * | o Modify ufs_setattr() so that it uses securelevel_gt() instead of | Robert Watson | 2001-09-26 | 1 | -4/+6 |
| * | o Further clarify comment: ad Udo's request, re-insert the 'if' | Robert Watson | 2001-09-25 | 1 | -3/+4 |
| * | o Parallelize the comment on the relationship between privileged un-jailed | Robert Watson | 2001-09-25 | 1 | -2/+2 |
| * | The addition of i_dirhash to struct inode pushed RELENG_4's | Ian Dowse | 2001-09-24 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 24 | -511/+513 |
| * | The "dirpref" directory layout preference improvements make use of | Ian Dowse | 2001-09-09 | 1 | -1/+1 |
| * | Use ACL_PERM_NONE instead of hardcoding 0 when initializing | Chris D. Faulhaber | 2001-09-01 | 1 | -3/+3 |
| * | o At some point, unmounting a non-EA file system with EA's compiled | Robert Watson | 2001-09-01 | 1 | -2/+4 |
| * | If a file has been completely unlinked, stop automatically syncing the | Peter Wemm | 2001-08-27 | 1 | -0/+2 |
| * | Stop using dirhash when a directory is removed, and ensure that we | Ian Dowse | 2001-08-26 | 2 | -0/+12 |