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 smaller default slack/delta value for schedule_hrtimeout_range()
Tony Nguyen
2019-08-28
2
-18
/
+38
*
Tag ABD pages for exclusion in kernel crash dumps
Don Brady
2019-08-28
1
-0
/
+29
*
Fix zil replay panic when TX_REMOVE followed by TX_CREATE
Chunwei Chen
2019-08-28
2
-16
/
+41
*
zfs_ioc_snapshot: check user-prop permissions on snapshotted datasets
Andriy Gapon
2019-08-27
1
-10
/
+16
*
Fix deadlock in 'zfs rollback'
Tom Caputi
2019-08-27
2
-1
/
+16
*
Linux 5.3: Fix switch() fall though compiler errors
Tony Hutter
2019-08-21
3
-3
/
+11
*
Add fast path for zfs_ioc_space_snaps() handling of empty_bpobj
Matthew Ahrens
2019-08-20
2
-34
/
+168
*
Fix lockdep circular locking false positive involving sa_lock
jdike
2019-08-19
1
-1
/
+1
*
Linux 5.3 compat: Makefile subdir-m no longer supported
Dominic Pearson
2019-08-19
1
-12
/
+12
*
Cap metaslab memory usage
Paul Dagnelie
2019-08-16
7
-55
/
+258
*
dmu_tx_wait() hang likely due to cv_signal() in dsl_pool_dirty_delta()
Serapheim Dimitropoulos
2019-08-15
4
-18
/
+60
*
Improve write performance by using dmu_read_by_dnode()
Tony Nguyen
2019-08-15
1
-2
/
+7
*
Assert that a dnode's bonuslen never exceeds its recorded size
Serapheim Dimitropoulos
2019-08-15
2
-0
/
+52
*
Make txg_wait_synced conditional in zfsvfs_teardown
Paul Zuchowski
2019-08-15
1
-1
/
+10
*
Prevent race in blkptr_verify against device removal
Paul Dagnelie
2019-08-13
3
-16
/
+23
*
Fix out-of-order ZIL txtype lost on hardlinked files
Chunwei Chen
2019-08-13
3
-14
/
+18
*
Mark dsl_livelist_should_disable() static
Allan Jude
2019-08-13
1
-1
/
+1
*
spa_load_verify() may consume too much memory
George Wilson
2019-08-13
1
-9
/
+15
*
Change boolean-like uint8_t fields in znode_t to boolean_t
Tomohiro Kusumi
2019-08-13
3
-29
/
+29
*
Drop KMC_NOEMERGENCY
Richard Yao
2019-08-13
1
-1
/
+1
*
Introduce getting holds and listing bookmarks through ZCP
Serapheim Dimitropoulos
2019-08-12
1
-21
/
+253
*
Sort log spacemap tunables in alphabetical order
Serapheim Dimitropoulos
2019-08-12
1
-32
/
+32
*
Metaslab max_size should be persisted while unloaded
Paul Dagnelie
2019-08-05
2
-37
/
+162
*
Don't wakeup unnecessarily in 'zpool events -f'
DeHackEd
2019-08-05
1
-2
/
+1
*
lockdep false positive - move txg_kick() outside of ->dp_lock
jdike
2019-07-31
1
-5
/
+5
*
9072 handle error of zap_cursor_retrieve() for log spacemap zap
Serapheim Dimitropoulos
2019-07-30
1
-2
/
+28
*
mismerged log spacemap comment for metaslab_verify_weight_and_frag
Serapheim Dimitropoulos
2019-07-30
1
-1
/
+9
*
Improve performance by using dmu_tx_hold_*_by_dnode()
Matthew Ahrens
2019-07-30
3
-9
/
+15
*
Fix channel programs on s390x
Brian Behlendorf
2019-07-28
1
-1
/
+1
*
Implement secpolicy_vnode_setid_retain()
Tomohiro Kusumi
2019-07-26
1
-1
/
+1
*
Fast Clone Deletion
Sara Hartse
2019-07-26
13
-124
/
+1524
*
Don't directly cast unsigned long to void*
Tomohiro Kusumi
2019-07-25
1
-2
/
+3
*
Replace zf_rwlock with a mutex
Matthew Ahrens
2019-07-25
2
-22
/
+11
*
Fix module_param() type for zfs_read_chunk_size
Tomohiro Kusumi
2019-07-19
1
-2
/
+4
*
Tricky semantics of ms_max_size in metaslab_should_allocate()
Serapheim Dimitropoulos
2019-07-19
1
-7
/
+10
*
Race condition between spa async threads and export
Serapheim Dimitropoulos
2019-07-18
1
-1
/
+17
*
hdr_recl calls zthr_wakeup() on destroyed zthr
Serapheim Dimitropoulos
2019-07-18
1
-4
/
+16
*
Fix wrong comment on zcr_blksz_{min,max}
Tomohiro Kusumi
2019-07-18
1
-5
/
+6
*
Retire unused spl_{mutex,rwlock}_{init_fini}
Brian Behlendorf
2019-07-17
4
-85
/
+13
*
Linux 5.3 compat: retire rw_tryupgrade()
Brian Behlendorf
2019-07-17
1
-101
/
+0
*
Linux 5.3 compat: rw_semaphore owner
Brian Behlendorf
2019-07-17
1
-3
/
+0
*
Fix lockdep recursive locking false positive in dbuf_destroy
jdike
2019-07-17
1
-1
/
+2
*
Add missing __GFP_HIGHMEM flag to vmalloc
Michael Niewöhner
2019-07-17
1
-1
/
+2
*
Use zfsctl_snapshot_hold() wrapper
Tomohiro Kusumi
2019-07-17
1
-3
/
+3
*
Minor style cleanup
Brian Behlendorf
2019-07-16
6
-14
/
+22
*
Fix get_special_prop() build failure
Brian Behlendorf
2019-07-16
1
-4
/
+2
*
Log Spacemap Project
Serapheim Dimitropoulos
2019-07-16
15
-259
/
+2422
*
Drop redundant POSIX ACL check in zpl_init_acl()
Tomohiro Kusumi
2019-07-15
1
-7
/
+4
*
Export dnode symbols
Brian Behlendorf
2019-07-15
1
-0
/
+10
*
Ensure dsl_destroy_head() decrypts objsets
Tom Caputi
2019-07-15
1
-3
/
+4
[next]