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
*
Implement a proper rw_tryupgrade
Chunwei Chen
2016-05-31
2
-7
/
+21
*
Add isa_defs for MIPS
YunQiang Su
2016-05-31
1
-1
/
+22
*
Linux 4.7 compat: inode_lock() and friends
Chunwei Chen
2016-05-20
1
-1
/
+18
*
Add cv_timedwait_sig_hires to allow interruptible sleep
Chunwei Chen
2016-05-12
1
-0
/
+2
*
Add a macro to convert seconds to nanoseconds and vice-versa
David Quigley
2016-05-05
1
-0
/
+3
*
Use vmem_free() in dfl_free() and add dfl_alloc()
Tim Chase
2016-04-26
1
-1
/
+5
*
Use kernel provided mutex owner
Chunwei Chen
2016-04-25
1
-0
/
+15
*
Add support for s390[x].
Dimitri John Ledkov
2016-03-17
1
-1
/
+15
*
Add rw_tryupgrade()
Brian Behlendorf
2016-03-10
1
-34
/
+16
*
Changes to support zfs encryption
Tom Caputi
2016-02-25
2
-19
/
+23
*
random_get_pseudo_bytes() need not provide cryptographic strength entropy
Richard Yao
2016-02-17
1
-6
/
+1
*
Allow kicking a taskq to spawn more threads
Chunwei Chen
2016-02-05
1
-0
/
+1
*
kobj_read_file: Return -1 on vn_rdwr() error
Richard Yao
2016-01-23
1
-2
/
+2
*
Use tsd to store tq for taskq_member
Chunwei Chen
2016-01-20
2
-1
/
+2
*
Linux 4.5 compat: pfn_t typedef
Brian Behlendorf
2016-01-20
1
-1
/
+0
*
Turn on both PF_FSTRANS and PF_MEMALLOC_NOIO in spl_fstrans_mark
Chunwei Chen
2016-01-20
1
-4
/
+10
*
_ILP32 is always defined on SPARC
Alex McWhirter
2016-01-08
1
-4
/
+0
*
Use spl_fstrans_mark instead of memalloc_noio_save
Chunwei Chen
2015-12-18
1
-1
/
+0
*
Provide kstat for taskqs
Tim Chase
2015-12-16
1
-7
/
+14
*
Fix cstyle issues in spl-taskq.c and taskq.h
Brian Behlendorf
2015-12-11
1
-45
/
+46
*
Don't use tq->tq_lock_flags
Chunwei Chen
2015-12-11
1
-1
/
+0
*
Subclass tq_lock to eliminate a lockdep warning
Olaf Faaland
2015-12-11
1
-0
/
+9
*
Fix lockdep warning in spl_inode_{lock,unlock}
Olaf Faaland
2015-12-11
1
-1
/
+1
*
Add new lock types MUTEX_NOLOCKDEP, and RW_NOLOCKDEP
Olaf Faaland
2015-12-11
2
-3
/
+81
*
Fix build issue on some configured kernels
zgock
2015-12-11
1
-1
/
+1
*
Either _ILP32 or _LP64 must be defined
Brian Behlendorf
2015-12-10
1
-11
/
+31
*
Revert "Make taskq_member() use ->journal_info"
Brian Behlendorf
2015-12-08
1
-1
/
+1
*
Make taskq_member() use ->journal_info
Richard Yao
2015-12-08
1
-1
/
+1
*
Fix race between getf() and areleasef()
Richard Yao
2015-12-03
1
-2
/
+2
*
Additional dkio support for TRIM/Discard
Tim Chase
2015-12-02
3
-8
/
+65
*
sysmacros: Make P2ROUNDUP not trigger int overflow
Jason Zaman
2015-11-13
1
-2
/
+2
*
Fix CPU hotplug
Brian Behlendorf
2015-10-13
1
-1
/
+1
*
Use tab indent in rwlock.h
Chunwei Chen
2015-10-02
1
-73
/
+73
*
rwsem use kernel provided owner when possible
Chunwei Chen
2015-10-02
1
-1
/
+22
*
Don't take spin lock on rwlock owner
Chunwei Chen
2015-10-02
1
-19
/
+4
*
Restructure uio to accommodate bio_vec
Chunwei Chen
2015-08-24
1
-1
/
+8
*
Include other sources of freeable memory in the freemem calculation
Tim Chase
2015-08-19
1
-1
/
+4
*
Remove needfree, desfree, lotsfree #defines
Brian Behlendorf
2015-07-30
1
-3
/
+0
*
Invert minclsyspri and maxclsyspri
Brian Behlendorf
2015-07-28
2
-3
/
+3
*
Add defclsyspri macro
Brian Behlendorf
2015-07-23
2
-1
/
+2
*
Support parallel build trees (VPATH builds)
Turbo Fredriksson
2015-07-17
1
-1
/
+1
*
Add memory compatibility wrappers
Brian Behlendorf
2015-06-29
2
-0
/
+4
*
Add TASKQ_DYNAMIC feature
Brian Behlendorf
2015-06-24
1
-3
/
+5
*
Add IMPLY() and EQUIV() macros
Brian Behlendorf
2015-06-24
1
-0
/
+10
*
Rename cv_wait_interruptible() to cv_wait_sig()
Brian Behlendorf
2015-06-10
1
-28
/
+28
*
Retire rwsem_is_locked() compat
Brian Behlendorf
2015-06-10
2
-28
/
+2
*
Make taskq_wait() block until the queue is empty
Chris Dunlop
2015-06-09
1
-1
/
+1
*
Add boot_ncpus macro
Brian Behlendorf
2015-05-21
1
-0
/
+1
*
Implement areleasef()
Richard Yao
2015-04-24
3
-0
/
+46
*
Don't allow shrinking a PF_FSTRANS context
Tim Chase
2015-04-03
1
-35
/
+21
[next]