aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-2/+2
2024-03-14ocfs2: remove SLAB_MEM_SPREAD flag usageGravatar Chengming Zhou 1-4/+3
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-4/+3
2024-02-08fs: super_set_uuid()Gravatar Kent Overstreet 1-2/+2
2024-02-08quota: Properly annotate i_dquot arrays with __rcuGravatar Jan Kara 1-1/+1
2023-08-18ocfs2: use regular seq_show_option for osb_cluster_stackGravatar Kees Cook 1-2/+1
2023-06-12ocfs2: fix use-after-free when unmounting read-only filesystemGravatar Luís Henriques 1-2/+4
2022-11-30ocfs2: fix memory leak in ocfs2_mount_volume()Gravatar Li Zetao 1-1/+4
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2022-09-11ocfs2: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-09-11ocfs2: replace ll_rw_block()Gravatar Zhang Yi 1-3/+1
2022-08-28ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownGravatar Heming Zhao 1-2/+1
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2022-07-18Revert "ocfs2: mount shared volume without ha stack"Gravatar Junxiao Bi 1-21/+0
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 1-1/+1
2022-04-29ocfs2: rewrite error handling of ocfs2_fill_superGravatar Heming Zhao via Ocfs2-devel 1-35/+32
2022-04-29ocfs2: ocfs2_mount_volume does cleanup job before return errorGravatar Heming Zhao via Ocfs2-devel 1-12/+23
2022-04-29ocfs2: ocfs2_initialize_super does cleanup job before return errorGravatar Heming Zhao via Ocfs2-devel 1-18/+41
2022-04-29ocfs2: change return type of ocfs2_resmap_initGravatar Heming Zhao via Ocfs2-devel 1-5/+1
2022-04-29ocfs2: fix mounting crash if journal is not allocedGravatar Heming Zhao via Ocfs2-devel 1-0/+15
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-17ocfs2: fix crash when initialize filecheck kobj failsGravatar Joseph Qi 1-11/+11
2022-01-22mm: remove cleancacheGravatar Christoph Hellwig 1-2/+0
2021-11-06ocfs2: cleanup journal init and shutdownGravatar Valentin Vidic 1-37/+3
2021-10-18ocfs2: mount fails with buffer overflow in strlenGravatar Valentin Vidic 1-4/+10
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-3/+1
2021-02-24ocfs2: remove redundant conditional before iputGravatar Yi Li 1-2/+0
2020-11-14ocfs2: initialize ip_next_orphanGravatar Wengang Wang 1-0/+1
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