summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* MFC r313897:pfg2017-02-241-1/+0
* MFC r310705, r310706:pfg2017-01-0420-279/+294
* MFC r309179:pfg2016-12-031-1/+2
* MFC r303799, r303800:pfg2016-09-062-0/+15
* Fix a style bug.kevlo2016-06-081-1/+1
* ext2fs: Stop dropping and reacquiring Giant around geom calls.pfg2016-06-071-12/+0
* ext2fs: rearrange ext4_bmapext().pfg2016-06-071-17/+16
* ext2fs(5): Cosmetic cleanups, mostly to the ext4 code.pfg2016-06-073-16/+16
* ext2fs: cleanup generation number management.pfg2016-06-072-11/+3
* arc4random() returns 0 to (2**32)−1, use an alternative to initializekevlo2016-05-222-2/+4
* fs/ext2fs: spelling fixes on comment.pfg2016-04-291-1/+1
* ext2fs: make use of the howmany() macro when available.pfg2016-04-261-4/+4
* ext2_htree_release(): prevent signed integer overflow in a loop.pfg2016-04-231-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* ext2fs: replace 0 with NULL for pointers.pfg2016-04-111-1/+2
* Fix comment.kevlo2016-04-081-3/+3
* Add four new RCTL resources - readbps, readiops, writebps and writeiops,trasz2016-04-071-0/+8
* Update comment: Linux does set a randomized generation number of an inodekevlo2016-04-011-3/+1
* Update superblock and inode structs for ext4.kevlo2016-03-282-17/+47
* Ext2: cleanup setting of ctime/mtime/birthtime.pfg2016-02-191-5/+3
* 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
OpenPOWER on IntegriCloud