summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* e2fs_bpg and e2fs_isize are always unsigned.pfg2013-06-091-2/+2
* ext2fs: space vs tab.pfg2013-06-032-2/+2
* ext2fs: Small cosmetic fixes.pfg2013-06-032-2/+3
* ext2fs: Update Block Group Descriptor struct.pfg2013-06-031-3/+7
* - Convert the bufobj lock to rwlock.jeff2013-05-311-0/+1
* Prepare to replace the buf splay with a trie:jeff2013-04-061-2/+0
* Add currently unused flag argument to the cluster_read(),kib2013-03-142-5/+6
* ext2fs: Use prototype declarations for function definitionspfg2013-02-108-304/+65
* ext2fs: Replace redundant EXT2_MIN_BLOCK with EXT2_MIN_BLOCK_SIZE.pfg2013-02-082-2/+1
* ext2fs: make e2fs_maxcontig local and remove tautological check.pfg2013-02-082-7/+3
* Remove unused MAXSYMLINKLEN macro.pfg2013-02-081-1/+0
* ext2fs: move assignment where it is not dead.pfg2013-02-051-2/+3
* ext2fs: Remove unused em_e2fsb definition..pfg2013-02-051-1/+0
* ext2fs: Remove useless rootino local variable.pfg2013-02-051-4/+3
* ext2fs: Correct off-by-one errors in FFTODT() and DDTOFT().pfg2013-02-051-2/+2
* ext2fs: Use nitems().pfg2013-02-051-6/+4
* ext2fs: Use EXT2_LINK_MAX instead of LINK_MAXpfg2013-02-051-5/+5
* ext2fs: general cleanup.pfg2013-02-027-61/+17
* Clean some 'svn:executable' properties in the tree.pfg2013-01-263-0/+0
* Cosmetical off-by-onepfg2013-01-261-2/+2
* ext2fs: fix a check for negative block numbers.pfg2013-01-231-2/+1
* ext2fs: make some inode fields match the ext2 spec.pfg2013-01-224-9/+11
* ext2fs: temporarily disable the reallocation code.pfg2013-01-221-2/+2
* ext2fs: Add some DOINGASYNC check to match ffs.pfg2013-01-181-5/+9
* ext2fs: cleanup de dinode structure.pfg2013-01-071-20/+19
* More constant renaming in preparation for newer features.pfg2012-12-204-24/+25
* Update some definitions or make them match NetBSD's headers.pfg2012-11-282-6/+20
* 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
OpenPOWER on IntegriCloud