| Commit message (Expand) | Author | Age | Files | Lines |
* | No code changes are needed to support Linux 3.16. I modifying the ebuild to a... | Richard Yao | 2014-08-07 | 1 | -16/+16 |
* | swiching to https for git ebuild | Matthew Thode | 2014-07-09 | 1 | -15/+15 |
* | Disallow CONFIG_DEBUG_INFO_REDUCED when USE=debug is set | Richard Yao | 2014-06-20 | 1 | -15/+15 |
* | Bump to 0.6.3 | Richard Yao | 2014-06-13 | 1 | -15/+17 |
* | Remove ancient ZFSOnLinux kernel module versions | Richard Yao | 2014-06-08 | 1 | -32/+14 |
* | CONFIG_DEBUG_INFO should be DEBUG_INFO | Richard Yao | 2014-05-22 | 1 | -15/+15 |
* | Require CONFIG_DEBUG_INFO for USE=debug on =sys-fs/zfs-kmod-9999 | Richard Yao | 2014-05-14 | 1 | -15/+15 |
* | Improve USE=debug on 9999 ebuild: changes will be propagated to the next revi... | Richard Yao | 2014-04-26 | 1 | -15/+15 |
* | The patchset used in sys-fs/zfs-kmod-0.6.2-r4 was an early version that was n... | Richard Yao | 2014-04-11 | 1 | -14/+16 |
* | Proper Linux 3.13 support, Linux 3.14 support, numerous races/deadlocks fixed... | Richard Yao | 2014-04-10 | 1 | -15/+17 |
* | Linux 3.13 support: This requires no changes to the ZFS C code, so we just in... | Richard Yao | 2014-01-27 | 1 | -15/+15 |
* | Fix writeback regression introduced in -r2 that affected mmap() and AIO write... | Richard Yao | 2013-11-21 | 1 | -20/+17 |
* | Update 0.6.2 patchset with sys-fs/zfs-kmod-0.6.2-r2: Fixes memory leak regres... | Richard Yao | 2013-10-18 | 1 | -14/+16 |
* | Reverse stabilization of sys-fs/zfs-kmod-0.6.2-r1 (to avoid confusing users b... | Richard Yao | 2013-10-14 | 1 | -15/+15 |
* | Stabilize sys-fs/zfs-kmod-0.6.2-r1 on amd64 (indirectly required by sys-boot/... | Richard Yao | 2013-10-14 | 1 | -16/+16 |
* | Fixed readdir regressions, fixed mknod return values, fixed compatibility iss... | Richard Yao | 2013-10-05 | 1 | -14/+16 |
* | Version bump to 0.6.2 | Richard Yao | 2013-08-23 | 1 | -14/+16 |
* | Drop !USER_NS because !UIDGID_STRICT_TYPE_CHECKS is sufficient | Richard Yao | 2013-08-21 | 1 | -15/+15 |
* | Linux 3.10 support; asynchronous zvol initialization; miscellaneous fixes for... | Richard Yao | 2013-07-14 | 1 | -18/+21 |
* | Add blocker against CONFIG_UIDGID_STRICT_TYPE_CHECKS | Richard Yao | 2013-05-29 | 1 | -15/+15 |
* | Do not permit builds with CONFIG_USER_NS | Richard Yao | 2013-05-29 | 1 | -15/+15 |
* | Backport important fixes from upstream HEAD; also includes important zvol ini... | Richard Yao | 2013-05-28 | 1 | -14/+20 |
* | Remove /usr/src/zfs symlink from 9999 ebuild; sys-cluster/lustre (science ove... | Richard Yao | 2013-04-17 | 1 | -15/+15 |
* | Update /usr/src/zfs link to reflect upstream's new location | Richard Yao | 2013-04-17 | 1 | -2/+22 |
* | Kbuild depends on dev-lang/perl | Richard Yao | 2013-04-17 | 1 | -28/+8 |
* | Version bump to 0.6.1 | Richard Yao | 2013-03-28 | 1 | -15/+17 |
* | Change how we generate the /usr/src/zfs used by lustre to work on the 9999 eb... | Richard Yao | 2013-03-24 | 1 | -16/+16 |
* | Enable zfs_arc_memory_throttle_disable by default | Richard Yao | 2013-03-23 | 1 | -15/+16 |
* | Switch back to linux-mod | Richard Yao | 2013-03-16 | 1 | -20/+20 |
* | Switch to linux-info eclass; Replace zfs-kmod-0.6.0_rc14-symlink-headers.patc... | Richard Yao | 2013-03-16 | 1 | -21/+20 |
* | Linux 3.9 Support; Fix barrier regression on Linux 2.6.37 and later; Improve ... | Richard Yao | 2013-03-15 | 1 | -7/+31 |
* | Improve support for hardened kernels, bug \# 457176, thanks Marcin | Richard Yao | 2013-02-16 | 1 | -2/+3 |
* | Add file name length check omitted by Linux VFS. Backport kernel compatibilit... | Richard Yao | 2013-02-11 | 1 | -10/+7 |
* | Add DEPEND=virtual/awk, properly cast constant for 32-bit systems | Richard Yao | 2013-02-06 | 1 | -11/+12 |
* | Correct typo in pkg_postinst() | Richard Yao | 2013-02-03 | 1 | -2/+2 |
* | Bump sys-fs/zfs-kmod to 0.6.0_rc14 | Richard Yao | 2013-02-02 | 1 | -1/+3 |
* | Filter -Wl,* from LDFLAGS to prevent build failures on ARM | Richard Yao | 2013-01-16 | 1 | -2/+2 |
* | Filter -Wl,* from LDFLAGS to prevent build failures on ARM | Richard Yao | 2013-01-16 | 1 | -1/+2 |
* | Fix trailing whitespace in ebuild and also typo in previous commit message | Richard Yao | 2013-01-14 | 1 | -2/+2 |
* | Fix deadlock that can occur with concucrrent and operations, fix regression... | Richard Yao | 2013-01-14 | 1 | -1/+5 |
* | Bump sys-fs/zfs-kmod to 0.6.0_rc13 | Richard Yao | 2012-12-23 | 1 | -1/+3 |
* | Linux 3.7 Support; Stability Fixes; Performance Regression Fix; Fix bug #411555 | Richard Yao | 2012-12-11 | 1 | -6/+8 |
* | Bump sys-fs/zfs-kmod to 0.6.0_rc12 | Richard Yao | 2012-11-14 | 1 | -1/+3 |
* | Linux 3.6 support and stability fixes | Richard Yao | 2012-10-17 | 1 | -1/+13 |
* | Add sys-fs/zfs-kmod-0.6.0-rc11 | Richard Yao | 2012-09-18 | 1 | -1/+3 |
* | Remove CONFIG_PREEMPT restriction: Preemption support has been merged upstream | Richard Yao | 2012-08-31 | 1 | -2/+2 |
* | Adjust LICENSE to reflect the fact that all kernel code is under the CDDL | Richard Yao | 2012-08-26 | 1 | -3/+3 |
* | Linux 3.6 and later are not currently supported | Richard Yao | 2012-08-24 | 1 | -3/+3 |
* | Add check for CONFIG_IOSCHED_NOOP. | Richard Yao | 2012-08-24 | 1 | -3/+3 |
* | Remove obsolete code from src_prepare() and src_test() | Richard Yao | 2012-08-22 | 1 | -3/+3 |