Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2f320521a0d2d11fb857be09d05e2fbbf3ef8c13
/
fs
/
dlm
« Previous
0f8e0d9
dlm: allow multiple lockspace creates
by David Teigland
· 16 years ago
5140934
dlm: rename structs
by David Teigland
· 16 years ago
cb980d9
dlm: add missing kfrees
by David Teigland
· 16 years ago
3988ba0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
by Linus Torvalds
· 16 years ago
bde74e4
locks: add special return value for asynchronous locks
by Miklos Szeredi
· 16 years ago
a6795e9
configfs: Allow ->make_item() and ->make_group() to return detailed errors.
by Joel Becker
· 16 years ago
f89ab86
Revert "configfs: Allow ->make_item() and ->make_group() to return detailed errors."
by Joel Becker
· 16 years ago
5b664cb
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2
by Linus Torvalds
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
11c3b79
configfs: Allow ->make_item() and ->make_group() to return detailed errors.
by Joel Becker
· 16 years ago
18c60c0
dlm: fix uninitialized variable for search_rsb_list callers
by Benny Halevy
· 16 years ago
311f6fc
dlm: release socket on error
by Masatake YAMATO
· 16 years ago
329fc4c
dlm: fix basts for granted CW waiting PR/CW
by David Teigland
· 16 years ago
254ae43
dlm: check for null in device_write
by Masatake YAMATO
· 16 years ago
514bcc6
dlm-user: BKL pushdown
by Arnd Bergmann
· 16 years ago
817d10b
dlm: fix plock dev_write return value
by David Teigland
· 16 years ago
0035a4b
dlm: tcp_connect_to_sock should check for -EINVAL, not EINVAL
by Marcin Slusarz
· 16 years ago
88ad231
dlm: section mismatch warning fix
by Leonardo Potenza
· 16 years ago
7a936ce
dlm: convert connections_lock in a mutex
by Matthias Kaehlcke
· 16 years ago
8e24eea
fs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
03b8838
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
by Linus Torvalds
· 17 years ago
3d564fa
dlm: common max length definitions
by David Teigland
· 17 years ago
2402211
dlm: move plock code from gfs2
by David Teigland
· 17 years ago
d44e0fc
dlm: recover nodes that are removed and re-added
by David Teigland
· 17 years ago
761b9d3
dlm: save master info after failed no-queue request
by David Teigland
· 17 years ago
170e19a
dlm: make dlm_print_rsb() static
by Adrian Bunk
· 17 years ago
5416b70
dlm: match signedness between dlm_config_info and cluster_set
by Harvey Harrison
· 17 years ago
cb68837
fs: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
599e0f5
dlm: fix rcom_names message to self
by David Teigland
· 17 years ago
3072717
dlm: add __init and __exit marks to init and exit functions
by Denis Cheng
· 17 years ago
d292c0c
dlm: eliminate astparam type casting
by David Teigland
· 17 years ago
e5dae54
dlm: proper types for asts and basts
by David Teigland
· 17 years ago
cb79f19
dlm: dlm/user.c input validation fixes
by Al Viro
· 17 years ago
043b19c
dlm: fix dlm_dir_lookup() handling of too long names
by Al Viro
· 17 years ago
a9cc915
dlm: fix overflows when copying from ->m_extra to lvb
by Al Viro
· 17 years ago
ef58bcc
dlm: make find_rsb() fail gracefully when namelen is too large
by Al Viro
· 17 years ago
a5dd063
dlm: receive_rcom_lock_args() overflow check
by Al Viro
· 17 years ago
ae773d0
dlm: verify that places expecting rcom_lock have packet long enough
by Al Viro
· 17 years ago
cd9df1a
dlm: validate data in dlm_recover_directory()
by Al Viro
· 17 years ago
02ed16b
dlm: missing length check in check_config()
by Al Viro
· 17 years ago
4007685
dlm: use proper type for ->ls_recover_buf
by Al Viro
· 17 years ago
93ff297
dlm: do not byteswap rcom_config
by Al Viro
· 17 years ago
163a185
dlm: do not byteswap rcom_lock
by Al Viro
· 17 years ago
eef7d73
dlm: dlm_process_incoming_buffer() fixes
by Al Viro
· 17 years ago
8b0d8e0
dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)
by Al Viro
· 17 years ago
0fe410d
dlm: static initialization improvements
by Denis Cheng
· 17 years ago
dbcfc34
dlm: clean ups
by David Teigland
· 17 years ago
2a79289
dlm: Sanity check namelen before copying it
by Patrick Caulfeld
· 17 years ago
85f0379
dlm: keep cached master rsbs during recovery
by David Teigland
· 17 years ago
594199e
dlm: change error message to debug
by David Teigland
· 17 years ago
ce5246b
dlm: fix possible use-after-free
by David Teigland
· 17 years ago
755b5eb
dlm: limit dir lookup loop
by David Teigland
· 17 years ago
42dc160
dlm: reject normal unlock when lock is waiting for lookup
by David Teigland
· 17 years ago
c54e04b
dlm: validate messages before processing
by David Teigland
· 17 years ago
46b43ee
dlm: reject messages from non-members
by David Teigland
· 17 years ago
aec64e1
dlm: another call to confirm_master in receive_request_reply
by David Teigland
· 17 years ago
601342c
dlm: recover locks waiting for overlap replies
by David Teigland
· 17 years ago
8a358ca
dlm: clear ast_type when removing from astqueue
by David Teigland
· 17 years ago
861e2369
dlm: use fixed errno values in messages
by David Teigland
· 17 years ago
550283e
dlm: swap bytes for rcom lock reply
by Fabio M. Di Nitto
· 17 years ago
e7847d3
dlm: align midcomms message buffer
by Fabio M. Di Nitto
· 17 years ago
39bd417
dlm: close othercons
by Patrick Caulfeld
· 17 years ago
52bda2b
dlm: use dlm prefix on alloc and free functions
by David Teigland
· 17 years ago
11b2498
dlm: don't print common non-errors
by David Teigland
· 17 years ago
e028398
dlm: proper prototypes
by Adrian Bunk
· 17 years ago
6bd8fed
dlm: bind connections from known local address when using TCP
by Lon Hohberger
· 17 years ago
197b12d
Kobject: convert fs/* from kobject_unregister() to kobject_put()
by Greg Kroah-Hartman
· 17 years ago
901195e
Kobject: change GFS2 to use kobject_init_and_add
by Greg Kroah-Hartman
· 17 years ago
0ff21e4
kobject: convert kernel_kset to be a kobject
by Greg Kroah-Hartman
· 17 years ago
bd35b93
kset: convert kernel_subsys to use kset_create
by Greg Kroah-Hartman
· 17 years ago
d405936
kset: convert dlm to use kset_create
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
df61c95
[DLM] lowcomms: Do not muck with sysctl_rmem_max.
by David S. Miller
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
a77b645
menuconfig: transform NLS and DLM menus
by Jan Engelhardt
· 17 years ago
efefc6e
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
34980ca
Drivers: clean up direct setting of the name of a kset
by Greg Kroah-Hartman
· 17 years ago
c36258b
[DLM] block dlm_recv in recovery transition
by David Teigland
· 17 years ago
b434eda
[DLM] don't overwrite castparam if it's NULL
by Patrick Caulfield
· 17 years ago
d66f827
[DLM] Make dlm_sendd cond_resched more
by Patrick Caulfield
· 17 years ago
61d96be
[DLM] Fix lowcomms socket closing
by Patrick Caulfield
· 17 years ago
3650925
[DLM] fix basts for granted PR waiting CW
by David Teigland
· 17 years ago
9e5f282
[DLM] More othercon fixes
by Patrick Caulfield
· 17 years ago
1a2bf2e
[DLM] Fix memory leak in dlm_add_member() when dlm_node_weight() returns less than zero
by Jesper Juhl
· 17 years ago
01c8cab
[DLM] zero unused parts of sockaddr_storage
by Patrick Caulfield
· 17 years ago
41684f9
[DLM] fix NULL ls usage
by David Teigland
· 17 years ago
25720c2
[DLM] Clear othercon pointers when a connection is closed
by Patrick Caulfield
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
e6bd07a
configfs: Convert subsystem semaphore to mutex
by Joel Becker
· 17 years ago
3fe6c5c
[PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearly
by Satyam Sharma
· 17 years ago
9b1d9aa
[PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.h
by Satyam Sharma
· 17 years ago
ac90a25
[DLM] dump more lock values
by David Teigland
· 17 years ago
f4fadb23c
[GFS2] git-gfs2-nmw-build-fix
by akpm@linux-foundation.org
· 17 years ago
97d8483
[DLM] Telnet to port 21064 can stop all lockspaces
by Patrick Caulfield
· 17 years ago
fad59c1
[DLM] don't require FS flag on all nodes
by David Teigland
· 17 years ago
44f487a
[DLM] variable allocation
by Patrick Caulfield
· 17 years ago
292e539
[DLM] fix reference counting
by Josef Bacik
· 17 years ago
afb853f
[DLM] fix socket shutdown
by Patrick Caulfield
· 17 years ago
0b7cac0
[DLM] show default protocol
by David Teigland
· 17 years ago
Next »