| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | [DLM] Kconfig: don't show an empty DLM menu | Adrian Bunk | 2006-10-12 | 1 | -2/+1 |
* | [PATCH] dlm gfp_t annotations | Al Viro | 2006-10-09 | 2 | -4/+4 |
* | [GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs) | Theodore Ts'o | 2006-09-28 | 1 | -2/+2 |
* | [GFS2/DLM] Fix trailing whitespace | Steven Whitehouse | 2006-09-25 | 1 | -1/+1 |
* | [DLM] confirm master for recovered waiting requests | David Teigland | 2006-09-08 | 1 | -0/+2 |
* | [DLM] use snprintf in sysfs show | David Teigland | 2006-09-07 | 1 | -3/+3 |