aboutsummaryrefslogtreecommitdiffstats
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-04-26ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-06ocfs2: clean up some dead codeJun Piao
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-12-12ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani
2016-11-30ocfs2: Protect periodic quota syncing with s_umount semaphoreJan Kara
2016-10-07fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26ocfs2: cleanup implemented prototypesJoseph Qi
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-25ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding
2016-03-25ocfs2: record UNWRITTEN extents when populate write descRyan Ding
2016-03-22ocfs2: create/remove sysfile for online file checkGang He
2016-03-15ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()jiangyiwen
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-14ocfs2: clean up redundant NULL check before iputJoseph Qi
2016-01-14ocfs2: optimize bad declarations and redundant assignmentNorton.Zhu
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