aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add fast path for zfs_ioc_space_snaps() handling of empty_bpobjMatthew Ahrens2019-08-201-1/+13
* Cap metaslab memory usagePaul Dagnelie2019-08-163-3/+16
* Prevent race in blkptr_verify against device removalPaul Dagnelie2019-08-132-12/+12
* Fix out-of-order ZIL txtype lost on hardlinked filesChunwei Chen2019-08-131-1/+1
* spa_load_verify() may consume too much memoryGeorge Wilson2019-08-131-1/+3
* Change boolean-like uint8_t fields in znode_t to boolean_tTomohiro Kusumi2019-08-131-8/+8
* Drop KMC_NOEMERGENCYRichard Yao2019-08-131-2/+0
* Metaslab max_size should be persisted while unloadedPaul Dagnelie2019-08-053-1/+10
* Fast Clone DeletionSara Hartse2019-07-2612-10/+82
* Replace zf_rwlock with a mutexMatthew Ahrens2019-07-251-1/+1
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-07-183-0/+3
* Retire unused spl_{mutex,rwlock}_{init_fini}Brian Behlendorf2019-07-172-7/+0
* Linux 5.3 compat: retire rw_tryupgrade()Brian Behlendorf2019-07-171-53/+7
* Linux 5.3 compat: rw_semaphore ownerBrian Behlendorf2019-07-171-63/+5
* Fix lockdep recursive locking false positive in dbuf_destroyjdike2019-07-172-0/+4
* Fix CONFIG_X86_DEBUG_FPU build failureBrian Behlendorf2019-07-171-0/+9
* Minor style cleanupBrian Behlendorf2019-07-162-25/+29
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-1613-11/+156
* Disable unused pathname::pn_path* (unneeded in Linux)Tomohiro Kusumi2019-07-151-0/+2
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2019-07-126-73/+183
* Decrease contention on dn_struct_rwlockPaul Dagnelie2019-07-082-5/+27
* 8659 static dtrace probes unavailable on non-GPL modulesBrad Lewis2019-07-0816-55/+298
* Fix zfs "redact" misc issuesloli10K2019-07-051-7/+7
* OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocksMike Gerdts2019-07-051-2/+3
* 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-249-17/+1
* OpenZFS 9425 - channel programs can be interruptedDon Brady2019-06-225-2/+43
* 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-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