aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
...
* Drop experimental dir_index support.Pedro F. Giffuni2015-04-171-16/+2
* File systems that do not use the buffer cache (such as ZFS) mustRick Macklem2015-04-151-1/+2
* ext2fs: Plug small memory leakPedro F. Giffuni2015-02-151-1/+2
* Initialize the allocation of variables related to the ext2 allocator.Pedro F. Giffuni2015-02-151-6/+6
* ext2: Garbage-collect some unused variablesPedro F. Giffuni2015-01-191-2/+0
* ifdef ext2_print_inode which is not really used.Pedro F. Giffuni2014-11-121-2/+2
* ext2fs: use of tab vs spaces.Pedro F. Giffuni2014-02-281-4/+4
* ext2fs: fully enable ext4 read-only support.Pedro F. Giffuni2014-02-221-1/+2
* ext2fs: Use i_flag instead of i_flags for Ext4 inode flags.Pedro F. Giffuni2014-01-281-2/+2
* ext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to the inode flags.Pedro F. Giffuni2014-01-211-3/+3
* Add read-only support for extents in ext2fs.Pedro F. Giffuni2013-08-121-4/+10
* Initial implementation of the HTree directory index.Pedro F. Giffuni2013-07-061-0/+12
* ext2fs: Use the complete random() range in i_gen.Pedro F. Giffuni2013-06-301-1/+1
* s/file system/filesystem/gPedro F. Giffuni2013-06-111-2/+2
* ext2fs: Replace redundant EXT2_MIN_BLOCK with EXT2_MIN_BLOCK_SIZE.Pedro F. Giffuni2013-02-081-1/+1
* ext2fs: make e2fs_maxcontig local and remove tautological check.Pedro F. Giffuni2013-02-081-6/+3
* ext2fs: general cleanup.Pedro F. Giffuni2013-02-021-8/+5
* More constant renaming in preparation for newer features.Pedro F. Giffuni2012-12-201-1/+1
* r16312 is not any longer real since many years (likely since when VFSAttilio Rao2012-11-191-8/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-2/+1
* Use NULL instead of 0 for pointersKevin Lo2012-07-221-1/+1
* Fix a typoKevin Lo2012-07-031-1/+1
* Fix mount interlock oversights from the previous change in r234386.Sergey Kandaurov2012-05-101-2/+0
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.Kirk McKusick2012-04-171-20/+6
* Add support for ns timestamps and birthtime to the ext2/3 driver.Pedro F. Giffuni2012-03-081-8/+14
* Style cleanups by jh@.Pedro F. Giffuni2011-12-161-6/+5
* Bring in reallocblk to ext2fs.Pedro F. Giffuni2011-12-151-3/+54
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-1/+1
* Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.John Baldwin2011-04-271-2/+2
* Some cosmetic fixes and remove a duplicate constant.John Baldwin2011-02-011-2/+3
* Restore support for the 'async' and 'sync' mount options lost whenJohn Baldwin2011-01-211-3/+3
* Merge 118969 from UFS:John Baldwin2011-01-191-2/+1
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen2010-01-141-0/+1071