summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* ext2fs: Remove panics for rename() race conditions.pfg2016-02-141-5/+8
* Ext4: Use boolean type instead of '0' and '1'pfg2016-02-112-8/+8
* Ext4: fix handling of files with sparse blocks before extent's index.pfg2016-02-112-15/+44
* Revert r294695:pfg2016-02-031-5/+7
* ext2fs: passthrough any extra timestamps to the dinode struct.pfg2016-01-241-7/+5
* ext2: rename some directory index constants.pfg2016-01-241-1/+1
* Fix comment.pfg2016-01-241-1/+1
* Rename some directory index constants.pfg2016-01-244-7/+7
* ext2: Initialize i_flag after allocation.pfg2016-01-241-0/+1
* ext2fs: Bring back the htree dir_index implementation.pfg2016-01-217-115/+1492
* ext4: mount panic from freeing invalid pointerspfg2016-01-111-1/+1
* ext4: add support for reading sparse filespfg2016-01-114-34/+80
* ext2fs: reading mmaped file in Ext4 causes panicpfg2016-01-071-6/+13
* ext2: recognize ext4 INCOMPAT_RECOVER flagpfg2015-12-291-0/+3
* - Remove some dead code copied from ffs.jeff2015-07-291-32/+0
* Provide VOP_GETPAGES_ASYNC() for extfs.pfg2015-05-281-0/+1
* Drop experimental dir_index support.pfg2015-04-177-1492/+115
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-151-1/+2
* ext2fs: Plug small memory leakpfg2015-02-151-1/+2
* Reuse value of cursize instead of recalculating.pfg2015-02-151-1/+1
* Initialize the allocation of variables related to the ext2 allocator.pfg2015-02-151-6/+6
* Fix the build when INVARIANTS is defined by restoring `bo`'s definition inngie2015-01-191-0/+6
* ext2: Garbage-collect some unused variablespfg2015-01-197-14/+2
* ext2: fix for uninitialized pointer read.pfg2015-01-181-1/+1
* Remove dead code.pfg2015-01-181-6/+3
* ext2: cosmetical issuespfg2015-01-171-2/+5
* Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, somekib2014-12-211-1/+3
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-181-1/+1
* Adjust printf format specifiers for dev_t and ino_t in kernel.gleb2014-12-173-9/+11
* ext2fs: Fix old out-of-bounds access.pfg2014-12-091-6/+16
* ifdef ext2_print_inode which is not really used.pfg2014-11-123-2/+6
* Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESSkib2014-10-111-1/+1
* Provide the unique implementation for the VOP_GETPAGES() method usedkib2014-09-151-47/+1
* We don't need an exclusive object lock on the expected execution pathalc2014-09-131-3/+8
* Extra space from r271467.pfg2014-09-121-1/+1
* ext2fs: add ext2_getpages().pfg2014-09-121-2/+47
* Revert r269523:pfg2014-08-051-1/+1
* set EXT2_LINK_MAX to LINK_MAXpfg2014-08-041-1/+1
* Check for the cross-device cross-link attempt in the VFS, instead ofkib2014-07-161-4/+0
* 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
OpenPOWER on IntegriCloud