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
*
Improve on the ZFS events documentation
Turbo Fredriksson
2015-06-09
3
-12
/
+212
*
dmu_objset_userquota_get_ids uses dn_bonus unsafely
Ned Bass
2015-06-05
1
-3
/
+17
*
dbuf_try_add_ref minor bug fixes
Ned Bass
2015-06-05
1
-2
/
+2
*
SYSV init script fixes.
Turbo Fredriksson
2015-06-05
4
-17
/
+35
*
Base init scripts for SYSV systems
Turbo Fredriksson
2015-05-28
16
-792
/
+1473
*
Use ExecStartPre to load zfs modules
Brian Behlendorf
2015-05-26
2
-2
/
+4
*
Add libzfs_error_init() function
Brian Behlendorf
2015-05-22
7
-22
/
+46
*
Wait in libzfs_init() for the /dev/zfs device
Brian Behlendorf
2015-05-22
3
-6
/
+67
*
Style check shell scripts
Turbo Fredriksson
2015-05-20
1
-1
/
+13
*
Change 3-digit octal escapes to 4-digit ones
Hajo Möller
2015-05-18
1
-2
/
+2
*
The mount helper mount.zfs MUST be in /sbin (not '$sbindir').
Turbo Fredriksson
2015-05-18
1
-1
/
+1
*
Initialize dbu_tqent in dmu_buf_init_user()
Tim Chase
2015-05-18
1
-0
/
+1
*
Illumos 5847 - libzfs_diff should check zfs_prop_get() return
Alexander Eremin
2015-05-15
1
-3
/
+7
*
Illumos 5243 - zdb -b could be much faster
Matthew Ahrens
2015-05-15
2
-21
/
+47
*
Zdb should be able to open the root dataset
Tim Chase
2015-05-15
2
-1
/
+16
*
Return -ESTALE to force lookup for missing NFS file handles
Jan Sanislo
2015-05-14
1
-1
/
+14
*
Relax restriction on zfs_ioc_next_obj() iteration
Antonio Russo
2015-05-14
1
-2
/
+1
*
Remove unused 'dsl_pool_t *dp' variable
Brian Behlendorf
2015-05-14
1
-4
/
+2
*
Illumos 5765 - add support for estimating send stream size with lzc_send_spac...
Max Grossman
2015-05-13
5
-40
/
+147
*
Illumos 5393 - spurious failures from dsl_dataset_hold_obj()
Justin T. Gibbs
2015-05-13
1
-4
/
+5
*
Illumos 5562 - ZFS sa_handle's violate kmem invariants, debug kernels panic o...
Justin T. Gibbs
2015-05-11
1
-14
/
+6
*
Illumos 5810 - zdb should print details of bpobj
Matthew Ahrens
2015-05-11
3
-15
/
+92
*
Illumos 5351, 5352 - scrub pauses
Matthew Ahrens
2015-05-11
1
-2
/
+21
*
Illumos 5350 - clean up code in dnode_sync()
Matthew Ahrens
2015-05-11
1
-5
/
+4
*
Illumos 5422 - preserve AVL invariants in dn_dbufs
Alex Reece
2015-05-11
1
-6
/
+4
*
Linux 2.6.36 compat, use REQ_FAILFAST_MASK and remove pre-2.6.36 support
Tim Chase
2015-05-11
3
-29
/
+7
*
Update ZED copyright boilerplate
Chris Dunlap
2015-05-11
16
-322
/
+141
*
Safely handle security / ACL failures
David Lamparter
2015-05-11
1
-7
/
+25
*
ztest should randomly change recordsize
Brian Behlendorf
2015-05-11
1
-0
/
+3
*
Illumos 5027 - zfs large block support
Matthew Ahrens
2015-05-11
55
-155
/
+613
*
Fix type mismatch on 32-bit systems
Brian Behlendorf
2015-05-11
2
-5
/
+6
*
Remove metaslab_min_alloc_size module option
Brian Behlendorf
2015-05-11
1
-6
/
+0
*
arc_evict, arc_evict_ghost: reduce stack usage using kmem_zalloc
Chris Dunlop
2015-05-08
1
-12
/
+20
*
Illumos 5349 - verify that block pointer is plausible before reading
Matthew Ahrens
2015-05-08
2
-4
/
+91
*
Wait for all znodes to be released before tearing down the superblock
Chris Dunlop
2015-05-06
1
-8
/
+30
*
Illumos 5348 - zio_checksum_error() only fills in info if ECKSUM
Matthew Ahrens
2015-05-05
1
-1
/
+2
*
Illumos 5820 - verify failed in zio_done(): BP_EQUAL(bp, io_bp_orig)
Matthew Ahrens
2015-05-04
1
-11
/
+24
*
Illumos 5808 - spa_check_logs is not necessary on readonly pools
Matthew Ahrens
2015-05-04
1
-1
/
+1
*
Illumos 5814 - bpobj_iterate_impl(): Close a refcount leak iterating on a sub...
Will Andrews
2015-05-04
1
-1
/
+3
*
Add the '-a' option to 'zpool export'
Turbo Fredriksson
2015-05-04
2
-34
/
+67
*
Illumos 4951 - ZFS administrative commands (fix)
Christopher Siden
2015-05-04
2
-6
/
+2
*
Illumos 4951 - ZFS administrative commands should use reserved space
Matthew Ahrens
2015-05-04
18
-67
/
+164
*
Illumos 4373 - add block contents print to zstreamdump
Max Grossman
2015-05-04
1
-5
/
+120
*
Illumos 4901 - zfs filesystem/snapshot limit leaks
Jerry Jelinek
2015-05-04
1
-5
/
+11
*
Illumos 3654,3656
Matthew Ahrens
2015-05-04
5
-74
/
+39
*
Add cond_resched to zfs_zget to prevent infinite loop
tuxoko
2015-05-04
1
-0
/
+2
*
dmu: fix integer overflows
Jason Zaman
2015-05-04
1
-18
/
+22
*
Illumos #5244 - zio pipeline callers should explicitly invoke next stage
George Wilson
2015-04-30
9
-34
/
+55
*
Illumos 5812 - assertion failed in zrl_tryenter(): zr_owner==NULL
Matthew Ahrens
2015-04-30
1
-13
/
+14
*
Illumos 5592 - NULL pointer dereference in dsl_prop_notify_all_cb()
Justin T. Gibbs
2015-04-28
1
-2
/
+13
[next]