summaryrefslogtreecommitdiff
path: root/fs/ocfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao2022-11-301-1/+4
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-1/+1
|\
| * ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-111-1/+1
* | ocfs2: replace ll_rw_block()Zhang Yi2022-09-111-3/+1
|/
* ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2022-08-281-2/+1
* Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-1/+1
|\
| * fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-1/+1
* | Revert "ocfs2: mount shared volume without ha stack"Junxiao Bi2022-07-181-21/+0
|/
* ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel2022-04-291-35/+32
* ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel2022-04-291-12/+23
* ocfs2: ocfs2_initialize_super does cleanup job before return errorHeming Zhao via Ocfs2-devel2022-04-291-18/+41
* ocfs2: change return type of ocfs2_resmap_initHeming Zhao via Ocfs2-devel2022-04-291-5/+1
* ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel2022-04-291-0/+15
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi2022-03-171-11/+11
* mm: remove cleancacheChristoph Hellwig2022-01-221-2/+0
* ocfs2: cleanup journal init and shutdownValentin Vidic2021-11-061-37/+3
* ocfs2: mount fails with buffer overflow in strlenValentin Vidic2021-10-181-4/+10
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* ocfs2: remove redundant conditional before iputYi Li2021-02-241-2/+0
* ocfs2: initialize ip_next_orphanWengang Wang2020-11-141-0/+1
* ocfs2: change slot number type s16 to u16Junxiao Bi2020-08-071-2/+2
* ocfs2: mount shared volume without ha stackGang He2020-06-021-0/+21
* ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-021-23/+23
* fs: Use dquot_load_quota_inode() from filesystemsJan Kara2019-11-041-2/+2
* ocfs2: further debugfs cleanupsGreg Kroah-Hartman2019-09-241-7/+3
* ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-121-26/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-10/+0
|\
| * block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-10/+0
* | ocfs2: switch to ->free_inode()Al Viro2019-05-011-9/+3
|/
* ocfs2: fix the application IO timeout when fstrim is runningGang He2019-03-051-0/+2
* ocfs2: add kobject for online file checkGang He2018-04-051-4/+23
* ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()piaojun2018-04-051-12/+6
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-051-2/+2
* ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun2018-01-311-3/+2
* ocfs2: give an obvious tip for mismatched cluster namesGang He2018-01-311-2/+6
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-14/+14
* ocfs2: no need flush workqueue before destroying itpiaojun2017-11-151-3/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-9/+6
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-9/+6
* | ocfs2: clean up some dead codeJun Piao2017-09-061-1/+0
|/
* fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-1/+1
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-12-191-1/+0
|\
| * ocfs2: Protect periodic quota syncing with s_umount semaphoreJan Kara2016-11-301-1/+0
* | ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani2016-12-121-1/+1
|/
* fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-071-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-1/+0
|\
| * ocfs2: cleanup implemented prototypesJoseph Qi2016-07-261-1/+0