aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* Vdev Properties FeatureAllan Jude2021-11-3011-92/+1278
* Linux 5.16: wait_on_page_bit() no longer available to modulesColeman Kane2021-11-291-0/+4
* Fix several bugs in the FreeBSD rename VOP implementationMark Johnston2021-11-191-136/+134
* Add notes to system_taskqPaul Dagnelie2021-11-192-1/+10
* Enable edonr in FreeBSDRich Ercolani2021-11-164-24/+8
* Remove (now unused) td argument from zfs_lookup()Pawel Jakub Dawidek2021-11-121-11/+10
* Introduce a tunable to exclude special class buffers from L2ARCGeorge Amanakis2021-11-114-7/+112
* Check l2cache vdevs pending list inside the vdev_inuse()Fedor Uporov2021-11-112-9/+35
* Restore dirty dnode detection logicBrian Behlendorf2021-11-101-1/+1
* Skip spacemaps reading in case of pool readonly importFedor Uporov2021-11-093-2/+17
* Single IO issue for raidz writes with skip sectorBrian Atkinson2021-11-091-37/+135
* Linux 5.16 compat: submit_bio()Brian Behlendorf2021-11-091-2/+2
* Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistencyBrian Behlendorf2021-11-073-28/+54
* Revert behavior of 59eab109 on not-LinuxRich Ercolani2021-11-041-1/+8
* Workaround issue cleaning up automounted snapshots on LinuxRich Ercolani2021-11-031-3/+20
* Update `checkstyle` workflow env to ubuntu-20.04Damian Szuberski2021-11-025-3/+13
* Fix cpu hotplug atomic sleep issuePaul Dagnelie2021-11-021-5/+6
* Exit the teardown section later in rename on FreeBSDMark Johnston2021-10-291-3/+4
* Fix potential use-after-frees in FreeBSD getpages and setattr VOPsMark Johnston2021-10-291-4/+4
* Remove unused function zvol_set_volblocksize()Fedor Uporov2021-10-261-45/+0
* Make dsl_scan print the pool name in dbgmsgRich Ercolani2021-10-261-37/+64
* spa.c: Replace VERIFY(nvlist_*(...) == 0) with fnvlist_* (#12678)Allan Jude2021-10-261-156/+129
* FreeBSD: Catch up with recent VFS changesRyan Moeller2021-10-252-1/+7
* Remove code duplicationPawel Jakub Dawidek2021-10-181-42/+33
* Remove FreeBSD's local copy of the dmu_buf_hold_array() functionPawel Jakub Dawidek2021-10-132-20/+1
* Export minimal zfs_refcount interfacesBrian Behlendorf2021-10-111-0/+8
* Correct refcount_add in dmu_zfetchRich Ercolani2021-10-081-1/+2
* Rescan enclosure sysfs path on importTony Hutter2021-10-041-0/+24
* ZFS: Remove a redundant if condition (#12598)Attila Fülöp2021-10-021-3/+1
* Proper support for DESTDIR and INSTALL_MOD_PATHJosé Luis Salvador Rufo2021-10-011-4/+5
* Handle partial reads in zfs_readRich Ercolani2021-09-201-0/+8
* Really zero the zero pageAlexander Motin2021-09-171-0/+1
* Avoid panic in case of pool errors and missing L2ARCGeorge Amanakis2021-09-161-1/+6
* Temporarily use root credentials to mount snapshots in .zfsAllan Jude2021-09-141-3/+7
* Use fallthrough macroBrian Behlendorf2021-09-1418-25/+29
* Iterate encrypted clones at zvol_create_minorJorgen Lundman2021-09-131-0/+64
* Fixed data integrity issue when underlying disk returns errorArun KV2021-09-131-3/+31
* Verify embedded blkptr's in arc_read()Brian Behlendorf2021-09-092-7/+14
* Upstream: Add snapshot and zvol eventsJorgen Lundman2021-09-091-0/+52
* Linux 5.15 compat: get_acl()Brian Behlendorf2021-09-091-8/+26
* Allow sending corrupt snapshots even if metadata is corruptedAllan Jude2021-09-091-0/+2
* arc: Drop an incorrect assertRich Ercolani2021-09-081-1/+0
* Compressed receive with different ashift can result in incorrect PSIZE on diskPaul Dagnelie2021-09-081-0/+12
* FreeBSD: Don't remove SA xattr if not SA znodeRyan Moeller2021-08-301-1/+1
* Fix cross-endian interoperability of zstdRich Ercolani2021-08-304-6/+24
* FreeBSD: Implement hole-punching supportKa Ho Ng2021-08-302-3/+64
* Extend zpool-iostat to account for ZIO_PRIORITY_REBUILD (#12319)Trevor Bautista2021-08-262-6/+21
* Initialize parity blocks before RAID-Z reconstruction benchmarkingMark Johnston2021-08-231-0/+7
* Linux 4.11 compat: statx supportRichard Yao2021-08-172-7/+39
* Remove b_pabd/b_rabd allocation from arc_hdr_alloc()Alexander Motin2021-08-173-50/+67