Age | Commit message (Expand) | Author | Files | Lines |
2010-05-21 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -0/+5 |
2010-05-06 | o2net: log socket state changes | Srinivas Eeda | 1 | -0/+3 |
2010-05-06 | ocfs2: allocation reservations | Mark Fasheh | 2 | -0/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 3 | -1/+2 |
2010-03-13 | fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %pI4 | Joe Perches | 1 | -2/+2 |
2010-03-08 | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 1 | -1/+1 |
2010-02-28 | ocfs2: Use a separate masklog for AST and BASTs | Sunil Mushran | 2 | -0/+2 |
2010-02-27 | ocfs2: Add current->comm in trace output | Sunil Mushran | 1 | -3/+3 |
2010-02-09 | ocfs2/cluster: Make o2net connect messages KERN_NOTICE | Sunil Mushran | 1 | -3/+3 |
2010-01-26 | ocfs2/trivial: Remove trailing whitespaces | Sunil Mushran | 3 | -7/+7 |
2009-12-24 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -4/+76 |
2009-12-24 | ocfs2/trivial: Use proper mask for 2 places in hearbeat.c | Tao Ma | 1 | -2/+4 |
2009-12-03 | ocfs2/cluster: Make fence method configurable - v2 | Sunil Mushran | 3 | -2/+72 |
2009-10-19 | inet: rename some inet_sock fields | Eric Dumazet | 1 | -4/+4 |
2009-10-02 | const: constify remaining file_operations | Alexey Dobriyan | 2 | -3/+3 |
2009-09-23 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -0/+2 |
2009-09-23 | seq_file: constify seq_operations | James Morris | 1 | -2/+2 |
2009-09-23 | ocfs2: Add ocfs2_read_refcount_block. | Tao Ma | 2 | -0/+2 |
2009-06-16 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -23/+19 |
2009-06-16 | ocfs2/net: Use wait_event() in o2net_send_message_vec() | Sunil Mushran | 1 | -5/+2 |
2009-05-23 | block: Do away with the notion of hardsect_size | Martin K. Petersen | 1 | -1/+1 |
2009-05-06 | ocfs2: update comments in masklog.h | Coly Li | 1 | -18/+17 |
2009-04-03 | ocfs2/hb: Expose the list of heartbeating nodes via debugfs | Sunil Mushran | 3 | -4/+104 |
2009-01-06 | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 1 | -1/+1 |
2009-01-05 | ocfs2/quota: Add QUOTA in mlog_attribute. | Tao Ma | 1 | -0/+1 |
2009-01-05 | ocfs2: Implementation of local and global quota file handling | Jan Kara | 1 | -0/+1 |
2008-10-31 | fs: replace NIPQUAD() | Harvey Harrison | 3 | -20/+19 |
2008-10-21 | [PATCH] sanitize blkdev_get() and friends | Al Viro | 1 | -1/+1 |
2008-10-21 | [PATCH] pass fmode_t to blkdev_put() | Al Viro | 1 | -2/+2 |
2008-10-14 | ocfs2: Add extent tree operation for xattr value btrees | Tao Ma | 2 | -0/+2 |
2008-08-22 | [PATCH] ocfs2/cluster/netdebug.c: fix warning | Alexander Beregalov | 1 | -13/+13 |
2008-08-22 | [PATCH] ocfs2/cluster/tcp.c: make some functions static | Adrian Bunk | 2 | -39/+37 |
2008-07-18 | configfs: Allow ->make_item() and ->make_group() to return detailed errors. | Joel Becker | 2 | -19/+7 |
2008-07-18 | Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e... | Joel Becker | 2 | -38/+24 |
2008-07-15 | configfs: Allow ->make_item() and ->make_group() to return detailed errors. | Joel Becker | 2 | -24/+38 |
2008-07-15 | ocfs2/net: Silence build warnings on sparc64 | Sunil Mushran | 1 | -3/+5 |
2008-06-16 | ocfs2: Move the hb_ctl_path sysctl into the stack glue. | Joel Becker | 2 | -77/+1 |
2008-05-31 | [PATCH 3/3] ocfs2/net: Silence build warnings | Sunil Mushran | 2 | -19/+41 |
2008-05-31 | [PATCH 1/3] ocfs2/net: Silence build warnings | Sunil Mushran | 1 | -6/+6 |
2008-05-01 | ocfs2: Correct merge of 52f7c21 (Move /sys/o2cb to /sys/fs/o2cb) | Joel Becker | 1 | -1/+1 |
2008-04-18 | ocfs2/net: Add debug interface to o2net | Sunil Mushran | 6 | -3/+569 |
2008-04-18 | ocfs2/cluster: Get rid of arguments to the timeout routines | Jeff Mahoney | 1 | -27/+20 |
2008-04-18 | ocfs2: Move /sys/o2cb to /sys/fs/o2cb | Mark Fasheh | 1 | -0/+9 |
2008-04-18 | ocfs2: Reconnect after idle time out. | Tao Ma | 2 | -15/+38 |
2008-03-11 | ocfs2: Fix NULL pointer dereferences in o2net | Tao Ma | 1 | -5/+4 |
2008-02-08 | byteorder: move le32_add_cpu & friends from OCFS2 to core | Marcin Slusarz | 2 | -31/+0 |
2008-02-07 | ocfs2: Negotiate locking protocol versions. | Joel Becker | 1 | -1/+10 |
2008-01-29 | ocfs2: Fix userspace ABI breakage in sysfs | Joel Becker | 1 | -1/+1 |
2008-01-26 | ocfs2: bump version number | Mark Fasheh | 1 | -1/+1 |
2008-01-26 | ocfs2: Update default cluster timeouts | Sunil Mushran | 2 | -3/+3 |