summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs/ext2fs_balloc.c
AgeCommit message (Expand)Author
2020-09-05Round of uvm.h cleanup.riastradh
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2016-08-13KNF, no functional changes...christos
2015-03-28Remove the 'cred' argument from bread(). Remove a now unused var inmaxv
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2012-12-20Change bread() and breadn() to never return a buffer onhannken
2012-11-21Write support for the Ext4 Read-only Compatible Feature "huge_file".jakllsch
2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer
2008-05-16Make sure all cached buffers with valid, not yet written data have beenhannken
2007-10-08Merge ffs locking & brelse changes from the vmlocking branch.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-08-30* Remove __P()xtraeme
2005-02-26nuke trailing whitespaceperry
2005-02-14fix typoe in previous.chs
2005-02-09Add support for large files (>2GB).ws
2004-03-22Fix disclaimer in my copyright. Pointed out by Thomas Klausner.bouyer
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-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-09-26use ufs_balloc_range() rather than local (mostly identical, but with somejdolecek
2002-05-05use the correct size when zeroing an array.chs
2002-01-26fix an error case.chs
2001-11-30pick up changes from ufs_balloc_range().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-15a whole bunch of changes to improve performance and robustness under load:chs
2001-07-04in ext2fs_balloc_range(), clear PG_RDONLY on pages which now have backing store.chs
2001-05-30use _KERNEL_OPTmrg
2000-12-10redo ext2fs_balloc_range(), accounting for differences between ext2fs and ffs.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-28Pull in indirect block unwind code from FFS.mycroft
2000-03-30Remove register declarations.augustss
1998-03-01Merge with Lite2 + local changesfvdl
1997-10-09Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.bouyer
1997-06-11The ext2fs layer, based on the ffs/ufs one. Uses a few functions frombouyer