summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+1
* Merge comments about converting directory entries to be more direct andjhb2011-05-141-11/+5
* Clarify the comment.kib2011-04-301-1/+2
* Update a comment since ext2fs does not use SU.jhb2011-04-281-3/+3
* The b_dep field of buffers is always empty for ext2fs, it is only usedjhb2011-04-281-6/+3
* Sync with several changes in UFS/FFS:jhb2011-04-287-68/+167
* Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.jhb2011-04-274-9/+9
* Various style fixes including using uint*_t instead of u_int*_t.jhb2011-04-275-105/+116
* Use ffs() to locate free bits in the inode and block bitmaps rather thanjhb2011-02-241-18/+10
* After reading a bitmap block for i-nodes or blocks, recheck the count ofjhb2011-02-081-0/+18
* Collapse duplicate definitions of EXT2_SB().jhb2011-02-041-17/+6
* Fix build with DIAGNOSTIC enabled.jhb2011-02-021-4/+4
* Some cosmetic fixes and remove a duplicate constant.jhb2011-02-013-10/+7
* - Set the next_alloc fields for an i-node after allocating a new blockjhb2011-02-011-14/+58
* - Move special inode constants to ext2_dinode.h and rename them to matchjhb2011-01-212-17/+27
* Restore support for the 'async' and 'sync' mount options lost whenjhb2011-01-211-3/+3
* Fix build with KDB defined.jhb2011-01-191-0/+2
* Whitespace and style fixes.jhb2011-01-193-6/+5
* Move calculation of 'bmask' earlier to match it's current location injhb2011-01-191-1/+2
* Merge 118969 from UFS:jhb2011-01-193-4/+5
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-5/+0
* - Remove duplicate comment.lulf2010-09-011-14/+0
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-052-15/+2
* Fix common misspelling of hierarchyuqs2010-02-201-1/+1
* Revert parts of r202283:lulf2010-01-181-4/+7
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-1417-0/+7533
OpenPOWER on IntegriCloud