aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Use ffs() to locate free bits in the inode and block bitmaps rather thanJohn Baldwin2011-02-241-18/+10
* After reading a bitmap block for i-nodes or blocks, recheck the count ofJohn Baldwin2011-02-081-0/+18
* Collapse duplicate definitions of EXT2_SB().John Baldwin2011-02-041-17/+6
* Fix build with DIAGNOSTIC enabled.John Baldwin2011-02-021-4/+4
* Some cosmetic fixes and remove a duplicate constant.John Baldwin2011-02-013-10/+7
* - Set the next_alloc fields for an i-node after allocating a new blockJohn Baldwin2011-02-011-14/+58
* - Move special inode constants to ext2_dinode.h and rename them to matchJohn Baldwin2011-01-212-17/+27
* Restore support for the 'async' and 'sync' mount options lost whenJohn Baldwin2011-01-211-3/+3
* Fix build with KDB defined.John Baldwin2011-01-191-0/+2
* Whitespace and style fixes.John Baldwin2011-01-193-6/+5
* Move calculation of 'bmask' earlier to match it's current location inJohn Baldwin2011-01-191-1/+2
* Merge 118969 from UFS:John Baldwin2011-01-193-4/+5
* Remove prtactive variable and related printf()s in the vop_inactiveKonstantin Belousov2010-11-191-5/+0
* - Remove duplicate comment.Ulf Lilleengen2010-09-011-14/+0
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().Edward Tomasz Napierala2010-05-052-15/+2
* Fix common misspelling of hierarchyUlrich Spörlein2010-02-201-1/+1
* Revert parts of r202283:Ulf Lilleengen2010-01-181-4/+7
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen2010-01-1417-0/+7533