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
*
Fix spl_config.h install permissions
Brian Behlendorf
2013-03-01
1
-1
/
+1
*
Define BE_IN16 & BE_IN32 for lz4 compression
Eric Dillmann
2013-01-29
1
-0
/
+9
*
Add spl_kmem_cache_expire module option
Brian Behlendorf
2013-01-28
1
-2
/
+6
*
Remove spl_invalidate_inodes()
Brian Behlendorf
2013-01-17
1
-28
/
+0
*
RHEL 6.4 compat, fallocate()
Brian Behlendorf
2013-01-08
1
-0
/
+20
*
Add cv_wait_io() to account I/O time
Matt Johnston
2013-01-07
1
-0
/
+2
*
Fix spl_kmem_init_kallsyms_lookup() panic
Brian Behlendorf
2012-12-19
1
-0
/
+1
*
Removed SPL_AC_3ARGS_INIT_WORK check
Brian Behlendorf
2012-12-12
2
-50
/
+0
*
kmem-cache: Use a taskq for async allocations
Brian Behlendorf
2012-12-12
1
-1
/
+1
*
kmem-cache: Use taskqs for ageing
Brian Behlendorf
2012-12-12
1
-2
/
+2
*
taskq delay/cancel functionality
Brian Behlendorf
2012-12-12
1
-14
/
+24
*
taskq style, remove #define wrappers
Brian Behlendorf
2012-12-12
1
-25
/
+15
*
taskq style, convert spaces to soft tabs
Brian Behlendorf
2012-12-12
1
-59
/
+61
*
Track emergency object in rbtree
Brian Behlendorf
2012-11-06
1
-2
/
+3
*
Improved vmem cached deadlock detection
Brian Behlendorf
2012-11-06
1
-0
/
+3
*
splat: Cleanup headers
Brian Behlendorf
2012-11-06
2
-1
/
+2
*
Condition variable reference counts
Brian Behlendorf
2012-11-06
1
-1
/
+2
*
Add KSTAT_TYPE_TXG type
Brian Behlendorf
2012-11-02
1
-1
/
+22
*
Make kstat.ks_update() callback atomic
Brian Behlendorf
2012-10-23
1
-1
/
+2
*
Linux 3.7 compat, __clear_close_on_exec() removed
Brian Behlendorf
2012-10-18
1
-4
/
+0
*
Linux 3.6 compat, kern_path_locked() added
Yuxuan Shui
2012-10-14
1
-0
/
+6
*
Add interface for file hole punching.
Etienne Dechamps
2012-10-04
1
-0
/
+6
*
Remove TQ_SLEEP -> KM_SLEEP mapping
Brian Behlendorf
2012-09-12
1
-2
/
+3
*
Revert "Switch KM_SLEEP to KM_PUSHPAGE"
Brian Behlendorf
2012-09-12
1
-1
/
+0
*
Add KMC_NOEMERGENCY slab flag
Brian Behlendorf
2012-09-07
1
-0
/
+2
*
Add DKIOCTRIM for TRIM support.
Etienne Dechamps
2012-09-02
1
-0
/
+1
*
Switch KM_SLEEP to KM_PUSHPAGE
Brian Behlendorf
2012-08-27
1
-0
/
+1
*
Mutex ASSERT on self deadlock
Brian Behlendorf
2012-08-27
1
-2
/
+7
*
Add PF_NOFS debugging flag
Brian Behlendorf
2012-08-27
1
-0
/
+49
*
Revert "Add TASKQ_NORECLAIM flag"
Brian Behlendorf
2012-08-27
1
-1
/
+0
*
Emergency slab objects
Brian Behlendorf
2012-08-27
1
-0
/
+17
*
Remove autotools products
Brian Behlendorf
2012-08-27
11
-4724
/
+0
*
Add kpreempt_[dis|en]able macros in <sys/disp.h>
Prakash Surya
2012-08-24
1
-0
/
+5
*
Avoid calling smp_processor_id in spl_magazine_age
Prakash Surya
2012-08-24
1
-0
/
+1
*
Remove Makefile from non-toplevel .gitignore files
Richard Yao
2012-08-23
1
-1
/
+0
*
Fix incorrect type in spl_kmem_cache_set_move() parameter
Richard Yao
2012-08-01
1
-1
/
+1
*
Optimize spl_rwsem_is_locked()
Brian Behlendorf
2012-07-13
1
-42
/
+25
*
Constify memory management functions
Richard Yao
2012-07-03
1
-4
/
+4
*
PowerPC Compatibility
Brian Behlendorf
2012-07-02
2
-2
/
+2
*
Linux 3.4 compat, __clear_close_on_exec replaces FD_CLR
Richard Yao
2012-06-13
1
-0
/
+4
*
Remove Solaris module emulation
Brian Behlendorf
2012-05-18
1
-252
/
+10
*
Modify KM_PUSHPAGE to use GFP_NOIO instead of GFP_NOFS
Richard Yao
2012-05-07
1
-1
/
+1
*
Throttle number of freed slabs based on nr_to_scan
Prakash Surya
2012-05-07
1
-2
/
+3
*
Define the needed ISA types for ARM
Jorgen Lundman
2012-05-03
1
-1
/
+18
*
Remove condition variable names
Brian Behlendorf
2012-04-06
1
-9
/
+1
*
Add SPL_META_RELEASE to module load/unload messages
Brian Behlendorf
2012-03-23
1
-1
/
+1
*
Cleanly support debug packages
Brian Behlendorf
2012-02-27
1
-0
/
+4
*
Add missing spl_debug_* helpers
Brian Behlendorf
2012-02-09
1
-2
/
+64
*
Add basic dynamic kstat support
Brian Behlendorf
2012-02-02
1
-1
/
+10
*
Add --enable-debug-log configure option
Brian Behlendorf
2012-02-02
2
-22
/
+41
[next]