aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add assertion to dsl_dataset_set_compression_syncRichard Yao2022-09-141-0/+1
* Fix theoretical "use-after-free" in dbuf_prefetch_indirect_done()Richard Yao2022-09-131-2/+6
* Remove incorrect free() in zfs_get_pci_slots_sys_path()Richard Yao2022-09-131-1/+0
* Cleanup: Make memory barrier definitions consistent across kernelsRichard Yao2022-09-134-3/+5
* Fix memory leak in ztestRichard Yao2022-09-131-0/+1
* Cleanup dead spa_boot codeRichard Yao2022-09-1310-100/+0
* zpool_load_compat() should create strings of length ZFS_MAXPROPLENRichard Yao2022-09-121-2/+2
* vdev_draid_lookup_map() should not iterate outside draid_mapsRichard Yao2022-09-121-1/+1
* Fix file descriptor handling in zdb_copy_object()Richard Yao2022-09-121-0/+4
* Fix use-after-free in btree codeRichard Yao2022-09-121-2/+2
* Cleanup: Use OpenSolaris functions to call schedulerRichard Yao2022-09-129-14/+15
* Make zfs-share service resilient to stale exportsDon Brady2022-09-0912-24/+101
* FreeBSD: Replace legacy make_dev() interface usageRyan Moeller2022-09-081-3/+10
* zed: Fix config_sync autoexpand floodTony Hutter2022-09-083-8/+166
* Improve too large physical ashift handlingAlexander Motin2022-09-089-13/+69
* Add Linux posix_fadvise supportFinix19792022-09-0815-2/+365
* Linux SPL module init: Handle memory allocation failures correctlyRichard Yao2022-09-085-7/+18
* Fix build on FreeBSD/powerpc64*pkubaj2022-09-081-2/+2
* make DMU_OT_IS_METADATA and DMU_OT_IS_ENCRYPTED return B_TRUE or B_FALSEChristian Schwarz2022-09-071-2/+2
* Add xattr_handler support for Android kernelsWalter Huf2022-09-062-1/+42
* FreeBSD: add kqfilter support for zvol cdevRob Wing2022-09-061-0/+64
* FreeBSD: add knlist_init_sx() for exclusive locksRob Wing2022-09-063-0/+103
* Cleanup Raid-Z Typo fixesRichard Yao2022-09-062-4/+4
* Fix column width in 'zpool iostat -v' and 'zpool list -v'Samuel2022-09-061-4/+4
* Add DD_FIELD string for snapshots_changed propertyUmer Saleem2022-09-022-2/+3
* Add zfs.sync.snapshot_renameAndriy Gapon2022-09-027-10/+133
* FreeBSD: Organize sysctlsRyan Moeller2022-09-023-237/+384
* FreeBSD: Mark ZFS_MODULE_PARAM_CALL as MPSAFERyan Moeller2022-09-021-1/+1
* Add zilstat script to report zil kstats in a user friendly mannerAmeer Hamza2022-09-028-6/+517
* Apply arc_shrink_shift to ARC above arc_c_minAlexander Motin2022-09-022-5/+9
* FreeBSD: Cleanup dead code from VFSRichard Yao2022-09-023-53/+0
* Alloc zdb_cd_t to fix stack issueAndrew Innes2022-09-021-36/+45
* Importing from cachefile can trip assertionGeorge Wilson2022-08-261-0/+2
* ZTS: zvol_stress: fix race condition with zinject usageChristian Schwarz2022-08-251-0/+1
* Revert "Avoid panic with recordsize > 128k, raw sending and no large_blocks"Brian Behlendorf2022-08-256-66/+20
* Updates for snapshots_changed propertyUmer Saleem2022-08-243-14/+26
* Fix zpool status in case of unloaded keysGeorge Amanakis2022-08-229-34/+190
* Prevent zevent list from consuming all of kernel memoryPaul Dagnelie2022-08-226-9/+60
* contrib: dracut: zfs-snapshot-bootfs: exit status fixgregory-lee-bartholomew2022-08-121-1/+1
* arcstat: fix -p optionr-ricci2022-08-121-1/+1
* Enable relatime by defaultGeorge Melikov2022-08-127-12/+14
* ZTS: Fix zpool_expand_001_posTony Hutter2022-08-091-47/+54
* Add comment on acb_zio_dummyChristian Schwarz2022-08-081-0/+17
* Linux 6.0 compat: register_shrinker() now var-argColeman Kane2022-08-082-15/+56
* libzfs: Remove unused zpool_get_physpath()Ryan Moeller2022-08-043-156/+0
* zpool: fix redundancy check after vdev removalStéphane Lesimple2022-08-043-3/+66
* Linux 5.20 compat: blk_cleanup_disk()Brian Behlendorf2022-08-042-0/+24
* Linux 5.20 compat: bdevname()Brian Behlendorf2022-08-042-1/+39
* Don't double-zero buffers in fault management nvlistsPaul Dagnelie2022-08-041-1/+1
* Add snapshots_changed as propertyUmer Saleem2022-08-0214-9/+203