aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove misguided HAVE_MUTEX_OWNER checkOleg Drokin2017-08-022-40/+0
| * Fix aarch64 buildBrian Behlendorf2017-07-292-4/+4
| * Tag spl-0.7.0Brian Behlendorf2017-07-263-23/+7
| * Module parameter to enable spl_panic() to panic the kernelOleg Drokin2017-07-251-0/+14
| * Avoid WARN() from procfs on kstat collisionLOLi2017-07-241-0/+29
| * Linux 4.13 compat: wait queuesBrian Behlendorf2017-07-2310-14/+91
| * Tag 0.7.0-rc5Brian Behlendorf2017-07-131-1/+1
| * Don't cache the system hostidBrian Behlendorf2017-07-132-46/+30
| * Add ASSERT3B/VERIFY3B/USEC2NSEC/NSEC2USEC macrosPrakash Surya2017-07-132-2/+10
| * Fix RWSEM_SPINLOCK_IS_RAW check failedChunwei Chen2017-06-281-1/+2
| * config: allow --with-linux without --with-linux-objChunwei Chen2017-05-251-1/+2
| * Improve gitignoreChunwei Chen2017-05-253-1/+4
| * Fix cv_timedwait timeoutBrian Behlendorf2017-05-251-18/+12
| * Linux 4.12 compat: PF_FSTRANS was removedChunwei Chen2017-05-092-10/+39
| * Tag 0.7.0-rc4Brian Behlendorf2017-05-051-1/+1
| * glibc 2.25 compat: remove assert(X=Y)Olaf Faaland2017-04-031-5/+15
| * Linux 4.11 compat: remove stub for __put_task_structOlaf Faaland2017-03-202-36/+0
| * Linux 4.11 compat: add linux/sched/signal.hOlaf Faaland2017-03-202-0/+23
| * Linux 4.11 compat: vfs_getattr() takes 4 argsOlaf Faaland2017-03-202-20/+62
| * Fix powerpc buildBrian Behlendorf2017-03-062-0/+10
| * Linux 4.11 compat: set_task_state() removedOlaf Faaland2017-02-231-2/+2
| * Use kernel slab for vn_cache and vn_file_cacheChunwei Chen2017-01-311-2/+2
| * Add a PAGESHIFT definitionDavid Quigley2017-01-311-0/+5
| * Tag 0.7.0-rc3Brian Behlendorf2017-01-201-1/+1
| * Reimplement rt_mutex_owner to fix build with DEBUG & PREEMPT_RT_FULLclefru2017-01-191-1/+5
| * Remove identical if statements in module/spl/spl-vnode.cGeorge Melikov2017-01-191-3/+0
| * Add support for recent kmem_cache_create_usercopyKevin Tanguy2017-01-172-2/+48
| * Update struct member intializers to C89RageLtMan2017-01-131-5/+5
| * Add support for rw semaphore under PREEMPT_RT_FULLClemens Fruhwirth2016-12-193-4/+62
| * Remove stale comment from rw_tryupgrade()Clemens Fruhwirth2016-12-191-8/+0
| * Refactor some splat macro to functionChunwei Chen2016-12-1518-221/+233
| * Fix splat memleakChunwei Chen2016-12-151-0/+1
| * Add system_delay_taskq for long delayChunwei Chen2016-12-082-0/+16
| * Limit number of tasks shown in taskq procChunwei Chen2016-12-012-6/+28
| * Add TASKQID_INVALID and TASKQID_INITIAL macrosUbuntu2016-11-025-36/+49
| * Fix vmem_size()Ubuntu2016-11-022-9/+44
| * Tag 0.7.0-rc2Brian Behlendorf2016-10-251-1/+1
| * Linux 4.9 compat: group_info changesChunwei Chen2016-10-204-2/+41
| * Fix splat-cred.c cred usageChunwei Chen2016-10-201-12/+12
| * Fix crgetgroups out-of-bound and misc cred fixChunwei Chen2016-10-201-15/+16
| * Fix out-of-bound in per_cpu in spl_random_inittuxoko2016-10-071-1/+1
| * Linux 4.8 compat: Fix RW_READ_HELDtuxoko2016-10-071-1/+6
| * Fix p0 initializerBrian Behlendorf2016-10-041-1/+2
| * Fix aarch64 type warningBrian Behlendorf2016-10-011-8/+8
| * Fix automatically generated release numberBrian Behlendorf2016-09-211-0/+8
| * Increase spl_kmem_alloc_warn limitBrian Behlendorf2016-09-161-2/+2
| * Fix spl check.sh scriptlegend-hua2016-09-141-1/+1
| * Cleanup in cred.htuxoko2016-09-141-12/+0
| * Tag 0.7.0-rc1Brian Behlendorf2016-09-071-2/+2
| * Fix: handle NULL case in spl_kmem_free_track()GeLiXin2016-08-191-0/+4