aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.17 compat: detect complete_and_exit() renameнаб2022-01-251-1/+1
* Add support for FALLOC_FL_ZERO_RANGERich Ercolani2022-01-241-2/+7
* Linux 5.16 compat: Added add_disk check for returnRich Ercolani2022-01-241-0/+4
* Fix handling of errors from dmu_write_uio_dbuf() on FreeBSDMark Johnston2022-01-211-4/+11
* Introduce a flag to skip comparing the local mac when raw sendingGeorge Amanakis2022-01-214-12/+40
* Avoid memory allocations in the ARC eviction threadMark Johnston2022-01-212-53/+91
* module/*.ko: prune .data, global .rodataнаб2022-01-14107-677/+591
* FreeBSD: Touch up comments in zvol_osRyan Moeller2022-01-141-20/+20
* FreeBSD: Fix zvol_*_open() lockingRyan Moeller2022-01-141-31/+59
* Remove VERIFY() in vdev_props_set_sync()Mark Maybee2022-01-121-1/+4
* lz4: Cherrypick fix for CVE-2021-3520Rich Ercolani2022-01-121-1/+1
* Updated the lz4 decompressorRich Ercolani2022-01-074-883/+1723
* Remove sha1 hashing from OpenZFS, it's not used anywhere.Tino Reichardt2022-01-068-3618/+0
* module: icp: remove solaris crypto and cryptoadm ioctl definitionsнаб2022-01-063-1620/+0
* module: icp: rip out the Solaris loadable module architectureнаб2022-01-0611-834/+20
* l2arc_write_buffers: remove redundant assertsChristian Schwarz2022-01-061-12/+0
* module: Makefile: flatten subdir loop, use $PWD instead of `pwd`наб2022-01-061-6/+4
* FreeBSD: remove unused variableнаб2022-01-061-3/+1
* zvol: remove unused variableнаб2022-01-061-2/+1
* fm: remove unused variablesнаб2022-01-061-6/+0
* zvol: remove unused variableнаб2022-01-061-2/+1
* FreeBSD: vfsops: use setgen for error caseнаб2022-01-061-1/+7
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-061-2/+1
* zfs_prune: reset sc.nr_to_scanchrisrd2022-01-041-0/+5
* Verify dRAID empty sectorsBrian Behlendorf2022-01-042-5/+58
* FreeBSD: fix unpropagated errorнаб2021-12-231-0/+1
* module: icp: fix unused, remove argsusedнаб2021-12-2321-72/+69
* module: zfs: fix unused, remove argsusedнаб2021-12-2355-175/+226
* module: zfs: freebsd: fix unused, remove argsusedнаб2021-12-232-7/+3
* module: zfs: linux: fix unused, remove argsusedнаб2021-12-233-1/+5
* module: zcommon: zprop: fix unused, remove argsusedнаб2021-12-231-0/+1
* module: avl: fix unused, remove argsusedнаб2021-12-231-1/+0
* libzfs: fix unused, remove argsusedнаб2021-12-231-5/+4
* libnvpair: fix unused, remove argsusedнаб2021-12-233-4/+6
* module: zfs: vdev: shim out vdev_indirect_mapping_verify()наб2021-12-231-0/+2
* module: zfs: vdev: shim out vdev_indirect_births_verify()наб2021-12-231-0/+2
* module: zfs: spa: shim out vdev_count_verify_zaps()наб2021-12-231-0/+2
* module: zfs: multilist: shim out multilist_d2l()наб2021-12-231-0/+2
* module: zfs: dsl: pool: shim out dsl_early_sync_task_verify()наб2021-12-231-0/+3
* module: zfs: dnode: use debug-only in debug mode onlyнаб2021-12-231-0/+2
* Reduce number of arc_prune threadsAlexander Motin2021-12-221-3/+10
* Linux: Implement FS_IOC_GETVERSIONRyan Moeller2021-12-171-0/+13
* Workaround Debian's fake System.map behaviorRich Ercolani2021-12-171-0/+8
* Fix zvol_open() lock inversionBrian Behlendorf2021-12-171-63/+58
* FreeBSD: Update argument types for VOP_READDIRAlan Somers2021-12-171-4/+10
* zcommon: pre-iterate over sysfs instead of statting every featureнаб2021-12-164-400/+553
* zcommon: *_prop: make all zprop_index_t tables constнаб2021-12-162-28/+28
* FreeBSD: Provide correct file generation numberRyan Moeller2021-12-162-2/+2
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-161-1/+2
* FreeBSD: Add vop_standard_writecount_nomsyncRyan Moeller2021-12-122-0/+18