aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'kmem-rework'Brian Behlendorf2015-01-1624-2624/+2997
|\
| * Use __get_free_pages() for emergency objectsBrian Behlendorf2015-01-162-11/+13
| * Fix kmem cache deadlock logicBrian Behlendorf2015-01-161-10/+25
| * Refine slab cache sizingBrian Behlendorf2015-01-164-143/+247
| * Reduce kmem cache deadlock thresholdBrian Behlendorf2015-01-161-1/+1
| * Update spl-module-parameters(5) man pageBrian Behlendorf2015-01-161-28/+103
| * Make slab reclaim more aggressiveBrian Behlendorf2015-01-162-29/+69
| * Enforce architecture-specific barriers around clear_bit()Richard Yao2015-01-161-3/+20
| * Add hooks for disabling direct reclaimRichard Yao2015-01-165-2/+64
| * Refactor generic memory allocation interfacesBrian Behlendorf2015-01-1610-775/+469
| * Fix kmem cstyle issuesBrian Behlendorf2015-01-166-313/+335
| * Refactor existing codeBrian Behlendorf2015-01-1623-2115/+2506
| * Revert "Add PF_NOFS debugging flag"Richard Yao2015-01-161-49/+0
|/
* Use current_kernel_time() in the time compatibility wrappersTim Chase2015-01-161-5/+2
* Fix debug object on stack warningBrian Behlendorf2015-01-071-34/+57
* mutex: force serialization on mutex_exit() to fix racesChunwei Chen2014-12-191-1/+31
* Remove compat includes from sys/types.hNed Bass2014-11-1915-22/+28
* Retire legacy debugging infrastructureBrian Behlendorf2014-11-1926-3000/+389
* Lower minimum objects/slab thresholdBrian Behlendorf2014-11-052-1/+10
* Add config/compile to config/.gitignoreMarcel Wysocki2014-10-311-0/+1
* Fix modules installation directoryAlexander Pyhalov2014-10-281-1/+2
* Kernel header installation should respect --prefixRichard Yao2014-10-2812-13/+13
* kmem_cache: Call constructor/destructor on each alloc/freeRichard Yao2014-10-281-21/+16
* Linux 3.12 compat: shrinker semanticsTim Chase2014-10-283-25/+57
* Merge branch 'cleanup'Brian Behlendorf2014-10-2045-3478/+251
|\
| * Remove vfs_fsync() wrapperBrian Behlendorf2014-10-172-30/+6
| * Remove kern_path() wrapperBrian Behlendorf2014-10-172-55/+0
| * Remove kvasprintf() wrapperBrian Behlendorf2014-10-172-42/+0
| * Remove proc_handler() wrapperBrian Behlendorf2014-10-175-139/+39
| * Update put_task_struct() commentsBrian Behlendorf2014-10-171-2/+2
| * Remove credential configure checks.Brian Behlendorf2014-10-173-175/+24
| * Add vfs_unlink() and vfs_rename() commentsBrian Behlendorf2014-10-171-0/+8
| * Remove set_fs_pwd() configure checkBrian Behlendorf2014-10-172-31/+10