summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove on_each_cpu() wrapperBrian Behlendorf2014-10-175-66/+1
* Remove mutex_lock_nested() wrapperBrian Behlendorf2014-10-174-62/+0
* Remove i_mutex() configure checkBrian Behlendorf2014-10-173-31/+3
* Remove kmalloc_node() compatibility codeBrian Behlendorf2014-10-172-24/+0
* Remove linux/uaccess.h header checkBrian Behlendorf2014-10-174-46/+1
* Remove uintptr_t typedefBrian Behlendorf2014-10-172-24/+0
* Remove atomic64_xchg() wrappersBrian Behlendorf2014-10-172-48/+0
* Simplify the time compatibility wrappersBrian Behlendorf2014-10-177-274/+31
* Map highbit64() to fls64()Brian Behlendorf2014-10-175-97/+3
* Remove CTL_UNNUMBERED sysctl interfaceBrian Behlendorf2014-10-173-195/+4
* Remove register_sysctl() compatibility codeBrian Behlendorf2014-10-173-32/+3
* Remove utsname() wrapperBrian Behlendorf2014-10-174-67/+0
* Remove sysctl_vfs_cache_pressure assumptionBrian Behlendorf2014-10-171-1/+1
* Remove adaptive mutex implementationBrian Behlendorf2014-10-174-124/+9
* Remove patches directoryBrian Behlendorf2014-10-172-197/+0
* Update code to use misc_register()/misc_deregister()Brian Behlendorf2014-10-177-225/+21
* Update SPLAT to use kmutex_t for portabilityBrian Behlendorf2014-10-173-21/+26
* Make license compatibility checks consistentBrian Behlendorf2014-10-176-28/+32
* Install header during post-build rather than post-install.Tom Prince2014-10-093-2/+2
* Fix bug in SPLAT taskq:frontBrian Behlendorf2014-10-031-1/+2
* Linux 3.16 compat: smp_mb__after_clear_bit()Turbo Fredriksson2014-09-221-1/+1
* Avoid PAGESIZE redefinitionstf2014-08-181-1/+4
* Cleanup vn_rename() and vn_remove()Richard Yao2014-08-135-305/+129
* Linux 3.17 compat: remove wait_on_bit action functionNed Bass2014-08-115-9/+75
* Set spl_kmem_cache_slab_limit=16384 to defaultBrian Behlendorf2014-08-081-0/+10
* Set spl_kmem_cache_reclaim=0 to defaultBrian Behlendorf2014-08-081-5/+6
* Add atomic_swap_32() and atomic_swap_64()Tim Chase2014-07-281-0/+27
* Add functions and macros as used upstream.Tim Chase2014-07-222-0/+34
* Rate limit debugging stack tracesBrian Behlendorf2014-07-222-8/+16
* Safer debugging and assertion macros.Tim Chase2014-07-012-31/+46
* Tag spl-0.6.3Brian Behlendorf2014-06-123-1/+5
* Set LANG to a reasonable default (C)Turbo Fredriksson2014-06-102-3/+3
* Fix DKMS package upgrade and packagerBrian Behlendorf2014-05-301-5/+12
* Restrict release number to META versionBrian Behlendorf2014-05-291-1/+1
* Add spl_kmem_cache_reclaim module optionBrian Behlendorf2014-05-222-9/+22
* Add KMC_SLAB cache typeBrian Behlendorf2014-05-225-37/+241
* Linux 3.15: vfs_rename() added a flags argumentChunwei Chen2014-05-072-7/+34
* Linux 3.15 compat: NICE_TO_PRIO and PRIO_TO_NICEChunwei Chen2014-05-071-0/+4
* Evenly distribute the taskq threads across available CPUsAndrey Vesnovaty2014-04-252-0/+21
* Fix crash when using ZFS on Ceph rbdChunwei Chen2014-04-251-1/+2
* Add support for aarch64 (ARMv8)Jorgen Lundman2014-04-251-2/+2
* Change spl_kmem_cache_expire default setting to 2Richard Yao2014-04-141-3/+4
* Expose max/min objs per slab and max slab sizeAndrey Vesnovaty2014-04-141-6/+19
* Add ddi_time_after and friendsChunwei Chen2014-04-142-5/+19
* This patch add a CTASSERT macro for compile time assertion.Yuxuan Shui2014-04-141-0/+11
* Simplify hostid logicRichard Yao2014-04-144-64/+6
* Call kthread_create() correctly with fixed arguments.Tim Chase2014-04-111-1/+4
* De-inline spl_kthread_create().Tim Chase2014-04-092-28/+30
* Support post-3.13 kthread_create() semantics.Tim Chase2014-04-086-9/+38
* splat cred:groupmember: Fix false positivesBrian Behlendorf2014-04-082-28/+79