aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Move platform specific parts of zfs_znode.h to platform codeMatthew Macy2019-11-061-137/+12
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-011-1/+1
* Wrap Linux module macrosMatthew Macy2019-11-013-6/+44
* Prefix struct rangelockMatthew Macy2019-11-014-19/+19
* Return an error code from zfs_acl_chmod_setattrMatthew Macy2019-11-011-1/+1
* Move sha2.h to platform codeMatthew Macy2019-10-312-156/+0
* Don't cast away constMatthew Macy2019-10-311-1/+1
* Factor Linux specific code out of spa_misc.cMatthew Macy2019-10-312-1/+6
* Minor spa portability fixesMatthew Macy2019-10-281-0/+3
* Fix for ARC sysctls ignored at runtimeloli10K2019-10-262-0/+10
* Move platform dependent errno aliasesMatthew Macy2019-10-251-10/+0
* Remove sdt.hMatthew Macy2019-10-254-72/+8
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-241-7/+7
* OpenZFS restructuring - ARC memory pressureMatthew Macy2019-10-181-0/+58
* Make zfsdev_getminor signature cross platformMatthew Macy2019-10-161-1/+1
* Don't call sizeof on voidPaul Dagnelie2019-10-131-6/+6
* Function name and comment updatesPaul Dagnelie2019-10-111-8/+13
* Expose dmu_buf_hold_array_by_dnode to platform codeMatthew Macy2019-10-111-1/+3
* Make `zil_async_to_sync` visible to platform codeMatthew Macy2019-10-101-0/+1
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-1/+2
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-0911-82/+564
* Rename rangelock_ functions to zfs_rangelock_Matthew Macy2019-10-031-5/+5
* Add inode accessors to common codeMatthew Macy2019-10-021-1/+9
* OpenZFS restructuring - arc_statsMatthew Macy2019-10-011-0/+276
* OpenZFS restructuring - zfs_ioctlMatthew Macy2019-09-274-0/+99
* OpenZFS restructuring - zvolMatthew Macy2019-09-254-6/+117
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-134-0/+35
* QAT related bug fixesChengfei ZHu2019-09-121-5/+0
* Enable compiler to typecheck loggingMatthew Macy2019-09-121-3/+3
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-1116-2122/+0
* Fix /etc/hostid on root pool deadlockBrian Behlendorf2019-09-102-1/+2
* Enable SIMD for encryptionBrian Behlendorf2019-09-101-7/+7
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-062-0/+205
* Make module tunables cross platformMatthew Macy2019-09-051-0/+11
* OpenZFS restructuring - move platform specific headersMatthew Macy2019-09-057-769/+0
* Fix typos in include/Andrea Gelmini2019-08-3018-26/+26
* Keep more metaslabs loadedPaul Dagnelie2019-08-291-0/+1
* Fix zil replay panic when TX_REMOVE followed by TX_CREATEChunwei Chen2019-08-281-5/+2
* Fix deadlock in 'zfs rollback'Tom Caputi2019-08-271-0/+1
* 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
* 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