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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Illumos 4975 - missing mutex_destroy() calls in zfs
Jorgen Lundman
2015-04-28
5
-0
/
+21
*
Illumos 3897 - zfs filesystem and snapshot limits (fix leak)
Alex Reece
2015-04-28
1
-0
/
+1
*
Illumos 3897 - zfs filesystem and snapshot limits
Jerry Jelinek
2015-04-28
19
-27
/
+1021
*
Illumos 5134 - if ZFS_DEBUG or debug= is set, libzpool should enable debug pr...
Matthew Ahrens
2015-04-28
3
-0
/
+7
*
Fix misuse of input argument in traverse_visitbp
tuxoko
2015-04-28
1
-15
/
+17
*
Merge branch 'zed-pushbullet'
Brian Behlendorf
2015-04-27
19
-441
/
+911
|
\
|
*
Combine data-notify.sh with io-notify.sh
Chris Dunlap
2015-04-27
2
-51
/
+16
|
*
Add notification to io-spare.sh
Chris Dunlap
2015-04-27
1
-4
/
+52
|
*
Add support for Pushbullet notifications
Chris Dunlap
2015-04-27
3
-1
/
+112
|
*
Replace "email" ZEDLETs with "notify" ZEDLETs
Chris Dunlap
2015-04-27
15
-258
/
+311
|
*
Cleanup ZEDLETs
Chris Dunlap
2015-04-27
11
-337
/
+630
|
/
*
Remove useless variable spa_active_count
Isaac Huang
2015-04-27
2
-8
/
+2
*
Memory leak in make_root_vdev()
Isaac Huang
2015-04-27
1
-1
/
+3
*
5313 Allow I/Os to be aggregated across ZIO priority classes
Justin T. Gibbs
2015-04-24
3
-31
/
+51
*
5410 Document -S option to zfs inherit
Paul B. Henson
2015-04-24
2
-6
/
+31
*
Serialize access to spa->spa_feat_stats nvlist
Ned Bass
2015-04-24
3
-1
/
+9
*
align zfs_autoimport_disable manpage with reality
cburroughs
2015-04-24
1
-1
/
+1
*
Fix kernel panic due to tsd_exit in ZFS_EXIT(zsb)
Chunwei Chen
2015-04-24
2
-1
/
+2
*
Support the "version" property on volumes via the zfs_prop_get_int() API
Tim Chase
2015-04-24
1
-0
/
+3
*
Extend PF_FSTRANS critical regions
Brian Behlendorf
2015-04-24
2
-6
/
+14
*
Fix formatting error in zfs(8)
DHE
2015-04-23
1
-0
/
+2
*
Fix io-spare.sh to work with disk vdevs
Chris Dunlap
2015-04-17
1
-1
/
+1
*
Mark additional functions as PF_FSTRANS
Brian Behlendorf
2015-04-17
4
-4
/
+53
*
Document bookmarks a little better in zfs(8)
Turbo Fredriksson
2015-04-14
1
-0
/
+18
*
Rebuild init scripts on source file updates
DHE
2015-04-14
1
-1
/
+1
*
Allocate zfs_znode_cache on the Linux slab
Tim Chase
2015-04-14
1
-2
/
+4
*
Tag zfs-0.6.4
zfs-0.6.4
Brian Behlendorf
2015-04-08
3
-1
/
+5
*
Use vmem_alloc() in spa_config_write()
Brian Behlendorf
2015-04-07
1
-2
/
+2
*
Mark all ZPL and ioctl functions as PF_FSTRANS
Tim Chase
2015-04-03
7
-19
/
+96
*
Update zfs_pd_bytes_max default in zfs(8)
Brian Behlendorf
2015-03-31
1
-1
/
+1
*
Illumus 5693 - ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_o...
Matthew Ahrens
2015-03-27
1
-2
/
+0
*
Illumos 5694 - traverse_prefetcher does not prefetch enough
George Wilson
2015-03-27
2
-14
/
+13
*
Align code with Illumos
Chris Dunlop
2015-03-27
1
-10
/
+9
*
Illumos 5695 - dmu_sync'ed holes do not retain birth time
Prakash Surya
2015-03-27
3
-8
/
+23
*
zpool import should honor overlay property
Ned Bass
2015-03-27
2
-14
/
+14
*
Add NULL guard in zfs_zrlock_class event class
Ned Bass
2015-03-27
1
-9
/
+9
*
Add RHEL style kmod packages
Brian Behlendorf
2015-03-27
8
-2
/
+98
*
Remove rpm/fedora directory
Brian Behlendorf
2015-03-27
8
-13
/
+2
*
Check all vdev labels in 'zpool import'
Brian Behlendorf
2015-03-25
4
-19
/
+61
*
dbuf_free_range() overzealously frees dbufs
Ned Bass
2015-03-25
1
-1
/
+6
*
Set the maximum ZVOL transfer size correctly
Tim Chase
2015-03-25
2
-2
/
+2
*
Execute udevadm settle before trying to import pools
Gordan Bobic
2015-03-24
1
-0
/
+3
*
zio_injection_enabled should not be a module option
Isaac Huang
2015-03-24
3
-21
/
+7
*
Reduce size of zfs_sb_t: allocate z_hold_mtx separately
Chris Dunlop
2015-03-24
3
-1
/
+10
*
Fix arc_adjust_meta() behavior
Brian Behlendorf
2015-03-20
2
-23
/
+80
*
Restructure per-filesystem reclaim
Brian Behlendorf
2015-03-20
6
-43
/
+59
*
Fix arc_meta_max accounting
Brian Behlendorf
2015-03-20
1
-3
/
+4
*
Increase Linux pipe buffer size on 'zfs receive'
Richard Yao
2015-03-20
1
-0
/
+43
*
Move duplicate information about the 'zfs send -e' option.
Turbo Fredriksson
2015-03-19
1
-18
/
+18
*
Use MUTEX_FSTRANS on l2arc_buflist_mtx
Chunwei Chen
2015-03-18
1
-1
/
+1
[next]