aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Constify memory management functionsRichard Yao2012-07-032-9/+9
* Remove Chaos 4.x RPM supportBrian Behlendorf2012-07-021-41/+0
* Support debug and debug-devel sub packagesPrakash Surya2012-07-021-62/+290
* PowerPC CompatibilityBrian Behlendorf2012-07-023-3/+3
* SPL 0.6.0-rc9Brian Behlendorf2012-06-141-1/+1
* Linux 3.4 compat, __clear_close_on_exec replaces FD_CLRRichard Yao2012-06-135-1/+167
* Fix uninit variable in slab reclaim testBrian Behlendorf2012-06-131-1/+1
* Fix invalid context bugBrian Behlendorf2012-06-111-2/+1
* Fix ARM 64-bit divisionJorgen Lundman2012-05-221-8/+43
* Remove Solaris module emulationBrian Behlendorf2012-05-183-628/+10
* Modify KM_PUSHPAGE to use GFP_NOIO instead of GFP_NOFSRichard Yao2012-05-071-1/+1
* Add SPLAT test to exercise slab direct reclaimPrakash Surya2012-05-071-30/+165
* Ensure a minimum of one slab is reclaimedBrian Behlendorf2012-05-071-2/+32
* Ensure direct reclaim forward progressBrian Behlendorf2012-05-071-0/+10
* Ignore slab cache age and delay in direct reclaimPrakash Surya2012-05-071-1/+2
* Throttle number of freed slabs based on nr_to_scanPrakash Surya2012-05-072-8/+11
* Add missing 64-bit divide for 32-bit ARMJorgen Lundman2012-05-031-1/+22
* Define the needed ISA types for ARMJorgen Lundman2012-05-031-1/+18
* Update a comment to reflect new taskq internalsPrakash Surya2012-04-301-13/+16
* Remove condition variable namesBrian Behlendorf2012-04-063-24/+7
* SPL 0.6.0-rc8Brian Behlendorf2012-03-261-1/+1
* Add SPL_META_RELEASE to module load/unload messagesBrian Behlendorf2012-03-233-12/+14
* SPL 0.6.0-rc7Brian Behlendorf2012-03-161-1/+1
* Fix distribution detectionBrian Behlendorf2012-03-052-32/+46
* Cleanly support debug packagesBrian Behlendorf2012-02-279-30/+180
* Add missing spl_debug_* helpersBrian Behlendorf2012-02-091-2/+64
* Add basic dynamic kstat supportBrian Behlendorf2012-02-022-1/+22
* 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