]> git.proxmox.com Git - mirror_spl.git/history - include
Add ASSERT3B/VERIFY3B/USEC2NSEC/NSEC2USEC macros
[mirror_spl.git] / include /
2017-07-13 Prakash SuryaAdd ASSERT3B/VERIFY3B/USEC2NSEC/NSEC2USEC macros
2017-05-09 Chunwei ChenLinux 4.12 compat: PF_FSTRANS was removed
2017-03-21 Olaf FaalandLinux 4.11 compat: add linux/sched/signal.h
2017-01-31 David QuigleyAdd a PAGESHIFT definition
2016-12-19 Clemens FruhwirthAdd support for rw semaphore under PREEMPT_RT_FULL
2016-12-19 Clemens FruhwirthRemove stale comment from rw_tryupgrade()
2016-12-08 Chunwei ChenAdd system_delay_taskq for long delay
2016-11-02 UbuntuAdd TASKQID_INVALID and TASKQID_INITIAL macros
2016-10-20 Chunwei ChenLinux 4.9 compat: group_info changes
2016-10-08 tuxokoLinux 4.8 compat: Fix RW_READ_HELD
2016-09-14 tuxokoCleanup in cred.h
2016-07-29 Brian BehlendorfLinux 4.8 compat: rw_semaphore atomic_long_t count
2016-07-20 Tom CaputiAdded highbit() and lowbit() macros
2016-06-21 Tony HutterAdd _ALIGNMENT_REQUIRED to isa_defs.h for checksums
2016-05-31 Chunwei ChenImplement a proper rw_tryupgrade
2016-05-31 YunQiang SuAdd isa_defs for MIPS
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-05-05 David QuigleyAdd a macro to convert seconds to nanoseconds and vice...
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 LedkovAdd support for s390[x].
2016-03-10 Brian BehlendorfAdd rw_tryupgrade()
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-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-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-08 Alex McWhirter_ILP32 is always defined on SPARC
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-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 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 Tim ChaseAdditional dkio support for TRIM/Discard
2015-11-13 Jason Zamansysmacros: Make P2ROUNDUP not trigger int overflow
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-08-24 Chunwei ChenRestructure uio to accommodate bio_vec
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-23 Brian BehlendorfAdd defclsyspri macro
2015-07-17 Turbo FredrikssonSupport parallel build trees (VPATH builds)
2015-06-29 Brian BehlendorfAdd memory compatibility wrappers
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 Richard YaoImplement areleasef()
2015-04-03 Tim ChaseDon't allow shrinking a PF_FSTRANS context
2015-04-02 Chris DunlopAdd crgetzoneid() stub
2015-03-20 Tim ChaseAdd mutex_enter_nested() which maps to mutex_lock_nested()
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-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfUse __get_free_pages() for emergency objects
2015-01-16 Brian BehlendorfRefine slab cache sizing
2015-01-16 Richard YaoAdd hooks for disabling direct reclaim
2015-01-16 Brian BehlendorfRefactor generic memory allocation interfaces
2015-01-16 Brian BehlendorfFix kmem cstyle issues
2015-01-16 Brian BehlendorfRefactor existing code
2015-01-16 Richard YaoRevert "Add PF_NOFS debugging flag"
2015-01-16 Tim ChaseUse current_kernel_time() in the time compatibility...
2014-12-19 Chunwei Chenmutex: force serialization on mutex_exit() to fix races
2014-11-19 Ned BassRemove compat includes from sys/types.h
2014-11-19 Brian BehlendorfRetire legacy debugging infrastructure
2014-11-05 Brian BehlendorfLower minimum objects/slab threshold
2014-10-28 Richard YaoKernel header installation should respect --prefix
2014-10-28 Tim ChaseLinux 3.12 compat: shrinker semantics
2014-10-20 Brian BehlendorfMerge branch 'cleanup'
2014-10-17 Brian BehlendorfRemove vfs_fsync() wrapper
2014-10-17 Brian BehlendorfRemove proc_handler() wrapper
2014-10-17 Brian BehlendorfRemove credential configure checks.
2014-10-17 Brian BehlendorfRemove kallsyms_lookup_name() wrapper
2014-10-17 Brian BehlendorfRemove shrink_{i,d}node_cache() wrappers
2014-10-17 Brian BehlendorfRemove global memory variables
2014-10-17 Brian BehlendorfRemove get_vmalloc_info() wrapper
2014-10-17 Brian BehlendorfRemove on_each_cpu() wrapper
2014-10-17 Brian BehlendorfRemove mutex_lock_nested() wrapper
2014-10-17 Brian BehlendorfRemove i_mutex() configure check
2014-10-17 Brian BehlendorfRemove kmalloc_node() compatibility code
2014-10-17 Brian BehlendorfRemove linux/uaccess.h header check
2014-10-17 Brian BehlendorfRemove uintptr_t typedef
2014-10-17 Brian BehlendorfRemove atomic64_xchg() wrappers
next