summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Fixed some printf format errors (hopefully all of the remaining daddr64_tbde2002-03-191-5/+6
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-176-35/+53
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-152-6/+9
* Quiet a warning on the Alpha.obrien2002-03-151-1/+5
* This corrects the first of two known deadlock conditions thatmckusick2002-03-141-12/+1
* I missed one VOP_CLOSE in the previous commit.phk2002-03-111-0/+5
* As a XXX bandaid open the mounted device READ/WRITE even if we only mountphk2002-03-111-0/+14
* 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-273-16/+16
* In a threaded world, differnt priorirites become properties ofjulian2002-02-111-2/+2
* 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-152-2/+12
* 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
* 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-201-1/+1
* 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
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has adillon2001-10-261-16/+22
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-4/+4
* o Replace two direct uid!=0 comparisons with suser_xxx() calls.rwatson2001-10-021-2/+2
* o Replace two direct uid!=0 comparisons with suser_td() calls.rwatson2001-10-021-2/+2
* - Fix some minor whitespace nits.jhb2001-09-271-4/+4
* KSE Milestone 2julian2001-09-128-247/+249
* The "dirpref" directory layout preference improvements make use ofiedowse2001-09-091-1/+1
* o At some point, unmounting a non-EA file system with EA's compiledrwatson2001-09-011-2/+4
* Use a fixed type for times in on-disk structures for ufs rather thanpeter2001-07-161-3/+3
* Fix more mntvnode and vnode interlock order reversals.jhb2001-06-281-2/+2
* - Fix a mntvnode and vnode interlock reversal.jhb2001-06-281-6/+6
* Fix warning:peter2001-06-151-1/+1
* Build on the change in revision 1.98 by Tor.Egge@fast.no.mckusick2001-06-131-13/+21
* There seems to be a problem that the order of disk write operation beingobrien2001-06-051-2/+11
* Revert the previous commit in favor of the fix in rev 1.42 ofjhb2001-05-301-1/+0
* Forward declare struct cg to quiet a warning.jhb2001-05-301-0/+1
* Include <ufs/ffs/fs.h> to get the definition of struct cg to quiet ajhb2001-05-291-0/+1
* Remove last vestiges of MFS.phk2001-05-291-4/+4
* Update softdep_setup_directory_add prototype to reflect changes inmckusick2001-05-201-2/+3
* Must ensure that all the entries on the pd_pendinghd list have beenmckusick2001-05-191-3/+11
* Must be a bit less aggressive about freeing pagedep structures.mckusick2001-05-181-1/+1
* When a new block is allocated to a directory, an fsync of a filemckusick2001-05-172-31/+214
OpenPOWER on IntegriCloud