| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix gcc -Warray-bounds check for dump_object() in zdb | Brian Behlendorf | 2016-08-02 | 1 | -5/+14 |
* | ztest: memory leaks reported by AddressSanitizer | Gvozden Neskovic | 2016-07-29 | 1 | -1/+4 |
* | Fix zdb crash with 4K-only devices | Brian Behlendorf | 2016-07-27 | 1 | -3/+13 |
* | Multi-thread 'zpool import' for blkid | Brian Behlendorf | 2016-07-27 | 1 | -19/+10 |
* | Fixes for issues found with cppcheck tool | Gvozden Neskovic | 2016-07-27 | 4 | -5/+16 |
* | Fixes and enhancements of SIMD raidz parity | Gvozden Neskovic | 2016-07-19 | 1 | -20/+6 |
* | Update arc_summary.py for prefetch changes | Brian Behlendorf | 2016-07-19 | 1 | -146/+1 |
* | Add RAID-Z routines for SSE2 instruction set, in x86_64 mode. | Gvozden Neskovic | 2016-07-13 | 1 | -1/+2 |
* | OpenZFS 6314 - buffer overflow in dsl_dataset_name | Igor Kozhukhov | 2016-06-28 | 5 | -85/+83 |
* | OpenZFS 2605, 6980, 6902 | Matthew Ahrens | 2016-06-28 | 2 | -20/+105 |
* | Implement large_dnode pool feature | Ned Bass | 2016-06-24 | 3 | -45/+180 |
* | Revert "Add a test case for dmu_free_long_range() to ztest" | Brian Behlendorf | 2016-06-24 | 1 | -178/+0 |
* | Add a test case for dmu_free_long_range() to ztest | Boris Protopopov | 2016-06-21 | 1 | -0/+178 |
* | SIMD implementation of vdev_raidz generate and reconstruct routines | Gvozden Neskovic | 2016-06-21 | 6 | -1/+1140 |
* | Add `zfs allow` and `zfs unallow` support | Brian Behlendorf | 2016-06-07 | 2 | -15/+18 |
* | Fix minor spelling mistakes | Colin Ian King | 2016-06-06 | 3 | -4/+4 |
* | Implementation of AVX2 optimized Fletcher-4 | Jinshan Xiong | 2016-06-02 | 1 | -0/+44 |
* | OpenZFS 6531 - Provide mechanism to artificially limit disk performance | Tony Hutter | 2016-05-26 | 1 | -3/+105 |
* | Add request size histograms (-r) to zpool iostat, minor man page fix | Tony Hutter | 2016-05-25 | 1 | -89/+187 |
* | Consistently use parsable instead of parseable | Christer Ekholm | 2016-05-23 | 2 | -4/+4 |
* | Make zpool list -vp print individual vdev sizes parsable. | Christer Ekholm | 2016-05-18 | 1 | -11/+27 |
* | Revert "zhack: Add 'feature disable' command" | Brian Behlendorf | 2016-05-17 | 1 | -103/+4 |
* | zhack: Add 'feature enable' force option | Brian Behlendorf | 2016-05-17 | 1 | -2/+4 |
* | zhack: Add 'feature disable' command | Brian Behlendorf | 2016-05-17 | 1 | -2/+99 |
* | zhack: Fix 'feature ref' comparison check | Brian Behlendorf | 2016-05-17 | 1 | -1/+1 |
* | Use zfs range locks in ztest | Boris Protopopov | 2016-05-17 | 1 | -52/+151 |
* | Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queues | Tony Hutter | 2016-05-12 | 5 | -106/+1323 |
* | OpenZFS 3993, 4700 | Adam Stevko | 2016-05-11 | 1 | -19/+92 |
* | OpenZFS 5669 - altroot not set in zpool create | Brian Behlendorf | 2016-05-05 | 1 | -0/+2 |
* | Illumos 6659 - nvlist_free(NULL) is a no-op | Josef 'Jeff' Sipek | 2016-04-27 | 3 | -8/+4 |
* | Use udev for partition detection | Brian Behlendorf | 2016-04-25 | 1 | -14/+24 |
* | Create unique partition labels | Brian Behlendorf | 2016-04-25 | 1 | -0/+1 |
* | Make zfs mount according to relatime config in dataset | Chunwei Chen | 2016-04-05 | 1 | -1/+4 |
* | Add support for devid and phys_path keys in vdev disk labels | Don Brady | 2016-03-31 | 1 | -1/+14 |
* | zfs_main: fix `zfs userspace` squashing unresolved entries | Pavel Boldin | 2016-03-30 | 1 | -4/+7 |
* | Use the correct macro to include backtrace | Carlo Landmeter | 2016-03-29 | 1 | -2/+2 |
* | Add missing fcntl.h to includes in mount_zfs.c | Carlo Landmeter | 2016-03-29 | 1 | -0/+1 |
* | Fix zdb -e and zhack thread_init() | Brian Behlendorf | 2016-03-21 | 1 | -0/+8 |
* | Cleanup linking | Richard Yao | 2016-03-18 | 5 | -8/+1 |
* | Relax MBR partition scanning requirement | Brian Behlendorf | 2016-03-10 | 1 | -21/+17 |
* | Require libblkid | Brian Behlendorf | 2016-03-09 | 2 | -12/+9 |
* | Ensure zed _finish_daemonize() leaves fds 0-2 open | Chris Dunlap | 2016-03-08 | 1 | -1/+1 |
* | Change full path subcommand flag from -p to -P | Brian Behlendorf | 2016-02-26 | 1 | -25/+25 |
* | Add -gLp to zpool subcommands for alt vdev names | Richard Yao | 2016-02-25 | 1 | -73/+169 |
* | Illumos 5767 - fix several problems with zfs test suite | John Wren Kennedy | 2016-02-08 | 1 | -10/+36 |
* | Correctly parse -R flag arguments | Tim Chase | 2016-02-05 | 1 | -1/+3 |
* | mount.zfs: use getopt_long instead of getopt to guarantee permutation of argv. | Christian Neukirchen | 2016-01-25 | 1 | -1/+2 |
* | Illumos 6451 - ztest fails due to checksum errors | Matthew Ahrens | 2016-01-25 | 1 | -1/+26 |
* | Illumos 6298 - zfs_create_008_neg and zpool_create_023_neg | Joe Stein | 2016-01-15 | 1 | -2/+4 |
* | Illumos 3557, 3558, 3559, 3560 | George Wilson | 2016-01-15 | 1 | -1/+11 |