summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmeticjhb2002-02-271-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-277-32/+32
* Replace bowrite() with BUF_WRITE in ufs.phk2002-02-221-3/+3
* o Minor style fix on #endif, missing '_' in comment.rwatson2002-02-201-1/+1
* Make v_addpollinfo() visible and non-inline.phk2002-02-181-5/+2
* Move the stuff related to select and poll out of struct vnode.phk2002-02-171-6/+12
* Collect the VN_KNOTE() macro definitions on vnode.hphk2002-02-173-8/+0
* In a threaded world, differnt priorirites become properties ofjulian2002-02-111-2/+2
* Minor style tweaks.rwatson2002-02-101-19/+15
* Copyright + license update.rwatson2002-02-101-1/+10
* Part I: Update extended attribute API and ABI:rwatson2002-02-101-20/+31
* Remove di_inumber since LFS is long gone.phk2002-02-101-2/+0
* Occationally background fsck would cause a spurious ``freeing freemckusick2002-02-071-0/+4
* Occationally deleted files would hang around for hours or daysmckusick2002-02-071-7/+10
* When taking a snapshot, we must check for active files that havemckusick2002-02-026-272/+336
* Add a stub for softdep_request_cleanup() so that compilation withoutmckusick2002-01-231-0/+9
* This patch fixes a long standing complaint with soft updates inmckusick2002-01-223-10/+64
* Fix a bug introduced in ffs_snapshot.c -r1.25 and fs.h -r1.26mckusick2002-01-172-4/+4
* Put write on read-only filesystem panic after we have weeded outmckusick2002-01-161-2/+2
* When downgrading a filesystem from read-write to read-only, operationsmckusick2002-01-154-8/+17
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-0/+3
* When going to sleep, we must save our SPL so that it does not getmckusick2002-01-121-38/+76
* Must call drain_output() before checking the dirty block listmckusick2002-01-111-8/+10
* Do not pull quota entries of the cache-list if they have alreadyphk2002-01-101-1/+2
* Initialise the bioops vector hack at runtime rather than at link time. Thismsmith2002-01-081-8/+7
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-202-2/+2
* Change the atomic_set_char to atomic_set_int and atomic_clear_charmckusick2001-12-183-13/+17
* Make sure we ignore the value of `fs_active' when reloading theiedowse2001-12-161-1/+2
* Move the new superblock field `fs_active' into the region of theiedowse2001-12-161-5/+7
* Minimize the time necessary to suspend operations on a filesystemmckusick2001-12-144-96/+209
* When a file is partially truncated, we first check to see if themckusick2001-12-131-0/+12
* Use 'mkdir -p /.attribute/system' instead of breaking it intorwatson2001-11-301-1/+1
* Use 'mkdir -p /.attribute/system' instead of breaking it intorwatson2001-11-301-1/+1
* README.extattr incorrectly specified sample command lines forrwatson2001-11-301-2/+2
* When mkdir()-ing, the parent dir gets is linkcount increased.guido2001-11-221-1/+1
* Oops, when trying the dirhash sequential-access optimisation,iedowse2001-11-141-1/+1
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingdillon2001-11-051-0/+2
* o Update copyright dates.rwatson2001-11-014-7/+18
* o Althought this is not specified in POSIX.1e, the UFS ACL implementationrwatson2001-10-271-1/+6
* o Clarify a comment about the locking condition of the vnode upon exitrwatson2001-10-271-9/+15
* o The comment about ordering the destruction of the lock and the removal ofrwatson2001-10-271-1/+1
* o Wrap a number of long lines of code, many of which were introducedrwatson2001-10-271-9/+16
* Since namespace support was added to the UFS extended attributerwatson2001-10-271-9/+7
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has adillon2001-10-261-16/+22
* Default to not performing ufs_dirhash's extensive directory-blockiedowse2001-10-251-1/+1
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-232-13/+13
* Change the kernel's ucred API as follows:jhb2001-10-112-4/+2
* Add missing includes of sys/lock.h.jhb2001-10-112-0/+2
* Remove panics for rename() race conditions. The panics are inappropriatedillon2001-10-081-1/+16
* o Replace two direct uid!=0 comparisons with suser_xxx() calls.rwatson2001-10-021-2/+2
OpenPOWER on IntegriCloud