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
/
include
/
sys
/
zfs_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add zstd support to zfs
Michael Niewöhner
2020-08-20
1
-0
/
+6
*
Remove KMC_KMEM and KMC_VMEM
Matthew Ahrens
2020-08-17
1
-2
/
+0
*
Introduce names for ZTHRs
Serapheim Dimitropoulos
2020-07-29
1
-0
/
+3
*
Refactor ccompile.h to not include system headers
Matthew Macy
2020-07-25
1
-0
/
+3
*
filesystem_limit/snapshot_limit is incorrectly enforced against root
Matthew Ahrens
2020-07-11
1
-0
/
+1
*
Clean up OS-specific ARC and kmem code
Matthew Ahrens
2020-06-29
1
-3
/
+0
*
Remove dead code
Arvind Sankar
2020-06-18
1
-1
/
+0
*
Disambiguate condvar API contract
Matthew Macy
2020-06-18
1
-2
/
+2
*
Improve compatibility with C++ consumers
Ryan Moeller
2020-06-06
1
-3
/
+14
*
Finish refactoring for ZFS_MODULE_PARAM_CALL
Ryan Moeller
2020-04-07
1
-0
/
+1
*
Improve performance of zio_taskq_member
Matthew Ahrens
2020-03-03
1
-0
/
+1
*
Refactor zfs_context.h to build on FreeBSD
Matthew Macy
2019-12-04
1
-18
/
+4
*
Add zfs_file_* interface, remove vnodes
Matthew Macy
2019-11-21
1
-51
/
+2
*
Add kmem_cache flag for forcing kvmalloc
Michael Niewöhner
2019-11-13
1
-0
/
+1
*
Linux compat: Minimum kernel version 3.10
Brian Behlendorf
2019-11-12
1
-3
/
+1
*
Enable use of DTRACE_PROBE* macros in "spl" module
Prakash Surya
2019-11-01
1
-1
/
+1
*
Wrap Linux module macros
Matthew Macy
2019-11-01
1
-6
/
+2
*
Fix for ARC sysctls ignored at runtime
loli10K
2019-10-26
1
-0
/
+6
*
Remove sdt.h
Matthew Macy
2019-10-25
1
-13
/
+7
*
Fix strdup conflict on other platforms
Matthew Macy
2019-10-10
1
-1
/
+2
*
Make module tunables cross platform
Matthew Macy
2019-09-05
1
-0
/
+11
*
Fix lockdep recursive locking false positive in dbuf_destroy
jdike
2019-07-17
1
-0
/
+2
*
OpenZFS 9425 - channel programs can be interrupted
Don Brady
2019-06-22
1
-1
/
+1
*
Implement Redacted Send/Receive
Paul Dagnelie
2019-06-19
1
-1
/
+3
*
Restrict kstats and print real pointers
Sara Hartse
2019-04-04
1
-0
/
+1
*
Add TRIM support
Brian Behlendorf
2019-03-29
1
-0
/
+12
*
Fix dnode_hold_impl() soft lockup
lidongyang
2019-02-22
1
-0
/
+1
*
OpenZFS 9284 - arc_reclaim_thread has 2 jobs
Brad Lewis
2018-12-26
1
-0
/
+1
*
Add libzutil for libzfs or libzpool consumers
Don Brady
2018-11-05
1
-1
/
+0
*
Fixes for procfs files backed by linked lists
John Gallagher
2018-09-26
1
-0
/
+32
*
Linux 4.18 compat: inode timespec -> timespec64
Brian Behlendorf
2018-06-19
1
-8
/
+1
*
OpenZFS 8484 - Implement aggregate sum and use for arc counters
Paul Dagnelie
2018-06-06
1
-0
/
+2
*
Remove rwlock wrappers
Brian Behlendorf
2018-06-04
1
-1
/
+0
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-11
/
+3
*
OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov
2018-05-08
1
-0
/
+1
*
OpenZFS 7431 - ZFS Channel Programs
Chris Williamson
2018-02-08
1
-2
/
+4
*
Extend deadman logic
Brian Behlendorf
2018-01-25
1
-0
/
+1
*
Force ztest to always use /dev/urandom
Brian Behlendorf
2018-01-12
1
-0
/
+2
*
OpenZFS 640 - number_to_scaled_string is duplicated in several commands
Jason King
2017-10-30
1
-1
/
+4
*
Simplify threads, mutexs, cvs and rwlocks
Brian Behlendorf
2017-08-11
1
-79
/
+41
*
Add libtpool (thread pools)
Brian Behlendorf
2017-08-09
1
-4
/
+0
*
Add line info and SET_ERROR() to ZFS debug log
Ned Bass
2017-07-25
1
-9
/
+0
*
Linux 4.12 compat: PF_FSTRANS was removed
Chunwei Chen
2017-05-09
1
-1
/
+1
*
OpenZFS 7280 - Allow changing global libzpool variables in zdb and ztest thro...
George Melikov
2017-01-31
1
-6
/
+4
*
OpenZFS 6871 - libzpool implementation of thread_create should enforce length...
George Melikov
2017-01-24
1
-1
/
+1
*
OpenZFS 7303 - dynamic metaslab selection
Don Brady
2017-01-12
1
-0
/
+1
*
Use system_delay_taskq for long delay tasks
Chunwei Chen
2016-12-01
1
-0
/
+1
*
Add TASKQID_INVALID
Brian Behlendorf
2016-11-02
1
-0
/
+2
*
Performance optimization of AVL tree comparator functions
Gvozden Neskovic
2016-08-31
1
-0
/
+1
*
OpenZFS 5997 - FRU field not set during pool creation and never updated
Hans Rosenfeld
2016-08-12
1
-2
/
+4
[next]