summaryrefslogtreecommitdiff
path: root/fs/ocfs2/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2024-03-14ocfs2: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-4/+3
2024-03-14Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-4/+3
2024-02-08fs: super_set_uuid()Kent Overstreet1-2/+2
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2023-08-18ocfs2: use regular seq_show_option for osb_cluster_stackKees Cook1-2/+1
2023-06-12ocfs2: fix use-after-free when unmounting read-only filesystemLuís Henriques1-2/+4
2022-12-01ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao1-1/+4
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2022-09-12ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-12ocfs2: replace ll_rw_block()Zhang Yi1-3/+1
2022-08-29ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao1-2/+1
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-07-19Revert "ocfs2: mount shared volume without ha stack"Junxiao Bi1-21/+0
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-1/+1
2022-04-30ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel1-35/+32
2022-04-30ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel1-12/+23
2022-04-30ocfs2: ocfs2_initialize_super does cleanup job before return errorHeming Zhao via Ocfs2-devel1-18/+41
2022-04-30ocfs2: change return type of ocfs2_resmap_initHeming Zhao via Ocfs2-devel1-5/+1
2022-04-30ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel1-0/+15
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-17ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi1-11/+11
2022-01-22mm: remove cleancacheChristoph Hellwig1-2/+0
2021-11-06ocfs2: cleanup journal init and shutdownValentin Vidic1-37/+3
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