summaryrefslogtreecommitdiff
path: root/fs/ocfs2/super.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-23ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi1-11/+11
2021-10-19ocfs2: mount fails with buffer overflow in strlenValentin Vidic1-4/+10
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2021-02-25ocfs2: remove redundant conditional before iputYi Li1-2/+0
2020-11-14ocfs2: initialize ip_next_orphanWengang Wang1-0/+1
2020-08-07ocfs2: change slot number type s16 to u16Junxiao Bi1-2/+2
2020-06-02ocfs2: mount shared volume without ha stackGang He1-0/+21
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-23/+23
2019-11-04fs: Use dquot_load_quota_inode() from filesystemsJan Kara1-2/+2
2019-09-25ocfs2: further debugfs cleanupsGreg Kroah-Hartman1-7/+3
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-26/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-15/+1
2019-05-08Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+0
2019-05-02ocfs2: switch to ->free_inode()Al Viro1-9/+3
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-10/+0
2019-03-06ocfs2: fix the application IO timeout when fstrim is runningGang He1-0/+2
2018-04-06ocfs2: add kobject for online file checkGang He1-4/+23
2018-04-06ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()piaojun1-12/+6
2018-04-06ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun1-2/+2
2018-02-01ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun1-3/+2
2018-02-01ocfs2: give an obvious tip for mismatched cluster namesGang He1-2/+6
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-14/+14
2017-11-16ocfs2: no need flush workqueue before destroying itpiaojun1-3/+1
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-9/+6
2017-09-07ocfs2: clean up some dead codeJun Piao1-1/+0
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-9/+6
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-1/+1
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar1-0/+1
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+0
2016-12-13ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani1-1/+1
2016-11-30ocfs2: Protect periodic quota syncing with s_umount semaphoreJan Kara1-1/+0
2016-10-08fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2016-07-27ocfs2: cleanup implemented prototypesJoseph Qi1-1/+0
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-26ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen1-22/+15
2016-03-26ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding1-1/+0
2016-03-26ocfs2: record UNWRITTEN extents when populate write descRyan Ding1-0/+1
2016-03-23ocfs2: create/remove sysfile for online file checkGang He1-0/+5
2016-03-16ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()jiangyiwen1-2/+3
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-15ocfs2: clean up redundant NULL check before iputJoseph Qi1-2/+1
2016-01-15ocfs2: optimize bad declarations and redundant assignmentNorton.Zhu1-6/+2
2015-09-05fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-09-05ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches1-2/+2
2015-09-05ocfs2: add errors=continueGoldwyn Rodrigues1-19/+44
2015-09-05ocfs2: fix race between dio and recover orphanJoseph Qi1-2/+0
2015-04-21Revert "ocfs2: incorrect check for debugfs returns"Linus Torvalds1-5/+4
2015-04-15cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov1-1/+1