| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux 5.6 compat: time_t | Brian Behlendorf | 2020-02-27 | 1 | -1/+1 |
* | Support setting user properties in a channel program | Jason King | 2020-02-14 | 1 | -0/+1 |
* | Move zfs_version_kernel to platform code | Ryan Moeller | 2020-02-12 | 2 | -31/+31 |
* | Implement bookmark copying | Christian Schwarz | 2020-02-11 | 1 | -5/+8 |
* | ICP: Improve AES-GCM performance | Attila Fülöp | 2020-02-10 | 2 | -1/+16 |
* | Fix static data to link with -fno-common | Romain Dolbeau | 2020-02-06 | 2 | -1/+3 |
* | async zvol minor node creation interferes with receive | Matthew Ahrens | 2020-02-03 | 1 | -1/+6 |
* | Add AltiVec RAID-Z | Romain Dolbeau | 2020-01-23 | 2 | -0/+46 |
* | Disable get_numeric_property for xattr on FreeBSD | Matthew Macy | 2020-01-21 | 1 | -0/+2 |
* | Re-consolidate zio_delay_interrupt | Matthew Macy | 2020-01-21 | 1 | -1/+0 |
* | Unify target_cpu handling | Brian Behlendorf | 2020-01-17 | 3 | -17/+15 |
* | libzfs: add zfs_mount_at() function | Kyle Evans | 2020-01-14 | 1 | -8/+37 |
* | Change http://zfsonlinux.org links to https://zfsonlinux.org | Brian Behlendorf | 2020-01-13 | 3 | -3/+3 |
* | Add 'zfs send --saved' flag | Tom Caputi | 2020-01-10 | 2 | -22/+141 |
* | libspl: declare aok extern in header | Nick Black | 2019-12-26 | 2 | -1/+3 |
* | Colorize zpool status output | Tony Hutter | 2019-12-19 | 1 | -0/+92 |
* | cppcheck: (error) Memory leak: vtoc | Brian Behlendorf | 2019-12-18 | 1 | -14/+19 |
* | Add FreeBSD jail support hooks | Matthew Macy | 2019-12-11 | 1 | -2/+2 |
* | Replace ASSERTV macro with compiler annotation | Matthew Macy | 2019-12-05 | 2 | -2/+4 |
* | Refactor zfs_context.h to build on FreeBSD | Matthew Macy | 2019-12-04 | 3 | -9/+4 |
* | Increase allowed 'special_small_blocks' maximum value | Brian Behlendorf | 2019-12-03 | 1 | -4/+13 |
* | Make asm-x86_64/atomic.S build on FreeBSD | Matthew Macy | 2019-11-30 | 1 | -1/+5 |
* | Mark Linux fallocate extensions as specific to Linux | Matthew Macy | 2019-11-30 | 1 | -0/+4 |
* | Implement -A (ignore ASSERTs) for zdb | Paul Zuchowski | 2019-11-27 | 2 | -1/+10 |
* | Add zfs_file_* interface, remove vnodes | Matthew Macy | 2019-11-21 | 3 | -284/+376 |
* | Remove inappropiate error message suggesting to use '-r' | InsanePrawn | 2019-11-15 | 1 | -4/+2 |
* | Fix `zpool create -o <property>` error message | Brian Behlendorf | 2019-11-13 | 1 | -2/+0 |
* | Add wrapper stub for zfs_cmd ioctl to libzpool | Matthew Macy | 2019-11-12 | 5 | -8/+41 |
* | Allow platform dependent path stripping for vdevs | Ryan Moeller | 2019-11-11 | 2 | -76/+84 |
* | Preliminary support for RV64G | Romain Dolbeau | 2019-11-06 | 2 | -2/+21 |
* | Enable use of DTRACE_PROBE* macros in "spl" module | Prakash Surya | 2019-11-01 | 3 | -1/+26 |
* | Move sha2.h to platform code | Matthew Macy | 2019-10-31 | 2 | -0/+152 |
* | Add wrapper for Linux BLKFLSBUF ioctl | Matthew Macy | 2019-10-28 | 1 | -0/+6 |
* | Fix zpool history unbounded memory usage | Chunwei Chen | 2019-10-28 | 1 | -9/+11 |
* | Remove unneeded header from libzpool/kernel.c | Matthew Macy | 2019-10-26 | 2 | -36/+0 |
* | Fix header guard typo | Matthew Macy | 2019-10-26 | 1 | -1/+1 |
* | Remove unused headers from uu_string.c | Matthew Macy | 2019-10-25 | 1 | -2/+0 |
* | Move platform dependent errno aliases | Matthew Macy | 2019-10-25 | 3 | -1/+12 |
* | Remove sdt.h | Matthew Macy | 2019-10-25 | 1 | -0/+23 |
* | Fix incremental recursive encrypted receive | Tom Caputi | 2019-10-24 | 1 | -5/+17 |
* | Linux 4.14, 4.19, 5.0+ compat: SIMD save/restore | Brian Behlendorf | 2019-10-24 | 1 | -1/+2 |
* | Use zfs_ioctl with zfs_cmd_t in libzfs | Matthew Macy | 2019-10-23 | 7 | -27/+27 |
* | Use platform independent error code for libzfs_run_process_impl | Matthew Macy | 2019-10-23 | 1 | -1/+1 |
* | Use correct format string when printing int8 | Matthew Macy | 2019-10-20 | 1 | -1/+1 |
* | OpenZFS restructuring - ARC memory pressure | Matthew Macy | 2019-10-18 | 1 | -0/+1 |
* | Move zio_delay_interrupt to platform code | Matthew Macy | 2019-10-13 | 1 | -0/+1 |
* | Modify sharenfs=on default behavior | Brian Behlendorf | 2019-10-13 | 1 | -2/+3 |
* | Implement ZPOOL_IMPORT_UDEV_TIMEOUT_MS | Richard Yao | 2019-10-11 | 1 | -1/+10 |
* | Reduce loaded range tree memory usage | Paul Dagnelie | 2019-10-09 | 5 | -5/+6 |
* | OpenZFS restructuring - libzfs | Matthew Macy | 2019-10-03 | 10 | -797/+980 |