| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2... | Joel Becker | 2010-10-15 | 4 | -4/+480 |
|\ |
|
| * | ocfs2/cluster: Bump up dlm protocol to version 1.1 | Sunil Mushran | 2010-10-09 | 1 | -1/+1 |
| * | ocfs2/dlm: Add message DLM_QUERY_NODEINFO | Sunil Mushran | 2010-10-07 | 2 | -1/+198 |
| * | ocfs2/dlm: Add message DLM_QUERY_REGION | Sunil Mushran | 2010-10-09 | 2 | -1/+229 |
| * | ocfs2/dlm: Expose dlm_protocol in dlm_state | Sunil Mushran | 2010-10-06 | 1 | -1/+3 |
| * | o2dlm: force free mles during dlm exit | Srinivas Eeda | 2010-09-23 | 3 | -0/+42 |
| * | Ocfs2: Handle empty list in lockres_seq_start() for dlmdebug.c | Tristan Ye | 2010-09-10 | 1 | -1/+8 |
* | | ocfs2: Initialize the bktcnt variable properly, and call it bucket_count | Joel Becker | 2010-09-15 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o... | Linus Torvalds | 2010-08-13 | 3 | -78/+67 |
|\ |
|
| * | ocfs2/dlm: remove potential deadlock -V3 | Wengang Wang | 2010-08-07 | 1 | -4/+0 |
| * | ocfs2/dlm: avoid incorrect bit set in refmap on recovery master | Wengang Wang | 2010-08-07 | 2 | -25/+31 |
| * | ocfs2 fix o2dlm dlm run purgelist (rev 3) | Srinivas Eeda | 2010-08-07 | 1 | -46/+34 |
| * | ocfs2/dlm: fix a dead lock | Wengang Wang | 2010-08-07 | 1 | -3/+2 |
* | | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-04 | 3 | -10/+17 |
|\ \
| |/ |
|
| * | ocfs2/dlm: Remove BUG_ON from migration in the rare case of a down node | Wengang Wang | 2010-07-15 | 1 | -8/+14 |
| * | ocfs2: tighten up strlen() checking | Dan Carpenter | 2010-07-12 | 1 | -1/+1 |
| * | ocfs2/dlm: don't access beyond bitmap size | Wengang Wang | 2010-07-12 | 1 | -1/+1 |
| * | fs/ocfs2/dlm: Add missing spin_unlock | Julia Lawall | 2010-06-15 | 1 | -0/+1 |
* | | fs/ocfs2: Remove unnecessary casts of private_data | Joe Perches | 2010-07-20 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-05-21 | 9 | -49/+77 |
|\ |
|
| * | ocfs2:dlm: avoid dlm->ast_lock lockres->spinlock dependency break | Wengang Wang | 2010-05-18 | 3 | -8/+14 |
| * | fs/ocfs2/dlm: Use kstrdup | Julia Lawall | 2010-05-18 | 1 | -2/+1 |
| * | fs/ocfs2/dlm: Drop memory allocation cast | Julia Lawall | 2010-05-18 | 2 | -13/+7 |
| * | ocfs2/dlm: Increase o2dlm lockres hash size | Sunil Mushran | 2010-05-05 | 1 | -1/+1 |
| * | ocfs2/dlm: Make o2dlm domain join/leave messages KERN_NOTICE | Sunil Mushran | 2010-05-05 | 1 | -3/+3 |
| * | ocfs2: print node # when tcp fails | Wengang Wang | 2010-05-05 | 7 | -22/+51 |
* | | Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel... | Joel Becker | 2010-04-30 | 4 | -4/+0 |
|\ \ |
|
| * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 4 | -4/+0 |
* | | | ocfs2: Check the owner of a lockres inside the spinlock | Wengang Wang | 2010-03-30 | 1 | -3/+2 |
|/ / |
|
* | | ocfs2: Fix a race in o2dlm lockres mastery | Srinivas Eeda | 2010-03-23 | 1 | -3/+1 |
|/ |
|
* | dlm: allow dlm do recovery during shutdown | Srinivas Eeda | 2010-02-26 | 1 | -1/+1 |
* | ocfs2_dlmfs: Move to its own directory | Joel Becker | 2010-02-26 | 6 | -1574/+1 |
* | ocfs2_dlmfs: Use poll() to signify BASTs. | Joel Becker | 2010-02-26 | 1 | -1/+23 |
* | ocfs2_dlmfs: Add capabilities parameter. | Joel Becker | 2010-02-26 | 1 | -0/+36 |
* | ocfs2/dlm: Fix printing of lockname | Sunil Mushran | 2010-02-08 | 1 | -1/+1 |
* | ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead node | Sunil Mushran | 2010-02-03 | 1 | -1/+6 |
* | ocfs2/dlm: Handle EAGAIN for compatibility - v2 | Sunil Mushran | 2010-02-02 | 1 | -1/+7 |
* | ocfs2/dlm: Print more messages during lock migration | Sunil Mushran | 2010-01-25 | 1 | -8/+38 |
* | ocfs2/dlm: Ignore LVBs of locks in the Blocked list | Sunil Mushran | 2010-01-25 | 1 | -14/+34 |
* | ocfs2/trivial: Remove trailing whitespaces | Sunil Mushran | 2010-01-25 | 8 | -47/+47 |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-12-24 | 1 | -9/+9 |
|\ |
|
| * | ocfs2: return -EAGAIN instead of EAGAIN in dlm | Tiger Yang | 2009-12-02 | 1 | -9/+9 |
* | | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
|/ |
|
* | const: constify remaining file_operations | Alexey Dobriyan | 2009-10-01 | 1 | -4/+4 |
* | headers: utsname.h redux | Alexey Dobriyan | 2009-09-23 | 9 | -9/+0 |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-09-23 | 1 | -1/+5 |
|\ |
|
| * | ocfs2: add spinlock protection when dealing with lockres->purge. | Wengang Wang | 2009-09-23 | 1 | -1/+5 |
* | | seq_file: constify seq_operations | James Morris | 2009-09-23 | 1 | -1/+1 |
* | | writeback: add name to backing_dev_info | Jens Axboe | 2009-09-11 | 1 | -0/+1 |
|/ |
|
* | ocfs2/dlm: Wait on lockres instead of erroring cancel requests | Goldwyn Rodrigues | 2009-08-20 | 1 | -2/+2 |