summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ext2fs/ext2fs_extern.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* struct vops is not modified during runtime so use const which moves eachclaudio2020-01-201-4/+4
* Syncronize filesystems to disk when suspending. Each mountpoint's vnodesderaadt2018-02-101-2/+2
* ext2fs only has one set of specops/fifoopsnatano2016-08-101-6/+2
* better type safety and KNF.pelikan2014-07-141-71/+65
* Zap a bunch of trailing whitespace.krw2014-05-271-2/+2
* ufs_setattr() was assuming that the flag bits that indicateguenther2014-01-251-3/+2
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-3/+3
* UFS does't do inode numbers >2^32, so use a smaller type internally,guenther2013-05-301-3/+3
* Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,guenther2013-03-281-1/+2
* Bring back the "End the VOP experiment." diff, naddy's issues wherethib2010-12-211-6/+6
* Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)thib2010-09-101-6/+6
* End the VOP experiment. Instead of the ridicolusly complicated operationthib2010-09-061-6/+6
* Make the ffs code 64-bit disk block number clean. Based on a diffotto2008-01-051-3/+3
* ufs1_daddr_t cleanup, okay thib@ deraadt@pedro2007-06-021-6/+6
* Make ext2fs use a memory pool to allocate inodes, okay tedu@pedro2005-12-141-3/+3
* inode/dinode separation for ext2fspedro2005-12-111-1/+4
* no point in having an inode pool if we don't use itpedro2005-07-281-2/+2
* Add support for large files (> 4GB).niallo2005-04-301-1/+3
* Change mode_t and nlink_t from 16bit to 32bit. This allows us tomillert2004-07-131-3/+3
* call fifo_reclaim here tootedu2004-03-021-1/+2
* remove ext2fs_vinit. it wasn't used and is identical to ufs_vinit.tedu2003-07-061-3/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* fiddle with some type names. change most instances of ufs_daddr_t totedu2003-05-261-6/+6
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-4/+4
* First round of __P removal in sysmillert2002-03-141-63/+63
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-5/+2
* Big cleanup inspired by NetBSD with some parts of the code from NetBSD.art2001-12-101-2/+2
* Merge in the unified buffer cache code as found in NetBSD 2001/03/10. Theart2001-11-271-2/+5
* cleanart2001-09-181-7/+6
* Privatize several vnode operations that are not used by the generic code.csapuntz2001-06-231-7/+10
* use void * consistently in vfs_mount and sys_mount. ok @artassar2001-02-201-2/+2
* Support for ext2fs rev. 1 (from NetBSD)jasoni2000-04-261-1/+4
* update to use new checkexp vfs operationassar2000-02-071-3/+4
* Updates to match type changes in syscall tablestholo1998-02-081-3/+3
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-2/+3
* Sync with NetBSD, mostly cosmetic.downsj1997-06-121-9/+9
* Integrate new ext2fs, reverting ufs support for the old one.downsj1997-05-301-3/+3
* Non-GPLd ext2fs code from Manuel, unmodified.downsj1997-05-301-0/+154