summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Linux compat 4.18: check_disk_size_change()Brian Behlendorf2018-06-151-0/+1
* Reserve DMU_BACKUP_FEATURE for ZSTDAllan Jude2018-06-141-0/+1
* OpenZFS 9577 - remove zfs_dbuf_evict_key tsdMatthew Ahrens2018-06-132-4/+4
* Raw receive functions must not decrypt dataTom Caputi2018-06-061-1/+2
* OpenZFS 8484 - Implement aggregate sum and use for arc countersPaul Dagnelie2018-06-064-0/+104
* Add pool state /proc entry, "SUSPENDED" poolsTony Hutter2018-06-063-4/+8
* Remove rwlock wrappersBrian Behlendorf2018-06-041-1/+0
* OpenZFS 9464 - txg_kick() fails to see that we are quiescingSerapheim Dimitropoulos2018-06-041-1/+2
* OpenZFS 9235 - rename zpool_rewind_policy_t to zpool_load_policy_tPavel Zakharov2018-06-043-16/+16
* zpool reopen should detect expanded devicesSara Hartse2018-05-311-0/+12
* Update build system and packagingBrian Behlendorf2018-05-2925-34/+226
* Merge branch 'zfsonlinux/merge-spl'Brian Behlendorf2018-05-2955-0/+4946
|\
| * Prepare SPL repo to merge with ZFS repoBrian Behlendorf2018-05-29136-3020/+233
| * Linux compat 4.16: SECTOR_SIZEGiuseppe Di Natale2018-04-091-0/+6
| * Remove syseventsBrian Behlendorf2018-04-044-71/+1
| * Fix multiple evaluations of VERIFY() and ASSERT() on failuresDeHackEd2018-02-211-6/+9
| * Fix cstyle warningsBrian Behlendorf2018-02-07104-739/+760
| * Add cv_timedwait_io()Brian Behlendorf2018-01-241-0/+2
| * Linux 4.14 compat: vfs_read & vfs_writeBrian Behlendorf2017-11-151-0/+41
| * Remove vn_rename and vn_removeBrian Behlendorf2017-10-271-2/+0
| * Add parenthesis to btop and ptob macrosBrian Behlendorf2017-10-101-2/+2
| * Make include/linux/ conform to ZFS style standardOlaf Faaland2017-10-0911-53/+51
| * Make file headers conform to ZFS style standardOlaf Faaland2017-10-09121-242/+242
| * Allow longer SPA names in statsgaurkuma2017-08-111-1/+1
| * Remove misguided HAVE_MUTEX_OWNER check, take 2Oleg Drokin2017-08-021-15/+0
| * spl-mutex: fix race in mutex_exitGvozden Neskovic2017-08-021-3/+4
| * Revert "Remove misguided HAVE_MUTEX_OWNER check"Brian Behlendorf2017-08-021-0/+10
| * Remove misguided HAVE_MUTEX_OWNER checkOleg Drokin2017-08-021-10/+0
| * Linux 4.13 compat: wait queuesBrian Behlendorf2017-07-234-7/+17
| * Add ASSERT3B/VERIFY3B/USEC2NSEC/NSEC2USEC macrosPrakash Surya2017-07-132-2/+10
| * Linux 4.12 compat: PF_FSTRANS was removedChunwei Chen2017-05-091-4/+33
| * Linux 4.11 compat: add linux/sched/signal.hOlaf Faaland2017-03-201-0/+4
| * Add a PAGESHIFT definitionDavid Quigley2017-01-311-0/+5
| * Add support for rw semaphore under PREEMPT_RT_FULLClemens Fruhwirth2016-12-191-2/+7
| * Remove stale comment from rw_tryupgrade()Clemens Fruhwirth2016-12-191-8/+0
| * Add system_delay_taskq for long delayChunwei Chen2016-12-081-0/+2
| * Add TASKQID_INVALID and TASKQID_INITIAL macrosUbuntu2016-11-021-0/+6
| * Linux 4.9 compat: group_info changesChunwei Chen2016-10-201-0/+5
| * Linux 4.8 compat: Fix RW_READ_HELDtuxoko2016-10-071-1/+6
| * Cleanup in cred.htuxoko2016-09-141-12/+0
| * Linux 4.8 compat: rw_semaphore atomic_long_t countBrian Behlendorf2016-07-291-2/+5
| * Added highbit() and lowbit() macrosTom Caputi2016-07-201-0/+3
| * Add _ALIGNMENT_REQUIRED to isa_defs.h for checksumsTony Hutter2016-06-211-0/+30
| * Implement a proper rw_tryupgradeChunwei Chen2016-05-312-7/+21
| * Add isa_defs for MIPSYunQiang Su2016-05-311-1/+22
| * Linux 4.7 compat: inode_lock() and friendsChunwei Chen2016-05-201-1/+18
| * Add cv_timedwait_sig_hires to allow interruptible sleepChunwei Chen2016-05-121-0/+2
| * Add a macro to convert seconds to nanoseconds and vice-versaDavid Quigley2016-05-051-0/+3
| * Use vmem_free() in dfl_free() and add dfl_alloc()Tim Chase2016-04-261-1/+5
| * Use kernel provided mutex ownerChunwei Chen2016-04-251-0/+15