]> git.proxmox.com Git - mirror_spl.git/shortlog
mirror_spl.git
2012-08-27 Brian BehlendorfRemove autotools products
2012-08-24 Prakash SuryaAdd kpreempt_[dis|en]able macros in <sys/disp.h>
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-23 Brian BehlendorfAdd copy-builtin to EXTRA_DIST
2012-08-13 Brian BehlendorfSPL 0.6.0-rc10
2012-08-13 Brian BehlendorfCleanly remove spl-modules-devel headers
2012-08-08 Prakash SuryaSupport building a spl-modules-dkms sub package
2012-08-06 Etienne DechampsHandle any invalidate_inodes_check prototype.
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 DechampsWhen checking for symbol exports, try compiling.
2012-07-26 Etienne DechampsFake modpost stage for LINUX_COMPILE.
2012-07-26 Etienne DechampsMake configure builtin-aware.
2012-07-26 Etienne DechampsFix undefined reference on spl_mutex_spin_max().
2012-07-26 Etienne DechampsDon't build packages that haven't been selected.
2012-07-26 Etienne DechampsUse MODULE variable in module Makefile like zfs.
2012-07-20 Brian Behlendorf32-bit compat, hostid_read()
2012-07-13 Brian BehlendorfOptimize spl_rwsem_is_locked()
2012-07-12 Prakash SuryaMove spl.release generation to configure step
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 BehlendorfRemove Chaos 4.x RPM support
2012-07-02 Prakash SuryaSupport debug and debug-devel sub packages
2012-07-02 Brian BehlendorfPowerPC Compatibility
2012-06-14 Brian BehlendorfSPL 0.6.0-rc9
2012-06-13 Richard YaoLinux 3.4 compat, __clear_close_on_exec replaces FD_CLR
2012-06-13 Brian BehlendorfFix uninit variable in slab reclaim test
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 Richard YaoModify KM_PUSHPAGE to use GFP_NOIO instead of GFP_NOFS
2012-05-07 Prakash SuryaAdd SPLAT test to exercise slab direct reclaim
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-05-03 Jorgen LundmanDefine the needed ISA types for ARM
2012-04-30 Prakash SuryaUpdate a comment to reflect new taskq internals
2012-04-06 Brian BehlendorfRemove condition variable names
2012-03-26 Brian BehlendorfSPL 0.6.0-rc8
2012-03-23 Brian BehlendorfAdd SPL_META_RELEASE to module load/unload messages
2012-03-16 Brian BehlendorfSPL 0.6.0-rc7
2012-03-05 Brian BehlendorfFix distribution detection
2012-02-27 Brian BehlendorfCleanly support debug packages
2012-02-10 Brian BehlendorfAdd missing spl_debug_* helpers
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 Brian BehlendorfFix rpm dependencies
2012-01-18 Brian BehlendorfAdd the release component to headers
2012-01-18 Ned BassTaskq locking optimizations
2012-01-18 Ned BassAdd taskq contention splat test
2012-01-17 Darik HornFix `make distclean` for `--with-config=user`
2012-01-13 Brian BehlendorfRun SPL_AC_PACMAN only if $VENDOR is "arch"
2012-01-12 Darik HornLinux 3.2 compat: rw_semaphore.wait_lock is raw
2011-12-21 Brian BehlendorfProxmox VE kernel compat, invalidate_inodes()
2011-12-19 Prakash SuryaMove Arch Linux's VENDOR check above Ubuntu's
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-15 Prakash SuryaAdd make rule for building Arch Linux packages
2011-12-14 Prakash SuryaExercise new taskq interface in splat-taskq tests
2011-12-14 Prakash SuryaImplement taskq_dispatch_prealloc() interface
2011-12-14 Prakash SuryaAdd Test: "Single task queue, recursive dispatch"
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-12-13 Prakash SuryaAdd SPLAT_TEST_FINI call for SPLAT_TASKQ_TEST6_ID
2011-12-13 Prakash SuryaFix usage of MUTEX macro in mutex_enter_nested
2011-12-12 Chris DunlopAllow 64-bit timestamps to be set on 64-bit kernels
2011-11-22 Prakash SuryaFix a typo referencing an incorrect symbol
2011-11-11 Brian BehlendorfPrepend spl_ to all init/fini functions
2011-11-10 Brian BehlendorfFix depmod warning
2011-11-10 Brian BehlendorfLinux 3.1 compat, shrink_*cache_memory
2011-11-10 Brian BehlendorfLinux 3.1 compat, vfs_fsync()
2011-11-10 Brian BehlendorfLinux 3.1 compat, kern_path_parent()
2011-11-03 Brian BehlendorfFix NULL deref in balance_pgdat()
2011-10-19 Brian BehlendorfInclude distribution in release
2011-10-19 Gunnar BeutnerCleaned up MUTEX() #define
2011-10-19 Gunnar BeutnerRemove the spinlocks for mutex_enter()/mutex_exit()
2011-10-19 Gunnar BeutnerFix race condition in mutex_exit()
2011-10-18 Gunnar Beutnervn_rdwr() didn't properly advance the file position
2011-10-17 Brian BehlendorfFix package URLs to use the github repository
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 BehlendorfPrep spl-0.6.0-rc6 tag
2011-10-06 Brian BehlendorfRemove /etc/hostid missing warning
2011-09-30 Brian BehlendorfRevert "Stabilize the hostid for RPM installations."
2011-09-19 Brian BehlendorfFix HAVE_FS_STRUCT_SPINLOCK check for gcc-4.1.2
2011-07-22 Brian BehlendorfFix the configure CONFIG_* option detection
2011-07-20 Brian BehlendorfFix 'make install' overly broad 'rm'
2011-07-01 Brian BehlendorfPrep spl-0.6.0-rc5 tag
2011-06-24 Brian BehlendorfLinux 2.6.39 compat, mutex owner
2011-06-24 Darik HornStabilize the hostid for RPM installations.
next