aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Add TASKQ_DYNAMIC featureBrian Behlendorf2015-06-241-3/+5
| * Add IMPLY() and EQUIV() macrosBrian Behlendorf2015-06-241-0/+10
| * Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-101-28/+28
| * Retire rwsem_is_locked() compatBrian Behlendorf2015-06-102-28/+2
| * Make taskq_wait() block until the queue is emptyChris Dunlop2015-06-091-1/+1
| * Add boot_ncpus macroBrian Behlendorf2015-05-211-0/+1
| * Implement areleasef()Richard Yao2015-04-243-0/+46
| * Don't allow shrinking a PF_FSTRANS contextTim Chase2015-04-031-35/+21
| * Add crgetzoneid() stubChris Dunlop2015-04-021-2/+5
| * Add mutex_enter_nested() which maps to mutex_lock_nested()Tim Chase2015-03-201-2/+17
| * Add MUTEX_FSTRANS mutex typeBrian Behlendorf2015-03-031-20/+30
| * Retire MUTEX_OWNER checksBrian Behlendorf2015-03-031-77/+19
| * Fix cstyle issue in mutex.hBrian Behlendorf2015-03-031-87/+83
| * Retire spl_module_init()/spl_module_fini()Brian Behlendorf2015-02-272-60/+0
| * Use __get_free_pages() for emergency objectsBrian Behlendorf2015-01-161-1/+1
| * Refine slab cache sizingBrian Behlendorf2015-01-161-1/+16
| * Add hooks for disabling direct reclaimRichard Yao2015-01-162-0/+35
| * Refactor generic memory allocation interfacesBrian Behlendorf2015-01-163-259/+95