summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
...
* Partially bring r242520 to ext2fs.pfg2012-11-281-0/+12
* 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
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-272-3/+3
* Fix style nitkevlo2012-09-111-2/+1
* Add some basic definitions for a future htree implementation.pfg2012-08-242-1/+4
* Fix typokevlo2012-08-181-1/+1
* Remove unused member of struct indir (in_exists) from UFS and EXT2 code.mjg2012-08-172-4/+0
* Use NULL instead of 0 for pointerskevlo2012-07-221-1/+1
* Fix a typokevlo2012-07-031-1/+1
* Fix a couple of issues that appear to be inherited from the oldpfg2012-05-162-12/+52
* Fix mount interlock oversights from the previous change in r234386.pluknet2012-05-101-2/+0
* Remove unused thread argument to vrecycle().trasz2012-04-231-1/+1
* Remove unused thread argument from vtruncbuf().trasz2012-04-231-1/+1
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-171-20/+6
* Apply changes from r234103 to ext2fs:jh2012-04-131-8/+4
* Restore the blank line incorrectly removed in r234104.jh2012-04-111-0/+1
* Apply changes from r233787 to ext2fs:jh2012-04-101-6/+5
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-2/+0
* Add support for ns timestamps and birthtime to the ext2/3 driver.pfg2012-03-087-23/+74
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* Update the data structures with some fields reserved forpfg2012-02-073-10/+29
* Current implementations of sync(2) and syncer vnode fsync() VOP useskib2012-02-061-3/+0
* Migrate ufs and ext2fs from skpc() to memcchr().ed2012-01-011-25/+14
* Style cleanups by jh@.pfg2011-12-169-26/+28
* Bring in reallocblk to ext2fs.pfg2011-12-155-38/+335
* Merge ext2_readwrite.c into ext2_vnops.c as done in UFS in r101729.pfg2011-12-142-382/+329
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+1
* Merge comments about converting directory entries to be more direct andjhb2011-05-141-11/+5
* Clarify the comment.kib2011-04-301-1/+2
* Update a comment since ext2fs does not use SU.jhb2011-04-281-3/+3
* The b_dep field of buffers is always empty for ext2fs, it is only usedjhb2011-04-281-6/+3
* Sync with several changes in UFS/FFS:jhb2011-04-287-68/+167
* Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.jhb2011-04-274-9/+9
* Various style fixes including using uint*_t instead of u_int*_t.jhb2011-04-275-105/+116
* Use ffs() to locate free bits in the inode and block bitmaps rather thanjhb2011-02-241-18/+10
* After reading a bitmap block for i-nodes or blocks, recheck the count ofjhb2011-02-081-0/+18
* Collapse duplicate definitions of EXT2_SB().jhb2011-02-041-17/+6
* Fix build with DIAGNOSTIC enabled.jhb2011-02-021-4/+4
* Some cosmetic fixes and remove a duplicate constant.jhb2011-02-013-10/+7
* - Set the next_alloc fields for an i-node after allocating a new blockjhb2011-02-011-14/+58
* - Move special inode constants to ext2_dinode.h and rename them to matchjhb2011-01-212-17/+27
* Restore support for the 'async' and 'sync' mount options lost whenjhb2011-01-211-3/+3
* Fix build with KDB defined.jhb2011-01-191-0/+2
* Whitespace and style fixes.jhb2011-01-193-6/+5
* Move calculation of 'bmask' earlier to match it's current location injhb2011-01-191-1/+2
* Merge 118969 from UFS:jhb2011-01-193-4/+5
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-5/+0
* - Remove duplicate comment.lulf2010-09-011-14/+0
OpenPOWER on IntegriCloud