summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: Correct merge of 52f7c21 (Move /sys/o2cb to /sys/fs/o2cb)Joel Becker2008-05-011-1/+1
* ocfs2/net: Add debug interface to o2netSunil Mushran2008-04-186-3/+569
* ocfs2/cluster: Get rid of arguments to the timeout routinesJeff Mahoney2008-04-181-27/+20Star
* ocfs2: Move /sys/o2cb to /sys/fs/o2cbMark Fasheh2008-04-181-0/+9
* ocfs2: Reconnect after idle time out.Tao Ma2008-04-182-15/+38
* ocfs2: Fix NULL pointer dereferences in o2netTao Ma2008-03-101-5/+4Star
* byteorder: move le32_add_cpu & friends from OCFS2 to coreMarcin Slusarz2008-02-082-31/+0Star
* ocfs2: Negotiate locking protocol versions.Joel Becker2008-02-071-1/+10
* ocfs2: Fix userspace ABI breakage in sysfsJoel Becker2008-01-291-1/+1
* ocfs2: bump version numberMark Fasheh2008-01-261-1/+1
* ocfs2: Update default cluster timeoutsSunil Mushran2008-01-262-3/+3
* ocfs2: Remove data locksMark Fasheh2008-01-251-1/+4
* ocfs2: Remove mount/unmount votesMark Fasheh2008-01-251-1/+4
* kset: convert ocfs2 to use kset_createGreg Kroah-Hartman2008-01-252-64/+23Star
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-252-2/+2
* remove nonsense force-casts from ocfs2Al Viro2007-12-051-14/+6Star
* ocfs2: Filter -ENOSPC in mlog_errno()Mark Fasheh2007-11-281-1/+1
* [NET]: Add the helper kernel_sock_shutdown()Trond Myklebust2007-11-131-2/+2
* [PATCH] Fix possibly too long write in o2hb_setup_one_bio()Jan Kara2007-11-071-1/+1
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-192-2/+2
* Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman2007-10-121-1/+2
* Fix up more bio falloutAl Viro2007-10-121-2/+1Star
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-4/+0Star
* ocfs2: Retry sendpage() if it returns EAGAINSunil Mushran2007-08-101-8/+16
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-07-165-19/+151
|\
| * [PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig2007-07-111-9/+4Star
| * ocfs2: Wake up a starting region if it gets killed in the background.Joel Becker2007-07-111-1/+20
| * ocfs2: live heartbeat depends on the local node configurationJoel Becker2007-07-113-3/+46
| * ocfs2: Depend on configfs heartbeat items.Joel Becker2007-07-115-8/+83
| * configfs: Convert subsystem semaphore to mutexJoel Becker2007-07-111-1/+1
* | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-1/+0Star
|/
* ocfs2: Fix masklog breakageTiger Yang2007-06-071-2/+1Star
* ocfs2: kobject/kset foobarRandy Dunlap2007-05-101-2/+3
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-05-052-6/+6
|\
| * ocfs2: fix sparse warnings in fs/ocfs2/clusterMark Fasheh2007-05-032-6/+6
* | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-033-7/+6Star
|/
* ocfs2: Remove delete inode voteTiger Yang2007-04-261-1/+4
* ocfs2: Replace panic() with emergency_restart() when fencingSunil Mushran2007-04-261-1/+4
* ocfs2: Concurrent access of o2hb_region->hr_task was not lockedJoel Becker2007-03-141-12/+32
* ocfs2: Proper cleanup in case of error in ocfs2_register_hb_callbacks()Joel Becker2007-03-143-16/+5Star
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: register the ocfs2 sysctl numbersEric W. Biederman2007-02-142-4/+3Star
* [PATCH] ocfs2 heartbeat: clean up bio submission codePhilipp Reisner2007-02-071-127/+31Star
* ocfs2: introduce sc->sc_send_lock to protect outbound outbound messagesZhen Wei2007-02-072-0/+10
* ocfs2_dlm: disallow a domain join if node maps mismatchSrinivas Eeda2007-02-071-1/+4
* ocfs2: Binds listener to the configured ip addressSunil Mushran2007-02-071-7/+8
* ocfs2: Added post handler callable function in o2net message handlerKurt Hackel2007-02-073-2/+18
* ocfs2_dlm: fix cluster-wide refcounting of lock resourcesKurt Hackel2007-02-071-1/+4
* ocfs2: export heartbeat thread pid via configfsZhen Wei2006-12-291-0/+17
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-133-10/+10