summaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Metaslab max_size should be persisted while unloadedPaul Dagnelie2019-08-053-1/+10
* Fast Clone DeletionSara Hartse2019-07-2611-10/+81
* Replace zf_rwlock with a mutexMatthew Ahrens2019-07-251-1/+1
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-07-182-0/+2
* Fix lockdep recursive locking false positive in dbuf_destroyjdike2019-07-171-0/+2
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-1612-11/+155
* Disable unused pathname::pn_path* (unneeded in Linux)Tomohiro Kusumi2019-07-151-0/+2
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2019-07-122-2/+2
* Decrease contention on dn_struct_rwlockPaul Dagnelie2019-07-082-5/+27
* 8659 static dtrace probes unavailable on non-GPL modulesBrad Lewis2019-07-0815-29/+298
* Fix zfs "redact" misc issuesloli10K2019-07-051-7/+7
* Avoid extra taskq_dispatch() calls by DMUAlexander Motin2019-06-251-0/+2
* Fix bp_embedded_type enum definitionloli10K2019-06-241-2/+2
* Remove code for zfs remapMatthew Ahrens2019-06-246-13/+1
* OpenZFS 9425 - channel programs can be interruptedDon Brady2019-06-224-1/+40
* Fix comments on zfs_bookmark_physPaul Dagnelie2019-06-221-1/+3
* Allow unencrypted children of encrypted datasetsTom Caputi2019-06-201-1/+0
* Remove dedupditto functionalityMatthew Ahrens2019-06-193-6/+4
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-1918-80/+353
* lz4_decompress_abd declared but not definedMatthew Ahrens2019-06-131-2/+1
* panic in removal_remap test on 4K devicesMatthew Ahrens2019-06-131-4/+4
* fat zap should prefetch when iteratingMatthew Ahrens2019-06-121-2/+5
* single-chunk scatter ABDs can be treated as linearMatthew Ahrens2019-06-111-2/+11
* make zil max block size tunableMatthew Ahrens2019-06-102-22/+12
* Allow metaslab to be unloaded even when not freed fromPaul Dagnelie2019-06-061-0/+1
* zpool import progress kstatOlaf Faaland2019-05-091-0/+8
* Fix send/recv lost spill blockBrian Behlendorf2019-05-076-7/+34
* Fix `zfs set atime|relatime=off|on` behavior on inherited datasetsTomohiro Kusumi2019-05-072-1/+1
* Remove incorrect (and inappropriate) comment in dprintf_dnodeMatthew Ahrens2019-05-011-5/+0
* Reference zfeature.c in a SPA_VERSION commentRichard Laager2019-04-161-0/+4
* Remove zfs.h comments about GRUBRichard Laager2019-04-161-9/+0
* Sync reserved Illumos ioctl comment with actual numberTomohiro Kusumi2019-04-141-1/+1
* Restrict kstats and print real pointersSara Hartse2019-04-041-0/+1
* Add TRIM supportBrian Behlendorf2019-03-2917-25/+265
* MMP interval and fail_intervals in uberblockOlaf Faaland2019-03-213-3/+62
* Multiple DVA Scrubbing FixTom Caputi2019-03-151-1/+3
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-134-2/+15
* Add bookmark v2 on-disk featureTom Caputi2019-03-131-0/+17
* Fix handling of maxblkid for raw sendsTom Caputi2019-03-132-2/+10
* Increase default zfs_multihost_fail_intervals and import_intervalsOlaf Faaland2019-03-131-2/+2
* Avoid retrieving unused snapshot propsAlek P2019-03-121-2/+9
* MMP writes rotate over leavesOlaf Faaland2019-03-123-0/+5
* Reorder ZFS ioctls to fix cross-version compatibilityLorenz Brun2019-03-091-3/+3
* Stack overflow in recursive bpobj_iterate_implPaul Zuchowski2019-03-061-0/+1
* Fix dnode_hold_impl() soft lockuplidongyang2019-02-221-0/+1
* Introduce auxiliary metaslab histogramsSerapheim Dimitropoulos2019-02-203-0/+45
* zfs should optionally send holdsPaul Zuchowski2019-02-151-1/+2
* port async unlinked drain from illumos-nexentaAlek P2019-02-124-0/+22
* Get rid of space_map_update() for ms_synced_lengthSerapheim Dimitropoulos2019-02-123-13/+55
* ZVOLs should not be allowed to have childrenloli10K2019-02-081-0/+1