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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove LINUXINCLUDE from autoconf wrapper, breaks 2.6.28+ kernels.
Brian Behlendorf
2009-07-27
2
-47
/
+47
*
Positive Solaris ioctl return codes need to be negated for use by libc
Brian Behlendorf
2009-07-23
1
-2
/
+9
*
Allow kmem or vmem based slab for slab_lock and slab_overcommit tests.
Brian Behlendorf
2009-07-23
1
-1
/
+1
*
The HAVE_PATH_IN_NAMEIDATA compat macros should have been used here.
Brian Behlendorf
2009-07-22
1
-3
/
+3
*
Check arch/default/ path when detecting kernel objects on SLES
Brian Behlendorf
2009-07-22
2
-3
/
+9
*
Register a basic compat ioctl handler (32 vs 64 bit compat)
Brian Behlendorf
2009-07-21
1
-3
/
+17
*
Fixed NULL dereference by tcd_for_each() when the kmalloc() call in module/sp...
Ricardo M. Correia
2009-07-14
1
-1
/
+1
*
Prevent integer overflow after ~164 days of uptime.
Ricardo M. Correia
2009-07-14
1
-1
/
+1
*
Add a little paranoia here to ensure endianess is set correctly.
Brian Behlendorf
2009-07-14
1
-1
/
+5
*
Add basic groupmember() function, not sup groups.
Brian Behlendorf
2009-07-10
1
-0
/
+12
*
Add ddi_copyin/ddi_copyout support for fake kernel originated ioctls.
Brian Behlendorf
2009-07-10
2
-0
/
+30
*
Define ACE_ALL_PERMS for use by ACLs
Brian Behlendorf
2009-07-09
1
-0
/
+6
*
Define FKIOCTL which is used on Solaris to mark an in-kernel ioctl.
Brian Behlendorf
2009-07-09
1
-0
/
+2
*
Add ASSERTV macro to simplify removing variables (the V in ASSERTV)
Brian Behlendorf
2009-07-09
1
-0
/
+2
*
Add basic support for TASKQ_THREADS_CPU_PCT taskq flag which is
Brian Behlendorf
2009-07-09
2
-0
/
+10
*
Update ChangeLog
Brian Behlendorf
2009-07-02
1
-1
/
+22
*
Cleanly handle --with-linux=NONE option when used to generate source
Brian Behlendorf
2009-07-02
2
-9
/
+24
*
Simplify rpm build rules, added config/rpm.am.
Brian Behlendorf
2009-07-01
12
-328
/
+2992
*
Add spl.release to spl-devel to simply dependent package version check.
Brian Behlendorf
2009-06-29
2
-0
/
+2
*
Install spl-devel products in /usr/src/spl-SPL_VERSION/LINUX_VERSION/
Brian Behlendorf
2009-06-26
4
-6
/
+8
*
Use do_div on older kernel where do_div64 doesn't exist.
Brian Behlendorf
2009-06-26
1
-1
/
+1
*
Additional tuning to get the BuildRequires right for all cases.
Brian Behlendorf
2009-06-26
1
-10
/
+9
*
Simplify the kernel depenency logic
Brian Behlendorf
2009-06-26
1
-20
/
+15
*
Spec file update, for some reason the following shorthand syntax
Brian Behlendorf
2009-06-26
1
-17
/
+38
*
SRPM build farm / mock itergration
Brian Behlendorf
2009-06-26
1
-15
/
+20
*
Build farm integration to ensure BuildRequires are correct
Brian Behlendorf
2009-06-25
1
-3
/
+3
*
Packaging Fixes
Brian Behlendorf
2009-06-25
2
-53
/
+73
*
Update ChangeLog with a high level summary of the changes from
Brian Behlendorf
2009-06-22
2
-1
/
+81
*
Packaging improvements for RHEL and SLES (part 2)
Brian Behlendorf
2009-06-16
10
-40
/
+100
*
Packaging improvements for RHEL and SLES
Brian Behlendorf
2009-06-16
9
-29
/
+69
*
SLES10 Fixes (part 9)
Brian Behlendorf
2009-05-21
16
-85
/
+64
*
SLES10 Fixes (part 8)
Brian Behlendorf
2009-05-20
1
-7
/
+19
*
SLES10 Fixes (part 7)
Brian Behlendorf
2009-05-20
4
-5
/
+5
*
SLES10 Fixes (part 6)
Brian Behlendorf
2009-05-20
6
-23
/
+157
*
Powerpc Fixes (part 1):
Brian Behlendorf
2009-05-20
3
-7
/
+30
*
SLES10 Fixes (part 5):
Brian Behlendorf
2009-05-20
1
-3
/
+3
*
SLES10 Fixes (part 4):
Brian Behlendorf
2009-05-20
5
-5
/
+188
*
SLES10 Fixes (part 3):
Brian Behlendorf
2009-05-20
6
-0
/
+107
*
SLES10 Fixes (part 2):
Brian Behlendorf
2009-05-20
11
-94
/
+217
*
SLES10 Fixes (part 1):
Brian Behlendorf
2009-05-19
2
-27
/
+37
*
Prep for spl-0.4.3 tag.
Brian Behlendorf
2009-03-20
3
-2
/
+59
*
Add list_move_tail() function.
Brian Behlendorf
2009-03-19
1
-0
/
+8
*
Remove useless EOL white space padding from `splat -l` command.
Brian Behlendorf
2009-03-18
1
-4
/
+3
*
Fix vmem leak in kmem_cache_test (missing splat_kmem_cache_test_kcp_free())
Brian Behlendorf
2009-03-18
1
-0
/
+1
*
Allow spl_config.h to be included by dependant packages
Brian Behlendorf
2009-03-17
12
-63
/
+57
*
FC10/i686 Compatibility Update (2.6.27.19-170.2.35.fc10.i686)
Brian Behlendorf
2009-03-17
7
-31
/
+278
*
Fix taskq_wait() not waiting bug
Brian Behlendorf
2009-03-15
3
-12
/
+96
*
Mutex tests updated to use task queues instead of work queues.
Brian Behlendorf
2009-03-15
1
-59
/
+77
*
Added SPL_AC_5ARGS_DEVICE_CREATE autoconf configure check
Brian Behlendorf
2009-03-13
5
-1
/
+102
*
Fix off-by-1 truncation of hw_serial when converting from integer to string, ...
Ricardo M. Correia
2009-03-12
1
-9
/
+10
[next]