aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/stack_user.c
Commit message (Expand)AuthorAgeFilesLines
* 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