summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-061-15/+20
* 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
* 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
* Fix MMP write frequency for large poolsBrian Behlendorf2018-03-141-3/+3
* Handle zio_resume and mmp => offOlaf Faaland2018-03-141-4/+10
* Take user namespaces into account in policy checksWolfgang Bumiller2018-03-141-7/+59
* Detect long config lock acquisition in mmpOlaf Faaland2018-03-141-0/+6
* Linux 4.16 compat: get_disk_and_module()Giuseppe Di Natale2018-03-141-1/+1
* Change checksum & IO delay ratelimit valuesTony Hutter2018-03-141-2/+21
* Increment zil_itx_needcopy_bytes properlychrisrd2018-03-141-2/+1
* Fix free memory calculation on v3.14+chrisrd2018-03-141-17/+6
* Report duration and error in mmp_history entriesOlaf Faaland2018-03-142-12/+55
* Do not initiate MMP writes while pool is suspendedOlaf Faaland2018-03-141-1/+1
* OpenZFS 8857 - zio_remove_child() panic due to already destroyed parent zioGeorge Wilson2018-03-141-20/+29