aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Consolidate zfs_holey and zfs_accessMatthew Macy2021-06-234-182/+98
* Fix error code on __zpl_ioctl_setflags()Luis Henriques2021-06-231-1/+1
* Linux: always check or verify return of igrab()Adam D. Moss2021-06-233-3/+9
* Linux: Set spl_kmem_cache_slab_limit when page size !4KBrian Behlendorf2021-06-231-5/+2
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-06-234-3/+22
* Fix dmu_recv_stream test for resumablePaul Zuchowski2021-06-231-2/+2
* Remove iov_iter_advance() for iter_writeRich Ercolani2021-06-231-3/+0
* linux 5.13 compat: bdevops->revalidate_disk() removed (#12122)Jonathon Fernyhough2021-06-231-0/+2
* Bend zpl_set_acl to permit the new userns* parameterRich Ercolani2021-06-231-12/+23
* Update tmpfile() existence detectionRich Ercolani2021-06-231-0/+5
* Linux 5.12 update: bio_max_segs() replaces BIO_MAX_PAGESColeman Kane2021-06-231-0/+5
* Linux 5.12 compat: idmapped mountsColeman Kane2021-06-236-13/+100
* FreeBSD: Initialize/destroy zp->z_lockRyan Moeller2021-06-231-0/+2
* FreeBSD: damage control racing .. lookups in face of mkdir/rmdirMateusz Guzik2021-06-231-0/+27
* Fix AVX512BW Fletcher code on AVX512-but-not-BW machinesRomain Dolbeau2021-06-231-1/+7
* Combine zio caches if possibleMateusz Guzik2021-06-231-24/+50
* Fix crash in zio_done error reportingPaul Zuchowski2021-06-231-2/+3
* ZTS: fix removal_condense_export test caseBrian Behlendorf2021-06-231-2/+5
* Ratelimit deadman zevents as with delay zeventsRyan Moeller2021-06-232-3/+8
* Avoid taking global lock to destroy zfsdev stateRyan Moeller2021-06-232-21/+11
* FreeBSD: Fix stable/12 after AT_BENEATH removalRyan Moeller2021-06-231-3/+1
* Allow pool names that look like Solaris disk namesRyan Moeller2021-06-231-6/+0
* Don't scale zfs_zevent_len_max by CPU countRyan Moeller2021-06-231-4/+1
* Atomically check and set dropped zevent countRyan Moeller2021-06-231-2/+1
* Fix regression in POSIX mode behaviorAndrew2021-06-231-4/+0
* Allow setting bootfs property on pools with indirect vdevsMartin Matuška2021-06-231-3/+1
* FreeBSD: make seqc asserts conditional on replayMateusz Guzik2021-06-231-3/+6
* FreeBSD: Fix memory leaks in kstatsRyan Moeller2021-06-231-7/+4
* FreeBSD: bring back possibility to rewind the checkpoint from bootloaderMariusz Zaborski2021-06-231-1/+16
* FreeBSD: Clean up zfsdev_close to match LinuxRyan Moeller2021-06-231-10/+8
* Macroify teardown lock handlingMateusz Guzik2021-06-233-30/+28
* FreeBSD: rename teardown inactive macros to mimick rrm conventionMateusz Guzik2021-06-233-18/+18
* FreeBSD: remove 2 assertions that teardown lock is not heldMateusz Guzik2021-06-231-45/+0
* FreeBSD: rework asserts in zfs_dd_lookupMateusz Guzik2021-06-231-3/+2
* FreeBSD: Fix scope of deadman tunablesRyan Moeller2021-06-231-2/+2
* zvol: call zil_replaying() during replayChristian Schwarz2021-06-233-3/+30
* Cancel TRIM / initialize on FAULTED non-writeable vdevsnssrikanth2021-06-232-6/+19
* Fix overly broad locking in spa_vdev_config_exit()Brian Behlendorf2021-06-231-2/+2
* Wrap bare EINVAL returns with SET_ERRORRyan Moeller2021-06-231-2/+2
* Intentionally allow ZFS_READONLY in zfs_writeRyan Moeller2021-03-082-7/+25
* Initialize ZIL buffersBrian Behlendorf2021-03-081-0/+1
* Add "zstd-fast" to help options for "compression" propertyJake Howard2021-03-051-1/+1
* Fix assert in FreeBSD-specific dmu_read_pagesAndriy Gapon2021-03-051-1/+1
* Linux 5.12 compat: bio->bi_disk member movedColeman Kane2021-03-052-0/+8
* Linux: increase max nvlist_src sizeBrian Behlendorf2021-03-051-1/+1
* vdev_ops: don't try to call vdev_op_hold or vdev_op_rele when NULLfbynite2021-03-051-2/+2
* Restore FreeBSD resource usage accountingRyan Moeller2021-03-056-0/+100
* FreeBSD: disable the use of hardware crypto offload drivers for nowMark Johnston2021-03-051-2/+13
* Set file mode during zfs_writeAntonio Russo2021-02-081-0/+1
* Avoid updating the L2ARC device header unnecessarilyGeorge Amanakis2021-01-281-1/+3