summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* MFC r268764:kib2014-07-301-4/+0
* MFC r262869:pfg2014-03-091-1/+1
* MFC r262623, r262667:pfg2014-03-0418-221/+219
* MFC r262346:pfg2014-02-272-6/+14
* MFC r261136:pfg2014-01-311-2/+2
* MFC r260988, r261034, r261120, r261235:pfg2014-01-319-26/+35
* MFC r260545:pfg2014-01-141-2/+2
* MFC r258904, r259780:pfg2013-12-262-2/+4
* MFC r256448, r257029;pfg2013-12-111-1/+1
* ext2fs: temporarily disable htree directory index.pfg2013-09-072-0/+4
* ext2fs: update format specifiers for ext4 type.pfg2013-08-141-4/+4
* ext2fs: update format specifiers for ext4 type.pfg2013-08-131-1/+1
* Define ext2fs local types and use them.pfg2013-08-138-44/+48
* Add read-only support for extents in ext2fs.pfg2013-08-1211-29/+561
* 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
OpenPOWER on IntegriCloud