summaryrefslogtreecommitdiff
path: root/fs/ocfs2/super.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-29ocfs2: don't reset s_dev on dismountChristian Brauner1-1/+0
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+0
2026-05-28ocfs2: kill osb->system_file_mutex lockTetsuo Handa1-2/+0
2026-05-11fs: RCU-ify filesystems listChristian Brauner1-1/+0
2026-04-15ocfs2: use get_random_u32() where appropriateDavid Carlier1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-12-10ocfs2: convert remaining read-only checks to ocfs2_emergency_stateAhmet Eray Karadag1-1/+1
2025-10-20ocfs2: retire ocfs2_drop_inode() and I_WILL_FREE usageMateusz Guzik1-1/+1
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-05-07ocfs2: stop quota recovery before disabling quotasJan Kara1-0/+3
2025-02-01ocfs2: fix incorrect CPU endianness conversion causing mount failureHeming Zhao1-1/+1
2025-01-12ocfs2: miscellaneous spelling fixesDmitry Antipov1-1/+1
2025-01-12ocfs2: convert to the new mount APIEric Sandeen1-319/+264
2024-11-11ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov1-4/+9
2024-09-23Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+2
2024-09-01ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()qasdev1-2/+2
2024-07-22quota: remove unneeded return value of register_quota_formatKemeng Shi1-4/+2
2024-06-15ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()Joseph Qi1-1/+3
2024-03-14Merge 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-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-12mm, 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-11-30ocfs2: 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-11ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-11ocfs2: replace ll_rw_block()Zhang Yi1-3/+1
2022-08-28ocfs2: 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-18Revert "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-29ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel1-35/+32
2022-04-29ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel1-12/+23
2022-04-29ocfs2: ocfs2_initialize_super does cleanup job before return errorHeming Zhao via Ocfs2-devel1-18/+41
2022-04-29ocfs2: change return type of ocfs2_resmap_initHeming Zhao via Ocfs2-devel1-5/+1
2022-04-29ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel1-0/+15
2022-03-22fs: 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-18ocfs2: mount fails with buffer overflow in strlenValentin Vidic1-4/+10
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2021-02-24ocfs2: 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