index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Illumos 5008 - lock contention (rrw_exit) while running a read only load
Alexander Motin
2015-07-06
6
-13
/
+126
*
Illumos 5911 - ZFS "hangs" while deleting file
Matthew Ahrens
2015-07-06
5
-34
/
+91
*
Illumos 5981 - Deadlock in dmu_objset_find_dp
Arne Jansen
2015-07-06
5
-4
/
+40
*
Illumos 5946, 5945
Andriy Gapon
2015-07-06
2
-0
/
+12
*
Illumos 5870 - dmu_recv_end_check() leaks origin_head hold if error happens i...
Andriy Gapon
2015-07-06
1
-2
/
+6
*
Illumos 5909 - ensure that shared snap names don't become too long after prom...
Andriy Gapon
2015-07-06
1
-0
/
+6
*
Illumos 5912 - full stream can not be force-received into a dataset if it has...
Andriy Gapon
2015-07-06
1
-4
/
+6
*
Illumos 6033 - arc_adjust() should search MFU lists
Alek Pinchuk
2015-07-01
1
-1
/
+1
*
man: fix spelling mistakes in manual
Colin Ian King
2015-07-01
4
-6
/
+6
*
Illumos 5175 - implement dmu_read_uio_dbuf() to improve cached read performance
Matthew Ahrens
2015-06-29
3
-11
/
+78
*
Add /dev/mapper to the list of possible sources for pool devices.
Turbo Fredriksson
2015-06-29
1
-0
/
+9
*
Remove l2ad_evict from zfs_l2arc_evict_class
Tim Chase
2015-06-29
1
-5
/
+2
*
Add ziltest.sh
Brian Behlendorf
2015-06-26
2
-0
/
+302
*
Fix for recent zdb -h | -i crashes (seg fault)
Don Brady
2015-06-26
2
-7
/
+20
*
zdb -d has false positive warning when feature@large_blocks=disabled
Don Brady
2015-06-26
1
-11
/
+16
*
Additional SYSV init script fixes (3).
Turbo Fredriksson
2015-06-25
2
-54
/
+22
*
Revert "Additional SYSV init script fixes."
Turbo Fredriksson
2015-06-25
1
-10
/
+7
*
Illumos 5368 - ARC should cache more metadata
Matthew Ahrens
2015-06-25
1
-0
/
+6
*
Illumos 5163 - arc should reap range_seg_cache
George Wilson
2015-06-25
4
-2
/
+9
*
Update all default taskq settings
Brian Behlendorf
2015-06-25
10
-37
/
+12
*
Account for ashift when gathering buffers to be written to l2arc device
Andriy Gapon
2015-06-25
1
-13
/
+34
*
Illumos 5701 - zpool list reports incorrect "alloc" value for cache devices
Prakash Surya
2015-06-25
2
-43
/
+140
*
Add IMPLY() and EQUIV() macros
Brian Behlendorf
2015-06-24
1
-1
/
+17
*
zfsdev_getminor() should check for invalid file handles
Richard Yao
2015-06-22
4
-9
/
+39
*
Make metaslab_aliquot a module parameter.
Etienne Dechamps
2015-06-22
2
-1
/
+18
*
Document metaslab_aliquot.
Etienne Dechamps
2015-06-22
1
-0
/
+7
*
Allocate disk space fairly in the presence of vdevs of unequal size.
Etienne Dechamps
2015-06-22
1
-11
/
+25
*
Add zfs_sb_prune_aliases() function
Brian Behlendorf
2015-06-22
3
-11
/
+84
*
Increase the number of iput taskq threads
Brian Behlendorf
2015-06-22
1
-2
/
+2
*
Linux 4.1 compat: use read_iter() / write_iter()
Matus Kral
2015-06-18
3
-8
/
+70
*
Update dracut README
Sören Tempel
2015-06-18
1
-5
/
+19
*
Only source '/lib/dracut-lib.sh' if it wasn't so far
Sören Tempel
2015-06-17
2
-2
/
+1
*
Force export if it failed the first time
Sören Tempel
2015-06-17
1
-1
/
+1
*
Refactor dracut module
Sören Tempel
2015-06-17
8
-100
/
+150
*
Additional SYSV init script fixes.
Turbo Fredriksson
2015-06-17
1
-7
/
+10
*
Unify mount and share for 'zfs create/clone'
Brian Behlendorf
2015-06-17
1
-52
/
+47
*
3.12 compat, NUMA-aware per-superblock shrinker
Tim Chase
2015-06-17
3
-2
/
+34
*
Add -y option to `zpool iostat`
Hajo Möller
2015-06-17
2
-10
/
+36
*
Wait interruptibly in prefetch thread
Brian Behlendorf
2015-06-16
1
-3
/
+3
*
Rename cv_wait_interruptible() to cv_wait_sig()
Brian Behlendorf
2015-06-11
4
-8
/
+8
*
Merge branch 'lock-contention-on-arcs_mtx-final'
Brian Behlendorf
2015-06-11
33
-1477
/
+3011
|
\
|
*
Increase arc_c_min to allow safe operation of arc_adapt()
Tim Chase
2015-06-11
1
-6
/
+8
|
*
Make arc_prune() asynchronous
Brian Behlendorf
2015-06-11
2
-39
/
+118
|
*
Use taskq_wait_outstanding() function
Brian Behlendorf
2015-06-11
3
-6
/
+6
|
*
Add taskq_wait_outstanding() function
Brian Behlendorf
2015-06-11
2
-0
/
+7
|
*
Illumos 5497 - lock contention on arcs_mtx
Prakash Surya
2015-06-11
17
-680
/
+1862
|
*
Illumos 5408 - managing ZFS cache devices requires lots of RAM
Chris Williamson
2015-06-11
5
-632
/
+948
|
*
Illumos 5369 - arc flags should be an enum
George Wilson
2015-06-11
13
-389
/
+398
|
*
Partially revert "Add ddt, ddt_entry, and l2arc_hdr caches"
Tim Chase
2015-06-11
1
-10
/
+6
|
*
Revert "Allow arc_evict_ghost() to only evict meta data"
Tim Chase
2015-06-11
1
-15
/
+11
[next]