aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Fix functions without a prototypeAidan Harris2022-05-201-1/+1
* Reduce dbuf_find() lock contentionBrian Behlendorf2022-05-062-15/+15
* zvol: remove unused variableнаб2022-05-021-2/+1
* fm: remove unused variablesнаб2022-05-021-6/+0
* module/zfs: vdev_removal: spa_vdev_remove_thread: remove unused variableнаб2022-05-021-4/+0
* module/zfs: vdev_indirect: vdev_indirect_repair: remove unused variableнаб2022-05-021-5/+0
* module/zfs: dbuf: dbuf_read_impl: remove unused variableнаб2022-05-021-2/+0
* module/zfs: arc: arc_hdr_realloc_crypt: remove unused variablesнаб2022-05-021-5/+0
* Skip spacemaps reading in case of pool readonly importBrian Behlendorf2022-04-283-2/+17
* Export minimal zfs_refcount interfacesBrian Behlendorf2022-04-061-0/+8
* Default to zfs_dmu_offset_next_sync=1Brian Behlendorf2022-04-011-4/+8
* Fix module build with -WerrorRyan Moeller2022-03-171-1/+1
* Fix ENOSPC when unlinking multiple files from full poolBrian Behlendorf2022-03-082-6/+20
* Enable encrypted raw sending to pools with greater ashiftGeorge Amanakis2022-02-231-1/+7
* Avoid dirtying the final TXGs when exporting a poolGeorge Amanakis2022-02-231-17/+43
* Remove unneeded "extern inline" function declarationsTomohiro Kusumi2022-02-166-15/+0
* module: zfs: fix unused, remove argsusedнаб2022-02-1649-170/+215
* Receive checks should allow unencrypted child datasetsAttila Fülöp2022-02-161-1/+9
* dsl_dir_tempreserve_impl: remove unused `deferred` variableChristian Schwarz2022-02-161-2/+1
* Fix clearing set-uid and set-gid bits on a file when replying a writePawel Jakub Dawidek2022-02-161-24/+81
* Report dnodes with faulty bonuslenGeorge Amanakis2022-02-163-0/+17
* Upstream: Add snapshot and zvol eventsJorgen Lundman2022-02-101-0/+52
* Introduce a flag to skip comparing the local mac when raw sendingGeorge Amanakis2022-02-042-10/+8
* Fix handling of errors from dmu_write_uio_dbuf() on FreeBSDMark Johnston2022-02-031-4/+11
* Avoid memory allocations in the ARC eviction threadMark Johnston2022-02-032-53/+91
* Verify dRAID empty sectorsBrian Behlendorf2022-02-032-5/+58
* Reduce number of arc_prune threadsAlexander Motin2022-02-031-3/+10
* ZFS send/recv with ashift 9->12 leads to data corruptionPaul Dagnelie2021-12-072-7/+17
* Linux 5.13 compat: retry zvol_open() when contendedBrian Behlendorf2021-12-061-33/+5
* Iterate encrypted clones at zvol_create_minorJorgen Lundman2021-12-061-0/+64
* Restore dirty dnode detection logicBrian Behlendorf2021-11-051-1/+1
* Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistencyBrian Behlendorf2021-11-053-28/+54
* Rescan enclosure sysfs path on importTony Hutter2021-11-021-0/+24
* Use fallthrough macroBrian Behlendorf2021-11-027-15/+13
* Fixed data integrity issue when underlying disk returns errorArun KV2021-09-141-3/+31
* Verify embedded blkptr's in arc_read()Brian Behlendorf2021-09-142-7/+14
* Allow sending corrupt snapshots even if metadata is corruptedAllan Jude2021-09-141-0/+2
* arc: Drop an incorrect assertRich Ercolani2021-09-141-1/+0
* Compressed receive with different ashift can result in incorrect PSIZE on diskPaul Dagnelie2021-09-141-0/+12
* Initialize parity blocks before RAID-Z reconstruction benchmarkingMark Johnston2021-09-141-0/+7
* Remove b_pabd/b_rabd allocation from arc_hdr_alloc()Alexander Motin2021-09-141-48/+65
* Optimize arc_l2c_only lists assertionsAlexander Motin2021-09-141-9/+12
* Fix/improve dbuf hits accountingAlexander Motin2021-09-141-20/+10
* Avoid vq_lock drop in vdev_queue_aggregate()Alexander Motin2021-09-141-29/+34
* Use more atomics in refcountsAlexander Motin2021-09-141-29/+22
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-09-141-4/+20
* Run arc_evict thread at higher priorityTony Nguyen2021-09-144-13/+19
* Add comment on metaslab_class_throttle_reserve() lockingAlexander Motin2021-09-141-0/+7
* Fixes in persistent L2ARCGeorge Amanakis2021-09-141-75/+102
* Initialize dn_next_type[] in the dnode constructorMark Johnston2021-09-141-0/+1