index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dlm
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] mark struct file_operations const 6
Arjan van de Ven
2007-02-12
2
-5
/
+5
*
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
2007-02-11
1
-3
/
+1
*
[PATCH] dlm: use kern_recvmsg()
Al Viro
2007-02-09
1
-17
/
+6
*
[DLM] fix softlockup in dlm_recv
Patrick Caulfield
2007-02-05
1
-6
/
+9
*
[DLM] zero new user lvbs
David Teigland
2007-02-05
1
-2
/
+2
*
[DLM/GFS2] indent help text
Randy Dunlap
2007-02-05
1
-8
/
+8
*
[GFS2/DLM] fix GFS2 circular dependency
Adrian Bunk
2007-02-05
1
-2
/
+1
*
[GFS2/DLM] use sysfs
Randy Dunlap
2007-02-05
1
-0
/
+1
*
[DLM] can miss clearing resend flag
David Teigland
2007-02-05
1
-0
/
+6
*
[DLM] saved dlm message can be dropped
David Teigland
2007-02-05
1
-2
/
+2
*
[DLM] Make sock_sem into a mutex
Patrick Caulfield
2007-02-05
1
-22
/
+22
*
[DLM] fix lowcomms receiving
Patrick Caulfield
2007-02-05
1
-11
/
+13
*
[DLM] lowcomms tidy
Patrick Caulfield
2007-02-05
1
-5
/
+2
*
[DLM] fix master recovery
David Teigland
2007-02-05
1
-1
/
+3
*
[DLM] fix user unlocking
David Teigland
2007-02-05
3
-12
/
+28
*
[DLM] Use workqueues for dlm lowcomms
Patrick Caulfield
2007-02-05
2
-284
/
+115
*
[DLM] expose dlm_config_info fields in configfs
David Teigland
2007-02-05
1
-4
/
+132
*
[DLM] add config entry to enable log_debug
David Teigland
2007-02-05
3
-7
/
+11
*
[DLM] rename dlm_config_info fields
David Teigland
2007-02-05
9
-37
/
+38
*
[DLM] change some log_error to log_debug
David Teigland
2007-02-05
2
-13
/
+13
*
[DLM] Fix spin lock already unlocked bug
Patrick Caulfield
2007-02-05
1
-0
/
+2
*
[DLM] Fix schedule() calls
Patrick Caulfield
2007-02-05
2
-4
/
+4
*
[DLM] fs/dlm/lowcomms-tcp.c: remove 2 functions
Adrian Bunk
2007-02-05
1
-24
/
+0
*
[DLM] fix lost flags in stub replies
David Teigland
2007-02-05
1
-0
/
+3
*
[DLM] fix receive_request() lvb copying
David Teigland
2007-02-05
1
-2
/
+6
*
[DLM] fix send_args() lvb copying
David Teigland
2007-02-05
1
-4
/
+16
*
[DLM] add version check
David Teigland
2007-02-05
1
-3
/
+11
*
[DLM] fix old rcom messages
David Teigland
2007-02-05
3
-25
/
+46
*
[DLM] fix resend rcom lock
David Teigland
2007-02-05
1
-1
/
+9
*
[DLM] fix compile warning
Patrick Caulfield
2006-12-15
1
-1
/
+1
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
2006-12-07
15
-189
/
+1463
|
\
|
*
[DLM] Clean up lowcomms
Patrick Caulfield
2006-12-07
4
-357
/
+261
|
*
[DLM] fix format warnings in rcom.c and recoverd.c
Ryusuke Konishi
2006-11-30
2
-4
/
+7
|
*
[DLM] don't accept replies to old recovery messages
David Teigland
2006-11-30
3
-11
/
+39
|
*
[DLM] fix size of STATUS_REPLY message
David Teigland
2006-11-30
1
-1
/
+5
|
*
[DLM] fix add_requestqueue checking nodes list
David Teigland
2006-11-30
3
-11
/
+14
|
*
[DLM] Fix DLM config
Patrick Caulfield
2006-11-30
1
-1
/
+2
|
*
[DLM] clear sbflags on lock master
David Teigland
2006-11-30
1
-0
/
+1
|
*
[DLM] do full recover_locks barrier
David Teigland
2006-11-30
1
-1
/
+7
|
*
[DLM] fix stopping unstarted recovery
David Teigland
2006-11-30
1
-1
/
+6
|
*
[DLM] fix aborted recovery during node removal
David Teigland
2006-11-30
2
-0
/
+15
|
*
[DLM] fix requestqueue race
David Teigland
2006-11-30
3
-9
/
+29
|
*
[DLM] status messages ping-pong between unmounted nodes
David Teigland
2006-11-30
1
-3
/
+4
|
*
[DLM] res_recover_locks_count not reset when recover_locks is aborted
David Teigland
2006-11-30
1
-0
/
+1
|
*
[DLM] Add support for tcp communications
Patrick Caulfield
2006-11-30
4
-1
/
+1283
*
|
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
1
-1
/
+1
|
/
*
[DLM] fix oops in kref_put when removing a lockspace
Patrick Caulfield
2006-11-06
1
-0
/
+5
*
[DLM] Fix kref_put oops
Patrick Caulfield
2006-11-06
1
-1
/
+8
*
[DLM] fix iovec length in recvmsg
Patrick Caulfield
2006-10-20
1
-0
/
+1
*
[DLM] fix iovec length in recvmsg
Patrick Caulfield
2006-10-12
1
-1
/
+1
[next]