summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-285-23/+23
* This is a rather large commit that encompasses the new swapper,dillon1999-01-212-6/+11
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-075-40/+21
* Ifdefed conditionally used simplock variables.bde1999-01-021-1/+3
* Fixed null pointer panics which I introduced in rev.1.86. Vnodesbde1998-12-241-7/+19
* 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
* Make compare correct with unsigned types. (Problem introduced by Lite/2).eivind1998-12-091-3/+3
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-103-3/+6
* Oops, the redundant tests for major numbers weren't redundant here.bde1998-10-271-2/+3
* Removed redundant bitrotted checks for major numbers instead of updatingbde1998-10-261-4/+2
* 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
* Use vm_page_xxx() inline functions to manipulate vm_page::flags, vm_page::busy.luoqi1998-10-071-6/+6
* Do not allow a mounted on directory to be rmdir'ed. This removal canmckusick1998-09-301-2/+8
* When a buffer is removed from a buffer queue, remember it's block numbergibbs1998-09-151-26/+52
* Put the zombie ffs sysctl node in "notyet" state together with its fewbde1998-09-071-2/+1
* Quick fix for breakage of read clustering on non-IDE drives. Readbde1998-08-181-2/+2
* "The releaseing of the reference and lock is not temporary and belongsmsmith1998-08-121-2/+1
* Handle the case of moving a directory onto the top of a sibling'sjulian1998-08-121-3/+4
* Used daddr_t's, not ints, to store disk block numbers. Updated printfbde1998-07-281-9/+11
* Made lazy syncing of timestamps for special files non-optional.bde1998-07-271-3/+1
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* Fixed printf format errors.bde1998-07-112-6/+7
* Add code missed in the initial Soft updates integration.julian1998-07-101-1/+16
* Catch a few corner cases where FreeBSD differs enough from BSD 4.4 tojulian1998-07-081-4/+7
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-042-5/+6
* Restored revs.1.89-1.90 which I somehow clobbered in rev.1.91.bde1998-07-031-4/+4
* Sync timestamp changes for inodes of special files to disk as latebde1998-07-033-5/+18
* Centralized in-core inode update. Update the in-core inode directlybde1998-07-032-18/+19
* Make vprint() print dev_t in hex also.phk1998-06-271-3/+3
* Report the type from the inode, not the vnode.phk1998-06-271-2/+2
* Removed unused includes.bde1998-06-211-2/+1
* The version of the softdep changes in FreeBSD broke thejulian1998-06-081-4/+7
* Null change. Forgot to mention in previous log message that MNT_NOATIMEbde1998-06-071-1/+1
* Fixed some longstanding timestamp bugs:bde1998-06-071-59/+72
* If the filesystem blocksize is less than the VM page size, use the genericdfr1998-06-041-1/+7
* Don't cast a pointer to an int in DQHASH.dfr1998-06-041-2/+2
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* In the words of the submitter:msmith1998-05-071-18/+9
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Fixed bitrot in the non-softdep case of ufs_dirremove():bde1998-04-151-24/+9
* Back this out, allowing users to get a fd connected to a symlink ispeter1998-04-061-16/+6
* Don't panic if a VOP_READ() gets through on a short link, Just Do Itpeter1998-04-061-7/+17
* Time changes mark 2:phk1998-04-041-3/+5
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-305-22/+24
* Add two new functions, get{micro|nano}time.phk1998-03-262-29/+27
* Correct a problem with the ffs_getpages routine that manifest's itselfdyson1998-03-091-2/+3
OpenPOWER on IntegriCloud