summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.0 compat: Fix bio_set_dev()Brian Behlendorf2019-02-221-2/+27
* Linux 5.0 compat: Fix SUBDIRsTony Hutter2019-02-221-3/+3
* Linux 5.0 compat: Convert MS_* macros to SB_*Tony Hutter2019-02-222-11/+13
* Linux 5.0 compat: Use totalram_pages()Tony Hutter2019-02-221-2/+2
* Linux 5.0 compat: access_ok() drops 'type' parameterTony Hutter2019-02-221-2/+1
* deadlock between mm_sem and tx assign in zfs_write() and page faultilbsmart2019-02-222-9/+46
* Rename macro ZFS_MINOR due to Lustre conflictOlaf Faaland2019-02-221-3/+3
* Add kernel module auto-loadingBrian Behlendorf2019-02-221-5/+20
* OpenZFS 9577 - remove zfs_dbuf_evict_key tsdMatthew Ahrens2019-02-223-51/+42
* Fix arc_release() refcountBrian Behlendorf2018-11-081-1/+1
* Prefix all refcount functions with zfs_Tim Schumacher2018-11-0818-323/+341
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-11-0813-49/+49
* Fix statfs(2) for 32-bit user spaceBrian Behlendorf2018-11-082-5/+25
* Reduce taskq and context-switch cost of zio pipeMatthew Ahrens2018-11-081-115/+137
* Fix race in dnode_check_slots_free()Tom Caputi2018-11-084-11/+38
* Revert "zpool reopen should detect expanded devices"Tony Hutter2018-09-132-36/+13
* Correctly handle errors from kern_pathChris Siebenmann2018-07-061-1/+1
* Fix build with CONFIG_GCC_PLUGIN_RANDSTRUCTGeorgy Yakovlev2018-07-061-5/+5
* Fix 'zfs recv' of non large_dnode send streamsTom Caputi2018-07-062-6/+30
* Fix object reclaim when using large dnodesTom Caputi2018-07-063-5/+5
* Fix problems receiving reallocated dnodesTim Chase2018-07-064-12/+126
* Fedora 28: Fix misc bounds check compiler warningsJoao Carlos Mendes Luis2018-07-061-1/+1
* Allow inherited properties in zfs_check_settable()LOLi2018-07-061-13/+13
* OpenZFS 8906 - uts: illumos rootfs should support salted cksumToomas Soome2018-07-061-10/+1
* Fix zpl_mount() deadlockBrian Behlendorf2018-07-061-1/+10
* Fix kernel unaligned access on sparc64Brian Behlendorf2018-07-062-16/+21
* Linux 4.14 compat: blk_queue_stackable()Brian Behlendorf2018-07-061-12/+10
* Add pool state /proc entry, "SUSPENDED" poolsTony Hutter2018-07-062-0/+102
* zpool reopen should detect expanded devicesSara Hartse2018-07-062-13/+36
* module param callbacks check for initialized spaOlaf Faaland2018-07-062-12/+15
* Trim new line from zfs_vdev_schedulerBrian Behlendorf2018-07-061-18/+53
* Fix ENOSPC in "Handle zap_add() failures in ..."Chunwei Chen2018-07-065-32/+130
* Fix divide-by-zero in mmp_delay_update()Olaf Faaland2018-07-061-1/+1
* OpenZFS 8997 - ztest assertion failure in zil_lwb_write_issuePrakash Surya2018-07-063-38/+50
* Linux compat 4.18: check_disk_size_change()Brian Behlendorf2018-07-061-144/+115
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-07-067-12/+13
* zv_suspend_lock in zvol_open()/zvol_release()Boris Protopopov2018-07-061-23/+41
* RHEL 7.5 compat: FMODE_KABI_ITERATEBrian Behlendorf2018-05-073-23/+27
* Allow mounting datasets more than onceSeth Forshee2018-05-071-6/+59
* Fix zfs_arc_max minimum tuningberen122018-05-071-1/+1
* Linux compat 4.16: blk_queue_flag_{set,clear}Giuseppe Di Natale2018-05-071-4/+4
* Fix 'zfs send/recv' hang with 16M blocksBrian Behlendorf2018-05-071-4/+12
* Update mmp_delay on sync or skipped, failed writeOlaf Faaland2018-05-073-41/+68
* Fedora 28: Fix misc bounds check compiler warningsTony Hutter2018-05-071-4/+5
* Fix hung z_zvol tasks during 'zfs receive'LOLi2018-05-072-1/+15
* Fix mmap / libaio deadlockBrian Behlendorf2018-05-071-1/+1
* Report pool suspended due to MMPOlaf Faaland2018-05-074-8/+12
* Add zfs_scan_ignore_errors tunableTim Chase2018-05-071-0/+16
* Record skipped MMP writes in multihost_historyOlaf Faaland2018-05-072-40/+163
* Revert "Handle zap_add() failures in mixed ... "Tony Hutter2018-04-095-140/+27