summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs/ext2fs_readwrite.c
AgeCommit message (Expand)Author
2003-10-05Remove references to University of California from my copyright notices.bouyer
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-22don't need <sys/conf.h> herejdolecek
2002-03-25if the size argument to write(2) is 0, do not modify the file in any way,chs
2002-03-17don't do any flush-behind for async mounts.chs
2001-11-30VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such.chs
2001-11-10track some changes in the ufs code:chs
2001-11-08add RCSIDlukem
2001-10-26remove #include <ufs/ufs/quota.h> where it was just to appeaselukem
2001-09-22check early for reads beyond EOF.chs
2001-09-15a whole bunch of changes to improve performance and robustness under load:chs
2001-02-27min() -> MIN(), max() -> MAX().chs
2000-12-01fix merge error: ext2fs uses a custom balloc rather than a VOP-style one.chs
2000-11-27Initial integration of the Unified Buffer Cache project.chs
2000-06-28remove include of <vm/vm.h> and <uvm/uvm_extern.h>mrg
2000-05-13Change the sementics of the last parameter from a boolean ("waitfor") toperseant
2000-03-30Remove register declarations.augustss
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-03-05Pass null pointers to VOP_UPDATE rather than having all the callers fetch themycroft
1998-09-29#include opt_uvm.h only if _KENREL and !_LKMbouyer
1998-08-02Implement support for IEEE Std 1003.1b-1993 synchronous I/O:kleink
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-10- add defopt's for UVM, UVMHIST and PMAP_NEW.mrg
1998-02-05initial import of the new virtual memory system, UVM, into -current.mrg
1997-10-23Uses ext2fs_vinit not ufs_vinit.bouyer
1997-07-04Don't cast 64bit (off_t) file sizes to vm_offset_t (32bit on manydrochner
1997-06-11The ext2fs layer, based on the ffs/ufs one. Uses a few functions frombouyer