aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Add a stub for softdep_request_cleanup() so that compilation withoutKirk McKusick2002-01-231-0/+9
* This patch fixes a long standing complaint with soft updates inKirk McKusick2002-01-223-10/+64
* Fix a bug introduced in ffs_snapshot.c -r1.25 and fs.h -r1.26Kirk McKusick2002-01-172-4/+4
* Put write on read-only filesystem panic after we have weeded outKirk McKusick2002-01-161-2/+2
* When downgrading a filesystem from read-write to read-only, operationsKirk McKusick2002-01-154-8/+17
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-0/+3
* When going to sleep, we must save our SPL so that it does not getKirk McKusick2002-01-121-38/+76
* Must call drain_output() before checking the dirty block listKirk McKusick2002-01-111-8/+10
* Do not pull quota entries of the cache-list if they have alreadyPoul-Henning Kamp2002-01-101-1/+2
* Initialise the bioops vector hack at runtime rather than at link time. ThisMike Smith2002-01-081-8/+7
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()Matthew Dillon2001-12-202-2/+2
* Change the atomic_set_char to atomic_set_int and atomic_clear_charKirk McKusick2001-12-183-13/+17
* Make sure we ignore the value of `fs_active' when reloading theIan Dowse2001-12-161-1/+2
* Move the new superblock field `fs_active' into the region of theIan Dowse2001-12-161-5/+7
* Minimize the time necessary to suspend operations on a filesystemKirk McKusick2001-12-144-96/+209
* When a file is partially truncated, we first check to see if theKirk McKusick2001-12-131-0/+12
* Use 'mkdir -p /.attribute/system' instead of breaking it intoRobert Watson2001-11-301-1/+1
* Use 'mkdir -p /.attribute/system' instead of breaking it intoRobert Watson2001-11-301-1/+1
* README.extattr incorrectly specified sample command lines forRobert Watson2001-11-301-2/+2
* When mkdir()-ing, the parent dir gets is linkcount increased.Guido van Rooij2001-11-221-1/+1
* Oops, when trying the dirhash sequential-access optimisation,Ian Dowse2001-11-141-1/+1
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingMatthew Dillon2001-11-051-0/+2
* o Update copyright dates.Robert Watson2001-11-014-7/+18
* o Althought this is not specified in POSIX.1e, the UFS ACL implementationRobert Watson2001-10-271-1/+6
* o Clarify a comment about the locking condition of the vnode upon exitRobert Watson2001-10-271-9/+15
* o The comment about ordering the destruction of the lock and the removal ofRobert Watson2001-10-271-1/+1
* o Wrap a number of long lines of code, many of which were introducedRobert Watson2001-10-271-9/+16
* Since namespace support was added to the UFS extended attributeRobert Watson2001-10-271-9/+7
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has aMatthew Dillon2001-10-261-16/+22
* Default to not performing ufs_dirhash's extensive directory-blockIan Dowse2001-10-251-1/+1
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-232-13/+13
* Change the kernel's ucred API as follows:John Baldwin2001-10-112-4/+2
* Add missing includes of sys/lock.h.John Baldwin2001-10-112-0/+2
* Remove panics for rename() race conditions. The panics are inappropriateMatthew Dillon2001-10-081-1/+16
* o Replace two direct uid!=0 comparisons with suser_xxx() calls.Robert Watson2001-10-021-2/+2
* o Replace two direct uid!=0 comparisons with suser_td() calls.Robert Watson2001-10-021-2/+2
* Backout the last commit. The problem is actually much worse then IMatthew Dillon2001-10-021-8/+3
* IN_RENAME should only be cleared by the routine that set it. This fixesMatthew Dillon2001-10-021-3/+8
* - Fix some minor whitespace nits.John Baldwin2001-09-271-4/+4
* o Re-enable support of system file flags in jail() by adding back theRobert Watson2001-09-261-1/+1
* o Modify ufs_setattr() so that it uses securelevel_gt() instead ofRobert Watson2001-09-261-4/+6
* o Further clarify comment: ad Udo's request, re-insert the 'if'Robert Watson2001-09-251-3/+4
* o Parallelize the comment on the relationship between privileged un-jailedRobert Watson2001-09-251-2/+2
* The addition of i_dirhash to struct inode pushed RELENG_4'sIan Dowse2001-09-241-1/+1
* KSE Milestone 2Julian Elischer2001-09-1224-511/+513
* The "dirpref" directory layout preference improvements make use ofIan Dowse2001-09-091-1/+1
* Use ACL_PERM_NONE instead of hardcoding 0 when initializingChris D. Faulhaber2001-09-011-3/+3
* o At some point, unmounting a non-EA file system with EA's compiledRobert Watson2001-09-011-2/+4
* If a file has been completely unlinked, stop automatically syncing thePeter Wemm2001-08-271-0/+2
* Stop using dirhash when a directory is removed, and ensure that weIan Dowse2001-08-262-0/+12