]> git.proxmox.com Git - mirror_spl.git/history - module
Prepare SPL repo to merge with ZFS repo
[mirror_spl.git] / module /
2018-05-29 Brian BehlendorfPrepare SPL repo to merge with ZFS repo master
2018-02-24 Brian BehlendorfFix more cstyle warnings
2018-02-21 Tomohiro KusumiFix function name typos
2018-02-21 Tomohiro KusumiStaticize kstat_default_update()
2018-02-07 Brian BehlendorfFix cstyle warnings
2018-01-24 Brian BehlendorfAdd cv_timedwait_io()
2017-12-21 Tony HutterLinux 4.15 compat: timer updates
2017-11-16 Brian BehlendorfLinux 4.14 compat: vfs_read & vfs_write
2017-10-30 James CowgillRemove all spin_is_locked calls
2017-10-27 Brian BehlendorfRemove vn_rename and vn_remove
2017-10-09 Olaf FaalandMake file headers conform to ZFS style standard
2017-09-25 Richard EllingPool io stat shows wlentime instead of rlentime
2017-08-11 gaurkumaAllow longer SPA names in stats
2017-08-10 Fabian-Gruenbichlermake module/spl/spl-kmem.c non-executable (again)
2017-08-08 Boris ProtopopovAdd assert under lock to detect cases of dispach of...
2017-08-04 Chunwei ChenFix use-after-free in taskq_seq_show_impl
2017-08-03 Chunwei ChenAdd __divmoddi4 and __udivmoddi4 for 32-bit arch
2017-07-26 Oleg DrokinModule parameter to enable spl_panic() to panic the...
2017-07-24 LOLiAvoid WARN() from procfs on kstat collision
2017-07-24 Brian BehlendorfLinux 4.13 compat: wait queues
2017-07-13 Brian BehlendorfDon't cache the system hostid
2017-05-25 Chunwei ChenImprove gitignore
2017-05-25 Brian BehlendorfFix cv_timedwait timeout
2017-05-09 Chunwei ChenLinux 4.12 compat: PF_FSTRANS was removed
2017-03-21 Olaf FaalandLinux 4.11 compat: remove stub for __put_task_struct
2017-03-21 Olaf FaalandLinux 4.11 compat: vfs_getattr() takes 4 args
2017-02-23 Olaf FaalandLinux 4.11 compat: set_task_state() removed
2017-01-31 Chunwei ChenUse kernel slab for vn_cache and vn_file_cache
2017-01-19 clefruReimplement rt_mutex_owner to fix build with DEBUG...
2017-01-19 George MelikovRemove identical if statements in module/spl/spl-vnode.c
2017-01-17 Kevin TanguyAdd support for recent kmem_cache_create_usercopy
2017-01-13 RageLtManUpdate struct member intializers to C89
2016-12-19 Clemens FruhwirthAdd support for rw semaphore under PREEMPT_RT_FULL
2016-12-15 Chunwei ChenRefactor some splat macro to function
2016-12-15 Chunwei ChenFix splat memleak
2016-12-08 Chunwei ChenAdd system_delay_taskq for long delay
2016-12-01 Chunwei ChenLimit number of tasks shown in taskq proc
2016-11-02 UbuntuAdd TASKQID_INVALID and TASKQID_INITIAL macros
2016-11-02 UbuntuFix vmem_size()
2016-10-20 Chunwei ChenLinux 4.9 compat: group_info changes
2016-10-20 Chunwei ChenFix splat-cred.c cred usage
2016-10-20 Chunwei ChenFix crgetgroups out-of-bound and misc cred fix
2016-10-08 tuxokoFix out-of-bound in per_cpu in spl_random_init
2016-10-05 Brian BehlendorfFix p0 initializer
2016-10-02 Brian BehlendorfFix aarch64 type warning
2016-09-17 Brian BehlendorfIncrease spl_kmem_alloc_warn limit
2016-08-19 GeLiXinFix: handle NULL case in spl_kmem_free_track()
2016-07-29 Brian BehlendorfLinux 4.8 compat: rw_semaphore atomic_long_t count
2016-06-01 Jinshan XiongImprove spl slab cache alloc
2016-05-31 Chunwei ChenFix use-after-free in splat_taskq_test7
2016-05-31 Chunwei ChenImplement a proper rw_tryupgrade
2016-05-24 Chunwei ChenFix taskq_wait_outstanding re-evaluate tq_next_id
2016-05-24 Chunwei ChenFix race between taskq_destroy and dynamic spawning...
2016-05-24 Chunwei ChenRestore CALLOUT_FLAG_ABSOLUTE in cv_timedwait_hires
2016-05-20 Chunwei ChenLinux 4.7 compat: inode_lock() and friends
2016-05-12 Chunwei ChenAdd cv_timedwait_sig_hires to allow interruptible sleep
2016-04-26 Tim ChaseClear PF_FSTRANS over spl_filp_fallocate()
2016-03-17 Tim ChaseAllow spawning a new thread for TQ_NOQUEUE dispatch...
2016-03-10 Brian BehlendorfAdd rw_tryupgrade()
2016-02-17 Richard Yaorandom_get_pseudo_bytes() need not provide cryptographi...
2016-02-05 Chunwei ChenAllow kicking a taskq to spawn more threads
2016-01-23 Brian BehlendorfRemove RLIM64_INFINITY assert in vn_rdwr()
2016-01-23 Richard Yaokobj_read_file: Return -1 on vn_rdwr() error
2016-01-20 Chunwei ChenUse tsd to store tq for taskq_member
2016-01-12 Chunwei ChenDon't hold mutex until release cv in cv_wait
2015-12-22 Brian BehlendorfFix do_div() types in condvar:timeout
2015-12-18 Chunwei ChenUse spl_fstrans_mark instead of memalloc_noio_save
2015-12-16 Tim ChaseProvide kstat for taskqs
2015-12-12 Brian BehlendorfFix cstyle issues in spl-taskq.c and taskq.h
2015-12-12 Chunwei ChenDon't use tq->tq_lock_flags
2015-12-12 Olaf FaalandSubclass tq_lock to eliminate a lockdep warning
2015-12-09 Brian BehlendorfRevert "Make taskq_member() use ->journal_info"
2015-12-08 Richard YaoMake taskq_member() use ->journal_info
2015-12-03 Richard YaoFix race between getf() and areleasef()
2015-12-02 tuxokoPrevent rm modules.* when make install
2015-12-02 Dimitri John Ledkovspl-kmem-cache: include linux/prefetch.h for prefetchw()
2015-11-16 Brian BehlendorfLimit maximum object size in kmem tests
2015-11-13 loli10KRemove superfluous `newline` character
2015-11-13 tuxokoFix taskq dynamic spawning
2015-11-11 Chunwei ChenDon't call kmem_cache_shrink from shrinker
2015-10-13 Brian BehlendorfFix CPU hotplug
2015-09-28 Brian BehlendorfFix PAX Patch/Grsec SLAB_USERCOPY panic
2015-09-09 Richard YaoDisable direct reclaim in taskq worker threads on Linux...
2015-09-01 Brian BehlendorfLinux 4.2 compat: misc_deregister()
2015-09-01 Tim ChaseCreate a new thread during recursive taskq dispatch...
2015-09-01 Brian BehlendorfRevert "Create a new thread during recursive taskq...
2015-08-31 Tim ChaseCreate a new thread during recursive taskq dispatch...
2015-08-19 Brian BehlendorfLinux 4.2 compat: vfs_rename()
2015-07-28 Brian BehlendorfInvert minclsyspri and maxclsyspri
2015-07-24 Brian BehlendorfRemove skc_ref from alloc/free paths
2015-07-23 Brian BehlendorfAdd defclsyspri macro
2015-07-21 Brian BehlendorfDefault to --disable-debug-kmem
2015-07-17 Turbo FredrikssonSupport parallel build trees (VPATH builds)
2015-06-24 Brian BehlendorfSet TASKQ_DYNAMIC for kmem and system taskqs
2015-06-24 Brian BehlendorfAdd TASKQ_DYNAMIC feature
2015-06-10 Brian BehlendorfRename cv_wait_interruptible() to cv_wait_sig()
2015-06-09 Chris DunlopMake taskq_wait() block until the queue is empty
2015-04-24 Brian BehlendorfFix cstyle issues in spl-tsd.c
2015-04-24 Chunwei ChenMake tsd_set(key, NULL) remove the tsd entry for curren...
2015-04-24 Richard YaoImplement areleasef()
next