aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01const: constify remaining file_operationsAlexey Dobriyan2-3/+3
2009-09-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds2-0/+2
2009-09-23seq_file: constify seq_operationsJames Morris1-2/+2
2009-09-22ocfs2: Add ocfs2_read_refcount_block.Tao Ma2-0/+2
2009-06-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds2-23/+19
2009-06-15ocfs2/net: Use wait_event() in o2net_send_message_vec()Sunil Mushran1-5/+2
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-05ocfs2: update comments in masklog.hColy Li1-18/+17
2009-04-03ocfs2/hb: Expose the list of heartbeating nodes via debugfsSunil Mushran3-4/+104
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2009-01-05ocfs2/quota: Add QUOTA in mlog_attribute.Tao Ma1-0/+1
2009-01-05ocfs2: Implementation of local and global quota file handlingJan Kara1-0/+1
2008-10-31fs: replace NIPQUAD()Harvey Harrison3-20/+19
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro1-1/+1
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-2/+2
2008-10-13ocfs2: Add extent tree operation for xattr value btreesTao Ma2-0/+2
2008-08-22[PATCH] ocfs2/cluster/netdebug.c: fix warningAlexander Beregalov1-13/+13
2008-08-22[PATCH] ocfs2/cluster/tcp.c: make some functions staticAdrian Bunk2-39/+37
2008-07-17configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2-19/+7
2008-07-17Revert "configfs: Allow ->make_item() and ->make_group() to return detailed errors."Joel Becker2-38/+24
2008-07-14configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2-24/+38
2008-07-14ocfs2/net: Silence build warnings on sparc64Sunil Mushran1-3/+5
2008-06-16ocfs2: Move the hb_ctl_path sysctl into the stack glue.Joel Becker2-77/+1
2008-05-30[PATCH 3/3] ocfs2/net: Silence build warningsSunil Mushran2-19/+41
2008-05-30[PATCH 1/3] ocfs2/net: Silence build warningsSunil Mushran1-6/+6
2008-04-30ocfs2: Correct merge of 52f7c21 (Move /sys/o2cb to /sys/fs/o2cb)Joel Becker1-1/+1
2008-04-18ocfs2/net: Add debug interface to o2netSunil Mushran6-3/+569
2008-04-18ocfs2/cluster: Get rid of arguments to the timeout routinesJeff Mahoney1-27/+20
2008-04-18ocfs2: Move /sys/o2cb to /sys/fs/o2cbMark Fasheh1-0/+9
2008-04-18ocfs2: Reconnect after idle time out.Tao Ma2-15/+38
2008-03-10ocfs2: Fix NULL pointer dereferences in o2netTao Ma1-5/+4
2008-02-08byteorder: move le32_add_cpu & friends from OCFS2 to coreMarcin Slusarz2-31/+0
2008-02-06ocfs2: Negotiate locking protocol versions.Joel Becker1-1/+10
2008-01-28ocfs2: Fix userspace ABI breakage in sysfsJoel Becker1-1/+1
2008-01-25ocfs2: bump version numberMark Fasheh1-1/+1
2008-01-25ocfs2: Update default cluster timeoutsSunil Mushran2-3/+3
2008-01-25ocfs2: Remove data locksMark Fasheh1-1/+4
2008-01-25ocfs2: Remove mount/unmount votesMark Fasheh1-1/+4
2008-01-24kset: convert ocfs2 to use kset_createGreg Kroah-Hartman2-64/+23
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2-2/+2
2007-12-05remove nonsense force-casts from ocfs2Al Viro1-14/+6
2007-11-27ocfs2: Filter -ENOSPC in mlog_errno()Mark Fasheh1-1/+1
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Trond Myklebust1-2/+2
2007-11-06[PATCH] Fix possibly too long write in o2hb_setup_one_bio()Jan Kara1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov2-2/+2
2007-10-12Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman1-1/+2
2007-10-12Fix up more bio falloutAl Viro1-2/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-4/+0
2007-08-09ocfs2: Retry sendpage() if it returns EAGAINSunil Mushran1-8/+16
2007-07-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds5-19/+151