aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove dedupditto functionalityMatthew Ahrens2019-06-193-6/+4
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-1921-84/+373
* 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
* Restrict filesystem creation if name referred either '.' or '..'Tulsi Jain2019-06-131-0/+2
* 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
* Remove vn_set_fs_pwd()/vn_set_pwd() (no need to be at / during insmod)Tomohiro Kusumi2019-05-291-1/+0
* VERIFY3P() message is missing a space characterloli10K2019-05-241-1/+1
* Linux 2.6.39 compat: Test if kstrtoul() existsTomohiro Kusumi2019-05-241-0/+4
* kernel timer API reworkRafael Kitover2019-05-231-0/+25
* Linux 5.2 compat: rw_tryupgrade()Brian Behlendorf2019-05-231-1/+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-073-1/+5
* Linux 5.1 compat: Drop ULLONG_MAX and LLONG_MAX definitionsTomohiro Kusumi2019-05-071-8/+0
* Linux 5.0 compat: Use totalhigh_pages()Tomohiro Kusumi2019-05-041-0/+6
* Add feature check for 'zpool resilver' commandTom Caputi2019-05-021-0/+1
* Remove incorrect (and inappropriate) comment in dprintf_dnodeMatthew Ahrens2019-05-011-5/+0
* Add option [-V|--version] to emit version stringTerraTech2019-04-161-0/+7
* 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
* Unbreak build on Linux kernel < 3.10Tomohiro Kusumi2019-04-081-0/+4
* Restrict kstats and print real pointersSara Hartse2019-04-044-2/+4
* Add TRIM supportBrian Behlendorf2019-03-2922-84/+314
* ZFS Reads may result in unneccesary calls to zil_commitGeorge Wilson2019-03-221-1/+0
* 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-132-0/+18
* 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-122-5/+14
* MMP writes rotate over leavesOlaf Faaland2019-03-123-0/+5
* Reorder ZFS ioctls to fix cross-version compatibilityLorenz Brun2019-03-091-3/+3
* kernel_fpu fixesTony Hutter2019-03-061-3/+8
* 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-152-1/+11
* Linux 4.20 compat: Fix VERIFY(RW_READ_HELD(&hash->mh_contents))Tony Hutter2019-02-151-10/+45
* 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-082-0/+2
* Linux 5.0 compat: Disable vector instructions on 5.0+ kernelsTony Hutter2019-01-281-30/+112
* Linux 5.0 compat: Use totalram_pages()Tony Hutter2019-01-281-1/+7
* Linux 5.0 compat: access_ok() drops 'type' parameterTony Hutter2019-01-281-0/+8