summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Linux 5.15 compat: METAcompat-5.15-METABrian Behlendorf2021-12-07-1/+1
* contrib/bash_completion.d: fix error spew from __zfs_match_snapshot()наб2021-12-07-1/+1
* Linux 5.16: Resolve ZSTD_isError symbol collision in Linux kernelColeman Kane2021-12-07-2/+1
* Linux 5.16: The blk-cgroup.h header is where struct blkcg_gq is definedColeman Kane2021-12-07-0/+30
* Linux 5.16: bio_set_dev is no longer a helper macroColeman Kane2021-12-07-0/+52
* Linux 5.16: type member of iov_iter renamed iter_typeColeman Kane2021-12-07-0/+28
* Linux 5.16: block_device_operations->submit_bio now returns voidColeman Kane2021-12-07-2/+37
* ZFS send/recv with ashift 9->12 leads to data corruptionPaul Dagnelie2021-12-07-7/+17
* Update "tests/README.md"Arshad Hussain2021-12-07-4/+109
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-06-621/+728
* ZTS: import_rewind_device_replaced reliably failsBrian Behlendorf2021-12-06-2/+2
* Corrected a case where we could read uninited ABD memoryRich Ercolani2021-12-03-11/+14
* Strip colons from all test result filenamesJohn Wren Kennedy2021-12-01-2/+2
* Linux 5.13 compat: retry zvol_open() when contendedBrian Behlendorf2021-12-01-38/+90
* Temporarily remove tests from sanity runfileJohn Wren Kennedy2021-12-01-8/+7
* Add zfs-test facility to automatically rerun failing testsPaul Dagnelie2021-12-01-29/+144
* get_key_material: fix styleAttila Fülöp2021-11-30-2/+4
* get_key_material: skip passphrase validation when loading keysHarald van Dijk2021-11-30-4/+9
* pam_zfs_key: tests: check if zfs load-key works on short passphrasesAttila Fülöp2021-11-30-1/+86
* pam_zfs_key: tests: clean up the generated pam service config fileAttila Fülöp2021-11-30-9/+17
* Remove REMAKE_INITRDjokersus2021-11-30-1/+0
* Default to zfs_dmu_offset_next_sync=1Brian Behlendorf2021-11-30-8/+12
* Stop segfaulting on unmount error caseRich Ercolani2021-11-30-3/+7
* Code cleanupsPawel Jakub Dawidek2021-11-30-18/+19
* Replace wrong occurrences of `affect` by `effect` in the man pagesmaxz2021-11-30-2/+2
* Allow printing special vdev metaslab groupsRich Ercolani2021-11-30-8/+8
* Pass `--enable=all` to shellcheck within contrib/Damian Szuberski2021-11-30-50/+65
* etc/systemd/zfs-mount-generator: serialise, handle keylocation=http[s]://наб2021-11-30-275/+181
* Vdev Properties FeatureAllan Jude2021-11-30-240/+2743
* Fix typo in zpool.8pstef2021-11-29-1/+1
* Linux 5.16 compat: asm/fpu/xcr.h is new location for xgetbv/xsetbvColeman Kane2021-11-29-0/+18
* Linux 5.16: wait_on_page_bit() no longer available to modulesColeman Kane2021-11-29-0/+32
* Fix several bugs in the FreeBSD rename VOP implementationMark Johnston2021-11-19-136/+134
* Add notes to system_taskqPaul Dagnelie2021-11-19-1/+10
* Enable edonr in FreeBSDRich Ercolani2021-11-16-57/+14
* FreeBSD: fix world build after de198f2d9Martin Matuška2021-11-15-0/+2
* Fix `zfs:AUTO` autodetection in initramfs scriptsDamian Szuberski2021-11-13-2/+4
* Remove (now unused) td argument from zfs_lookup()Pawel Jakub Dawidek2021-11-12-11/+10
* Introduce a tunable to exclude special class buffers from L2ARCGeorge Amanakis2021-11-11-21/+119
* Remove basename(1). Clean up/shorten some coreutils pipelinesнаб2021-11-11-75/+67
* Check l2cache vdevs pending list inside the vdev_inuse()Fedor Uporov2021-11-11-12/+45
* zhack: Add repair label optionFedor Uporov2021-11-11-1/+252
* ZTS: zfs_list_004_neg should not check paths that belong to ZFSPalash Gandhi2021-11-11-3/+26
* Restore dirty dnode detection logicBrian Behlendorf2021-11-10-1/+1
* Exclude zfs_copies_003_pos on LinuxBrian Behlendorf2021-11-10-0/+1
* zdb: Report bad label checksumFedor Uporov2021-11-10-6/+143
* Upgrade to libabigail 2.0.0Dimitri John Ledkov2021-11-09-5289/+4724
* zed: Control NVMe fault LEDsTony Hutter2021-11-09-11/+229
* Skip spacemaps reading in case of pool readonly importFedor Uporov2021-11-09-2/+24
* Single IO issue for raidz writes with skip sectorBrian Atkinson2021-11-09-37/+135