Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-09-12ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-12ocfs2: replace ll_rw_block()Zhang Yi
2022-08-29ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-19Revert "ocfs2: mount shared volume without ha stack"Junxiao Bi
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-04-30ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel
2022-04-30ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel
2022-04-30ocfs2: ocfs2_initialize_super does cleanup job before return errorHeming Zhao via Ocfs2-devel
2022-04-30ocfs2: change return type of ocfs2_resmap_initHeming Zhao via Ocfs2-devel
2022-04-30ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-17ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi
2022-01-22mm: remove cleancacheChristoph Hellwig
2021-11-06ocfs2: cleanup journal init and shutdownValentin Vidic
2021-10-19ocfs2: mount fails with buffer overflow in strlenValentin Vidic
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-02-25ocfs2: remove redundant conditional before iputYi Li
2020-11-14ocfs2: initialize ip_next_orphanWengang Wang
2020-08-07ocfs2: change slot number type s16 to u16Junxiao Bi
2020-06-02ocfs2: mount shared volume without ha stackGang He
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2019-11-04fs: Use dquot_load_quota_inode() from filesystemsJan Kara
2019-09-25ocfs2: further debugfs cleanupsGreg Kroah-Hartman
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner
2019-05-08Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-02ocfs2: switch to ->free_inode()Al Viro
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-03-06ocfs2: fix the application IO timeout when fstrim is runningGang He
2018-04-06ocfs2: add kobject for online file checkGang He
2018-04-06ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()piaojun
2018-04-06ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun
2018-02-01ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun
2018-02-01ocfs2: give an obvious tip for mismatched cluster namesGang He
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-16ocfs2: no need flush workqueue before destroying itpiaojun
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-07ocfs2: clean up some dead codeJun Piao
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-12-13ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani
2016-11-30ocfs2: Protect periodic quota syncing with s_umount semaphoreJan Kara
2016-10-08fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar
2016-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-27ocfs2: cleanup implemented prototypesJoseph Qi
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie