summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add --enable-debug-log configure optionBrian Behlendorf2012-02-0210-40/+152
* Taskq locking optimizationsNed Bass2012-01-191-2/+2
* Revert "Taskq locking optimizations"Ned Bass2012-01-191-7/+5
* Fix rpm dependenciesBrian Behlendorf2012-01-182-1/+2
* Add the release component to headersBrian Behlendorf2012-01-184-14/+14
* Taskq locking optimizationsNed Bass2012-01-181-5/+7
* Add taskq contention splat testNed Bass2012-01-181-0/+115
* Fix `make distclean` for `--with-config=user`Darik Horn2012-01-171-2/+5
* Run SPL_AC_PACMAN only if $VENDOR is "arch"Brian Behlendorf2012-01-132-46/+51
* Linux 3.2 compat: rw_semaphore.wait_lock is rawDarik Horn2012-01-115-16/+206
* Proxmox VE kernel compat, invalidate_inodes()Brian Behlendorf2011-12-215-6/+100
* Move Arch Linux's VENDOR check above Ubuntu'sPrakash Surya2011-12-192-4/+4
* Store copy of tqent_flags prior to servicing taskPrakash Surya2011-12-162-6/+17
* Swap taskq_ent_t with taskqid_t in taskq_thread_tPrakash Surya2011-12-162-11/+9
* Add make rule for building Arch Linux packagesPrakash Surya2011-12-1412-20/+296
* Exercise new taskq interface in splat-taskq testsPrakash Surya2011-12-131-49/+280
* Implement taskq_dispatch_prealloc() interfacePrakash Surya2011-12-132-6/+95
* Add Test: "Single task queue, recursive dispatch"Prakash Surya2011-12-131-0/+77
* Replace tq_work_list and tq_threads in taskq_tPrakash Surya2011-12-132-57/+95
* Replace struct spl_task with struct taskq_entPrakash Surya2011-12-131-63/+62
* Add SPLAT_TEST_FINI call for SPLAT_TASKQ_TEST6_IDPrakash Surya2011-12-131-0/+1
* Fix usage of MUTEX macro in mutex_enter_nestedPrakash Surya2011-12-131-1/+1
* Allow 64-bit timestamps to be set on 64-bit kernelsChris Dunlop2011-12-121-3/+8
* Fix a typo referencing an incorrect symbolPrakash Surya2011-11-211-1/+1
* Prepend spl_ to all init/fini functionsBrian Behlendorf2011-11-1111-35/+39
* Fix depmod warningBrian Behlendorf2011-11-101-4/+4
* Linux 3.1 compat, shrink_*cache_memoryBrian Behlendorf2011-11-092-16/+52
* Linux 3.1 compat, vfs_fsync()Brian Behlendorf2011-11-094-146/+247
* Linux 3.1 compat, kern_path_parent()Brian Behlendorf2011-11-097-19/+152
* Fix NULL deref in balance_pgdat()Brian Behlendorf2011-11-031-5/+8
* Include distribution in releaseBrian Behlendorf2011-10-192-2/+2
* Cleaned up MUTEX() #defineGunnar Beutner2011-10-191-1/+1
* Remove the spinlocks for mutex_enter()/mutex_exit()Gunnar Beutner2011-10-191-27/+1
* Fix race condition in mutex_exit()Gunnar Beutner2011-10-191-12/+2
* vn_rdwr() didn't properly advance the file positionGunnar Beutner2011-10-181-0/+1
* Fix package URLs to use the github repositoryBrian Behlendorf2011-10-172-2/+2
* Fix various typos in commentsBrian Behlendorf2011-10-111-27/+27
* Fixed typo in spl_slab_alloc()Gunnar Beutner2011-10-111-1/+1
* Properly destroy work items in spl_kmem_cache_destroy()Gunnar Beutner2011-10-111-3/+3
* Fixed invalid resource re-use in file_find()Gunnar Beutner2011-10-112-1/+3
* Prep spl-0.6.0-rc6 tagBrian Behlendorf2011-10-061-1/+1
* Remove /etc/hostid missing warningBrian Behlendorf2011-10-061-5/+1
* Revert "Stabilize the hostid for RPM installations."Brian Behlendorf2011-09-301-11/+0
* Fix HAVE_FS_STRUCT_SPINLOCK check for gcc-4.1.2Brian Behlendorf2011-09-192-0/+9
* Fix the configure CONFIG_* option detectionBrian Behlendorf2011-07-222-9/+3
* Fix 'make install' overly broad 'rm'Brian Behlendorf2011-07-201-1/+5
* Prep spl-0.6.0-rc5 tagBrian Behlendorf2011-07-011-1/+1
* Linux 2.6.39 compat, mutex ownerBrian Behlendorf2011-06-244-12/+177
* Stabilize the hostid for RPM installations.Darik Horn2011-06-241-0/+11
* Read the /etc/hostid file directly.Darik Horn2011-06-242-5/+109