| Commit message (Expand) | Author | Age | Files | Lines |
* | Illumos #1644, #1645, #1646, #1647, #1708 | Matthew Ahrens | 2012-07-31 | 24 | -718/+2274 |
* | Adding grub2 mkconfig support patch | Manuel Amador (Rudd-O) | 2012-07-30 | 1 | -0/+31 |
* | Allow '-o remount' for non-legacy datasets | Brian Behlendorf | 2012-07-30 | 1 | -9/+9 |
* | Merge branch 'builtin-clean' | Brian Behlendorf | 2012-07-26 | 29 | -959/+2767 |
|\ |
|
| * | Use /sys/module instead of /proc/modules. | Etienne Dechamps | 2012-07-26 | 1 | -19/+5 |
| * | Add script for builtin module building. | Etienne Dechamps | 2012-07-26 | 9 | -31/+145 |
| * | When checking for symbol exports, try compiling. | Etienne Dechamps | 2012-07-26 | 13 | -592/+1839 |
| * | Fake modpost stage for LINUX_COMPILE. | Etienne Dechamps | 2012-07-26 | 2 | -250/+500 |
| * | Make configure builtin-aware. | Etienne Dechamps | 2012-07-26 | 3 | -28/+223 |
| * | Don't build packages that haven't been selected. | Etienne Dechamps | 2012-07-26 | 5 | -43/+59 |
|/ |
|
* | Linux 3.5 compat, end_writeback() changed to clear_inode() | Richard Yao | 2012-07-23 | 61 | -5/+214 |
* | Linux 3.5 compat, iops->truncate_range() removed | Richard Yao | 2012-07-23 | 60 | -0/+225 |
* | Linux 3.5 compat, eops->encode_fh() takes inodes | Richard Yao | 2012-07-23 | 60 | -1/+227 |
* | Fix NULL pointer dereference on PaX/GRSecurity patched Linux 3.3 and later ke... | Richard Yao | 2012-07-20 | 2 | -12/+15 |
* | Disable .zfs directory on 32-bit systems | Brian Behlendorf | 2012-07-20 | 1 | -2/+9 |
* | Add ddt_object_load() error handling | Brian Behlendorf | 2012-07-20 | 1 | -1/+3 |
* | Add 'inline' keyword | Brian Behlendorf | 2012-07-19 | 1 | -4/+4 |
* | Fix build failures on PaX/GRSecurity patched kernels | Richard Yao | 2012-07-17 | 7 | -40/+640 |
* | Move partition scanning from userspace to module. | Etienne Dechamps | 2012-07-17 | 64 | -13/+464 |
* | Move zfs.release generation to configure step | Brian Behlendorf | 2012-07-12 | 5 | -12/+14 |
* | Add PowerPC to supported VTOCs | Brian Behlendorf | 2012-07-12 | 1 | -1/+1 |
* | Fix efi_use_whole_disk() when efi_nparts == 128. | Etienne Dechamps | 2012-07-12 | 1 | -24/+26 |
* | Use the right device path when relabeling. | Etienne Dechamps | 2012-07-12 | 1 | -5/+14 |
* | Fix error handling for "zpool online -e". | Etienne Dechamps | 2012-07-12 | 1 | -5/+7 |
* | Illumos #1949, #1953 | George Wilson | 2012-07-11 | 4 | -9/+16 |
* | Illumos #1748: desire support for reguid in zfs | Garrett D'Amore | 2012-07-11 | 15 | -15/+225 |
* | Relicense zfs.gentoo.in from GPLv2 to 2-clause BSD | Richard Yao | 2012-07-10 | 1 | -1/+1 |
* | Use ULL suffix in constants | Richard Yao | 2012-07-10 | 1 | -4/+4 |
* | Update incorrect ddt_zap_lookup() assertion | Brian Behlendorf | 2012-07-03 | 1 | -1/+1 |
* | Remove Chaos 4.x RPM support | Brian Behlendorf | 2012-07-02 | 1 | -41/+0 |
* | Support debug and debug-devel sub packages | Prakash Surya | 2012-07-02 | 1 | -75/+350 |
* | Add ZIL statistics. | Etienne Dechamps | 2012-06-29 | 2 | -2/+120 |
* | ZFS 0.6.0-rc9zfs-0.6.0-rc9 | Brian Behlendorf | 2012-06-14 | 1 | -1/+1 |
* | Speed up 'zfs list -t snapshot -o name -s name' | Pawel Jakub Dawidek | 2012-06-14 | 8 | -18/+85 |
* | Add zvol_inhibit_dev module option. | Darik Horn | 2012-06-13 | 1 | -0/+10 |
* | Make zvol_remove_link() print a more useful error message | Richard Yao | 2012-06-13 | 1 | -1/+1 |
* | Mark zdev.conf as a config file | Brian Behlendorf | 2012-06-13 | 1 | -4/+7 |
* | Workaround for failing zvol_id | Brian Behlendorf | 2012-06-13 | 2 | -1/+8 |
* | Make zil_slog_limit a tunable module parameter. | Etienne Dechamps | 2012-06-12 | 1 | -1/+4 |
* | Retry removal of busy minors | Daniel Verite | 2012-06-11 | 1 | -1/+20 |
* | Include <locale.h> to avoid error: 'LC_ALL' undeclared. | Daniel Verite | 2012-06-11 | 1 | -0/+1 |
* | Linux 3.4 compat, d_make_root() replaces d_alloc_root() | Richard Yao | 2012-06-11 | 61 | -1/+182 |
* | Honor logbias when writing to ZVOLs. | Etienne Dechamps | 2012-06-11 | 1 | -2/+6 |
* | Improve CONFIG_DEBUG_LOCK_ALLOC error message | Ned Bass | 2012-06-11 | 2 | -10/+15 |
* | Improve 'zpool import' EBUSY error message | Brian Behlendorf | 2012-06-01 | 1 | -0/+6 |
* | Add /dev/mapper/ to search path | Brian Behlendorf | 2012-06-01 | 1 | -1/+13 |
* | Add vdev_id for JBOD-friendly udev aliases | Ned A. Bass | 2012-06-01 | 28 | -115/+1171 |
* | Extend CONFIG_DEBUG_LOCK_ALLOC check | Brian Behlendorf | 2012-06-01 | 2 | -59/+237 |
* | Define the needed ISA types for ARM | Jorgen Lundman | 2012-05-03 | 2 | -2/+21 |
* | Revert "Disable direct reclaim on zvols" | Brian Behlendorf | 2012-04-30 | 1 | -7/+1 |