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
/
include
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Additional Information for Zedlets
N Clark
2017-04-03
1
-0
/
+1
*
Remove dependency on linear ABD
Gvozden Neskovic
2017-03-29
2
-4
/
+4
*
Check ashift validity in 'zpool add'
LOLi
2017-03-28
2
-1
/
+13
*
OpenZFS 7968 - multi-threaded spa_sync()
Matthew Ahrens
2017-03-20
6
-12
/
+16
*
Restructure mount option handling
Brian Behlendorf
2017-03-10
1
-26
/
+34
*
Rename zfs_* functions
Brian Behlendorf
2017-03-10
2
-16
/
+7
*
Rename zfs_sb_t -> zfsvfs_t
Brian Behlendorf
2017-03-10
7
-52
/
+51
*
Fix nfs snapdir automount
Chunwei Chen
2017-03-08
1
-2
/
+2
*
OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_space
Brian Behlendorf
2017-03-07
10
-61
/
+10
*
Linux 4.11 compat: avoid refcount_t name conflict
Olaf Faaland
2017-02-28
1
-3
/
+14
*
Clean up by-dnode code in dmu_tx.c
Matthew Ahrens
2017-02-24
1
-1
/
+1
*
OpenZFS 7199 - dsl_dataset_rollback_sync may try to free already free blocks
Andriy Gapon
2017-02-24
1
-0
/
+1
*
zfs_arc_num_sublists_per_state should be common to all multilists
Matthew Ahrens
2017-02-15
2
-4
/
+2
*
OpenZFS 7104 - increase indirect block size
Matthew Ahrens
2017-02-09
1
-1
/
+6
*
OpenZFS 1300 - filename normalization doesn't work for removes
George Melikov
2017-02-02
2
-28
/
+13
*
Use fletcher_4 routines natively with `abd_iterate_func()`
David Quigley
2017-02-01
1
-0
/
+27
*
OpenZFS 6569 - large file delete can starve out write ops
George Melikov
2017-01-31
2
-0
/
+32
*
OpenZFS 7280 - Allow changing global libzpool variables in zdb and ztest thro...
George Melikov
2017-01-31
1
-6
/
+4
*
OpenZFS 7277 - zdb should be able to print zfs_dbgmsg's
George Melikov
2017-01-28
1
-0
/
+1
*
OpenZFS 7301 - zpool export -f should be able to interrupt file freeing
George Melikov
2017-01-27
1
-0
/
+2
*
OpenZFS 7254 - ztest failed assertion in ztest_dataset_dirobj_verify: dirobjs...
George Melikov
2017-01-27
2
-2
/
+9
*
OpenZFS 7613 - ms_freetree[4] is only used in syncing context
Tim Chase
2017-01-26
1
-33
/
+44
*
OpenZFS 7500 - Simplify dbuf_free_range by removing dn_unlisted_l0_blkid
George Melikov
2017-01-26
1
-2
/
+0
*
OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...
George Melikov
2017-01-26
2
-8
/
+18
*
OpenZFS 7336 - vfork and O_CLOEXEC causes zfs_mount EBUSY
George Melikov
2017-01-26
2
-2
/
+2
*
OpenZFS 6871 - libzpool implementation of thread_create should enforce length...
George Melikov
2017-01-24
1
-1
/
+1
*
Fix build-it compilation regression
Brian Behlendorf
2017-01-24
9
-18
/
+16
*
OpenZFS 7180 - potential race between zfs_suspend_fs+zfs_resume_fs and zfs_io...
George Melikov
2017-01-23
1
-1
/
+1
*
OpenZFS 6052 - decouple lzc_create() from the implementation details
George Melikov
2017-01-23
1
-0
/
+4
*
OpenZFS 7054 - dmu_tx_hold_t should use refcount_t to track space
George Melikov
2017-01-23
3
-10
/
+10
*
codebase style improvements for OpenZFS 6459 port
George Melikov
2017-01-22
9
-0
/
+36
*
Suspend/resume zvol for recv and rollback
Chunwei Chen
2017-01-19
1
-2
/
+5
*
OpenZFS 7235 - remove unused func dsl_dataset_set_blkptr
George Melikov
2017-01-17
1
-1
/
+0
*
OpenZFS 6550 - cmd/zfs: cleanup gcc warnings
Brian Behlendorf
2017-01-17
1
-1
/
+2
*
Add *_by-dnode routines
bzzz77
2017-01-13
3
-1
/
+16
*
OpenZFS 7743 - per-vdev-zaps init path for upgrade
Don Brady
2017-01-13
1
-1
/
+2
*
OpenZFS 7303 - dynamic metaslab selection
Don Brady
2017-01-12
5
-14
/
+131
*
OpenZFS 6328 - Fix cstyle errors in zfs codebase
George Melikov
2017-01-12
1
-6
/
+3
*
OpenZFS 7259 - DS_FIELD_LARGE_BLOCKS is unused
George Melikov
2017-01-03
1
-7
/
+0
*
Fix spelling
ka7
2017-01-03
8
-9
/
+9
*
Use a dedicated taskq for vdev_file
Chunwei Chen
2016-12-21
1
-0
/
+3
*
Fix wrong operator in xvattr.h
Chunwei Chen
2016-12-14
1
-5
/
+5
*
Use cstyle -cpP in `make cstyle` check
Brian Behlendorf
2016-12-12
13
-42
/
+57
*
Speed up zvol import and export speed
Brian Behlendorf
2016-12-08
1
-0
/
+1
|
\
|
*
Use system_delay_taskq for long delay tasks
Chunwei Chen
2016-12-01
1
-0
/
+1
*
|
Cache ddt_get_dedup_dspace() value if there was no ddt changes
Gvozden Neskovic
2016-12-02
1
-0
/
+1
*
|
Refactor txg history kstat
Brian Behlendorf
2016-12-02
1
-2
/
+10
*
|
Remove unused sa_update_from_cb()
cao
2016-12-01
1
-2
/
+0
*
|
Compile zio.h and zio_impl.h mutual include
cao
2016-12-01
1
-3
/
+0
*
|
ABD optimized page allocation code
Chunwei Chen
2016-11-29
1
-3
/
+5
[next]