aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix kmem cstyle issuesBrian Behlendorf2015-01-163-146/+141
* Refactor existing codeBrian Behlendorf2015-01-167-321/+440
* Revert "Add PF_NOFS debugging flag"Richard Yao2015-01-161-49/+0
* Use current_kernel_time() in the time compatibility wrappersTim Chase2015-01-161-5/+2
* mutex: force serialization on mutex_exit() to fix racesChunwei Chen2014-12-191-1/+31
* Remove compat includes from sys/types.hNed Bass2014-11-192-12/+1
* Retire legacy debugging infrastructureBrian Behlendorf2014-11-195-512/+60