aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for s390[x].Dimitri John Ledkov2016-03-171-1/+15
* Add rw_tryupgrade()Brian Behlendorf2016-03-101-34/+16
* Changes to support zfs encryptionTom Caputi2016-02-252-19/+23
* random_get_pseudo_bytes() need not provide cryptographic strength entropyRichard Yao2016-02-171-6/+1
* Allow kicking a taskq to spawn more threadsChunwei Chen2016-02-051-0/+1
* kobj_read_file: Return -1 on vn_rdwr() errorRichard Yao2016-01-231-2/+2
* Use tsd to store tq for taskq_memberChunwei Chen2016-01-202-1/+2
* Linux 4.5 compat: pfn_t typedefBrian Behlendorf2016-01-201-1/+0
* Turn on both PF_FSTRANS and PF_MEMALLOC_NOIO in spl_fstrans_markChunwei Chen2016-01-201-4/+10
* _ILP32 is always defined on SPARCAlex McWhirter2016-01-081-4/+0
* Use spl_fstrans_mark instead of memalloc_noio_saveChunwei Chen2015-12-181-1/+0
* Provide kstat for taskqsTim Chase2015-12-161-7/+14
* Fix cstyle issues in spl-taskq.c and taskq.hBrian Behlendorf2015-12-111-45/+46
* Don't use tq->tq_lock_flagsChunwei Chen2015-12-111-1/+0
* Subclass tq_lock to eliminate a lockdep warningOlaf Faaland2015-12-111-0/+9
* Fix lockdep warning in spl_inode_{lock,unlock}Olaf Faaland2015-12-111-1/+1
* Add new lock types MUTEX_NOLOCKDEP, and RW_NOLOCKDEPOlaf Faaland2015-12-112-3/+81
* Fix build issue on some configured kernelszgock2015-12-111-1/+1
* Either _ILP32 or _LP64 must be definedBrian Behlendorf2015-12-101-11/+31
* Revert "Make taskq_member() use ->journal_info"Brian Behlendorf2015-12-081-1/+1
* Make taskq_member() use ->journal_infoRichard Yao2015-12-081-1/+1
* Fix race between getf() and areleasef()Richard Yao2015-12-031-2/+2
* Additional dkio support for TRIM/DiscardTim Chase2015-12-023-8/+65
* sysmacros: Make P2ROUNDUP not trigger int overflowJason Zaman2015-11-131-2/+2