aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07ocfs2: change slot number type s16 to u16Gravatar Junxiao Bi 1-2/+2
2020-06-02ocfs2: mount shared volume without ha stackGravatar Gang He 1-0/+21
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-23/+23
2019-11-04fs: Use dquot_load_quota_inode() from filesystemsGravatar Jan Kara 1-2/+2
2019-09-24ocfs2: further debugfs cleanupsGravatar Greg Kroah-Hartman 1-7/+3
2019-07-12ocfs: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-26/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 1-15/+1
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+0
2019-05-01ocfs2: switch to ->free_inode()Gravatar Al Viro 1-9/+3
2019-04-06block: remove CONFIG_LBDAFGravatar Christoph Hellwig 1-10/+0
2019-03-05ocfs2: fix the application IO timeout when fstrim is runningGravatar Gang He 1-0/+2
2018-04-05ocfs2: add kobject for online file checkGravatar Gang He 1-4/+23
2018-04-05ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()Gravatar piaojun 1-12/+6
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'Gravatar piaojun 1-2/+2
2018-01-31ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidGravatar piaojun 1-3/+2
2018-01-31ocfs2: give an obvious tip for mismatched cluster namesGravatar Gang He 1-2/+6
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-14/+14
2017-11-15ocfs2: no need flush workqueue before destroying itGravatar piaojun 1-3/+1
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-9/+6
2017-09-06ocfs2: clean up some dead codeGravatar Jun Piao 1-1/+0
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-9/+6
2017-06-05fs: switch ->s_uuid to uuid_tGravatar Christoph Hellwig 1-1/+1
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Gravatar Ingo Molnar 1-0/+1
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-1/+0
2016-12-12ocfs2: use time64_t to represent orphan scan timesGravatar Deepa Dinamani 1-1/+1
2016-11-30ocfs2: Protect periodic quota syncing with s_umount semaphoreGravatar Jan Kara 1-1/+0
2016-10-07fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Gravatar Bhaktipriya Shridhar 1-1/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+0
2016-07-26ocfs2: cleanup implemented prototypesGravatar Joseph Qi 1-1/+0
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyGravatar Mike Christie 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-25ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localGravatar jiangyiwen 1-22/+15
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueGravatar Ryan Ding 1-1/+0
2016-03-25ocfs2: record UNWRITTEN extents when populate write descGravatar Ryan Ding 1-0/+1
2016-03-22ocfs2: create/remove sysfile for online file checkGravatar Gang He 1-0/+5
2016-03-15ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()Gravatar jiangyiwen 1-2/+3
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-14ocfs2: clean up redundant NULL check before iputGravatar Joseph Qi 1-2/+1
2016-01-14ocfs2: optimize bad declarations and redundant assignmentGravatar Norton.Zhu 1-6/+2
2015-09-04fs: create and use seq_show_option for escapingGravatar Kees Cook 1-2/+2
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortGravatar Joe Perches 1-2/+2
2015-09-04ocfs2: add errors=continueGravatar Goldwyn Rodrigues 1-19/+44
2015-09-04ocfs2: fix race between dio and recover orphanGravatar Joseph Qi 1-2/+0
2015-04-21Revert "ocfs2: incorrect check for debugfs returns"Gravatar Linus Torvalds 1-5/+4
2015-04-14cleancache: zap uuid arg of cleancache_init_shared_fsGravatar Vladimir Davydov 1-1/+1
2015-04-14ocfs2: copy fs uuid to superblockGravatar Vladimir Davydov 1-0/+2
2015-04-14ocfs2: logging: remove static buffer, use vsprintf extension %pVGravatar Joe Perches 1-15/+18
2015-04-14ocfs2: incorrect check for debugfs returnsGravatar Chengyu Song 1-4/+5
2015-02-16ocfs2: wait for orphan recovery first once append O_DIRECT write crashGravatar Joseph Qi 1-0/+2
2015-02-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+17