| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for rw semaphore under PREEMPT_RT_FULL | Clemens Fruhwirth | 2016-12-19 | 1 | -2/+7 |
* | Linux 4.8 compat: rw_semaphore atomic_long_t count | Brian Behlendorf | 2016-07-29 | 1 | -2/+5 |
* | Implement a proper rw_tryupgrade | Chunwei Chen | 2016-05-31 | 1 | -0/+17 |
* | Linux 4.7 compat: inode_lock() and friends | Chunwei Chen | 2016-05-20 | 1 | -1/+18 |
* | Fix lockdep warning in spl_inode_{lock,unlock} | Olaf Faaland | 2015-12-11 | 1 | -1/+1 |
* | Retire rwsem_is_locked() compat | Brian Behlendorf | 2015-06-10 | 1 | -24/+0 |
* | Retire spl_module_init()/spl_module_fini() | Brian Behlendorf | 2015-02-27 | 2 | -60/+0 |
* | Refactor existing code | Brian Behlendorf | 2015-01-16 | 1 | -3/+3 |
* | Remove compat includes from sys/types.h | Ned Bass | 2014-11-19 | 1 | -0/+1 |
* | Kernel header installation should respect --prefix | Richard Yao | 2014-10-28 | 1 | -1/+1 |
* | Linux 3.12 compat: shrinker semantics | Tim Chase | 2014-10-28 | 1 | -0/+7 |
* | Remove vfs_fsync() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -11/+6 |
* | Remove proc_handler() wrapper | Brian Behlendorf | 2014-10-17 | 2 | -97/+0 |
* | Remove kallsyms_lookup_name() wrapper | Brian Behlendorf | 2014-10-17 | 2 | -45/+0 |
* | Remove shrink_{i,d}node_cache() wrappers | Brian Behlendorf | 2014-10-17 | 1 | -96/+0 |
* | Remove global memory variables | Brian Behlendorf | 2014-10-17 | 1 | -16/+0 |
* | Remove on_each_cpu() wrapper | Brian Behlendorf | 2014-10-17 | 2 | -41/+0 |
* | Remove mutex_lock_nested() wrapper | Brian Behlendorf | 2014-10-17 | 2 | -37/+0 |
* | Remove i_mutex() configure check | Brian Behlendorf | 2014-10-17 | 1 | -9/+2 |
* | Remove linux/uaccess.h header check | Brian Behlendorf | 2014-10-17 | 2 | -36/+0 |
* | Simplify the time compatibility wrappers | Brian Behlendorf | 2014-10-17 | 2 | -46/+0 |
* | Map highbit64() to fls64() | Brian Behlendorf | 2014-10-17 | 1 | -12/+0 |
* | Remove CTL_UNNUMBERED sysctl interface | Brian Behlendorf | 2014-10-17 | 1 | -6/+0 |
* | Remove register_sysctl() compatibility code | Brian Behlendorf | 2014-10-17 | 1 | -9/+0 |
* | Cleanup vn_rename() and vn_remove() | Richard Yao | 2014-08-13 | 1 | -18/+0 |
* | Linux 3.17 compat: remove wait_on_bit action function | Ned Bass | 2014-08-11 | 2 | -0/+46 |
* | Linux 3.12 compat: New shrinker API | Richard Yao | 2013-11-06 | 1 | -83/+143 |
* | Emulate illumos interface cv_timedwait_hires() | Ned Bass | 2013-11-04 | 2 | -0/+48 |
* | Linux 3.10 compat: Do not rely on struct proc_dir_entry definition | Richard Yao | 2013-07-08 | 1 | -3/+0 |
* | Change spl-kmod-devel install path | Brian Behlendorf | 2013-03-14 | 1 | -1/+1 |
* | Refresh links to web site | Ned Bass | 2013-03-04 | 16 | -16/+16 |
* | Remove custom install-data-local for headers | Brian Behlendorf | 2013-03-01 | 1 | -0/+28 |
* | Remove spl_invalidate_inodes() | Brian Behlendorf | 2013-01-17 | 1 | -28/+0 |
* | RHEL 6.4 compat, fallocate() | Brian Behlendorf | 2013-01-08 | 1 | -0/+20 |
* | Fix spl_kmem_init_kallsyms_lookup() panic | Brian Behlendorf | 2012-12-19 | 1 | -0/+1 |
* | Removed SPL_AC_3ARGS_INIT_WORK check | Brian Behlendorf | 2012-12-12 | 1 | -49/+0 |
* | Linux 3.7 compat, __clear_close_on_exec() removed | Brian Behlendorf | 2012-10-18 | 1 | -4/+0 |
* | Linux 3.6 compat, kern_path_locked() added | Yuxuan Shui | 2012-10-14 | 1 | -0/+6 |
* | Remove autotools products | Brian Behlendorf | 2012-08-27 | 1 | -414/+0 |
* | Optimize spl_rwsem_is_locked() | Brian Behlendorf | 2012-07-13 | 1 | -42/+25 |
* | Linux 3.4 compat, __clear_close_on_exec replaces FD_CLR | Richard Yao | 2012-06-13 | 1 | -0/+4 |
* | Linux 3.2 compat: rw_semaphore.wait_lock is raw | Darik Horn | 2012-01-11 | 1 | -8/+28 |
* | Proxmox VE kernel compat, invalidate_inodes() | Brian Behlendorf | 2011-12-21 | 1 | -2/+2 |
* | Prepend spl_ to all init/fini functions | Brian Behlendorf | 2011-11-11 | 1 | -2/+2 |
* | Linux 3.1 compat, shrink_*cache_memory | Brian Behlendorf | 2011-11-09 | 1 | -6/+48 |
* | Linux 3.1 compat, vfs_fsync() | Brian Behlendorf | 2011-11-09 | 1 | -5/+9 |
* | Linux 3.1 compat, kern_path_parent() | Brian Behlendorf | 2011-11-09 | 1 | -4/+10 |
* | Linux 3.0: Shrinker compatibility | Brian Behlendorf | 2011-06-21 | 1 | -23/+106 |
* | Linux 2.6.39 compat, zlib_deflate_workspacesize() | Brian Behlendorf | 2011-04-20 | 1 | -0/+37 |
* | Linux 2.6.39 compat, kern_path_parent() | Brian Behlendorf | 2011-04-20 | 1 | -0/+6 |