History log of /freebsd-10-stable/sys/fs/ext2fs/ext2_extents.c
Revision Date Author Comments
# 317532 27-Apr-2017 pfg

Revert r314937 as anonymous unions in GCC don't seem to work.

This has been breaking the powerpc(LINT64 at least) for quite a while now.

Reported by: emaste


# 314937 09-Mar-2017 pfg

Revert 294545:
Bringing back ext4: add support for reading sparse files

Add GCC_MS_EXTENSIONS to the CFLAGS in the module to make the old GCC in
base happy. This workaround is only required in stable/10.


# 311232 04-Jan-2017 pfg

MFC r310705, r310706:
style(9) cleanups.

Just to reduce some of the issues found with indent(1).


# 294545 22-Jan-2016 pfg

Revert r294271:
ext4: add support for reading sparse files

Our older GCC can't handle anonymous unions, so
ia64 and powerpc LINT kernels are now failing.


# 294271 18-Jan-2016 pfg

MFC r293680
ext4: add support for reading sparse files

Add support for sparse files in ext4. Also implement read-ahead, which
greatly increases the performance when transferring files from ext4.
The sparse file support has become very common in ext4.

Both features implemented by Damjan Jovanovic.

PR: 205816


# 278096 02-Feb-2015 pfg

MFC r277354, r277365:
ext2: Garbage-collect some unused variables

Reported by: clang static analysis


# 278096 02-Feb-2015 pfg

MFC r277354, r277365:
ext2: Garbage-collect some unused variables

Reported by: clang static analysis