aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move linux qsort def to platform headerMatthew Macy2019-12-033-8/+8
* Adapt gitignore for modulesMichael Niewöhner2019-12-022-12/+1
* Move zfs_cmd_t copyin/copyout to platform codeMatthew Macy2019-12-023-22/+25
* Add FreeBSD required defines to mntent.hMatthew Macy2019-11-301-0/+9
* Restructure nvlist_nv_alloc to work on FreeBSDMatthew Macy2019-11-301-3/+3
* Add FreeBSD code to arc_summary and arcstatRyan Moeller2019-11-303-6/+77
* Make asm-x86_64/atomic.S build on FreeBSDMatthew Macy2019-11-301-1/+5
* Mark Linux fallocate extensions as specific to LinuxMatthew Macy2019-11-302-3/+9
* Add FreeBSD support to zio_crypto.hMatthew Macy2019-11-301-1/+17
* Resolve ZoF differences in zfs_ioctl.hMatthew Macy2019-11-302-2/+1
* ZTS: Fix attach-o_ashift.ksh for multiple platformsIgor K2019-11-271-1/+1
* Minor diff reduction with ZoF in include/sysMatthew Macy2019-11-275-6/+11
* Fix encryption logic in systemd mount generatorInsanePrawn2019-11-271-50/+57
* Fix non-absolute path in systemd mount generatorInsanePrawn2019-11-271-1/+1
* Fix small typo in systemd mount generatorInsanePrawn2019-11-271-1/+1
* Implement -A (ignore ASSERTs) for zdbPaul Zuchowski2019-11-272-1/+10
* Remove zfs_vdev_elevator module optionBrian Behlendorf2019-11-275-161/+19
* Prevent unnecessary resilver restartsjwpoduska2019-11-2714-87/+409
* Add display of checksums to zdb -RPaul Zuchowski2019-11-275-4/+127
* Check for unlinked znodes after igrab()Mauricio Faria de Oliveira2019-11-211-5/+7
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-2153-1555/+1170
* ZTS: tst.terminate_by_signal increase test thresholdBrian Behlendorf2019-11-201-1/+1
* ZTS: Casenorm fix unicode interpretationGeorge Melikov2019-11-193-16/+20
* Remove requirement for -d 1 for zfs list and zfs get with bookmarksInsanePrawn2019-11-183-12/+25
* Partially revert 5a6ac4cBrian Behlendorf2019-11-186-17/+85
* Break out of zfs_zget early if unlinked znodeHeitor Alves de Siqueira2019-11-151-9/+17
* Remove inappropiate error message suggesting to use '-r'InsanePrawn2019-11-151-4/+2
* Change zed.service to zfs-zed.service in man pageKjeld Schouten2019-11-131-2/+2
* Prevent NULL pointer dereference in blkg_tryget() on EL8 kernelsloli10K2019-11-131-1/+1
* Check for __GFP_RECLAIM instead of GFP_KERNELMichael Niewöhner2019-11-131-3/+8
* Add kmem_cache flag for forcing kvmallocMichael Niewöhner2019-11-135-11/+43
* Make use of kvmalloc if available and fix vmem_alloc implementationMichael Niewöhner2019-11-135-11/+124
* Add missing documentation for some KMC flagsMichael Niewöhner2019-11-131-5/+5
* Fix `zpool create -o <property>` error messageBrian Behlendorf2019-11-131-2/+0
* Reorganize zpool(8) man page into sectionsRoss Williams2019-11-1337-2446/+3959
* Reorganize zfs(8) man page into sectionsRoss Williams2019-11-1236-4801/+5972
* Add wrapper stub for zfs_cmd ioctl to libzpoolMatthew Macy2019-11-126-8/+44
* Linux compat: Minimum kernel version 3.10Brian Behlendorf2019-11-12102-2965/+1136
* Allow platform dependent path stripping for vdevsRyan Moeller2019-11-113-77/+85
* Remove zpl_revalidatePavel Snajdr2019-11-116-89/+32
* Improve logging of 128KB writesAlexander Motin2019-11-111-7/+13
* Isolate code specific to Linux in cmd/Ryan Moeller2019-11-114-99/+103
* Skip loading already loaded keyWitaut Bajaryn2019-11-084-5/+17
* Add a notice in /etc/defaults/zfs for systemd usersM. Zhou2019-11-061-0/+6
* Preliminary support for RV64GRomain Dolbeau2019-11-066-3/+138
* Move platform specific parts of zfs_znode.h to platform codeMatthew Macy2019-11-065-139/+194
* zvol_wait should ignore redacted zvolsPavel Zakharov2019-11-061-2/+6
* Add tracepoints for taskq entry lifetime eventsPrakash Surya2019-11-0110-6/+181
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-0129-39/+123
* Wrap Linux module macrosMatthew Macy2019-11-0113-46/+119