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
path:
root
/
module
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes for procfs files backed by linked lists
John Gallagher
2018-09-26
6
-522
/
+607
*
Linux 4.19-rc3+ compat: Remove refcount_t compat
Tim Schumacher
2018-09-26
15
-65
/
+65
*
Fix small sysfs leak
Brian Behlendorf
2018-09-26
1
-10
/
+15
*
Fix statfs(2) for 32-bit user space
Brian Behlendorf
2018-09-24
2
-5
/
+25
*
vdev_disk_error() prints ASCII SOH to debug log
LOLi
2018-09-21
1
-4
/
+3
*
Add limits to spa_slop_shift tunable
LOLi
2018-09-20
1
-1
/
+22
*
zpool split can create a corrupted pool
Roman Strashkin
2018-09-12
1
-3
/
+3
*
Fix in-kernel sysfs entries
Don Brady
2018-09-06
3
-29
/
+36
*
Fix zfs_sysfs_live test failure
Don Brady
2018-09-06
1
-2
/
+4
*
Pool allocation classes
Don Brady
2018-09-05
13
-134
/
+613
*
Correctly handle errors from kern_path
Chris Siebenmann
2018-09-04
1
-1
/
+1
*
Added recalculation of ARC stats mid-eviction
Rich Ercolani
2018-09-04
1
-0
/
+7
*
Revert "Update zfs_admin_snapshot default value (disabled)"
Brian Behlendorf
2018-09-04
1
-1
/
+1
*
Update zfs_admin_snapshot default value (disabled)
George Melikov
2018-09-04
1
-1
/
+1
*
OpenZFS 9751 - Allocation throttling misplacing ditto blocks
mav
2018-09-02
1
-3
/
+10
*
OpenZFS 9738 - Fix third block copy allocations, broken at 9112.
mav
2018-09-02
1
-7
/
+5
*
Add basic zfs ioc input nvpair validation
Don Brady
2018-09-02
1
-97
/
+364
*
Add zfs module feature and property info to sysfs
Don Brady
2018-09-02
6
-1
/
+707
*
Allow ECKSUM in vdev_checkpoint_sm_object()
Brian Behlendorf
2018-08-31
1
-4
/
+8
*
clean up __dbuf_hold_impl
Matthew Ahrens
2018-08-31
1
-43
/
+37
*
OpenZFS 9403 - assertion failed in arc_buf_destroy()
Tom Caputi
2018-08-29
4
-28
/
+81
*
Always wait for txg sync when umounting dataset
Tom Caputi
2018-08-27
3
-28
/
+10
*
Small rework of txg_list code
Tom Caputi
2018-08-27
2
-21
/
+45
*
Direct IO support
Brian Behlendorf
2018-08-27
1
-0
/
+52
*
Fedora 28: Fix misc bounds check compiler warnings
Joao Carlos Mendes Luis
2018-08-26
1
-1
/
+1
*
Stack overflow when destroying deeply nested clones
LOLi
2018-08-22
1
-30
/
+54
*
s/VERIFY/VERIFY3S in vdev_checkpoint_sm_object
Tim Chase
2018-08-21
1
-1
/
+2
*
Fix issues with raw receive_write_byref()
Tom Caputi
2018-08-20
4
-41
/
+48
*
Introduce read/write kstats per dataset
Serapheim Dimitropoulos
2018-08-20
9
-76
/
+282
*
Fix traverse_impl() kmem leak
Brian Behlendorf
2018-08-15
1
-2
/
+2
*
Check encrypted dataset + embedded recv earlier
Tom Caputi
2018-08-15
4
-13
/
+56
*
Added encryption support for zfs recv -o / -x
Tom Caputi
2018-08-15
3
-48
/
+119
*
Fix comment on calculating blkid
Tomohiro Kusumi
2018-08-13
1
-1
/
+1
*
Allow inherited properties in zfs_check_settable()
LOLi
2018-08-03
1
-13
/
+13
*
zfs_ioc_unload_key can drop extra spa ref
Don Brady
2018-08-03
2
-5
/
+14
*
Reduce taskq and context-switch cost of zio pipe
Matthew Ahrens
2018-08-02
1
-124
/
+144
*
Add missing checks to zpl_xattr_* functions
John Gallagher
2018-08-02
1
-6
/
+9
*
Add support for selecting encryption backend
Nathan Lewis
2018-08-02
13
-1582
/
+2197
*
Fix OpenZFS 9337 mismerge
George Wilson
2018-08-02
3
-13
/
+14
*
Fix deadlock between zfs umount & snapentry_expire
Rohan Puri
2018-08-01
1
-6
/
+5
*
OpenZFS 9112 - Improve allocation performance on high-end systems
Paul Dagnelie
2018-07-31
8
-175
/
+505
*
OpenZFS 9465 - ARC check for 'anon_size > arc_c/2' can stall the system
Don Brady
2018-07-30
3
-16
/
+43
*
OpenZFS 9580 - Add a hash-table on top of nvlist to speed-up operations
Serapheim Dimitropoulos
2018-07-30
2
-48
/
+319
*
OpenZFS 9439 - ZFS double-free due to failure to dirty indirect block
Matthew Ahrens
2018-07-30
2
-4
/
+20
*
OpenZFS 9438 - Holes can lose birth time info if a block has a mix of birth t...
Paul Dagnelie
2018-07-30
3
-24
/
+102
*
Add rwsem_tryupgrade for 4.9.20-rt16 kernel
Brian Behlendorf
2018-07-30
2
-6
/
+15
*
OpenZFS 8906 - uts: illumos rootfs should support salted cksum
Toomas Soome
2018-07-27
1
-10
/
+1
*
OpenZFS 9442 - decrease indirect block size of spacemaps
Matthew Ahrens
2018-07-25
2
-18
/
+47
*
Introduce kstat dmu_tx_dirty_frees_delay
Feng Sun
2018-07-25
2
-0
/
+2
*
OpenZFS 9338 - moved dnode has incorrect dn_next_type
Matthew Ahrens
2018-07-24
1
-0
/
+2
[next]