index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dlm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2010-03-12
1
-1
/
+1
|
\
|
*
Merge branch 'for-next' into for-linus
Jiri Kosina
2010-03-08
1
-1
/
+1
|
|
\
|
|
*
Fix misspellings of "truly" in comments.
Adam Buchbinder
2010-02-04
1
-1
/
+1
*
|
|
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
2010-03-07
1
-1
/
+1
|
/
/
*
|
dlm: use bastmode in debugfs output
David Teigland
2010-02-26
2
-3
/
+5
*
|
dlm: Send lockspace name with uevents
Steven Whitehouse
2010-02-26
1
-1
/
+13
*
|
dlm: send reply before bast
David Teigland
2010-02-26
1
-26
/
+84
*
|
dlm: fix ordering of bast and cast
David Teigland
2010-02-24
6
-28
/
+78
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
2009-12-10
14
-53
/
+46
|
\
|
*
dlm: always use GFP_NOFS
David Teigland
2009-11-30
14
-53
/
+46
*
|
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
1
-1
/
+1
|
/
*
dlm: fix socket fd translation
David Teigland
2009-09-30
1
-11
/
+12
*
dlm: fix lowcomms_connect_node for sctp
David Teigland
2009-09-30
1
-3
/
+10
*
seq_file: constify seq_operations
James Morris
2009-09-23
1
-6
/
+6
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
2009-09-18
1
-10
/
+16
|
\
|
*
dlm: use kernel_sendpage
Paolo Bonzini
2009-08-24
1
-5
/
+2
|
*
dlm: fix connection close handling
Lars Marowsky-Bree
2009-08-24
1
-2
/
+13
|
*
dlm: fix double-release of socket in error exit path
Casey Dahlin
2009-08-18
1
-3
/
+1
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-08-12
3
-9
/
+14
|
\
\
|
|
/
|
*
dlm: free socket in error exit path
Casey Dahlin
2009-07-14
1
-1
/
+3
|
*
dlm: fix plock use-after-free
David Teigland
2009-06-18
1
-7
/
+10
|
*
dlm: Fix uninitialised variable warning in lock.c
Steven Whitehouse
2009-06-17
1
-1
/
+1
*
|
genetlink: make netns aware
Johannes Berg
2009-07-12
1
-1
/
+1
|
/
*
dlm: use more NOFS allocation
David Teigland
2009-05-15
4
-11
/
+12
*
dlm: connect to nodes earlier
Christine Caulfield
2009-05-15
3
-4
/
+26
*
dlm: fix use count with multiple joins
David Teigland
2009-05-07
1
-7
/
+6
*
dlm: Make name input parameter of {,dlm_}new_lockspace() const
Geert Uytterhoeven
2009-05-07
1
-2
/
+2
*
dlm: fix length calculation in compat code
David Teigland
2009-03-11
1
-9
/
+15
*
dlm: ignore cancel on granted lock
David Teigland
2009-03-11
1
-0
/
+7
*
dlm: clear defunct cancel state
David Teigland
2009-03-11
1
-8
/
+45
*
dlm: replace idr with hash table for connections
Christine Caulfield
2009-03-11
1
-79
/
+92
*
dlm: comment typo fixes
Joe Perches
2009-01-28
1
-3
/
+3
*
dlm: use ipv6_addr_copy
Joe Perches
2009-01-28
1
-2
/
+2
*
dlm: Change rwlock which is only used in write mode to a spinlock
Steven Whitehouse
2009-01-28
3
-11
/
+11
*
dlm: initialize file_lock struct in GETLK before copying conflicting lock
Jeff Layton
2009-01-21
1
-0
/
+2
*
dlm: fix plock notify callback to lockd
David Teigland
2009-01-21
1
-2
/
+2
*
dlm: change rsbtbl rwlock to spinlock
David Teigland
2009-01-08
5
-32
/
+32
*
dlm: fix seq_file usage in debugfs lock dump
David Teigland
2009-01-08
1
-359
/
+337
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
2009-01-05
12
-130
/
+316
|
\
|
*
dlm: fs/dlm/ast.c: fix warning
Andrew Morton
2008-12-23
1
-22
/
+17
|
*
dlm: add new debugfs entry
David Teigland
2008-12-23
2
-50
/
+247
|
*
dlm: add time stamp of blocking callback
David Teigland
2008-12-23
2
-0
/
+3
|
*
dlm: change lock time stamping
David Teigland
2008-12-23
4
-19
/
+19
|
*
dlm: improve how bast mode handling
David Teigland
2008-12-23
5
-15
/
+17
|
*
dlm: remove extra blocking callback check
David Teigland
2008-12-23
1
-6
/
+1
|
*
dlm: replace schedule with cond_resched
Steven Whitehouse
2008-12-23
1
-1
/
+1
|
*
dlm: remove kmap/kunmap
Steven Whitehouse
2008-12-23
1
-7
/
+0
|
*
dlm: trivial annotation of be16 value
Harvey Harrison
2008-12-23
1
-9
/
+9
|
*
dlm: fix up memory allocation flags
Steven Whitehouse
2008-12-23
3
-4
/
+5
*
|
fix warning in fs/dlm/netlink.c
Ingo Molnar
2008-11-25
1
-1
/
+1
|
/
[next]