]> git.proxmox.com Git - mirror_spl.git/shortlog
mirror_spl.git
2016-05-05 David QuigleyAdd a macro to convert seconds to nanoseconds and vice...
2016-04-26 Tim ChaseClear PF_FSTRANS over spl_filp_fallocate()
2016-04-26 Tim ChaseUse vmem_free() in dfl_free() and add dfl_alloc()
2016-04-26 Chunwei ChenUse kernel provided mutex owner
2016-03-17 Dimitri John... Add support for s390[x].
2016-03-17 Tim ChaseAllow spawning a new thread for TQ_NOQUEUE dispatch...
2016-03-10 Brian BehlendorfAdd rw_tryupgrade()
2016-03-10 Brian BehlendorfRemove RPM package restriction
2016-02-25 Tom CaputiChanges to support zfs encryption
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-26 Chip ParkerEnsure spl/ only occurs once in core-y
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-21 Olaf FaalandCreate spl-kmod-debuginfo rpm with redhat spec file
2016-01-20 Chunwei ChenUse tsd to store tq for taskq_member
2016-01-20 Brian BehlendorfLinux 4.5 compat: pfn_t typedef
2016-01-20 Chunwei ChenTurn on both PF_FSTRANS and PF_MEMALLOC_NOIO in spl_fst...
2016-01-12 Chunwei ChenDon't hold mutex until release cv in cv_wait
2016-01-12 Brian BehlendorfAdd spl_kmem_cache_kmem_threads man page entry
2016-01-08 Alex McWhirter_ILP32 is always defined on SPARC
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-14 Kamil DomanskiSkip GPL-only symbols test when cross-compiling
2015-12-12 Brian BehlendorfRevert "Skip GPL-only symbols test when cross-compiling"
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-12 Olaf FaalandFix lockdep warning in spl_inode_{lock,unlock}
2015-12-12 Olaf FaalandAdd new lock types MUTEX_NOLOCKDEP, and RW_NOLOCKDEP
2015-12-11 Kamil DomańskiSkip GPL-only symbols test when cross-compiling
2015-12-11 zgockFix build issue on some configured kernels
2015-12-10 Brian BehlendorfEither _ILP32 or _LP64 must be defined
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 Boris ProtopopovAdd a script to display SPL slab cache statistics
2015-12-02 Tim ChaseAdditional dkio support for TRIM/Discard
2015-12-02 Dimitri John... spl-kmem-cache: include linux/prefetch.h for prefetchw()
2015-12-02 Brian BehlendorfFix --enable-linux-builtin
2015-11-16 Brian BehlendorfLimit maximum object size in kmem tests
2015-11-13 loli10KRemove superfluous `newline` character
2015-11-13 Jason Zamansysmacros: Make P2ROUNDUP not trigger int overflow
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-10-02 Chunwei ChenUse tab indent in rwlock.h
2015-10-02 Chunwei Chenrwsem use kernel provided owner when possible
2015-10-02 Chunwei ChenDon't take spin lock on rwlock owner
2015-10-02 Brian BehlendorfFix spl-dkms uninstall/update
2015-09-28 Brian BehlendorfFix PAX Patch/Grsec SLAB_USERCOPY panic
2015-09-10 Brian BehlendorfTag spl-0.6.5
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-24 Chunwei ChenRestructure uio to accommodate bio_vec
2015-08-19 Brian BehlendorfLinux 4.2 compat: vfs_rename()
2015-08-19 Tim ChaseInclude other sources of freeable memory in the freemem...
2015-07-30 Brian BehlendorfRemove needfree, desfree, lotsfree #defines
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-29 Brian BehlendorfAdd memory compatibility wrappers
2015-06-24 Brian BehlendorfSet TASKQ_DYNAMIC for kmem and system taskqs
2015-06-24 Brian BehlendorfAdd TASKQ_DYNAMIC feature
2015-06-24 Brian BehlendorfAdd IMPLY() and EQUIV() macros
2015-06-10 Brian BehlendorfRename cv_wait_interruptible() to cv_wait_sig()
2015-06-10 Brian BehlendorfRetire rwsem_is_locked() compat
2015-06-09 Chris DunlopMake taskq_wait() block until the queue is empty
2015-05-21 Brian BehlendorfAdd boot_ncpus macro
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()
2015-04-24 Richard Yaovn_getf/vn_releasef should not accept negative file...
2015-04-08 Brian BehlendorfTag spl-0.6.4
2015-04-07 Brian BehlendorfClear PF_FSTRANS over vfs_sync()
2015-04-03 Tim ChaseDon't allow shrinking a PF_FSTRANS context
2015-04-02 Chris DunlopAdd crgetzoneid() stub
2015-03-27 Brian BehlendorfAdd RHEL style kmod packages
2015-03-27 Brian BehlendorfRemove rpm/fedora directory
2015-03-25 Hajo MöllerFix warning about AM_INIT_AUTOMAKE arguments
2015-03-24 Tim ChaseSet HAVE_FS_STRUCT_SPINLOCK correctly when CONFIG_FRAME...
2015-03-20 Tim ChaseAdd mutex_enter_nested() which maps to mutex_lock_nested()
2015-03-03 Brian BehlendorfReduce splat_taskq_test2_impl() stack frame size
2015-03-03 Brian BehlendorfAdd MUTEX_FSTRANS mutex type
2015-03-03 Brian BehlendorfRetire MUTEX_OWNER checks
2015-03-03 Brian BehlendorfFix cstyle issue in mutex.h
2015-02-27 Brian BehlendorfRetire spl_module_init()/spl_module_fini()
2015-02-05 Chunwei ChenFix spl_hostid module parameter
2015-02-02 Brian BehlendorfOptimize vmem_alloc() retry path
2015-01-21 Brian BehlendorfFix GFP_KERNEL allocations flags
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfUse __get_free_pages() for emergency objects
2015-01-16 Brian BehlendorfFix kmem cache deadlock logic
next