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
*
Implement bookmark copying
Christian Schwarz
2020-02-11
2
-0
/
+4
*
Fix zdb -R with 'b' flag
Paul Zuchowski
2020-02-10
1
-0
/
+9
*
Share some code for spa deadman tunables
Ryan Moeller
2020-02-10
1
-0
/
+2
*
ICP: Improve AES-GCM performance
Attila Fülöp
2020-02-10
1
-1
/
+1
*
Reduce number of atomic_add() calls in aggsum
Alexander Motin
2020-02-06
1
-1
/
+1
*
Few microoptimizations to dbuf layer
Alexander Motin
2020-02-05
1
-6
/
+7
*
Convert dbuf dirty record record list to a list_t
Matthew Macy
2020-02-05
1
-4
/
+27
*
Restore aclmode and remove acltype on FreeBSD
Ryan Moeller
2020-02-04
1
-1
/
+1
*
async zvol minor node creation interferes with receive
Matthew Ahrens
2020-02-03
2
-8
/
+16
*
Add AltiVec RAID-Z
Romain Dolbeau
2020-01-23
1
-1
/
+4
*
Support inheriting properties in channel programs
Jason King
2020-01-22
1
-0
/
+9
*
Fix errata #4 handling for resuming streams
Tom Caputi
2020-01-14
1
-0
/
+1
*
Change http://zfsonlinux.org links to https://zfsonlinux.org
Brian Behlendorf
2020-01-13
1
-1
/
+1
*
Add 'zfs send --saved' flag
Tom Caputi
2020-01-10
1
-4
/
+6
*
Relocate common quota functions to shared code
Ryan Moeller
2019-12-11
3
-0
/
+49
*
Eliminate Linux specific inode usage from common code
Matthew Macy
2019-12-11
1
-2
/
+2
*
Abstract away platform specific superblock references
Matthew Macy
2019-12-10
1
-0
/
+2
*
Exclude data from cores unconditionally and metadata conditionally
Matthew Macy
2019-12-09
1
-0
/
+1
*
Disable EDONR on FreeBSD
Matthew Macy
2019-12-05
1
-0
/
+2
*
Add ZFS_IOC offsets for FreeBSD
Matthew Macy
2019-12-05
1
-12
/
+13
*
Refactor deadman set failmode to be cross platform
Matthew Macy
2019-12-05
2
-1
/
+3
*
Refactor zfs_context.h to build on FreeBSD
Matthew Macy
2019-12-04
1
-18
/
+4
*
Move zfs_cmd_t copyin/copyout to platform code
Matthew Macy
2019-12-02
1
-1
/
+1
*
Add FreeBSD required defines to mntent.h
Matthew Macy
2019-11-30
1
-0
/
+9
*
Add FreeBSD support to zio_crypto.h
Matthew Macy
2019-11-30
1
-1
/
+17
*
Resolve ZoF differences in zfs_ioctl.h
Matthew Macy
2019-11-30
1
-1
/
+1
*
Minor diff reduction with ZoF in include/sys
Matthew Macy
2019-11-27
4
-6
/
+7
*
Prevent unnecessary resilver restarts
jwpoduska
2019-11-27
3
-4
/
+9
*
Add zfs_file_* interface, remove vnodes
Matthew Macy
2019-11-21
10
-62
/
+80
*
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
*
Move platform specific parts of zfs_znode.h to platform code
Matthew Macy
2019-11-06
1
-137
/
+12
*
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
3
-6
/
+44
*
Prefix struct rangelock
Matthew Macy
2019-11-01
4
-19
/
+19
*
Return an error code from zfs_acl_chmod_setattr
Matthew Macy
2019-11-01
1
-1
/
+1
*
Move sha2.h to platform code
Matthew Macy
2019-10-31
2
-156
/
+0
*
Don't cast away const
Matthew Macy
2019-10-31
1
-1
/
+1
*
Factor Linux specific code out of spa_misc.c
Matthew Macy
2019-10-31
2
-1
/
+6
*
Minor spa portability fixes
Matthew Macy
2019-10-28
1
-0
/
+3
*
Fix for ARC sysctls ignored at runtime
loli10K
2019-10-26
2
-0
/
+10
*
Move platform dependent errno aliases
Matthew Macy
2019-10-25
1
-10
/
+0
*
Remove sdt.h
Matthew Macy
2019-10-25
4
-72
/
+8
*
Linux 4.14, 4.19, 5.0+ compat: SIMD save/restore
Brian Behlendorf
2019-10-24
1
-7
/
+7
*
OpenZFS restructuring - ARC memory pressure
Matthew Macy
2019-10-18
1
-0
/
+58
*
Make zfsdev_getminor signature cross platform
Matthew Macy
2019-10-16
1
-1
/
+1
*
Don't call sizeof on void
Paul Dagnelie
2019-10-13
1
-6
/
+6
*
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
*
Make `zil_async_to_sync` visible to platform code
Matthew Macy
2019-10-10
1
-0
/
+1
[next]