summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/stack_user.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ocfs2: ensure that dlm lockspace is created by kernel moduleGang He2016-08-021-2/+9
* char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-051-8/+1
* ocfs2: one function call less in user_cluster_connect() after error detectionMarkus Elfring2015-04-141-4/+2
* ocfs2: delete unnecessary checks before three function callsMarkus Elfring2015-04-141-1/+1
* fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()Andrew Morton2014-10-091-1/+1
* ocfs2: fix sparse non static symbol warningWei Yongjun2014-01-211-1/+1
* ocfs2: use the new DLM operation callbacks while requesting new lockspaceGoldwyn Rodrigues2014-01-211-24/+102
* ocfs2: framework for version LVBGoldwyn Rodrigues2014-01-211-0/+101
* ocfs2: pass ocfs2_cluster_connection to ocfs2_this_nodeGoldwyn Rodrigues2014-01-211-2/+14
* ocfs2: shift allocation ocfs2_live_connection to user_connect()Goldwyn Rodrigues2014-01-211-19/+18
* ocfs2: add DLM recovery callbacksGoldwyn Rodrigues2014-01-211-0/+38
* dlm: add recovery callbacksDavid Teigland2012-01-041-2/+2
* ocfs2_connection_find() returns pointer to bad structuredann frazier2010-11-181-1/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | BKL: Remove BKL from OCFS2Arnd Bergmann2010-10-041-3/+0
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ocfs2: Remove the ast pointers from ocfs2_stack_pluginsJoel Becker2010-02-261-3/+3
* ocfs2: Hang the locking proto on the cluster conn and use it in asts.Joel Becker2010-02-261-7/+3
* ocfs2: Attach the connection to the lksbJoel Becker2010-02-261-8/+8
* ocfs2: Pass lksbs back from stackglue ast/bast functions.Joel Becker2010-02-261-18/+11
* ocfs2: explicit declare uninitialized var in user_cluster_connect()Coly Li2009-12-171-1/+1
* ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API.Joel Becker2009-06-221-0/+8
* ocfs2: initialize stack_user lvbptrDavid Teigland2008-12-011-0/+3
* ocfs2: POSIX file locks supportMark Fasheh2008-10-131-0/+33
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-171-14/+5
|\
| * ocfs2: use simple_read_from_buffer()Akinobu Mita2008-07-141-14/+5
* | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-19/+18
|\|
| * ocfs2: Remove ->hangup() from stack glue operations.Joel Becker2008-06-161-2/+1
| * ocfs2: Rename 'user_stack' plugin structure to 'ocfs2_user_plugin'Joel Becker2008-05-301-17/+17
* | ocfs2-stack_user: BKL pushdownArnd Bergmann2008-07-021-0/+3
|/
* ocfs2: make struct ocfs2_control_device staticAdrian Bunk2008-04-301-1/+1
* ocfs2: add fsdlm to stackglueDavid Teigland2008-04-181-1/+215
* ocfs2: Add the 'set version' message to the ocfs2_control device.Joel Becker2008-04-181-12/+119
* ocfs2: Add the local node id to the handshake.Joel Becker2008-04-181-49/+173
* ocfs2: Introduce the DOWN message to ocfs2_controlJoel Becker2008-04-181-5/+89
* ocfs2: Start the ocfs2_control handshake.Joel Becker2008-04-181-5/+139
* ocfs2: Add the ocfs2_control misc device.Joel Becker2008-04-181-1/+183
* ocfs2: Add the user stack module.Joel Becker2008-04-181-0/+38