| Commit message (Expand) | Author | Age | Files | Lines |
* | remove nonsense force-casts from ocfs2 | Al Viro | 2007-12-05 | 1 | -14/+6 |
* | ocfs2: Filter -ENOSPC in mlog_errno() | Mark Fasheh | 2007-11-27 | 1 | -1/+1 |
* | [NET]: Add the helper kernel_sock_shutdown() | Trond Myklebust | 2007-11-12 | 1 | -2/+2 |
* | [PATCH] Fix possibly too long write in o2hb_setup_one_bio() | Jan Kara | 2007-11-06 | 1 | -1/+1 |
* | Use helpers to obtain task pid in printks | Pavel Emelyanov | 2007-10-19 | 2 | -2/+2 |
* | Drivers: clean up direct setting of the name of a kset | Greg Kroah-Hartman | 2007-10-12 | 1 | -1/+2 |
* | Fix up more bio fallout | Al Viro | 2007-10-12 | 1 | -2/+1 |
* | Drop 'size' argument from bio_endio and bi_end_io | NeilBrown | 2007-10-10 | 1 | -4/+0 |
* | ocfs2: Retry sendpage() if it returns EAGAIN | Sunil Mushran | 2007-08-09 | 1 | -8/+16 |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2007-07-16 | 5 | -19/+151 |
|\ |
|
| * | [PATCH] ocfs2: use list_for_each_entry where benefical | Christoph Hellwig | 2007-07-10 | 1 | -9/+4 |
| * | ocfs2: Wake up a starting region if it gets killed in the background. | Joel Becker | 2007-07-10 | 1 | -1/+20 |
| * | ocfs2: live heartbeat depends on the local node configuration | Joel Becker | 2007-07-10 | 3 | -3/+46 |
| * | ocfs2: Depend on configfs heartbeat items. | Joel Becker | 2007-07-10 | 5 | -8/+83 |
| * | configfs: Convert subsystem semaphore to mutex | Joel Becker | 2007-07-10 | 1 | -1/+1 |
* | | sysfs: kill unnecessary attribute->owner | Tejun Heo | 2007-07-11 | 1 | -1/+0 |
|/ |
|
* | ocfs2: Fix masklog breakage | Tiger Yang | 2007-06-06 | 1 | -2/+1 |
* | ocfs2: kobject/kset foobar | Randy Dunlap | 2007-05-10 | 1 | -2/+3 |
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2007-05-04 | 2 | -6/+6 |
|\ |
|
| * | ocfs2: fix sparse warnings in fs/ocfs2/cluster | Mark Fasheh | 2007-05-02 | 2 | -6/+6 |
* | | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 2007-05-02 | 3 | -7/+6 |
|/ |
|
* | ocfs2: Remove delete inode vote | Tiger Yang | 2007-04-26 | 1 | -1/+4 |
* | ocfs2: Replace panic() with emergency_restart() when fencing | Sunil Mushran | 2007-04-26 | 1 | -1/+4 |
* | ocfs2: Concurrent access of o2hb_region->hr_task was not locked | Joel Becker | 2007-03-14 | 1 | -12/+32 |
* | ocfs2: Proper cleanup in case of error in ocfs2_register_hb_callbacks() | Joel Becker | 2007-03-14 | 3 | -16/+5 |
* | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman | 2007-02-14 | 1 | -1/+1 |
* | [PATCH] sysctl: register the ocfs2 sysctl numbers | Eric W. Biederman | 2007-02-14 | 2 | -4/+3 |
* | [PATCH] ocfs2 heartbeat: clean up bio submission code | Philipp Reisner | 2007-02-07 | 1 | -127/+31 |
* | ocfs2: introduce sc->sc_send_lock to protect outbound outbound messages | Zhen Wei | 2007-02-07 | 2 | -0/+10 |
* | ocfs2_dlm: disallow a domain join if node maps mismatch | Srinivas Eeda | 2007-02-07 | 1 | -1/+4 |
* | ocfs2: Binds listener to the configured ip address | Sunil Mushran | 2007-02-07 | 1 | -7/+8 |
* | ocfs2: Added post handler callable function in o2net message handler | Kurt Hackel | 2007-02-07 | 3 | -2/+18 |
* | ocfs2_dlm: fix cluster-wide refcounting of lock resources | Kurt Hackel | 2007-02-07 | 1 | -1/+4 |
* | ocfs2: export heartbeat thread pid via configfs | Zhen Wei | 2006-12-28 | 1 | -0/+17 |
* | [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() | Robert P. J. Day | 2006-12-13 | 3 | -10/+10 |
* | [patch 3/3] OCFS2 Configurable timeouts - Protocol changes | Andrew Beekhof | 2006-12-11 | 4 | -16/+116 |
* | [patch 2/3] OCFS2 Configurable timeouts | Jeff Mahoney | 2006-12-07 | 5 | -18/+219 |
* | [patch 1/3] OCFS2 - Expose struct o2nm_cluster | Andrew Beekhof | 2006-12-07 | 2 | -12/+15 |
* | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 4 | -44/+56 |
* | ocfs2: delete redundant memcmp() | Akinobu Mita | 2006-10-20 | 1 | -4/+6 |
* | ocfs2: Remove i_generation from inode lock names | Mark Fasheh | 2006-09-24 | 1 | -1/+4 |
* | ocfs2: Hook rest of the file system into dentry locking API | Mark Fasheh | 2006-09-24 | 1 | -1/+4 |
* | ocfs2: Fix heartbeat sector calculation | Mathieu Avila | 2006-09-20 | 1 | -2/+6 |
* | ocfs2: Cleanup message prints | Sunil Mushran | 2006-06-29 | 1 | -7/+7 |
* | ocfs2: warn the user on a dead timeout mismatch | Mark Fasheh | 2006-06-29 | 2 | -0/+21 |
* | ocfs2: Compile-time disabling of ocfs2 debugging output. | Joel Becker | 2006-06-29 | 1 | -1/+21 |
* | [PATCH] spin/rwlock init cleanups | Ingo Molnar | 2006-06-27 | 2 | -2/+2 |
* | ocfs2: Better I/O error handling in heartbeat | Mark Fasheh | 2006-04-07 | 1 | -8/+32 |
* | ocfs2: finally remove MLF* macros | Mark Fasheh | 2006-03-24 | 1 | -10/+0 |
* | ocfs2: don't use MLF* in cluster/ files | Mark Fasheh | 2006-03-24 | 1 | -18/+20 |