smaps: extract pmd walker from smaps code
[safe/jmp/linux-2.6] / fs / dlm /
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
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
2006-11-06 Patrick Caulfield[DLM] fix oops in kref_put when removing a lockspace
2006-11-06 Patrick Caulfield[DLM] Fix kref_put oops
2006-10-20 Patrick Caulfield[DLM] fix iovec length in recvmsg
2006-10-12 Patrick Caulfield[DLM] fix iovec length in recvmsg
2006-10-12 Adrian Bunk[DLM] Kconfig: don't show an empty DLM menu
2006-10-09 Al Viro[PATCH] dlm gfp_t annotations
2006-09-28 Theodore Ts'o[GFS2] inode_diet: Replace inode.u.generic_ip with...
2006-09-25 Steven Whitehouse[GFS2/DLM] Fix trailing whitespace
2006-09-08 David Teigland[DLM] confirm master for recovered waiting requests
2006-09-07 David Teigland[DLM] use snprintf in sysfs show
2006-08-31 David Teigland[DLM] force removal of user lockspace
2006-08-25 David Teigland[DLM] add new lockspace to list ealier
2006-08-24 David Teigland[DLM] recover_locks not clearing NEW_MASTER flag
2006-08-24 David Teigland[DLM] sequence number missing in not_ready reply
2006-08-23 David Teigland[DLM] down conversion clearing flags
2006-08-23 Patrick Caulfield[DLM] down conversion clearing flags
2006-08-23 Patrick Caulfield[DLM] preserve lksb address in user conversions
2006-08-21 David Teigland[DLM] dump rsb and locks on assert
2006-08-11 David Teigland[DLM] move kmap to after spin_unlock
2006-08-09 David Teigland[DLM] reject replies to old requests
2006-08-09 David Teigland[DLM] show nodeid for recovery message
2006-08-09 David Teigland[DLM] break from snprintf loop
2006-08-09 David Teigland[DLM] abort recovery more quickly
2006-08-09 David Teigland[DLM] print bad length in assertion
2006-08-08 Patrick Caulfield[DLM] fix userland unlock
2006-07-26 David Teigland[DLM] fix i_private
2006-07-26 David Teigland[DLM] fix broken patches
2006-07-26 David Teigland[DLM] schedule during long loop through locks
2006-07-26 David Teigland[DLM] fix loop in grant_after_purge
2006-07-26 David Teigland[DLM] set purged flag on rsbs
2006-07-26 David Teigland[DLM] more info through debugfs
2006-07-21 David Teigland[DLM] fix whitespace damage
2006-07-20 David Teigland[DLM] fix leaking user locks
2006-07-20 Adrian Bunk[DLM] [RFC: -mm patch] fs/dlm/lock.c: unexport dlm_lvb_...
2006-07-13 David Teigland[DLM] dlm: user locks
2006-06-19 Patrick Caulfield[DLM] Fix potential conflict in DLM userland locks
2006-06-19 David Teigland[DLM] init rwsem earlier
2006-06-09 Patrick Caulfield[DLM] compat patch
2006-05-25 Steven Whitehouse[GFS2] Change name due to local_nodeid being a macro
2006-05-24 David Teigland[GFS2] Cast 64 bit printk args to unsigned long long.
2006-05-02 David Teigland[DLM] fix grant_after_purge softlockup
2006-04-28 David Teigland[DLM] PATCH 3/3 dlm: show recover state
2006-04-28 David Teigland[DLM] PATCH 2/3 dlm: lowcomms close
2006-04-28 David Teigland[DLM] PATCH 1/3 dlm: force free user lockspace
2006-04-25 Patrick Caulfield[DLM] Convert a semaphore to a completion
2006-04-25 Steven Whitehouse[DLM] Update Kconfig in the light of comments on lkml
2006-02-28 David Teigland[DLM] Pass in lockspace to lkb put function
2006-02-23 David Teigland[DLM] Remove range locks from the DLM
2006-01-20 David Teigland[DLM] Update DLM to the latest patch level
2006-01-18 David Teigland[DLM] The core of the DLM for GFS2/CLVM