summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-073-51/+103
* Fixed missing simple_lock() in ffs_mountfs().bde1998-03-071-1/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-012-2/+4
* In the author's words:msmith1998-02-262-2/+18
* Fixed missing permissions checking for mounting by non-root.bde1998-02-251-2/+36
* Don't depend on "implicit int".bde1998-02-201-2/+2
* Fix a panic resulting from executing off an MFS image. This corrects themsmith1998-02-161-2/+12
* Removed unnecessary dependencies on KERNEL and DIAGNOSTIC. This wasbde1998-02-131-4/+4
* Staticize.eivind1998-02-095-14/+14
* Back out DIAGNOSTIC changes.eivind1998-02-0611-29/+11
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-22/+63
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-0411-11/+29
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-032-2/+9
* Back out recent laptop sync changes. They had significant errors.dyson1998-02-013-31/+8
* Support more intelligent sync operations for MNT_NOATIME.dyson1998-02-013-8/+31
* Serves me right for not puting SUIDDIR in LINT. it got bitrot.julian1998-01-311-9/+9
* Retire LFS.phk1998-01-3018-5053/+3
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-242-2/+6
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-242-11/+43
* VM level code cleanups.dyson1998-01-223-4/+6
* Tie up some loose ends in vnode/object management. Remove an unneededdyson1998-01-171-4/+1
* Make our v_usecount vnode reference count work identically to thedyson1998-01-065-21/+104
* Removed unused #includes again. They thrashed when mfs_reclaim thrashedbde1998-01-011-4/+1
* Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problemdyson1997-12-291-7/+4
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-5/+1
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+3
* I added vfs_ioopt prematurely, disabled.dyson1997-12-211-2/+2
* Some performance improvements, and code cleanups (including changing ourdyson1997-12-191-3/+30
* Make LINT compile again after wollman introduced poll() here.eivind1997-12-161-2/+2
* Convert SUIDDIR fully to a new-style option.eivind1997-12-151-1/+2
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALwollman1997-12-152-3/+26
* Restored ufs_pathconf() from rev.1.61. vop_stdpathconf() is toobde1997-12-131-2/+41
* Fix(?) some style consistancy breakage and do some other nit-picking onpeter1997-12-121-25/+22
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-053-3/+6
* Needs to include <sys/lock.h> if we're using struct lock.jkh1997-12-051-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* `nextgennumber' can go away now that is no longer (ab)used by foreignbde1997-12-021-2/+1
* Use the same algorithm as ffs for generation numbers.bde1997-12-021-6/+3
* Fix a small style bug in the generation number change (rev.1.33) beforebde1997-12-021-2/+2
* Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints,bde1997-11-241-7/+14
* Staticized.bde1997-11-223-11/+13
* Unremoved prtrealloc and the declaration of ffs_clusteralloc(). Thesebde1997-11-221-1/+9
* Fixed marking of access time for special files and fifos (don't dobde1997-11-201-8/+9
* Removed an unused #include in the `#ifdef KERNEL' case.bde1997-11-181-5/+3
* unifdef -UEXT2FSphk1997-11-181-110/+1
* oops, fix left out semicolon in code I patched by hand.julian1997-11-131-7/+7
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-131-2/+102
* Reviewed by: various.julian1997-11-123-6/+6
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-072-7/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-9/+5
OpenPOWER on IntegriCloud