summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix objtool configure checkBrian Behlendorf2020-09-291-1/+2
* Appease GCC sprintf warnings found on Fedora 32/GCC 10.0.1Chris McDonough2020-09-151-1/+1
* Fix gcc10.1 truncation errorGeorge Amanakis2020-09-151-1/+1
* Linux 5.9 compat: NR_SLAB_RECLAIMABLE (#10865)Brian Behlendorf2020-09-152-36/+0
* Linux 5.7 compat: Include linux/sched.h in spl/sys/mutex.hPavel Snajdr2020-09-151-0/+1
* Linux 5.9 compat: make_request_fn replaced with submit_bio interfaceColeman Kane2020-09-151-0/+2
* Linux 5.9 compat: Update NR_SLAB_RECLAIMABLE to NR_SLAB_RECLAIMABLE_BColeman Kane2020-09-152-0/+21
* Linux 5.8 compat: __vmalloc()Eli Schwartz2020-09-151-0/+9
* Linux 5.7 compat: blk_alloc_queue()Brian Behlendorf2020-05-121-0/+14
* Prefix struct rangelockMatthew Macy2020-05-123-18/+18
* ICP: Improve AES-GCM performanceAttila Fülöp2020-05-122-2/+23
* Linux 5.6 compat: struct proc_opsBrian Behlendorf2020-05-121-1/+7
* Linux 5.6 compat: timestamp_truncate()Brian Behlendorf2020-05-121-6/+7
* Linux 5.6 compat: ktime_get_raw_ts64()Brian Behlendorf2020-05-121-0/+5
* Linux 5.6 compat: time_tBrian Behlendorf2020-05-122-3/+3
* Deprecate deduplicated send streamsMatthew Ahrens2020-05-121-0/+1
* Prevent unnecessary resilver restartsjwpoduska2020-01-223-4/+9
* Exclude data from cores unconditionally and metadata conditionallyMatthew Macy2020-01-221-0/+1
* Remove zfs_vdev_elevator module optionBrian Behlendorf2020-01-221-8/+0
* Fix zpool history unbounded memory usageChunwei Chen2020-01-221-1/+2
* Name anonymous enum of KMC_BIT constantsSerapheim Dimitropoulos2020-01-221-2/+2
* Fix pool creation with feature@allocation_classes disabledloli10K2020-01-221-0/+1
* Rename rangelock_ functions to zfs_rangelock_Matthew Macy2020-01-221-5/+5
* SIMD: Use alloc_pages_node to force alignmentFabian-Gruenbichler2020-01-221-6/+17
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2020-01-226-76/+295
* Fix typos in include/Andrea Gelmini2020-01-2218-26/+26
* Prevent race in blkptr_verify against device removalPaul Dagnelie2020-01-222-12/+12
* spa_load_verify() may consume too much memoryGeorge Wilson2020-01-221-1/+3
* Change boolean-like uint8_t fields in znode_t to boolean_tTomohiro Kusumi2020-01-221-8/+8
* Drop KMC_NOEMERGENCYRichard Yao2020-01-221-2/+0
* OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocksMike Gerdts2020-01-221-2/+3
* Fix bp_embedded_type enum definitionloli10K2020-01-221-2/+2
* OpenZFS 9425 - channel programs can be interruptedDon Brady2020-01-225-2/+44
* single-chunk scatter ABDs can be treated as linearMatthew Ahrens2020-01-221-2/+11
* make zil max block size tunableMatthew Ahrens2020-01-222-22/+12
* Fix /etc/hostid on root pool deadlockBrian Behlendorf2019-09-252-1/+2
* Fix zil replay panic when TX_REMOVE followed by TX_CREATEChunwei Chen2019-09-251-5/+2
* Fix deadlock in 'zfs rollback'Tom Caputi2019-09-251-0/+1
* Fix out-of-order ZIL txtype lost on hardlinked filesChunwei Chen2019-09-251-1/+1
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-09-253-0/+3
* Retire unused spl_{mutex,rwlock}_{init_fini}Brian Behlendorf2019-09-252-7/+0
* Linux 5.3 compat: retire rw_tryupgrade()Brian Behlendorf2019-09-251-53/+7
* Linux 5.3 compat: rw_semaphore ownerBrian Behlendorf2019-09-251-63/+5
* Fix lockdep recursive locking false positive in dbuf_destroyjdike2019-09-252-0/+4
* Minor style cleanupBrian Behlendorf2019-09-252-25/+29
* Disable unused pathname::pn_path* (unneeded in Linux)Tomohiro Kusumi2019-09-251-0/+2
* Avoid extra taskq_dispatch() calls by DMUAlexander Motin2019-09-251-0/+2
* Fix comments on zfs_bookmark_physPaul Dagnelie2019-09-251-1/+3
* Allow unencrypted children of encrypted datasetsTom Caputi2019-09-251-1/+0
* lz4_decompress_abd declared but not definedMatthew Ahrens2019-09-251-2/+1