aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* kernel_fpu fixesTony Hutter2019-03-061-5/+29
* config: better libtirpc detectionRafael Kitover2019-03-025-18/+428
* Linux 5.0 compat: Fix bio_set_dev()Brian Behlendorf2019-01-281-2/+33
* Linux 5.0 compat: Disable vector instructions on 5.0+ kernelsTony Hutter2019-01-281-9/+32
* Linux 5.0 compat: Use totalram_pages()Tony Hutter2019-01-282-0/+19
* Linux 5.0 compat: access_ok() drops 'type' parameterTony Hutter2019-01-282-0/+22
* Linux 4.18 compat: Use ktime_get_coarse_real_ts64()Tony Hutter2019-01-282-0/+19
* pyzfs: python3 support (build system)Brian Behlendorf2019-01-064-72/+138
* Check for strlcat and strlcpyBrian Behlendorf2018-12-111-1/+1
* Rename macro ZFS_MINOR due to Lustre conflictOlaf Faaland2018-12-101-5/+5
* Use autoconf variable for C preprocessorBen Wolsieffer2018-12-051-1/+1
* Fix systemd spec file macrosBrian Behlendorf2018-11-111-1/+1
* Fix statfs(2) for 32-bit user spaceBrian Behlendorf2018-09-242-0/+21
* Direct IO supportBrian Behlendorf2018-08-272-0/+131
* Add support for selecting encryption backendNathan Lewis2018-08-021-0/+42
* Add support for autoexpand propertyBrian Behlendorf2018-07-234-38/+22
* Linux 4.14 compat: blk_queue_stackable()Brian Behlendorf2018-06-191-2/+2
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-06-193-4/+29
* Linux compat 4.18: check_disk_size_change()Brian Behlendorf2018-06-154-64/+58
* Tunable directory for zfs runtime scriptsAntonio Russo2018-06-072-0/+10
* Update build system and packagingBrian Behlendorf2018-05-2924-422/+324
* Merge branch 'zfsonlinux/merge-spl'Brian Behlendorf2018-05-2921-0/+922
|\
| * Prepare SPL repo to merge with ZFS repoBrian Behlendorf2018-05-2912-1239/+77
| * Fix undefined RPM macrosBrian Behlendorf2018-05-021-4/+3
| * Fix spl-kmod builds when using rpm >= 4.14LOLi2018-03-091-0/+1
| * Split spl-build.m4Brian Behlendorf2018-02-0722-956/+932
| * Add cv_timedwait_io()Brian Behlendorf2018-01-241-0/+21
| * Fix Debian packaging on ARMv7/ARM64LOLi2018-01-181-3/+6
| * Linux 4.15 compat: timer updatesTony Hutter2017-12-211-0/+34
| * Linux 4.14 compat: vfs_read & vfs_writeBrian Behlendorf2017-11-151-0/+60
| * Remove vn_rename and vn_removeBrian Behlendorf2017-10-271-101/+0
| * Add DKMS package on Debian-based distributionsNeal Gompa (ニール・ゴンパ)2017-10-151-5/+9
| * Remove misguided HAVE_MUTEX_OWNER check, take 2Oleg Drokin2017-08-021-30/+0
| * Revert "Remove misguided HAVE_MUTEX_OWNER check"Brian Behlendorf2017-08-021-0/+30
| * Remove misguided HAVE_MUTEX_OWNER checkOleg Drokin2017-08-021-30/+0
| * Linux 4.13 compat: wait queuesBrian Behlendorf2017-07-231-0/+55
| * Fix RWSEM_SPINLOCK_IS_RAW check failedChunwei Chen2017-06-281-1/+2
| * config: allow --with-linux without --with-linux-objChunwei Chen2017-05-251-1/+2
| * Linux 4.11 compat: remove stub for __put_task_structOlaf Faaland2017-03-201-20/+0
| * Linux 4.11 compat: add linux/sched/signal.hOlaf Faaland2017-03-201-0/+19
| * Linux 4.11 compat: vfs_getattr() takes 4 argsOlaf Faaland2017-03-201-17/+52
| * Add support for recent kmem_cache_create_usercopyKevin Tanguy2017-01-171-0/+37
| * Linux 4.9 compat: group_info changesChunwei Chen2016-10-201-0/+23
| * Fix automatically generated release numberBrian Behlendorf2016-09-211-0/+8
| * Fix HAVE_MUTEX_OWNER test for kernels prior to 4.6Tim Chase2016-08-011-0/+1
| * Add handling for kernel 4.7's CONFIG_TRIM_UNUSED_KSYMSNikolay Borisov2016-08-011-0/+21
| * Linux 4.8 compat: rw_semaphore atomic_long_t countBrian Behlendorf2016-07-291-0/+26
| * Implement a proper rw_tryupgradeChunwei Chen2016-05-311-0/+25
| * Linux 4.7 compat: inode_lock() and friendsChunwei Chen2016-05-201-0/+25
| * Use kernel provided mutex ownerChunwei Chen2016-04-251-0/+29