Skip to content

Tags: DataCoreSoftware/ZFSin

Tags

DarkMatterU1

Toggle DarkMatterU1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #39 from DataCoreSoftware/zfs-454

Periodically calling 'vmem_update' function to dynamically update the vmem->vm_hash_table size.

0.20

Toggle 0.20's commit message
Inno change to x64 program files default (openzfsonwindows#181)

0.19

Toggle 0.19's commit message
Correct WIN32 paths after bulk git merge

fix ZVOL blocksize

decrease impact of delete delay

0.18

Toggle 0.18's commit message
Silence mze warning in zap_micro.c

0.17

Toggle 0.17's commit message
Clean up Security methods

0.16

Toggle 0.16's commit message
Incorrect IOCTL defined after merge

0.15

Toggle 0.15's commit message
cv_wait to use literal waiters instead of address

Since address would never == 1, the broadcast would never clear
and txg would continuously sync.

0.14

Toggle 0.14's commit message
Work around for deltree race

If we have pending deletes, wait for them to complete before we
deny directory deletion

0.13

Toggle 0.13's commit message
FsTeardown should be in CLOSE and zil_commit iocount

Following fastfat, we should not FsRtlTeardownPerStreamContexts in
CLEANUP but rather in CLOSE.

zil_commit via zfs_fsync() / FLUSH_BUFFERS calls zget with WITHOUT_VNODE
and such should not release zp in zfs_get_data().

make some fileobjects spinlock tighter, to avoid calling kmem_alloc
in between. Should consider rwlocks, since spinlocks are expensive.

0.12

Toggle 0.12's commit message
NULL zfsvfs checks

Got a call to getpartitionex and even though the zmo tests passed,
zfsvfs was NULL, causing panic. Handle it with more grace.