summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Don't peak into the malloc_type structure for limits. The desired vnodesjeff2002-04-151-2/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-081-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Move the FFS parameter MAXFRAG from <sys/param.h> to <ufs/ffs/fs.h>phk2002-04-032-0/+3
* Use DIOCGSECTORSIZE instead of the bogus DIOCGPART ioctl.phk2002-04-021-6/+8
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-012-4/+4
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-301-1/+1
* Remove __P.alfred2002-03-198-172/+165
* 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
OpenPOWER on IntegriCloud