| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Linux 3.12 compat: split shrinker has s_shrink | Tim Chase | 2015-01-20 | 2 | -6/+10 |
* | Merge branch 'kmem-rework' | Brian Behlendorf | 2015-01-16 | 74 | -447/+369 |
|\ |
|
| * | Revert "SA spill block cache" | Brian Behlendorf | 2015-01-16 | 4 | -29/+12 |
| * | Revert "Pre-allocate vdev I/O buffers" | Brian Behlendorf | 2015-01-16 | 4 | -72/+2 |
| * | Add kmem_cache.h include to default context | Brian Behlendorf | 2015-01-16 | 1 | -0/+1 |
| * | Change KM_PUSHPAGE -> KM_SLEEP | Brian Behlendorf | 2015-01-16 | 65 | -281/+269 |
| * | Retire KM_NODEBUG | Brian Behlendorf | 2015-01-16 | 17 | -30/+26 |
| * | Use is_vmalloc_addr() in vdev_disk.c | Richard Yao | 2015-01-16 | 1 | -1/+1 |
| * | Mark IO pipeline with PF_FSTRANS | Brian Behlendorf | 2015-01-16 | 7 | -45/+69 |
|/ |
|
* | Fix zfs_putpage() lock inversion (again) | Brian Behlendorf | 2015-01-08 | 1 | -2/+15 |
* | Document zfs_flags module parameter | Ned Bass | 2015-01-07 | 2 | -3/+39 |
* | Don't use AC_LANG_SOURCE for conftest.h source | Ned Bass | 2015-01-06 | 1 | -1/+1 |
* | Remove duplicate typedefs from trace.h | Ned Bass | 2015-01-06 | 22 | -984/+1383 |
* | Fix zfs_putpage() lock inversion | Brian Behlendorf | 2014-12-22 | 1 | -3/+2 |
* | vdev_id: use mawk-compatible regular expression | Ned Bass | 2014-12-19 | 1 | -1/+1 |
* | Fix cstyle issue from c66989b | Brian Behlendorf | 2014-12-19 | 1 | -2/+2 |
* | Correct error returns to unify cross-pool operation error handling | Boris Protopopov | 2014-12-19 | 1 | -2/+2 |
* | Fix typo in %post scriptlet lines | Andy Bakun | 2014-12-18 | 1 | -4/+4 |
* | zpool upgrade return errors to stderr instead of stdout | Jacek FefliĆski | 2014-12-18 | 1 | -2/+2 |
* | Improve systemd script to not leave stale sharetab | Dan Swartzendruber | 2014-12-18 | 1 | -0/+1 |
* | Fix snapshots with dirty inodes | Brian Behlendorf | 2014-11-20 | 1 | -0/+3 |
* | Fix systemd config for zfs-share.service | Dan Swartzendruber | 2014-11-19 | 1 | -0/+2 |
* | bio_alloc() with __GFP_WAIT never returns NULL | Isaac Huang | 2014-11-19 | 1 | -3/+5 |
* | Explicitly include SPL compat headers | Ned Bass | 2014-11-19 | 8 | -4/+12 |
* | Fix improper null-byte termination handling | Ned Bass | 2014-11-17 | 2 | -16/+6 |
* | Prevent ZFS leaking pool free space | smh | 2014-11-17 | 1 | -7/+8 |
* | Undirty freed spill blocks. | Tim Chase | 2014-11-17 | 1 | -3/+6 |
* | Merge branch 'b_tracepoints' | Brian Behlendorf | 2014-11-17 | 22 | -285/+1530 |
|\ |
|
| * | Swap DTRACE_PROBE* with Linux tracepoints | Prakash Surya | 2014-11-17 | 15 | -161/+1361 |
| * | cstyle: allow right paren on its own line | Ned Bass | 2014-11-17 | 1 | -2/+3 |
| * | Fix dprintf format specifiers | Ned Bass | 2014-11-17 | 5 | -6/+7 |
| * | Move a few internal ARC strucutres to arc_impl.h | Ned Bass | 2014-11-17 | 3 | -116/+159 |
|/ |
|
* | Fix small spelling mistake | Randall Mason | 2014-11-14 | 1 | -1/+1 |
* | Illumos 5213 - panic in metaslab_init due to space_map_open returning ENXIO | Prakash Surya | 2014-11-14 | 3 | -26/+40 |
* | Print header properly when terminal resizes | Isaac Huang | 2014-11-14 | 1 | -6/+15 |
* | Fix inaccurate field descriptions | Isaac Huang | 2014-11-14 | 1 | -5/+5 |
* | Reduce buf/dbuf mutex contention | Chris Wedgwood | 2014-11-14 | 2 | -2/+2 |
* | Export symbols for ZIL interface | Alex Zhuravlev | 2014-11-14 | 4 | -1/+27 |
* | Improve zvol symlink handling. | Dan Swartzendruber | 2014-11-06 | 1 | -0/+8 |
* | Add config/compile to config/.gitignore | Marcel Wysocki | 2014-10-31 | 1 | -0/+1 |
* | Fix modules installation directory | Alexander Pyhalov | 2014-10-28 | 1 | -1/+2 |
* | Make systemd-modules-load.service file directory configurable | Richard Yao | 2014-10-28 | 1 | -1/+7 |
* | Make directory into which mount.zfs is installed configurable | Richard Yao | 2014-10-28 | 3 | -1/+10 |
* | Search /usr/local/src for SPL Object Directory | Richard Yao | 2014-10-28 | 1 | -4/+10 |
* | Kernel header installation should respect --prefix | Richard Yao | 2014-10-28 | 7 | -8/+8 |
* | Linux 3.12 compat: shrinker semantics | Tim Chase | 2014-10-28 | 1 | -6/+23 |
* | Illumos 5164-5165 - space map fixes | Matthew Ahrens | 2014-10-23 | 4 | -110/+45 |
* | Illumos 4958 zdb trips assert on pools with ashift >= 0xe | Alex Reece | 2014-10-23 | 8 | -46/+131 |
* | Fix zdb segfault | Brian Behlendorf | 2014-10-23 | 1 | -0/+2 |
* | Illumos 5169-5171 - zdb fixes | Matthew Ahrens | 2014-10-23 | 1 | -3/+21 |