aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Fix CPU hotplugBrian Behlendorf2015-10-131-1/+1
| * Use tab indent in rwlock.hChunwei Chen2015-10-021-73/+73
| * rwsem use kernel provided owner when possibleChunwei Chen2015-10-021-1/+22
| * Don't take spin lock on rwlock ownerChunwei Chen2015-10-021-19/+4
| * Restructure uio to accommodate bio_vecChunwei Chen2015-08-241-1/+8
| * Include other sources of freeable memory in the freemem calculationTim Chase2015-08-191-1/+4
| * Remove needfree, desfree, lotsfree #definesBrian Behlendorf2015-07-301-3/+0
| * Invert minclsyspri and maxclsyspriBrian Behlendorf2015-07-282-3/+3
| * Add defclsyspri macroBrian Behlendorf2015-07-232-1/+2
| * Support parallel build trees (VPATH builds)Turbo Fredriksson2015-07-171-1/+1
| * Add memory compatibility wrappersBrian Behlendorf2015-06-292-0/+4