summaryrefslogtreecommitdiff
path: root/fs/ocfs2/super.c
AgeCommit message (Expand)Author
2021-10-27ocfs2: mount fails with buffer overflow in strlenValentin Vidic
2020-11-18ocfs2: initialize ip_next_orphanWengang Wang
2020-08-21ocfs2: change slot number type s16 to u16Junxiao Bi
2018-05-30ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches
2015-09-04ocfs2: add errors=continueGoldwyn Rodrigues
2015-09-04ocfs2: fix race between dio and recover orphanJoseph Qi
2015-04-21Revert "ocfs2: incorrect check for debugfs returns"Linus Torvalds
2015-04-14cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov
2015-04-14ocfs2: copy fs uuid to superblockVladimir Davydov
2015-04-14ocfs2: logging: remove static buffer, use vsprintf extension %pVJoe Perches
2015-04-14ocfs2: incorrect check for debugfs returnsChengyu Song
2015-02-16ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-10ocfs2: add a mount option journal_async_commit on ocfs2 filesystemalex chen
2015-01-30ocfs2: Use generic helpers for quotaon and quotaoffJan Kara
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10ocfs2: fix error handling when creating debugfs root in ocfs2_init()Jan Kara
2014-11-10ocfs2: Convert to private i_dquot fieldJan Kara
2014-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-09-26ocfs2: free vol_label in ocfs2_delete_osb()Joseph Qi
2014-09-17ocfs2: Don't use MAXQUOTAS valueJan Kara
2014-06-23ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...Xue jiufei
2014-06-04fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick
2014-06-04ocfs2: remove NULL assignments on staticFabian Frederick
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03ocfs2: avoid system inode ref confusion by adding mutex lockjiangyiwen
2014-04-03ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues
2014-04-03ocfs2: implement delayed dropping of last dquot referenceJan Kara
2014-04-03ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong
2014-04-03ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_superjoyce.xue
2014-04-03ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-01-21ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang
2014-01-21ocfs2: add clustername to cluster connectionGoldwyn Rodrigues
2014-01-21ocfs2: remove versioning informationGoldwyn Rodrigues
2013-11-13ocfs2: return ENOMEM when sb_getblk() failsRui Xiang
2013-09-24fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volumeGoldwyn Rodrigues
2013-08-28fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbersGoldwyn Rodrigues
2013-07-03ocfs2: remove unecessary variable needs_checkpointGoldwyn Rodrigues
2013-03-07fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman
2013-02-21ocfs2: remove kfree() redundant null checksTim Gardner
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-03-20ocfs2: fix leaks on failure exits in module_initAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20... and the same failure exits cleanup for ocfs2Al Viro
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-17ocfs2: send correct UUID to cleancache initializationDan Magenheimer