aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
* zfs: Fix a deadlock between page busy and the teardown lockMark Johnston2021-12-121-0/+9
* FreeBSD: Catch up with more VFS changesRyan Moeller2021-12-121-0/+18
* FreeBSD supports edonr follow upнаб2021-12-081-1/+2
* Linux 5.16: Resolve ZSTD_isError symbol collision in Linux kernelColeman Kane2021-12-072-2/+1
* Linux 5.16: The blk-cgroup.h header is where struct blkcg_gq is definedColeman Kane2021-12-071-0/+3
* Linux 5.16: bio_set_dev is no longer a helper macroColeman Kane2021-12-071-0/+24
* Linux 5.16: type member of iov_iter renamed iter_typeColeman Kane2021-12-071-0/+6
* Linux 5.16: block_device_operations->submit_bio now returns voidColeman Kane2021-12-071-2/+8
* ZFS send/recv with ashift 9->12 leads to data corruptionPaul Dagnelie2021-12-072-7/+17
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-069-128/+166
* Corrected a case where we could read uninited ABD memoryRich Ercolani2021-12-031-11/+14