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
*
Add --enable-debug-log configure option
Brian Behlendorf
2012-02-02
10
-40
/
+152
*
Taskq locking optimizations
Ned Bass
2012-01-19
1
-2
/
+2
*
Revert "Taskq locking optimizations"
Ned Bass
2012-01-19
1
-7
/
+5
*
Fix rpm dependencies
Brian Behlendorf
2012-01-18
2
-1
/
+2
*
Add the release component to headers
Brian Behlendorf
2012-01-18
4
-14
/
+14
*
Taskq locking optimizations
Ned Bass
2012-01-18
1
-5
/
+7
*
Add taskq contention splat test
Ned Bass
2012-01-18
1
-0
/
+115
*
Fix `make distclean` for `--with-config=user`
Darik Horn
2012-01-17
1
-2
/
+5
*
Run SPL_AC_PACMAN only if $VENDOR is "arch"
Brian Behlendorf
2012-01-13
2
-46
/
+51
*
Linux 3.2 compat: rw_semaphore.wait_lock is raw
Darik Horn
2012-01-11
5
-16
/
+206
*
Proxmox VE kernel compat, invalidate_inodes()
Brian Behlendorf
2011-12-21
5
-6
/
+100
*
Move Arch Linux's VENDOR check above Ubuntu's
Prakash Surya
2011-12-19
2
-4
/
+4
*
Store copy of tqent_flags prior to servicing task
Prakash Surya
2011-12-16
2
-6
/
+17
*
Swap taskq_ent_t with taskqid_t in taskq_thread_t
Prakash Surya
2011-12-16
2
-11
/
+9
*
Add make rule for building Arch Linux packages
Prakash Surya
2011-12-14
12
-20
/
+296
*
Exercise new taskq interface in splat-taskq tests
Prakash Surya
2011-12-13
1
-49
/
+280
*
Implement taskq_dispatch_prealloc() interface
Prakash Surya
2011-12-13
2
-6
/
+95
*
Add Test: "Single task queue, recursive dispatch"
Prakash Surya
2011-12-13
1
-0
/
+77
*
Replace tq_work_list and tq_threads in taskq_t
Prakash Surya
2011-12-13
2
-57
/
+95
*
Replace struct spl_task with struct taskq_ent
Prakash Surya
2011-12-13
1
-63
/
+62
*
Add SPLAT_TEST_FINI call for SPLAT_TASKQ_TEST6_ID
Prakash Surya
2011-12-13
1
-0
/
+1
*
Fix usage of MUTEX macro in mutex_enter_nested
Prakash Surya
2011-12-13
1
-1
/
+1
*
Allow 64-bit timestamps to be set on 64-bit kernels
Chris Dunlop
2011-12-12
1
-3
/
+8
*
Fix a typo referencing an incorrect symbol
Prakash Surya
2011-11-21
1
-1
/
+1
*
Prepend spl_ to all init/fini functions
Brian Behlendorf
2011-11-11
11
-35
/
+39
*
Fix depmod warning
Brian Behlendorf
2011-11-10
1
-4
/
+4
*
Linux 3.1 compat, shrink_*cache_memory
Brian Behlendorf
2011-11-09
2
-16
/
+52
*
Linux 3.1 compat, vfs_fsync()
Brian Behlendorf
2011-11-09
4
-146
/
+247
*
Linux 3.1 compat, kern_path_parent()
Brian Behlendorf
2011-11-09
7
-19
/
+152
*
Fix NULL deref in balance_pgdat()
Brian Behlendorf
2011-11-03
1
-5
/
+8
*
Include distribution in release
Brian Behlendorf
2011-10-19
2
-2
/
+2
*
Cleaned up MUTEX() #define
Gunnar Beutner
2011-10-19
1
-1
/
+1
*
Remove the spinlocks for mutex_enter()/mutex_exit()
Gunnar Beutner
2011-10-19
1
-27
/
+1
*
Fix race condition in mutex_exit()
Gunnar Beutner
2011-10-19
1
-12
/
+2
*
vn_rdwr() didn't properly advance the file position
Gunnar Beutner
2011-10-18
1
-0
/
+1
*
Fix package URLs to use the github repository
Brian Behlendorf
2011-10-17
2
-2
/
+2
*
Fix various typos in comments
Brian Behlendorf
2011-10-11
1
-27
/
+27
*
Fixed typo in spl_slab_alloc()
Gunnar Beutner
2011-10-11
1
-1
/
+1
*
Properly destroy work items in spl_kmem_cache_destroy()
Gunnar Beutner
2011-10-11
1
-3
/
+3
*
Fixed invalid resource re-use in file_find()
Gunnar Beutner
2011-10-11
2
-1
/
+3
*
Prep spl-0.6.0-rc6 tag
Brian Behlendorf
2011-10-06
1
-1
/
+1
*
Remove /etc/hostid missing warning
Brian Behlendorf
2011-10-06
1
-5
/
+1
*
Revert "Stabilize the hostid for RPM installations."
Brian Behlendorf
2011-09-30
1
-11
/
+0
*
Fix HAVE_FS_STRUCT_SPINLOCK check for gcc-4.1.2
Brian Behlendorf
2011-09-19
2
-0
/
+9
*
Fix the configure CONFIG_* option detection
Brian Behlendorf
2011-07-22
2
-9
/
+3
*
Fix 'make install' overly broad 'rm'
Brian Behlendorf
2011-07-20
1
-1
/
+5
*
Prep spl-0.6.0-rc5 tag
Brian Behlendorf
2011-07-01
1
-1
/
+1
*
Linux 2.6.39 compat, mutex owner
Brian Behlendorf
2011-06-24
4
-12
/
+177
*
Stabilize the hostid for RPM installations.
Darik Horn
2011-06-24
1
-0
/
+11
*
Read the /etc/hostid file directly.
Darik Horn
2011-06-24
2
-5
/
+109
[next]