aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_readwrite.c
Commit message (Expand)AuthorAgeFilesLines
* Merge ext2_readwrite.c into ext2_vnops.c as done in UFS in r101729.Pedro F. Giffuni2011-12-141-380/+0
* Clarify the comment.Konstantin Belousov2011-04-301-1/+2
* Update a comment since ext2fs does not use SU.John Baldwin2011-04-281-3/+3
* The b_dep field of buffers is always empty for ext2fs, it is only usedJohn Baldwin2011-04-281-6/+3
* Sync with several changes in UFS/FFS:John Baldwin2011-04-281-35/+118
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().Edward Tomasz Napierala2010-05-051-12/+2
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen2010-01-141-0/+309