summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r293683:pfg2016-01-141-1/+1
* MFC: r281562rmacklem2015-04-301-1/+2
* MFC r281670, r281703:pfg2015-04-221-16/+2
* MFC r278790, r278802:pfg2015-02-221-5/+6
* MFC r277354, r277365:pfg2015-02-021-2/+0
* MFC r274437;pfg2014-12-231-2/+2
* MFC r262623, r262667:pfg2014-03-041-4/+4
* MFC r262346:pfg2014-02-271-1/+2
* MFC r260988, r261034, r261120, r261235:pfg2014-01-311-3/+3
* Add read-only support for extents in ext2fs.pfg2013-08-121-4/+10
* Initial implementation of the HTree directory index.pfg2013-07-061-0/+12
* ext2fs: Use the complete random() range in i_gen.pfg2013-06-301-1/+1
* s/file system/filesystem/gpfg2013-06-111-2/+2
* ext2fs: Replace redundant EXT2_MIN_BLOCK with EXT2_MIN_BLOCK_SIZE.pfg2013-02-081-1/+1
* ext2fs: make e2fs_maxcontig local and remove tautological check.pfg2013-02-081-6/+3
* ext2fs: general cleanup.pfg2013-02-021-8/+5
* More constant renaming in preparation for newer features.pfg2012-12-201-1/+1
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-191-8/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-2/+1
* Use NULL instead of 0 for pointerskevlo2012-07-221-1/+1
* Fix a typokevlo2012-07-031-1/+1
* Fix mount interlock oversights from the previous change in r234386.pluknet2012-05-101-2/+0
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-171-20/+6
* Add support for ns timestamps and birthtime to the ext2/3 driver.pfg2012-03-081-8/+14
* Style cleanups by jh@.pfg2011-12-161-6/+5
* Bring in reallocblk to ext2fs.pfg2011-12-151-3/+54
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+1
* Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.jhb2011-04-271-2/+2
* Some cosmetic fixes and remove a duplicate constant.jhb2011-02-011-2/+3
* Restore support for the 'async' and 'sync' mount options lost whenjhb2011-01-211-3/+3
* Merge 118969 from UFS:jhb2011-01-191-2/+1
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-141-0/+1071
OpenPOWER on IntegriCloud