summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove CONFIG_PREEMPT_VOLUNTARY restrictionRichard Yao2012-07-281-15/+15
| | | | (Portage version: 2.1.10.65/cvs/Linux x86_64, unsigned Manifest commit)
* Remove CONFIG_PREEMPT_VOLUNTARY restrictionRichard Yao2012-07-283-5/+7
| | | | (Portage version: 2.1.10.65/cvs/Linux x86_64)
* Fix NULL pointer dereference on >=sys-kernel/hardened-sources-3.3.0Richard Yao2012-07-211-3/+4
| | | | (Portage version: 2.1.10.65/cvs/Linux x86_64, unsigned Manifest commit)
* Fix NULL pointer dereference on >=sys-kernel/hardened-sources-3.3.0Richard Yao2012-07-214-3/+49
| | | | (Portage version: 2.1.10.65/cvs/Linux x86_64)
* Fix files/zfs-0.6.0_rc9-bsd-init.patchRichard Yao2012-07-111-1/+1
| | | | (Portage version: 2.1.10.65/cvs/Linux x86_64, unsigned Manifest commit)
* Fix files/zfs-0.6.0_rc9-bsd-init.patchRichard Yao2012-07-112-1/+44
| | | | (Portage version: 2.1.10.65/cvs/Linux x86_64)
* Remove the file in preparation to add it with `cvs add -ko`Richard Yao2012-07-111-39/+0
|
* Fix CVS keyword substitution in patch fileRichard Yao2012-07-111-1/+1
|
* Fix CVS keyword substitution in patch fileRichard Yao2012-07-111-2/+2
| | | | (Portage version: 2.1.10.65/cvs/Linux x86_64, unsigned Manifest commit)
* Fix CVS keyword substitution in patch fileRichard Yao2012-07-112-2/+5
| | | | (Portage version: 2.1.10.65/cvs/Linux x86_64)
* Linux 3.5 support, Change LICENSE variable and remove patch that had been ↵Richard Yao2012-07-111-7/+5
| | | | | | mistakenly reintroduced in -r4 and caused regressions (Portage version: 2.1.10.65/cvs/Linux x86_64, unsigned Manifest commit)
* Linux 3.5 support, Change LICENSE variable and remove patch that had been ↵Richard Yao2012-07-119-1992/+254
| | | | | | mistakenly reintroduced in -r4 and caused regressions (Portage version: 2.1.10.65/cvs/Linux x86_64)
* Fix 32-bit compiler warnings and remove push page patch in favor of change ↵Richard Yao2012-07-101-1/+3
| | | | | | to sys-fs/spl (Portage version: 2.1.10.65/cvs/Linux x86_64, unsigned Manifest commit)
* Fix 32-bit compiler warnings and remove push page patch in favor of change ↵Richard Yao2012-07-103-1/+199
| | | | | | to sys-fs/spl (Portage version: 2.1.10.65/cvs/Linux x86_64)
* Add MIT to LICENSE because of USE=bash-completionRichard Yao2012-07-011-4/+4
| | | | (Portage version: 2.1.10.65/cvs/Linux x86_64, unsigned Manifest commit)
* Add MIT to LICENSE because of USE=bash-completionRichard Yao2012-07-014-7/+11
| | | | (Portage version: 2.1.10.65/cvs/Linux x86_64)
* Import bash-completion from zfs-fuseRichard Yao2012-07-011-4/+5
| | | | (Portage version: 2.1.10.65/cvs/Linux x86_64, unsigned Manifest commit)
* Import bash-completion from zfs-fuseRichard Yao2012-07-015-13/+252
| | | | (Portage version: 2.1.10.65/cvs/Linux x86_64)
* Add config checks for initramfs supportRichard Yao2012-06-251-3/+3
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64, unsigned Manifest commit)
* Add config checks for initramfs supportRichard Yao2012-06-253-5/+14
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64)
* Fix additional deadlock fix regressionRichard Yao2012-06-251-3/+3
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64, unsigned Manifest commit)
* Fix additional deadlock fix regressionRichard Yao2012-06-253-88/+84
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64)
* Fix regression caused by patch to fix deadlockRichard Yao2012-06-251-3/+3
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64, unsigned Manifest commit)
* Fix regression caused by patch to fix deadlockRichard Yao2012-06-253-69/+122
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64)
* Adjust patch to correspond to a working GIT branchRichard Yao2012-06-251-2/+2
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64, unsigned Manifest commit)
* Adjust patch to correspond to a working GIT branchRichard Yao2012-06-252-100/+536
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64)
* Fix swap deadlock involving zfs_range_lock() and zvolsRichard Yao2012-06-251-1/+3
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64, unsigned Manifest commit)
* Fix swap deadlock involving zfs_range_lock() and zvolsRichard Yao2012-06-253-1/+274
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64)
* Keyword ~amd64Richard Yao2012-06-181-3/+3
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64, unsigned Manifest commit)
* Keyword ~amd64Richard Yao2012-06-183-6/+16
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64)
* Replace PF_MEMALLOC with KM_PUSHPAGE to fix deadlock issues. This makes swap ↵Richard Yao2012-06-171-2/+6
| | | | | | on zvols usable. (Portage version: 2.1.10.49/cvs/Linux x86_64, unsigned Manifest commit)
* Replace PF_MEMALLOC with KM_PUSHPAGE to fix deadlock issues. This makes swap ↵Richard Yao2012-06-176-2/+1286
| | | | | | on zvols usable. (Portage version: 2.1.10.49/cvs/Linux x86_64)
* Modify sys-kernel/spl dependency to permit revisionsRichard Yao2012-06-171-2/+2
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64, unsigned Manifest commit)
* Modify sys-kernel/spl dependency to permit revisionsRichard Yao2012-06-172-3/+6
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64)
* Support for sys-kernel/hardened-sources in 0.6.0-rc9, check for ↵Richard Yao2012-06-171-3/+4
| | | | | | CONFIG_DEVTMPFS when USE=rootfs and miscellaneous style changes (Portage version: 2.1.10.49/cvs/Linux x86_64, unsigned Manifest commit)
* Support for sys-kernel/hardened-sources in 0.6.0-rc9, check for ↵Richard Yao2012-06-174-9/+374
| | | | | | CONFIG_DEVTMPFS when USE=rootfs and miscellaneous style changes (Portage version: 2.1.10.49/cvs/Linux x86_64)
* Introduce ZFS 0.6.0-rc9 without keywordsRichard Yao2012-06-161-2/+4
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64, unsigned Manifest commit)
* Introduce ZFS 0.6.0-rc9 without keywordsRichard Yao2012-06-163-6/+150
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64)
* Update maintainer email to use gentoo.org addressRichard Yao2012-05-171-2/+2
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64, unsigned Manifest commit)
* Update maintainer email to use gentoo.org addressRichard Yao2012-05-172-2/+5
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64)
* Changed maintainer from floppym to ryao to reflect change in ryao's dev status.Richard Yao2012-05-171-12/+2
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64, unsigned Manifest commit)
* Changed maintainer from floppym to ryao to reflect change in ryao's dev status.Richard Yao2012-05-172-6/+5
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64)
* Add missing dependency and call linux-mod_pkg_postinst. Patch by Richard Yao.Mike Gilbert2012-04-301-5/+5
| | | | (Portage version: 2.2.0_alpha101/cvs/Linux x86_64, signed Manifest commit with key EA4843A4)
* Add missing dependency and call linux-mod_pkg_postinst. Patch by Richard Yao.Mike Gilbert2012-04-302-2/+7
| | | | (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
* Add zfs-shutdown init script and linuxrc helper script; Introduce rootfs USE ↵Mike Gilbert2012-04-221-6/+8
| | | | | | flag; Fix issue with sys-libs/zlib[static-libs] on Gentoo stable. Patch by Richard Yao. (Portage version: 2.2.0_alpha100/cvs/Linux x86_64, signed Manifest commit with key EA4843A4)
* Add zfs-shutdown init script and linuxrc helper script; Introduce rootfs USE ↵Mike Gilbert2012-04-225-9/+113
| | | | | | flag; Fix issue with sys-libs/zlib[static-libs] on Gentoo stable. Patch by Richard Yao. (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
* Set AUTOTOOLS_AUTORECONF before inherit to generate proper dependencies.Mike Gilbert2012-04-211-5/+5
| | | | (Portage version: 2.2.0_alpha100/cvs/Linux x86_64, signed Manifest commit with key EA4843A4)
* Set AUTOTOOLS_AUTORECONF before inherit to generate proper dependencies.Mike Gilbert2012-04-212-3/+6
| | | | (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
* Quote EPREFIX.Mike Gilbert2012-04-111-5/+5
| | | | (Portage version: 2.2.0_alpha100/cvs/Linux x86_64, signed Manifest commit with key EA4843A4)
* Quote EPREFIX.Mike Gilbert2012-04-112-5/+8
| | | | (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)