aboutsummaryrefslogtreecommitdiffstats
path: root/module/zcommon/zfs_uio.c
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.0 compat: access_ok() drops 'type' parameterTony Hutter2019-01-281-2/+1
* deadlock between mm_sem and tx assign in zfs_write() and page faultilbsmart2018-10-161-6/+25
* Update build system and packagingBrian Behlendorf2018-05-291-0/+2
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-2/+2
* Fix uio_prefaultpages for 0 length iovecChunwei Chen2015-12-151-5/+6
* Fix uioskip crash when skip to endChunwei Chen2015-09-291-2/+4
* Userspace can pass zero length segments via writev/readvRichard Yao2015-09-251-5/+0
* Linux 4.1 compat: loop device on ZFSChunwei Chen2015-08-241-97/+108
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-21/+15
* Add basic uio supportBrian Behlendorf2011-02-101-0/+255