aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Use a helper function to clarify gang block sizeMatthew Ahrens2021-03-262-11/+15
* Fix error code on __zpl_ioctl_setflags()Luis Henriques2021-03-261-1/+1
* Removed duplicated includesAndrea Gelmini2021-03-224-4/+0
* Split dmu_zfetch() speculation and execution partsAlexander Motin2021-03-193-112/+178
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-03-194-3/+22
* Fix regression in POSIX mode behaviorAndrew2021-03-191-4/+0
* Allow setting bootfs property on pools with indirect vdevsMartin Matuška2021-03-191-3/+1
* Removing old code for k(un)map_atomicBrian Atkinson2021-03-192-8/+6
* Initialize metaslab range trees in metaslab_init Serapheim Dimitropoulos2021-03-191-94/+55
* Linux 5.12 update: bio_max_segs() replaces BIO_MAX_PAGESColeman Kane2021-03-191-0/+5
* Linux 5.12 compat: idmapped mountsColeman Kane2021-03-196-13/+100
* Clean up RAIDZ/DRAID ereport codeMatthew Ahrens2021-03-196-434/+21
* FreeBSD: make seqc asserts conditional on replayMateusz Guzik2021-03-171-3/+6
* Remove unused rr_codeMatthew Ahrens2021-03-171-46/+23
* FreeBSD: Fix memory leaks in kstatsRyan Moeller2021-03-171-7/+4
* Linux: always check or verify return of igrab()Adam D. Moss2021-03-163-3/+9
* Reference_tracking_enable should be a module paramDon Brady2021-03-162-7/+9
* FreeBSD: bring back possibility to rewind the checkpoint from bootloaderMariusz Zaborski2021-03-121-1/+16
* FreeBSD: Clean up zfsdev_close to match LinuxRyan Moeller2021-03-121-10/+8
* Macroify teardown lock handlingMateusz Guzik2021-03-123-30/+28
* FreeBSD: rename teardown inactive macros to mimick rrm conventionMateusz Guzik2021-03-123-18/+18
* FreeBSD: remove 2 assertions that teardown lock is not heldMateusz Guzik2021-03-121-45/+0
* FreeBSD: rework asserts in zfs_dd_lookupMateusz Guzik2021-03-121-3/+2
* FreeBSD: Fix scope of deadman tunablesRyan Moeller2021-03-111-2/+2
* zvol: call zil_replaying() during replayChristian Schwarz2021-03-073-3/+30
* Intentionally allow ZFS_READONLY in zfs_writeRyan Moeller2021-03-072-7/+25
* Initialize ZIL buffersBrian Behlendorf2021-03-051-0/+1
* Fix abd_get_offset_struct() may allocate new abdJorgen Lundman2021-03-051-1/+5
* FreeBSD module --enable-debug --enable-invariantsRyan Moeller2021-03-051-0/+5
* linux: zvol: avoid heap allocation for zvol_request_sync=1Christian Schwarz2021-03-031-29/+64
* Add "zstd-fast" to help options for "compression" propertyJake Howard2021-03-031-1/+1
* Cancel TRIM / initialize on FAULTED non-writeable vdevsnssrikanth2021-03-022-6/+19
* Fix assert in FreeBSD-specific dmu_read_pagesAndriy Gapon2021-02-271-1/+1
* Add missing checks for unsupported featuresMartin Matuška2021-02-271-0/+2
* Linux 5.12 compat: bio->bi_disk member movedColeman Kane2021-02-242-0/+8
* Fix vdev_rebuild_thread deadlockBrian Behlendorf2021-02-241-1/+1
* Fix overly broad locking in spa_vdev_config_exit()Brian Behlendorf2021-02-241-2/+2
* Linux: increase max nvlist_src sizeBrian Behlendorf2021-02-241-1/+1
* Add upper bound for slop space calculationPrakash Surya2021-02-241-10/+17
* Wrap bare EINVAL returns with SET_ERRORRyan Moeller2021-02-241-2/+2
* vdev_ops: don't try to call vdev_op_hold or vdev_op_rele when NULLfbynite2021-02-201-2/+2
* Cleaning up uio headersBrian Atkinson2021-02-204-4/+11
* Restore FreeBSD resource usage accountingRyan Moeller2021-02-196-0/+100
* Checksum errors may not be countedDon Brady2021-02-197-28/+73
* FreeBSD: disable the use of hardware crypto offload drivers for nowMark Johnston2021-02-181-2/+13
* Remove unused abd_alloc_scatter_offset_chunkcntRyan Libby2021-02-171-19/+0
* Add "compatibility" property for zpool feature setsColm2021-02-173-0/+38
* FreeBSD: disable edonr in zfs_mod_supported_feature()Brian Behlendorf2021-02-171-5/+8
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-095-33/+29
* Add an assert to clarify codeKleber Tarcísio2021-02-092-2/+6