summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ext2fs/ext2fs_inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-111-2/+2
* Remove unused "struct proc *" argument from the following functions:mpi2020-02-271-3/+2
* vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@cheloha2019-07-251-2/+2
* getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha2019-07-191-2/+2
* Add more verbose messages about unsupported ext2fs features.kevlo2019-07-011-3/+3
* Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysvisa2018-04-281-2/+2
* Remove the unused flags argument from VOP_UNLOCK().natano2016-03-191-2/+2
* Move mnt_maxsymlink from struct mount to struct ufsmount.natano2016-02-271-5/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* use proper on-disk inode size: no more, no less.pelikan2014-07-311-2/+2
* kill fs2hXX/h2fsXX macros with letohXX/htoleXXpelikan2014-07-131-5/+5
* fill in proper sizes in free(9)pelikan2014-07-131-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* determine and use maximum file size instead of magical constantspelikan2014-07-111-2/+2
* updated inode format, whitespace, re-formattingpelikan2014-07-111-28/+25
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* Zap a bunch of trailing whitespace.krw2014-05-271-5/+5
* ufs_setattr() was assuming that the flag bits that indicateguenther2014-01-251-13/+8
* replace old bcopy/bzero with standard functions. ok kettenistedu2013-12-121-10/+9
* Make rusage totals, itimers, and profile settings per-process insteadguenther2012-03-231-2/+2
* bread does nothing with its ucred argument. remove it. ok matthewtedu2011-07-041-2/+2
* fancy new ext2fs can have big inodes. we can possibly still read themtedu2008-11-231-2/+2
* Bring biomem diff back into the tree after the nfs_bio.c fix went in.deraadt2008-06-121-1/+3
* back out biomem diff since it is not right yet. Doing very largederaadt2008-06-111-3/+1
* Buffer cache revampbeck2008-06-101-1/+3
* MALLOC/FREE -> malloc/freechl2007-10-291-3/+3
* ansify/de-register.jasper2007-06-171-9/+3
* ufs1_daddr_t cleanup, okay thib@ deraadt@pedro2007-06-021-13/+13
* pedro ok'd this ~3500 line diff which removes the vop argumentderaadt2007-06-011-5/+2
* Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@pedro2007-05-261-3/+3
* Remove the simplelock argument from vrecycle();thib2007-04-111-2/+2
* Under certain circumstances, ext2fs_inactive() can be called without apedro2006-06-181-3/+3
* Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.pedro2006-01-091-2/+5
* A sanity check for an unsigned variable being < 0 after a subtractionkrw2005-12-151-3/+4
* inode/dinode separation for ext2fspedro2005-12-111-3/+3
* Use part of the reserved space on the disk inode to scatter 16 more bitspedro2005-10-061-1/+12
* KNFpedro2005-08-141-5/+6
* Extended Attributes was a piece to get to ACLs, however ACLs have notdrahn2005-07-031-2/+1
* Add support for large files (> 4GB).niallo2005-04-301-12/+55
* This moves access to wall and uptime variables in MI code,tholo2004-06-241-3/+3
* rename struct dinode to ufs1_dinode. clears the namespace and makestedu2003-08-251-3/+3
* 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-13/+13
* First round of __P removal in sysmillert2002-03-141-3/+3
* Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@drahn2002-02-221-1/+2
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-15/+43
* Merge in the unified buffer cache code as found in NetBSD 2001/03/10. Theart2001-11-271-43/+15
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* move ext2fs_init to where it belongs.art2001-09-181-8/+1
* More of cleanups, reliability and endianness fixes from NetBSD.art2001-09-181-45/+52