summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Add a warning about the copyright restraints.eivind1999-01-081-0/+4
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-0711-84/+60
* UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valuebde1999-01-062-7/+7
* Ifdefed the conditionally used variable `prtrealloc'. Declare itbde1999-01-061-2/+4
* Backed out rev.1.47. It just broke my optimisations for lazy syncingbde1999-01-061-5/+3
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-3/+3
* Ifdefed conditionally used simplock variables.bde1999-01-021-1/+3
* Remove the last clients of vfs_object_create(..., waslocked=1);eivind1999-01-021-3/+7
* The mount_mfs process that stays in a supervisor context handling MFSdillon1999-01-011-1/+11
* Fixed null pointer panics which I introduced in rev.1.86. Vnodesbde1998-12-241-7/+19
* Remove unused file. It seems to have been a vestige of when mfs did itsbde1998-12-201-43/+0
* In ufs_setattr(), if only one of va_atime or va_mtime are != VNOVAL, thendfr1998-12-201-3/+3
* Add comments to code that I was trying to understand.julian1998-12-151-5/+107
* Fix -Wuninitialized warning regarding zero-length var-args ctl element.dillon1998-12-141-2/+2
* Remove some compiler warnings.julian1998-12-101-9/+6
* Make compare correct with unsigned types. (Problem introduced by Lite/2).eivind1998-12-091-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+2
* Don't use the strange null pointer constant `(ufs_daddr_t)0' in a callbde1998-11-291-3/+3
* Restored the "reallocblks" code to its former glory. What this does isdg1998-11-131-14/+4
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-103-3/+6
* Change dirty block list handling to use TAILQ macros.peter1998-10-311-8/+8
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-313-8/+9
* Clarify a rather ambiguous debugging message.jkh1998-10-281-2/+2
* Oops, the redundant tests for major numbers weren't redundant here.bde1998-10-272-9/+8
* Removed redundant bitrotted checks for major numbers instead of updatingbde1998-10-261-4/+2
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-4/+5
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-252-6/+4
* Use only the correct raw partition for writing labels. Don't use thebde1998-10-171-9/+4
* fixup for alpha.jkh1998-10-161-1/+4
* Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs,bde1998-10-131-2/+2
* "fix" a warningpeter1998-10-121-3/+2
* Allow more flexible use of MFS root.jkh1998-10-101-12/+10
* MODINFO_ADDR has real addresses now, remove the manual relocation basedpeter1998-10-091-10/+5
* Add some evil temporary phys-to-kern translation for mfs.jkh1998-10-091-3/+11
* include proper header for Mike's new stuff.jkh1998-10-091-1/+2
* Allow the module area to be used in order to find the MFS imagejkh1998-10-081-96/+28
* Use vm_page_xxx() inline functions to manipulate vm_page::flags, vm_page::busy.luoqi1998-10-071-6/+6
* Fix 'noatime' bug that was unrelated to use of noatime.nate1998-10-031-1/+10
* Do not allow a mounted on directory to be rmdir'ed. This removal canmckusick1998-09-301-2/+8
* Fixed clean flag handling:bde1998-09-261-23/+33
* Eliminate a race in VOP_FSYNC() when softupdates is enabled.luoqi1998-09-242-7/+4
* Restore pre-v1.44 behavior: always copy modified in-core inode to diskluoqi1998-09-151-3/+5
* When a buffer is removed from a buffer queue, remember it's block numbergibbs1998-09-151-26/+52
* Remove the SLICE code.sos1998-09-142-22/+2
* Don't dereference an uninitialized pointer in dead code. The deadbde1998-09-121-2/+2
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-072-4/+4
* Put the zombie ffs sysctl node in "notyet" state together with its fewbde1998-09-073-7/+5
* Make MFS do the default on VOP_FREEBLKS().phk1998-09-071-1/+2
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informphk1998-09-051-1/+2
* Quick fix for breakage of read clustering on non-IDE drives. Readbde1998-08-181-2/+2
OpenPOWER on IntegriCloud