summaryrefslogtreecommitdiff
path: root/sbin/fsck_lfs/bufcache.c
AgeCommit message (Expand)Author
2013-10-19fix unused variable warnings.christos
2008-05-16Make sure all cached buffers with valid, not yet written data have beenhannken
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-08Give brelse() a second argument so that it matches the kernel.ad
2006-11-09Fix malloc/realloc/calloc issues: always check and exit, use EEXIT insteadchristos
2006-04-19"struct ucred" should not be exposed to userland. Instead make it a "void *"christos
2006-03-17Check for allocation failures in malloc, calloc, realloc, asprintf, andrumble
2005-05-20Fail gracefully if we are asked to expand the buffer cache hash table sizeperseant
2005-04-11Be more efficient with the hash tables for the buffer and vnode caches.perseant
2005-04-06Note that fsck_lfs may not know beforehand whether a given block is aperseant
2005-03-19Buffer cache fixes: make sure we initialize all the hash lists, and allowperseant
2005-02-26Various minor LFS improvements:perseant
2003-03-31Check inode free list tail pointer as well as head pointer, and write bothperseant
2003-03-28Add working writing ability to fsck_lfs, including roll-forward, based onperseant