summaryrefslogtreecommitdiffstats
path: root/sys/modules/ext2fs
Commit message (Collapse)AuthorAgeFilesLines
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-141-3/+3
| | | | | | | | | | | | | | | of Code 2009: - BSDL block and inode allocation policies for ext2fs. This involves the use FFS1 style block and inode allocation for ext2fs. Preallocation was removed since it was GPL'd. - Make ext2fs MPSAFE by introducing locks to per-mount datastructures. - Fixes for kern/122047 PR. - Various small bugfixes. - Move out of gnu/ directory. Sponsored by: Google Inc. Submitted by: Aditya Sarawgi <sarawgi.aditya AT SPAMFREE gmail DOT com>
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-151-1/+1
| | | | | | | Discussed on arch@. Reviewed by: kan Approved by: re (blanket), kan
* Use vfs_hash() instead of home-rolledphk2005-03-141-1/+1
|
* Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-161-3/+3
| | | | | | | | | | shared code and converting all ufs references. Originally it may have made sense to share common features between the two filesystems, but recently it has only caused problems, the UFS2 work being the final straw. All UFS_* indirect calls are now direct calls to ext2_* functions, and ext2fs-specific mount and inode structures have been introduced.
* Fixed some style bugs (disordered SRCS and garbage comment near EOF).bde2002-01-111-2/+1
|
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
| | | | Not objected to by: -current
* Add ext2fs modulemr2001-09-131-0/+12
OpenPOWER on IntegriCloud