Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'zfsonlinux/merge-spl' | Brian Behlendorf | 2018-05-29 | 98 | -0/+16031 |
|\ | |||||
| * | Prepare SPL repo to merge with ZFS repo | Brian Behlendorf | 2018-05-29 | 222 | -16870/+777 |
| * | Update README: run autogen first | Matthew Ahrens | 2018-05-07 | 1 | -0/+2 |
| * | Fix undefined RPM macros | Brian Behlendorf | 2018-05-02 | 2 | -4/+6 |
| * | Exclude python scripts from RPM shebang check | Tony Hutter | 2018-04-16 | 2 | -0/+20 |
| * | Linux compat 4.16: SECTOR_SIZE | Giuseppe Di Natale | 2018-04-09 | 1 | -0/+6 |
| * | Remove sysevents | Brian Behlendorf | 2018-04-04 | 5 | -72/+1 |
| * | Fix spl-kmod builds when using rpm >= 4.14 | LOLi | 2018-03-09 | 1 | -0/+1 |
| * | Fix more cstyle warnings | Brian Behlendorf | 2018-02-24 | 9 | -34/+51 |
| * | Fix function name typos | Tomohiro Kusumi | 2018-02-21 | 1 | -3/+3 |
| * | Staticize kstat_default_update() | Tomohiro Kusumi | 2018-02-21 | 1 | -1/+1 |
| * | Fix multiple evaluations of VERIFY() and ASSERT() on failures | DeHackEd | 2018-02-21 | 1 | -6/+9 |
| * | Split spl-build.m4 | Brian Behlendorf | 2018-02-07 | 22 | -956/+932 |
| * | Fix cstyle warnings | Brian Behlendorf | 2018-02-07 | 121 | -1621/+1633 |
| * | Add cv_timedwait_io() | Brian Behlendorf | 2018-01-24 | 3 | -8/+73 |
| * | Fix Debian packaging on ARMv7/ARM64 | LOLi | 2018-01-18 | 1 | -3/+6 |
| * | Linux 4.15 compat: timer updates | Tony Hutter | 2017-12-21 | 2 | -2/+59 |
| * | Linux 4.14 compat: vfs_read & vfs_write | Brian Behlendorf | 2017-11-15 | 3 | -17/+105 |
| * | Remove all spin_is_locked calls | James Cowgill | 2017-10-30 | 4 | -20/+0 |
| * | Remove vn_rename and vn_remove | Brian Behlendorf | 2017-10-27 | 4 | -416/+0 |
| * | Update spl module parameters man5 with missing parameter details | abraunegg | 2017-10-27 | 1 | -1/+15 |
| * | Add DKMS package on Debian-based distributions | Neal Gompa (ニール・ゴンパ) | 2017-10-15 | 3 | -6/+17 |
| * | Add parenthesis to btop and ptob macros | Brian Behlendorf | 2017-10-10 | 1 | -2/+2 |
| * | Make include/linux/ conform to ZFS style standard | Olaf Faaland | 2017-10-09 | 11 | -53/+51 |
| * | Make file headers conform to ZFS style standard | Olaf Faaland | 2017-10-09 | 154 | -308/+308 |
| * | Pool io stat shows wlentime instead of rlentime | Richard Elling | 2017-09-25 | 1 | -1/+1 |
| * | Allow longer SPA names in stats | gaurkuma | 2017-08-11 | 2 | -5/+10 |
| * | make module/spl/spl-kmem.c non-executable (again) | Fabian-Gruenbichler | 2017-08-10 | 1 | -0/+0 |
| * | spl-module-parameters.5 manpage: fix macro | Fabian-Gruenbichler | 2017-08-10 | 1 | -1/+1 |
| * | splat.1 manpage: fix spelling of 'hexadecimal' | Fabian-Gruenbichler | 2017-08-10 | 1 | -4/+4 |
| * | Add assert under lock to detect cases of dispach of a preallocated | Boris Protopopov | 2017-08-08 | 1 | -0/+6 |
| * | Fix use-after-free in taskq_seq_show_impl | Chunwei Chen | 2017-08-04 | 1 | -26/+29 |
| * | Add __divmoddi4 and __udivmoddi4 for 32-bit arch | Chunwei Chen | 2017-08-03 | 1 | -0/+43 |
| * | Remove misguided HAVE_MUTEX_OWNER check, take 2 | Oleg Drokin | 2017-08-02 | 2 | -45/+0 |
| * | spl-mutex: fix race in mutex_exit | Gvozden Neskovic | 2017-08-02 | 1 | -3/+4 |
| * | Revert "Remove misguided HAVE_MUTEX_OWNER check" | Brian Behlendorf | 2017-08-02 | 2 | -0/+40 |
| * | Remove misguided HAVE_MUTEX_OWNER check | Oleg Drokin | 2017-08-02 | 2 | -40/+0 |
| * | Fix aarch64 build | Brian Behlendorf | 2017-07-29 | 2 | -4/+4 |
| * | Tag spl-0.7.0 | Brian Behlendorf | 2017-07-26 | 3 | -23/+7 |
| * | Module parameter to enable spl_panic() to panic the kernel | Oleg Drokin | 2017-07-25 | 1 | -0/+14 |
| * | Avoid WARN() from procfs on kstat collision | LOLi | 2017-07-24 | 1 | -0/+29 |
| * | Linux 4.13 compat: wait queues | Brian Behlendorf | 2017-07-23 | 10 | -14/+91 |
| * | Tag 0.7.0-rc5 | Brian Behlendorf | 2017-07-13 | 1 | -1/+1 |
| * | Don't cache the system hostid | Brian Behlendorf | 2017-07-13 | 2 | -46/+30 |
| * | Add ASSERT3B/VERIFY3B/USEC2NSEC/NSEC2USEC macros | Prakash Surya | 2017-07-13 | 2 | -2/+10 |
| * | Fix RWSEM_SPINLOCK_IS_RAW check failed | Chunwei Chen | 2017-06-28 | 1 | -1/+2 |
| * | config: allow --with-linux without --with-linux-obj | Chunwei Chen | 2017-05-25 | 1 | -1/+2 |
| * | Improve gitignore | Chunwei Chen | 2017-05-25 | 3 | -1/+4 |
| * | Fix cv_timedwait timeout | Brian Behlendorf | 2017-05-25 | 1 | -18/+12 |
| * | Linux 4.12 compat: PF_FSTRANS was removed | Chunwei Chen | 2017-05-09 | 2 | -10/+39 |