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
path:
root
/
module
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use default slab types
Brian Behlendorf
2014-05-22
2
-15
/
+4
*
Honor zfs_nocacheflush for file vdevs
HC
2014-05-19
1
-0
/
+4
*
Calculate header size correctly in sa_find_sizes()
Tim Chase
2014-05-19
1
-6
/
+8
*
Allow for lock-free reading zfsdev_state_list.
Tim Chase
2014-05-19
1
-17
/
+44
*
Use a dedicated taskq for vdev_file
Chunwei Chen
2014-05-14
2
-1
/
+21
*
Handle vdev_lookup_top() failure in dva_get_dsize_sync()
Brian Behlendorf
2014-05-06
1
-1
/
+3
*
Check the dataset type more rigorously when fetching properties.
Tim Chase
2014-05-06
3
-5
/
+11
*
Fix style
Brian Behlendorf
2014-05-06
1
-1
/
+2
*
Illumos #4101 finer-grained control of metaslab_debug
George Wilson
2014-05-06
1
-6
/
+14
*
Treat spill block dbufs as meta data
Brian Behlendorf
2014-05-05
1
-1
/
+4
*
dmu_tx_assign() should not return ENOMEM
Brian Behlendorf
2014-05-01
1
-1
/
+6
*
Implement File Attribute Support
Richard Yao
2014-05-01
2
-3
/
+114
*
Add assertion to catch 0-count page
Chunwei Chen
2014-04-25
1
-0
/
+7
*
Fix LZ4 endianness autodetection
Ned Bass
2014-04-20
1
-8
/
+3
*
Fix zfsdev_ioctl() kmem leak warning
Brian Behlendorf
2014-04-18
1
-5
/
+9
*
Uninitialized variable spa_autoreplace used
DHE
2014-04-16
1
-1
/
+1
*
Use ddi_time_after and friends to compare time
Chunwei Chen
2014-04-14
4
-9
/
+11
*
Linux 3.14 compat: rq_for_each_segment in dmu_req_copy
Chunwei Chen
2014-04-10
1
-7
/
+7
*
Revert "Fix zvol+btrfs hang"
Chunwei Chen
2014-04-10
1
-77
/
+0
*
Refactor dmu_req_copy for immutable biovec changes
Chunwei Chen
2014-04-10
1
-28
/
+39
*
Linux 3.14 compat: Immutable biovec changes in vdev_disk.c
Chunwei Chen
2014-04-10
1
-5
/
+5
*
Linux 3.14 compat: posix_acl_{create,chmod}
Chunwei Chen
2014-04-10
1
-2
/
+2
*
Fix locking order in zfs_zget()
Richard Yao
2014-04-04
1
-1
/
+1
*
Fix deadlock in zfs_zget()
Richard Yao
2014-04-04
1
-1
/
+21
*
Revert "Fixed a use-after-free bug in zfs_zget()."
Brian Behlendorf
2014-04-03
1
-23
/
+1
*
Add automatic hot spare functionality
Brian Behlendorf
2014-04-02
2
-9
/
+49
*
Clarify zpool_events_next() comment
Brian Behlendorf
2014-03-31
1
-1
/
+1
*
Add zpool_events_seek() functionality
Brian Behlendorf
2014-03-31
2
-0
/
+85
*
Add a unique "eid" value to all zevents
Brian Behlendorf
2014-03-31
1
-0
/
+16
*
Illumos #4089 NULL pointer dereference in arc_read()
Boris Protopopov
2014-03-24
1
-9
/
+11
*
Implement -t option to zpool import for temporary pool names
Richard Yao
2014-03-20
1
-2
/
+26
*
Fix regression introduced in port of Illumos #3744
Andrey Vesnovaty
2014-03-20
1
-2
/
+4
*
Illumos #4088 use after free in arc_release()
Boris Protopopov
2014-03-10
1
-1
/
+1
*
Use KM_PUSHPAGE in spa_add() for spa_label_features.
Tim Chase
2014-03-10
1
-1
/
+1
*
Export symbols dsl_sync_task{_nowait}
Brian Behlendorf
2014-03-07
1
-0
/
+2
*
Improve reporting of tx assignment wait times
Ned Bass
2014-03-04
1
-5
/
+5
*
replace nreserved with ndirty in txgs kstat
Ned Bass
2014-03-04
2
-6
/
+8
*
dmu_tx kstat cleanup
Ned Bass
2014-03-04
2
-2
/
+2
*
Invalidate Linux buffer cache on vdevs upon each flush
Richard Yao
2014-03-04
1
-0
/
+1
*
Illumos #4574 get_clones_stat does not call zap_count in non-debug kernel
Alexander Stetsenko
2014-03-04
1
-1
/
+2
*
Fix zap_lookup() in feature_is_supported().
Tim Chase
2014-03-04
1
-1
/
+1
*
Remove recursion from dsl_dir_willuse_space()
Andrew Barnes
2014-03-04
1
-11
/
+17
*
Set "arc_meta_limit" to 3/4 arc_c_max by default
Prakash Surya
2014-02-21
1
-2
/
+2
*
Split "data_size" into "meta" and "data"
Prakash Surya
2014-02-21
1
-14
/
+24
*
Prioritize "metadata" in arc_get_data_buf
Prakash Surya
2014-02-21
1
-22
/
+40
*
Remove "arc_meta_used" from arc_adjust calculation
Prakash Surya
2014-02-21
1
-2
/
+1
*
Prune metadata from ghost lists in arc_adjust_meta
Prakash Surya
2014-02-21
2
-20
/
+49
*
Revert "Return -1 from arc_shrinker_func()"
Prakash Surya
2014-02-21
1
-1
/
+3
*
Disable arc_p adapt dampener by default
Prakash Surya
2014-02-21
1
-2
/
+12
*
Allow "arc_p" to drop to zero or grow to "arc_c"
Prakash Surya
2014-02-21
1
-13
/
+4
[next]