]> git.proxmox.com Git - mirror_spl.git/history - module/spl
kmem-cache: Use a taskq for async allocations
[mirror_spl.git] / module / spl /
2012-12-12 Brian Behlendorfkmem-cache: Use a taskq for async allocations
2012-12-12 Brian Behlendorfkmem-cache: Use taskqs for ageing
2012-12-12 Brian Behlendorfkmem-cache: spl_kmem_cache_create() may always sleep
2012-12-12 Brian Behlendorftaskq delay/cancel functionality
2012-12-12 Brian Behlendorftaskq style, remove #define wrappers
2012-12-12 Brian Behlendorftaskq style, convert spaces to soft tabs
2012-12-03 Brian BehlendorfHandle errors from spl_kern_path_locked()
2012-11-27 Brian BehlendorfDisable FS reclaim when allocating new slabs
2012-11-08 Brian BehlendorfMerge branch 'kmem-cache-optimization'
2012-11-06 Brian BehlendorfNever spin in kmem_cache_alloc()
2012-11-06 Brian BehlendorfOptimize spl_kmem_cache_free()
2012-11-06 Brian BehlendorfTrack emergency object in rbtree
2012-11-06 Brian BehlendorfImproved vmem cached deadlock detection
2012-11-06 Brian BehlendorfMerge branch 'splat'
2012-11-06 Brian BehlendorfCondition variable reference counts
2012-11-06 Brian BehlendorfMerge remote branch 'eris/stats'
2012-11-02 Brian BehlendorfAdd KSTAT_TYPE_TXG type
2012-10-23 Brian BehlendorfMake kstat.ks_update() callback atomic
2012-10-14 Yuxuan ShuiLinux 3.6 compat, kern_path_locked() added
2012-10-11 Massimo MaggiSwitch KM_SLEEP to KM_PUSHPAGE
2012-10-04 Etienne DechampsAdd interface for file hole punching.
2012-09-12 Brian BehlendorfSwitch KM_SLEEP to KM_PUSHPAGE
2012-09-12 Brian BehlendorfRemove TQ_SLEEP -> KM_SLEEP mapping
2012-09-12 Brian BehlendorfRevert "Switch KM_SLEEP to KM_PUSHPAGE"
2012-09-10 Brian BehlendorfDebug cv_destroy() with mutex held
2012-09-07 Brian BehlendorfSet KMC_NOEMERGENCY for zlib workspaces
2012-09-07 Brian BehlendorfAdd KMC_NOEMERGENCY slab flag
2012-08-31 Brian BehlendorfSuppress task_hash_table_init() large allocation warning
2012-08-27 Brian BehlendorfSwitch KM_SLEEP to KM_PUSHPAGE
2012-08-27 Brian BehlendorfRevert "Disable vmalloc() direct reclaim"
2012-08-27 Brian BehlendorfRevert "Fix NULL deref in balance_pgdat()"
2012-08-27 Brian BehlendorfRevert "Detect kernels that honor gfp flags passed...
2012-08-27 Brian BehlendorfRevert "Add TASKQ_NORECLAIM flag"
2012-08-27 Brian BehlendorfEmergency slab objects
2012-08-24 Prakash SuryaAvoid calling smp_processor_id in spl_magazine_age
2012-08-23 Richard YaoRemove Makefile from non-toplevel .gitignore files
2012-08-23 Prakash SuryaWrap trace_set_debug_header in trace_[get|put]_tcd
2012-08-01 Richard YaoFix incorrect type in spl_kmem_cache_set_move() parameter
2012-07-26 Brian BehlendorfMerge branch 'builtin-clean'
2012-07-26 Etienne DechampsDetermine the hostid on demand.
2012-07-26 Etienne DechampsAdd script for builtin module building.
2012-07-26 Etienne DechampsFix undefined reference on spl_mutex_spin_max().
2012-07-26 Etienne DechampsUse MODULE variable in module Makefile like zfs.
2012-07-20 Brian Behlendorf32-bit compat, hostid_read()
2012-07-11 Richard YaoDetect kernels that honor gfp flags passed to vmalloc()
2012-07-03 Richard YaoConstify memory management functions
2012-07-02 Brian BehlendorfPowerPC Compatibility
2012-06-11 Brian BehlendorfFix invalid context bug
2012-05-22 Jorgen LundmanFix ARM 64-bit division
2012-05-18 Brian BehlendorfRemove Solaris module emulation
2012-05-07 Brian BehlendorfEnsure a minimum of one slab is reclaimed
2012-05-07 Brian BehlendorfEnsure direct reclaim forward progress
2012-05-07 Prakash SuryaIgnore slab cache age and delay in direct reclaim
2012-05-07 Prakash SuryaThrottle number of freed slabs based on nr_to_scan
2012-05-03 Jorgen LundmanAdd missing 64-bit divide for 32-bit ARM
2012-04-30 Prakash SuryaUpdate a comment to reflect new taskq internals
2012-04-06 Brian BehlendorfRemove condition variable names
2012-03-23 Brian BehlendorfAdd SPL_META_RELEASE to module load/unload messages
2012-02-02 Brian BehlendorfAdd basic dynamic kstat support
2012-02-02 Brian BehlendorfAdd --enable-debug-log configure option
2012-01-19 Ned BassTaskq locking optimizations
2012-01-19 Ned BassRevert "Taskq locking optimizations"
2012-01-18 Ned BassTaskq locking optimizations
2011-12-21 Brian BehlendorfProxmox VE kernel compat, invalidate_inodes()
2011-12-17 Prakash SuryaStore copy of tqent_flags prior to servicing task
2011-12-16 Prakash SuryaSwap taskq_ent_t with taskqid_t in taskq_thread_t
2011-12-14 Prakash SuryaImplement taskq_dispatch_prealloc() interface
2011-12-14 Prakash SuryaReplace tq_work_list and tq_threads in taskq_t
2011-12-13 Prakash SuryaReplace struct spl_task with struct taskq_ent
2011-11-11 Brian BehlendorfPrepend spl_ to all init/fini functions
2011-11-10 Brian BehlendorfLinux 3.1 compat, shrink_*cache_memory
2011-11-10 Brian BehlendorfLinux 3.1 compat, kern_path_parent()
2011-11-03 Brian BehlendorfFix NULL deref in balance_pgdat()
2011-10-18 Gunnar Beutnervn_rdwr() didn't properly advance the file position
2011-10-11 Brian BehlendorfFix various typos in comments
2011-10-11 Gunnar BeutnerFixed typo in spl_slab_alloc()
2011-10-11 Gunnar BeutnerProperly destroy work items in spl_kmem_cache_destroy()
2011-10-11 Gunnar BeutnerFixed invalid resource re-use in file_find()
2011-10-06 Brian BehlendorfRemove /etc/hostid missing warning
2011-06-24 Darik HornRead the /etc/hostid file directly.
2011-06-21 Brian BehlendorfLinux 3.0: Shrinker compatibility
2011-05-06 Brian BehlendorfAdd TASKQ_NORECLAIM flag
2011-04-25 Brian BehlendorfMerged pull request #40 from dajhorn/spl-proc-typos.
2011-04-25 Darik HornCorrect typos in the spl proc handler.
2011-04-21 Darik HornMake the SPL kernel messages consistent with ZFS.
2011-04-21 Darik HornRemove the gawk dependency.
2011-04-21 Darik HornImport spl_hostid as a module parameter.
2011-04-20 Brian BehlendorfLinux 2.6.39 compat, zlib_deflate_workspacesize()
2011-04-20 Brian BehlendorfLinux 2.6.39 compat, kern_path_parent()
2011-04-20 Brian BehlendorfLinux 2.6.39 compat, DEFINE_SPINLOCK()
2011-04-19 Brian BehlendorfFix unused variable
2011-04-19 Brian BehlendorfLinux 2.6.39 compat, invalidate_inodes()
2011-04-07 Brian BehlendorfAdd dnlc_reduce_cache() support
2011-04-07 Brian BehlendorfAdd slab usage summeries to /proc
2011-04-07 Brian BehlendorfUpdate /proc/spl/kmem/slab output
2011-04-07 Brian BehlendorfLinux shrinker compat
2011-03-22 Brian BehlendorfAdd crgetfsuid()/crgetfsgid() helpers
2011-03-20 Brian BehlendorfDisable vmalloc() direct reclaim
2011-03-02 Brian BehlendorfRemove xvattr support
2011-02-26 Brian BehlendorfFix zlib compression
next