summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs/ext2fs_alloc.c
AgeCommit message (Expand)Author
2017-05-28Change ext2fs to use vcache_new like we did for ffs:hannken
2016-08-20modify the comment to note code needs to brele() to have a shot on actuallyjdolecek
2016-08-20#if 0 the check for ext2fs_mapsearch() failure (similar what was donejdolecek
2016-08-20add support for GDT_CSUM AKA uninit_bg featurejdolecek
2016-08-13KNF, no functional changes...christos
2016-08-03support arbitrary ext3/ext4 inode size, add all the new ext4 fields ext2fs_di...jdolecek
2015-03-28Remove the 'cred' argument from bread(). Remove a now unused var inmaxv
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
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
2011-03-06{ffs_nodealloccg,ext2fs_nodealloccg,ext2fs_mapsearch}: use XOR and ffs()rmind
2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer
2009-09-12Whitespace nits.tsutsui
2009-05-07Introduce several actions/requests for authorizing file-system relatedelad
2009-01-11merge christos-time_tchristos
2008-11-23add support for 32 bit uid/gid fields in ext2, but only do so formrg
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
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-12-09several ext2fs fixes provided by Barry Bouwsma:chs
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
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-08-1964 bit inode changes.christos
2005-05-29- sprinkle constchristos
2005-02-26nuke trailing whitespaceperry
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-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Undo part of the ktrace/lwp changes. In particular:thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-24More ufs2 merge fall-out. Pass the correct pointer to the dinodegmcgarry
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-09-27remove trailing \n in panic(). approved perry.provos
2001-11-08add RCSIDlukem
2001-10-26remove #include <ufs/ufs/quota.h> where it was just to appeaselukem
2001-08-24heirarchy -> hierarchywiz
2001-07-05Fix typo. s/extention/extension/toshii
2000-06-28remove include of <vm/vm.h> and <uvm/uvm_extern.h>mrg
2000-05-19NULL != 0thorpej
2000-03-30Remove register declarations.augustss
1999-02-10Make sure a buffer optained from bread() is always bresle()'d in case ofbouyer
1998-10-23For consistency w/ FFS/LFS, define EXT2_DINODE_SIZE, and use it insteadthorpej
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-03-01Merge with Lite2 + local changesfvdl