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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Function name and comment updates
Paul Dagnelie
2019-10-11
1
-8
/
+13
*
Expose dmu_buf_hold_array_by_dnode to platform code
Matthew Macy
2019-10-11
1
-1
/
+3
*
Fix pool creation with feature@allocation_classes disabled
loli10K
2019-10-10
1
-0
/
+1
*
Move get_temporary_prop to platform code
Matthew Macy
2019-10-10
1
-0
/
+2
*
Add kmem cache accessors
Matthew Macy
2019-10-10
1
-0
/
+2
*
Make `zil_async_to_sync` visible to platform code
Matthew Macy
2019-10-10
1
-0
/
+1
*
Fix strdup conflict on other platforms
Matthew Macy
2019-10-10
2
-3
/
+4
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
11
-82
/
+564
*
Rename rangelock_ functions to zfs_rangelock_
Matthew Macy
2019-10-03
1
-5
/
+5
*
OpenZFS restructuring - libzfs
Matthew Macy
2019-10-03
1
-0
/
+46
*
OpenZFS restructuring - libzutil
Matthew Macy
2019-10-03
1
-11
/
+2
*
Add inode accessors to common code
Matthew Macy
2019-10-02
1
-1
/
+9
*
OpenZFS restructuring - arc_stats
Matthew Macy
2019-10-01
1
-0
/
+276
*
OpenZFS restructuring - zpool
Matthew Macy
2019-09-30
1
-0
/
+2
*
OpenZFS restructuring - zfs_ioctl
Matthew Macy
2019-09-27
5
-2
/
+99
*
Fix encryption hierarchy issues with zfs recv -d
Tom Caputi
2019-09-25
1
-0
/
+3
*
OpenZFS restructuring - zvol
Matthew Macy
2019-09-25
4
-6
/
+117
*
Add subcommand to wait for background zfs activity to complete
John Gallagher
2019-09-13
6
-0
/
+45
*
QAT related bug fixes
Chengfei ZHu
2019-09-12
1
-5
/
+0
*
Move objnode handling to common code
Matthew Macy
2019-09-12
1
-1
/
+0
*
Enable compiler to typecheck logging
Matthew Macy
2019-09-12
2
-3
/
+5
*
OpenZFS restructuring - move linux tracing code to platform directories
Matthew Macy
2019-09-11
19
-18
/
+71
*
Fix /etc/hostid on root pool deadlock
Brian Behlendorf
2019-09-10
2
-1
/
+2
*
Enable SIMD for encryption
Brian Behlendorf
2019-09-10
1
-7
/
+7
*
OpenZFS restructuring - move platform specific sources
Matthew Macy
2019-09-06
3
-1
/
+205
*
Make module tunables cross platform
Matthew Macy
2019-09-05
2
-0
/
+84
*
OpenZFS restructuring - move platform specific headers
Matthew Macy
2019-09-05
89
-440
/
+184
*
Fix typos in include/
Andrea Gelmini
2019-08-30
20
-28
/
+28
*
Keep more metaslabs loaded
Paul Dagnelie
2019-08-29
1
-0
/
+1
*
Fix zil replay panic when TX_REMOVE followed by TX_CREATE
Chunwei Chen
2019-08-28
1
-5
/
+2
*
Fix deadlock in 'zfs rollback'
Tom Caputi
2019-08-27
1
-0
/
+1
*
Add fast path for zfs_ioc_space_snaps() handling of empty_bpobj
Matthew Ahrens
2019-08-20
1
-1
/
+13
*
Cap metaslab memory usage
Paul Dagnelie
2019-08-16
3
-3
/
+16
*
Prevent race in blkptr_verify against device removal
Paul Dagnelie
2019-08-13
2
-12
/
+12
*
Fix out-of-order ZIL txtype lost on hardlinked files
Chunwei Chen
2019-08-13
1
-1
/
+1
*
spa_load_verify() may consume too much memory
George Wilson
2019-08-13
1
-1
/
+3
*
Change boolean-like uint8_t fields in znode_t to boolean_t
Tomohiro Kusumi
2019-08-13
1
-8
/
+8
*
Drop KMC_NOEMERGENCY
Richard Yao
2019-08-13
1
-2
/
+0
*
Metaslab max_size should be persisted while unloaded
Paul Dagnelie
2019-08-05
3
-1
/
+10
*
Fast Clone Deletion
Sara Hartse
2019-07-26
12
-10
/
+82
*
Replace zf_rwlock with a mutex
Matthew Ahrens
2019-07-25
1
-1
/
+1
*
Race condition between spa async threads and export
Serapheim Dimitropoulos
2019-07-18
3
-0
/
+3
*
Retire unused spl_{mutex,rwlock}_{init_fini}
Brian Behlendorf
2019-07-17
2
-7
/
+0
*
Linux 5.3 compat: retire rw_tryupgrade()
Brian Behlendorf
2019-07-17
1
-53
/
+7
*
Linux 5.3 compat: rw_semaphore owner
Brian Behlendorf
2019-07-17
1
-63
/
+5
*
Fix lockdep recursive locking false positive in dbuf_destroy
jdike
2019-07-17
2
-0
/
+4
*
Fix CONFIG_X86_DEBUG_FPU build failure
Brian Behlendorf
2019-07-17
1
-0
/
+9
*
Minor style cleanup
Brian Behlendorf
2019-07-16
2
-25
/
+29
*
Log Spacemap Project
Serapheim Dimitropoulos
2019-07-16
13
-11
/
+156
*
Disable unused pathname::pn_path* (unneeded in Linux)
Tomohiro Kusumi
2019-07-15
1
-0
/
+2
[next]