summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Small typo.pfg2013-08-081-1/+1
* Add license for the half MD4 algorithm used in ext2_half_md4().pfg2013-08-011-5/+29
* ext2fs: Return EINVAL for negative uio_offset as in UFS.pfg2013-07-251-8/+2
* ext2fs: Drop a check that wan't supposed to be in r253651.pfg2013-07-251-4/+1
* ext2fs: Don't assume that on-disk format of a directory is the samepfg2013-07-251-81/+99
* Implement 1003.1-2001 pathconf() keys.pfg2013-07-101-9/+44
* Reinstate the assertion from r253045.pfg2013-07-091-2/+2
* Enhancement when writing an entire block of a file.pfg2013-07-091-9/+20
* Avoid a panic and return EINVAL instead.pfg2013-07-081-2/+2
* Implement SEEK_HOLE/SEEK_DATA for ext2fs.pfg2013-07-071-0/+20
* Fix some typos.pfg2013-07-071-3/+3
* Initial implementation of the HTree directory index.pfg2013-07-069-115/+1561
* ext2fs: Use the complete random() range in i_gen.pfg2013-06-301-1/+1
* Bring some updates from ufs_lookup to ext2fs.pfg2013-06-291-8/+11
* Minor sorting.pfg2013-06-261-1/+1
* Define and use e2fs_lbn_t in ext2fs.pfg2013-06-237-12/+19
* Rename some prefixes in the Block Group Descriptor fields to ext4bgd_pfg2013-06-201-6/+6
* More ext2fs header cleanups:pfg2013-06-182-12/+12
* Rename remaining DIAGNOSTIC to INVARIANTS.pfg2013-06-171-1/+1
* Re-sort ext2fs headers to make things easier to find.pfg2013-06-166-56/+33
* Relax some unnecessary unsigned type changes in ext2fs.pfg2013-06-132-10/+10
* Turn DIAGNOSTICs to INVARIANTS in ext2fs.pfg2013-06-125-16/+16
* s/file system/filesystem/gpfg2013-06-113-8/+8
* 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
OpenPOWER on IntegriCloud