| Commit message (Expand) | Author | Age | Files | Lines |
* | Bound zvol_threads module option | Brian Behlendorf | 2015-07-29 | 2 | -4/+5 |
* | Fix "BUG: Bad page state" caused by writeback flag | Chunwei Chen | 2015-07-29 | 1 | -0/+50 |
* | Fix build failure with Linux 4.1 and FTRACE | Frédéric VANNIÈRE | 2015-07-29 | 8 | -0/+24 |
* | Align thread priority with Linux defaults | Brian Behlendorf | 2015-07-28 | 12 | -20/+29 |
* | Check for NULL in dmu_free_long_range_impl() | Brian Behlendorf | 2015-07-28 | 1 | -1/+5 |
* | Make sure that POOL_IMPORTED is set, unset and checked where appropriate. | Turbo Fredriksson | 2015-07-28 | 1 | -10/+17 |
* | Fix some minor issues with the SYSV init and initramfs scripts. | Turbo Fredriksson | 2015-07-24 | 8 | -20/+27 |
* | Minor style cleanup | Brian Behlendorf | 2015-07-23 | 1 | -10/+7 |
* | Remove double counting HDR_L2ONLY_SIZE | Brian Behlendorf | 2015-07-23 | 1 | -3/+0 |
* | Add hdr_recl() reclaim callback | Brian Behlendorf | 2015-07-23 | 1 | -2/+18 |
* | Reinstate zfs_arc_p_min_shift | Brian Behlendorf | 2015-07-23 | 2 | -2/+26 |
* | Illumos 5817 - change type of arcs_size from uint64_t to refcount_t | Prakash Surya | 2015-07-23 | 2 | -28/+113 |
* | Illumos 5445 - Add more visibility via arcstats | Prakash Surya | 2015-07-23 | 1 | -40/+151 |
* | Illumos 5376 - arc_kmem_reap_now() should not result in clearing arc_no_grow | Matthew Ahrens | 2015-07-23 | 3 | -157/+374 |
* | Set default _initconfdir directory | Brian Behlendorf | 2015-07-21 | 1 | -0/+5 |
* | Add logic to try and recover an inode with an invalid mode | Brian Behlendorf | 2015-07-17 | 1 | -4/+11 |
* | Support parallel build trees (VPATH builds) | Turbo Fredriksson | 2015-07-17 | 42 | -388/+476 |
* | Update inode under range lock | Brian Behlendorf | 2015-07-17 | 1 | -1/+1 |
* | Linux 4.2 compat: follow_link() / put_link() | Brian Behlendorf | 2015-07-17 | 6 | -8/+80 |
* | Linux 4.2 compat: remove bio->bi_cnt access | Brian Behlendorf | 2015-07-17 | 1 | -9/+0 |
* | Linux 4.2 compat: bdi_setup_and_register() | Brian Behlendorf | 2015-07-17 | 1 | -0/+1 |
* | Illumos 5347 - idle pool may run itself out of space | Matthew Ahrens | 2015-07-14 | 4 | -25/+51 |
* | Illumos 5764 - "zfs send -nv" directs output to stderr | Manoj Joseph | 2015-07-14 | 2 | -10/+18 |
* | Illumos 5610 - zfs clone from different source and target pools produces core... | Alexander Eremin | 2015-07-14 | 1 | -11/+2 |
* | Illumos 1765 - assert triggered in libzfs_import.c | Prasad Joshi | 2015-07-14 | 1 | -1/+4 |
* | Failure of userland copy should return EFAULT | Richard Yao | 2015-07-14 | 1 | -1/+1 |
* | Translate sync zio to sync bio | Boris Protopopov | 2015-07-13 | 1 | -2/+8 |
* | Fix switch-bool warning | Brian Behlendorf | 2015-07-13 | 1 | -1/+1 |
* | Disable gcc bool-compare warning | Brian Behlendorf | 2015-07-13 | 4 | -0/+30 |
* | Use truncate instead of fallocate in ziltest.sh | Brian Behlendorf | 2015-07-13 | 1 | -2/+2 |
* | Fix Xen Virtual Block Device detection | Richard Yao | 2015-07-10 | 2 | -2/+11 |
* | Illumos 5813 - zfs_setprop_error(): Handle errno value E2BIG. | Will Andrews | 2015-07-10 | 1 | -0/+6 |
* | Illumos 5661 - ZFS: "compression = on" should use lz4 if feature is enabled | Justin T. Gibbs | 2015-07-10 | 5 | -31/+61 |
* | Illumos 5427 - memory leak in libzfs when doing rollback | Jan Kryl | 2015-07-10 | 1 | -4/+1 |
* | Illumos 5118 - When verifying or creating a storage pool, error messages only... | Basil Crow | 2015-07-10 | 1 | -16/+18 |
* | Illumos 4966 - zpool list iterator does not update output | George Wilson | 2015-07-10 | 1 | -10/+10 |
* | Illumos 4745 - fix AVL code misspellings | Josef 'Jeff' Sipek | 2015-07-10 | 2 | -7/+8 |
* | Illumos 4626 - libzfs memleak in zpool_in_use() | Josef 'Jeff' Sipek | 2015-07-10 | 1 | -4/+11 |
* | Move dracut directory to contrib | Brian Behlendorf | 2015-07-09 | 14 | -31/+31 |
* | Initramfs scripts for ZoL. | Turbo Fredriksson | 2015-07-08 | 9 | -6/+1219 |
* | Prevent reclaim in metaslab preload threads | Tim Chase | 2015-07-06 | 1 | -0/+2 |
* | Illumos 5008 - lock contention (rrw_exit) while running a read only load | Alexander Motin | 2015-07-06 | 6 | -13/+126 |
* | Illumos 5911 - ZFS "hangs" while deleting file | Matthew Ahrens | 2015-07-06 | 5 | -34/+91 |
* | Illumos 5981 - Deadlock in dmu_objset_find_dp | Arne Jansen | 2015-07-06 | 5 | -4/+40 |
* | Illumos 5946, 5945 | Andriy Gapon | 2015-07-06 | 2 | -0/+12 |
* | Illumos 5870 - dmu_recv_end_check() leaks origin_head hold if error happens i... | Andriy Gapon | 2015-07-06 | 1 | -2/+6 |
* | Illumos 5909 - ensure that shared snap names don't become too long after prom... | Andriy Gapon | 2015-07-06 | 1 | -0/+6 |
* | Illumos 5912 - full stream can not be force-received into a dataset if it has... | Andriy Gapon | 2015-07-06 | 1 | -4/+6 |
* | Illumos 6033 - arc_adjust() should search MFU lists | Alek Pinchuk | 2015-07-01 | 1 | -1/+1 |
* | man: fix spelling mistakes in manual | Colin Ian King | 2015-07-01 | 4 | -6/+6 |