Age | Commit message (Expand) | Author | Files | Lines |
2015-02-17 | ocfs2: wait for orphan recovery first once append O_DIRECT write crash | Joseph Qi | 1 | -0/+2 |
2015-02-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+17 |
2015-02-11 | ocfs2: add a mount option journal_async_commit on ocfs2 filesystem | alex chen | 1 | -0/+17 |
2015-01-30 | ocfs2: Use generic helpers for quotaon and quotaoff | Jan Kara | 1 | -31/+1 |
2014-12-11 | Merge branch 'akpm' (patchbomb from Andrew) | Linus Torvalds | 1 | -1/+2 |
2014-12-11 | ocfs2: fix error handling when creating debugfs root in ocfs2_init() | Jan Kara | 1 | -1/+2 |
2014-11-10 | ocfs2: Convert to private i_dquot field | Jan Kara | 1 | -0/+8 |
2014-10-11 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -13/+17 |
2014-09-26 | ocfs2: free vol_label in ocfs2_delete_osb() | Joseph Qi | 1 | -0/+1 |
2014-09-17 | ocfs2: Don't use MAXQUOTAS value | Jan Kara | 1 | -13/+17 |
2014-06-24 | ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec... | Xue jiufei | 1 | -6/+2 |
2014-06-05 | fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpy | Fabian Frederick | 1 | -2/+2 |
2014-06-05 | ocfs2: remove NULL assignments on static | Fabian Frederick | 1 | -2/+2 |
2014-04-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+2 |
2014-04-04 | ocfs2: avoid system inode ref confusion by adding mutex lock | jiangyiwen | 1 | -0/+2 |
2014-04-04 | ocfs2: revert iput deferring code in ocfs2_drop_dentry_lock | Goldwyn Rodrigues | 1 | -29/+1 |
2014-04-04 | ocfs2: implement delayed dropping of last dquot reference | Jan Kara | 1 | -0/+8 |
2014-04-04 | ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file | Darrick J. Wong | 1 | -0/+3 |
2014-04-04 | ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_super | joyce.xue | 1 | -3/+0 |
2014-04-04 | ocfs2: change ip_unaligned_aio to of type mutex from atomit_t | Wengang Wang | 1 | -7/+2 |
2014-03-13 | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 1 | -0/+2 |
2014-01-22 | ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneously | Yiwen Jiang | 1 | -2/+6 |
2014-01-22 | ocfs2: add clustername to cluster connection | Goldwyn Rodrigues | 1 | -3/+5 |
2014-01-22 | ocfs2: remove versioning information | Goldwyn Rodrigues | 1 | -3/+1 |
2013-11-13 | ocfs2: return ENOMEM when sb_getblk() fails | Rui Xiang | 1 | -2/+2 |
2013-09-25 | fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volume | Goldwyn Rodrigues | 1 | -1/+1 |
2013-08-29 | fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbers | Goldwyn Rodrigues | 1 | -1/+1 |
2013-07-04 | ocfs2: remove unecessary variable needs_checkpoint | Goldwyn Rodrigues | 1 | -4/+2 |
2013-03-07 | fs: Limit sys_mount to only request filesystem modules (Part 2). | Eric W. Biederman | 1 | -0/+1 |
2013-02-22 | ocfs2: remove kfree() redundant null checks | Tim Gardner | 1 | -4/+2 |
2012-10-03 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
2012-03-21 | ocfs2: fix leaks on failure exits in module_init | Al Viro | 1 | -19/+21 |
2012-03-21 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -2/+1 |
2012-03-21 | ... and the same failure exits cleanup for ocfs2 | Al Viro | 1 | -6/+4 |
2012-01-07 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -5/+4 |
2012-01-04 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
2011-11-17 | ocfs2: send correct UUID to cleancache initialization | Dan Magenheimer | 1 | -1/+1 |
2011-08-22 | Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 in... | Joel Becker | 1 | -6/+6 |
2011-07-28 | ocfs2: serialize unaligned aio | Mark Fasheh | 1 | -2/+8 |
2011-07-24 | ocfs2: Clean up messages in the fs | Sunil Mushran | 1 | -5/+5 |
2011-06-04 | more conservative S_NOSEC handling | Al Viro | 1 | -1/+1 |
2011-06-01 | ocfs2: Bugfix for hard readonly mount | Tiger Yang | 1 | -1/+2 |
2011-05-26 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 1 | -1/+1 |
2011-05-26 | ocfs2: add cleancache support | Dan Magenheimer | 1 | -0/+2 |
2011-05-24 | ocfs2: clean up mount option about atime in ocfs2.txt | Tiger Yang | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-29 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -62/+27 |
2011-03-16 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -7/+0 |
2011-02-23 | ocfs2: Remove masklog ML_SUPER. | Tao Ma | 1 | -19/+10 |
2011-02-21 | ocfs2: Add ocfs2_trace.h. | Wengang Wang | 1 | -0/+3 |