nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / fs / dlm /
2007-10-10 Patrick Caulfield[DLM] don't overwrite castparam if it's NULL
2007-10-10 Patrick Caulfield[DLM] Make dlm_sendd cond_resched more
2007-10-10 Patrick Caulfield[DLM] Fix lowcomms socket closing
2007-08-14 David Teigland[DLM] fix basts for granted PR waiting CW
2007-08-14 Patrick Caulfield[DLM] More othercon fixes
2007-08-14 Jesper Juhl[DLM] Fix memory leak in dlm_add_member() when dlm_node...
2007-08-14 Patrick Caulfield[DLM] zero unused parts of sockaddr_storage
2007-08-14 David Teigland[DLM] fix NULL ls usage
2007-08-14 Patrick Caulfield[DLM] Clear othercon pointers when a connection is...
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Yoann Padioleausome kmalloc/memset ->kzalloc (tree wide)
2007-07-11 Joel Beckerconfigfs: Convert subsystem semaphore to mutex
2007-07-11 Satyam Sharma[PATCH] configfs+dlm: Rename config_group_find_obj...
2007-07-10 Satyam Sharma[PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR...
2007-07-09 David Teigland[DLM] dump more lock values
2007-07-09 akpm@linux-foundat... [GFS2] git-gfs2-nmw-build-fix
2007-07-09 Patrick Caulfield[DLM] Telnet to port 21064 can stop all lockspaces
2007-07-09 David Teigland[DLM] don't require FS flag on all nodes
2007-07-09 Patrick Caulfield[DLM] variable allocation
2007-07-09 Josef Bacik[DLM] fix reference counting
2007-07-09 Patrick Caulfield[DLM] fix socket shutdown
2007-07-09 David Teigland[DLM] show default protocol
2007-07-09 David Teigland[DLM] dumping master locks
2007-07-09 David Teigland[DLM] canceling deadlocked lock
2007-07-09 David Teigland[DLM] timeout fixes
2007-07-09 Steven Whitehouse[DLM] Compile fix
2007-07-09 David Teigland[DLM] fix compile breakage
2007-07-09 David Teigland[DLM] wait for config check during join [6/6]
2007-07-09 David Teigland[DLM] fix new_lockspace error exit [5/6]
2007-07-09 David Teigland[DLM] cancel in conversion deadlock [4/6]
2007-07-09 David Teigland[DLM] dlm_device interface changes [3/6]
2007-07-09 David Teigland[DLM] add lock timeouts and warnings [2/6]
2007-07-09 David Teigland[DLM] block scand during recovery [1/6]
2007-07-09 Josef Bacik[DLM] keep dlm from panicing when traversing rsb list...
2007-07-09 Satyam Sharma[DLM] fix a couple of races
2007-07-07 Adrian BunkDLM must depend on SYSFS
2007-05-07 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-05-01 David Teigland[DLM] lowcomms style
2007-05-01 Patrick Caulfield[DLM] Lowcomms nodeid range & initialisation fixes
2007-05-01 Josef Bacik[DLM] Fix dlm_lowcoms_stop hang
2007-05-01 David Teigland[DLM] fix mode munging
2007-05-01 Adrian Bunk[DLM] fs/dlm/ast.c should #include "ast.h"
2007-05-01 Patrick Caulfield[DLM] Consolidate transport protocols
2007-05-01 Patrick Caulfield[DLM] Remove redundant assignment
2007-05-01 David Teigland[DLM] change lkid format
2007-05-01 David Teigland[DLM] interface for purge (2/2)
2007-05-01 David Teigland[DLM] add orphan purging code (1/2)
2007-05-01 David Teigland[DLM] split create_message function
2007-05-01 David Teigland[DLM] overlapping cancel and unlock
2007-05-01 Patrick Caulfield[DLM] fix coverity-spotted stupidity
2007-05-01 Patrick Caulfield[DLM] Don't delete misc device if lockspace removal...
2007-05-01 Patrick Caulfield[DLM] Fix uninitialised variable in receiving
2007-03-07 Adrian Bunk[DLM] fs/dlm/user.c should #include "user.h"
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 6
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2007-02-09 Al Viro[PATCH] dlm: use kern_recvmsg()
2007-02-05 Patrick Caulfield[DLM] fix softlockup in dlm_recv
2007-02-05 David Teigland[DLM] zero new user lvbs
2007-02-05 Randy Dunlap[DLM/GFS2] indent help text
2007-02-05 Adrian Bunk[GFS2/DLM] fix GFS2 circular dependency
2007-02-05 Randy Dunlap[GFS2/DLM] use sysfs
2007-02-05 David Teigland[DLM] can miss clearing resend flag
2007-02-05 David Teigland[DLM] saved dlm message can be dropped
2007-02-05 Patrick Caulfield[DLM] Make sock_sem into a mutex
2007-02-05 Patrick Caulfield[DLM] fix lowcomms receiving
2007-02-05 Patrick Caulfield[DLM] lowcomms tidy
2007-02-05 David Teigland[DLM] fix master recovery
2007-02-05 David Teigland[DLM] fix user unlocking
2007-02-05 Patrick Caulfield[DLM] Use workqueues for dlm lowcomms
2007-02-05 David Teigland[DLM] expose dlm_config_info fields in configfs
2007-02-05 David Teigland[DLM] add config entry to enable log_debug
2007-02-05 David Teigland[DLM] rename dlm_config_info fields
2007-02-05 David Teigland[DLM] change some log_error to log_debug
2007-02-05 Patrick Caulfield[DLM] Fix spin lock already unlocked bug
2007-02-05 Patrick Caulfield[DLM] Fix schedule() calls
2007-02-05 Adrian Bunk[DLM] fs/dlm/lowcomms-tcp.c: remove 2 functions
2007-02-05 David Teigland[DLM] fix lost flags in stub replies
2007-02-05 David Teigland[DLM] fix receive_request() lvb copying
2007-02-05 David Teigland[DLM] fix send_args() lvb copying
2007-02-05 David Teigland[DLM] add version check
2007-02-05 David Teigland[DLM] fix old rcom messages
2007-02-05 David Teigland[DLM] fix resend rcom lock
2006-12-15 Patrick Caulfield[DLM] fix compile warning
2006-12-07 Linus TorvaldsMerge /pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Patrick Caulfield[DLM] Clean up lowcomms
2006-11-30 Ryusuke Konishi[DLM] fix format warnings in rcom.c and recoverd.c
2006-11-30 David Teigland[DLM] don't accept replies to old recovery messages
2006-11-30 David Teigland[DLM] fix size of STATUS_REPLY message
2006-11-30 David Teigland[DLM] fix add_requestqueue checking nodes list
2006-11-30 Patrick Caulfield[DLM] Fix DLM config
2006-11-30 David Teigland[DLM] clear sbflags on lock master
2006-11-30 David Teigland[DLM] do full recover_locks barrier
2006-11-30 David Teigland[DLM] fix stopping unstarted recovery
2006-11-30 David Teigland[DLM] fix aborted recovery during node removal
2006-11-30 David Teigland[DLM] fix requestqueue race
2006-11-30 David Teigland[DLM] status messages ping-pong between unmounted nodes
2006-11-30 David Teigland[DLM] res_recover_locks_count not reset when recover_lo...
2006-11-30 Patrick Caulfield[DLM] Add support for tcp communications
next