aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix CPU hotplugBrian Behlendorf2015-10-132-9/+8
* 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
* Fix spl-dkms uninstall/updateBrian Behlendorf2015-10-021-5/+6
* Fix PAX Patch/Grsec SLAB_USERCOPY panicBrian Behlendorf2015-09-281-1/+11
* Tag spl-0.6.5Brian Behlendorf2015-09-103-1/+7
* Disable direct reclaim in taskq worker threads on Linux 3.9+Richard Yao2015-09-091-0/+4
* Linux 4.2 compat: misc_deregister()Brian Behlendorf2015-09-011-5/+1
* Create a new thread during recursive taskq dispatch if necessaryTim Chase2015-09-011-3/+28
* Revert "Create a new thread during recursive taskq dispatch if necessary"Brian Behlendorf2015-08-311-22/+0
* Create a new thread during recursive taskq dispatch if necessaryTim Chase2015-08-311-0/+22
* Restructure uio to accommodate bio_vecChunwei Chen2015-08-241-1/+8
* Linux 4.2 compat: vfs_rename()Brian Behlendorf2015-08-192-0/+7
* 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-284-7/+6
* Remove skc_ref from alloc/free pathsBrian Behlendorf2015-07-241-9/+2
* Add defclsyspri macroBrian Behlendorf2015-07-2311-25/+48
* Default to --disable-debug-kmemBrian Behlendorf2015-07-212-22/+6
* Support parallel build trees (VPATH builds)Turbo Fredriksson2015-07-176-44/+50
* Add memory compatibility wrappersBrian Behlendorf2015-06-292-0/+4
* Set TASKQ_DYNAMIC for kmem and system taskqsBrian Behlendorf2015-06-242-5/+5
* Add TASKQ_DYNAMIC featureBrian Behlendorf2015-06-244-126/+371
* Add IMPLY() and EQUIV() macrosBrian Behlendorf2015-06-241-0/+10
* Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-102-62/+75
* Retire rwsem_is_locked() compatBrian Behlendorf2015-06-103-50/+2
* Make taskq_wait() block until the queue is emptyChris Dunlop2015-06-093-49/+66
* Add boot_ncpus macroBrian Behlendorf2015-05-211-0/+1
* Fix cstyle issues in spl-tsd.cBrian Behlendorf2015-04-241-20/+21
* Make tsd_set(key, NULL) remove the tsd entry for current threadChunwei Chen2015-04-241-0/+63
* Implement areleasef()Richard Yao2015-04-244-5/+60
* vn_getf/vn_releasef should not accept negative file descriptorsRichard Yao2015-04-241-0/+6
* Tag spl-0.6.4Brian Behlendorf2015-04-083-1/+5
* Clear PF_FSTRANS over vfs_sync()Brian Behlendorf2015-04-071-1/+15
* Don't allow shrinking a PF_FSTRANS contextTim Chase2015-04-032-35/+27
* Add crgetzoneid() stubChris Dunlop2015-04-021-2/+5
* Add RHEL style kmod packagesBrian Behlendorf2015-03-278-2/+116
* Remove rpm/fedora directoryBrian Behlendorf2015-03-278-13/+2
* Fix warning about AM_INIT_AUTOMAKE argumentsHajo Möller2015-03-251-2/+3
* Set HAVE_FS_STRUCT_SPINLOCK correctly when CONFIG_FRAME_WARN==1024Tim Chase2015-03-241-1/+1
* Add mutex_enter_nested() which maps to mutex_lock_nested()Tim Chase2015-03-201-2/+17
* Reduce splat_taskq_test2_impl() stack frame sizeBrian Behlendorf2015-03-031-20/+31
* Add MUTEX_FSTRANS mutex typeBrian Behlendorf2015-03-032-21/+31
* Retire MUTEX_OWNER checksBrian Behlendorf2015-03-032-127/+19
* Fix cstyle issue in mutex.hBrian Behlendorf2015-03-031-87/+83
* Retire spl_module_init()/spl_module_fini()Brian Behlendorf2015-02-274-95/+8
* Fix spl_hostid module parameterChunwei Chen2015-02-041-1/+3
* Optimize vmem_alloc() retry pathBrian Behlendorf2015-02-021-1/+11
* Fix GFP_KERNEL allocations flagsBrian Behlendorf2015-01-213-4/+4