aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux 5.13 compat: retry zvol_open() when contendedBrian Behlendorf2021-12-013-37/+68
* Default to zfs_dmu_offset_next_sync=1Brian Behlendorf2021-11-301-4/+8
* Code cleanupsPawel Jakub Dawidek2021-11-304-8/+9
* 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