summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* fs: create and use seq_show_option for escapingKees Cook2015-09-041-2/+2
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-041-2/+2
* ocfs2: add errors=continueGoldwyn Rodrigues2015-09-041-19/+44
* ocfs2: fix race between dio and recover orphanJoseph Qi2015-09-041-2/+0
* Revert "ocfs2: incorrect check for debugfs returns"Linus Torvalds2015-04-211-5/+4
* cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov2015-04-141-1/+1
* ocfs2: copy fs uuid to superblockVladimir Davydov2015-04-141-0/+2
* ocfs2: logging: remove static buffer, use vsprintf extension %pVJoe Perches2015-04-141-15/+18
* ocfs2: incorrect check for debugfs returnsChengyu Song2015-04-141-4/+5
* ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi2015-02-161-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-101-0/+17
|\
| * ocfs2: add a mount option journal_async_commit on ocfs2 filesystemalex chen2015-02-101-0/+17
* | ocfs2: Use generic helpers for quotaon and quotaoffJan Kara2015-01-301-31/+1
|/
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-101-1/+2
|\
| * ocfs2: fix error handling when creating debugfs root in ocfs2_init()Jan Kara2014-12-101-1/+2
* | ocfs2: Convert to private i_dquot fieldJan Kara2014-11-101-0/+8
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-10-111-13/+17
|\
| * ocfs2: Don't use MAXQUOTAS valueJan Kara2014-09-171-13/+17
* | ocfs2: free vol_label in ocfs2_delete_osb()Joseph Qi2014-09-261-0/+1
|/
* ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...Xue jiufei2014-06-231-6/+2
* fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick2014-06-041-2/+2
* ocfs2: remove NULL assignments on staticFabian Frederick2014-06-041-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+2
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
* | ocfs2: avoid system inode ref confusion by adding mutex lockjiangyiwen2014-04-031-0/+2
* | ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues2014-04-031-29/+1
* | ocfs2: implement delayed dropping of last dquot referenceJan Kara2014-04-031-0/+8
* | ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong2014-04-031-0/+3
* | ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_superjoyce.xue2014-04-031-3/+0
* | ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang2014-04-031-7/+2
|/
* ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang2014-01-211-2/+6
* ocfs2: add clustername to cluster connectionGoldwyn Rodrigues2014-01-211-3/+5
* ocfs2: remove versioning informationGoldwyn Rodrigues2014-01-211-3/+1
* ocfs2: return ENOMEM when sb_getblk() failsRui Xiang2013-11-131-2/+2
* fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volumeGoldwyn Rodrigues2013-09-241-1/+1
* fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbersGoldwyn Rodrigues2013-08-281-1/+1
* ocfs2: remove unecessary variable needs_checkpointGoldwyn Rodrigues2013-07-031-4/+2
* fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman2013-03-071-0/+1
* ocfs2: remove kfree() redundant null checksTim Gardner2013-02-211-4/+2
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* ocfs2: fix leaks on failure exits in module_initAl Viro2012-03-201-19/+21
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* ... and the same failure exits cleanup for ocfs2Al Viro2012-03-201-6/+4
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-5/+4
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* ocfs2: send correct UUID to cleancache initializationDan Magenheimer2011-11-171-1/+1
* Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 in...Joel Becker2011-08-211-6/+6
|\
| * ocfs2: Clean up messages in the fsSunil Mushran2011-07-241-5/+5
| * more conservative S_NOSEC handlingAl Viro2011-06-031-1/+1
* | ocfs2: serialize unaligned aioMark Fasheh2011-07-281-2/+8
OpenPOWER on IntegriCloud