summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs
AgeCommit message (Expand)AuthorFilesLines
2018-03-20 [illumos-gate merge]Jerry Jelinek2-29/+32
2018-03-199235 rename zpool_rewind_policy_t to zpool_load_policy_tPavel Zakharov1-28/+26
2018-03-199191 dump vdev tree to zfs_dbgmsg when spa load fails due to missing log devicesPavel Zakharov1-0/+2
2018-03-199187 racing condition between vdev label and spa_last_synced_txg in vdev_vali...Pavel Zakharov1-1/+4
2018-03-19 [illumos-gate merge]Jerry Jelinek8-342/+2338
2018-03-165404 smbfs needs mmap supportjilinxpd8-342/+2338
2018-03-15 [illumos-gate merge]Jerry Jelinek46-512/+2475
2018-03-149166 zfs storage pool checkpointSerapheim Dimitropoulos44-501/+2465
2018-03-149164 assert: newds == os->os_dsl_datasetAndriy Gapon3-11/+10
2018-03-12 [illumos-gate merge]Jerry Jelinek3-3/+3
2018-03-109175 smbsrv/libfksmbsrv: this statement may fall throughToomas Soome1-1/+1
2018-03-109214 typo: sytem should be systemToomas Soome1-1/+1
2018-03-109213 zfs: sytem typoToomas Soome1-1/+1
2018-03-07 [illumos-gate merge]Jerry Jelinek1-11/+29
2018-03-068984 fix for 6764 breaks ACL inheritanceDominik Hassler1-11/+29
2018-03-05OS-6714 sdev_plugin_register() attempts to open non-global "/dev"John Levon1-8/+18
2018-03-05 [illumos-gate merge]Jerry Jelinek5-208/+334
2018-03-032552 smbfs: add support for NFS-like removejilinxpd4-205/+315
2018-03-031586 mount_smbfs doesn't document noaclGordon Ross1-3/+19
2018-02-22OS-6659 sdev_plugin_register should set *errp to 0 on successMike Gerdts1-0/+2
2018-02-22 [illumos-gate merge]Jerry Jelinek1-8/+0
2018-02-219084 spa_*_ashift must ignore spare devicesPrakash Surya1-8/+0
2018-02-21 [illumos-gate merge]Jerry Jelinek8-65/+541
2018-02-208484 Implement aggregate sum and use for arc countersPaul Dagnelie8-65/+541
2018-02-16OS-6558 sdev_create_minor_node should allow non-666Mike Gerdts1-4/+26
2018-02-15OS-6545 need sdev_ctx_minor()Mike Gerdts1-23/+15
2018-02-15 [illumos-gate merge]Jerry Jelinek1-1/+1
2018-02-149016 Default timeout for NFSv4 ephemeral mounts is wrongMarcel Telka1-1/+1
2018-02-14 [illumos-gate merge]release-20180215Jerry Jelinek22-656/+1654
2018-02-138857 zio_remove_child() panic due to already destroyed parent zioGeorge Wilson2-20/+40
2018-02-139074 domount() interprets ZFS filesystem names as relative pathsSebastien Roy5-19/+24
2018-02-139080 recursive enter of vdev_indirect_rwlock from vdev_indirect_remap()Serapheim Dimitropoulos1-18/+90
2018-02-139079 race condition in starting and ending condesing thread for indirect vdevsSerapheim Dimitropoulos6-66/+452
2018-02-139075 Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov12-534/+1049
2018-02-09OS-6552 devnet_filldir should only call sdev_cleandir on directories, againMike Gerdts1-2/+2
2018-02-08 [illumos-gate merge]Jerry Jelinek8-22/+76
2018-02-078942 zfs promote .../%recv should be an errorloli10K1-2/+10
2018-02-078520 lzc_rollback_to should support rolling back to originAndriy Gapon2-10/+50
2018-02-078477 Assertion failed in vdev_state_dirty(): spa_writeable(spa)loli10K1-1/+1
2018-02-078408 dsl_props_set_sync_impl() does not handle nested nvlists correctlyloli10K1-5/+9
2018-02-079036 zfs: duplicate 'const' declaration specifierToomas Soome1-2/+2
2018-02-079035 zfs: this statement may fall throughToomas Soome4-2/+4
2018-02-07OS-6588 zfs_zone IO throttle assertion failureJerry Jelinek1-2/+7
2018-02-07 [illumos-gate merge]Jerry Jelinek8-236/+767
2018-02-068962 zdb should work on non-idle poolsPavel Zakharov1-2/+18
2018-02-068961 SPA load/import should tell us why it failedPavel Zakharov7-80/+288
2018-02-067638 Refactor spa_load_impl into several functionsPavel Zakharov1-172/+479
2018-02-068966 Source file zfs_acl.c, function zfs_aclset_common contains a use after e...WHR1-1/+1
2018-02-059018 Replace kmem_cache_reap_now() with kmem_cache_reap_soon()Tim Kordas1-11/+36
2018-02-05OS-6540 zonehash_lock is hot under a heavy ZFS IO loadJerry Jelinek1-133/+211