summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Revert r263449;pfg2014-03-211-18/+2
* ext2fs: minor update to the dirpref policy.pfg2014-03-201-2/+18
* ext2fs: Fix a bug when sorting htree entries.pfg2014-03-061-1/+1
* ext2fs: small formatting fixes.pfg2014-03-012-3/+3
* ext2fs: use of tab vs spaces.pfg2014-02-2817-218/+216
* ext2fs: fully enable ext4 read-only support.pfg2014-02-222-5/+13
* ext2fs: Use i_flag instead of i_flags for Ext4 inode flags.pfg2014-01-288-16/+17
* ext2fs: Re-enable reallocblk.pfg2014-01-241-2/+2
* ext2fs: fix a bug in dirindex and re-enable.pfg2014-01-242-6/+1
* ext2fs: fix logic error in the previous change.pfg2014-01-223-6/+5
* ext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to the inode flags.pfg2014-01-219-21/+35
* ext2fs: fix inode flag conversion.pfg2014-01-111-2/+2
* ext2fs: make the hashing algorithm match the linux code.pfg2013-12-231-2/+2
* ext2fs: add two new reserved inodes.pfg2013-12-041-0/+2
* UFS2: make di_extsize unsigned.pfg2013-10-241-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
OpenPOWER on IntegriCloud