summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorLines
2022-08-28ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao-5/+6
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-0/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-26/+17
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-51/+19
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-46/+41
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)-1/+1
2022-08-02ocfs2: Convert ocfs2_read_folio() to use a folioMatthew Wilcox (Oracle)-14/+12
2022-08-02ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()Matthew Wilcox (Oracle)-36/+6
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2022-07-29ocfs2: fix a typo in a commentChristophe JAILLET-1/+1
2022-07-29ocfs2: use the bitmap API to simplify codeChristophe JAILLET-2/+2
2022-07-29ocfs2: remove some useless functionsChristophe JAILLET-19/+2
2022-07-21fs: move S_ISGID stripping into the vfs_*() helpersYang Xu-0/+1
2022-07-18Revert "ocfs2: mount shared volume without ha stack"Junxiao Bi-51/+20
2022-07-17fs/ocfs2: Fix spelling typo in commentJiangshan Yi-1/+1
2022-07-14fs/ocfs2: Use the enum req_op and blk_opf_t typesBart Van Assche-6/+5
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche-6/+6
2022-07-14ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionChristoph Hellwig-34/+30
2022-06-26attr: port attribute changes to new typesChristian Brauner-1/+1
2022-06-26quota: port quota helpers mount idsChristian Brauner-1/+1
2022-06-16ocfs2: kill EBUSY from dlmfs_evict_inodeJunxiao Bi-3/+11
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-115/+177
2022-05-25ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel-1/+15
2022-05-25ocfs2: dlmfs: don't clear USER_LOCK_ATTACHED when destroying lockJunxiao Bi-1/+0
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-17/+21
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)-1/+1
2022-05-09ocfs2: Convert to release_folioMatthew Wilcox (Oracle)-5/+5
2022-05-09ocfs2: Convert ocfs2 to read_folioMatthew Wilcox (Oracle)-6/+8
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)-5/+7
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)-1/+1
2022-04-29ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel-35/+32
2022-04-29ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel-12/+23
2022-04-29ocfs2: ocfs2_initialize_super does cleanup job before return errorHeming Zhao via Ocfs2-devel-18/+41
2022-04-29ocfs2: change return type of ocfs2_resmap_initHeming Zhao via Ocfs2-devel-15/+4
2022-04-29ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel-12/+42
2022-04-29ocfs2: remove usage of list iterator variable after the loop bodyJakob Koschel-6/+6
2022-04-29ocfs2: replace usage of found with dedicated list iterator variableJakob Koschel-16/+15
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig-2/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig-1/+1
2022-04-01ocfs2: fix crash when mount with quota enabledJoseph Qi-13/+12
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-2/+2
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-36/+27
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-2/+2
2022-03-22fs/ocfs2: fix comments mentioning i_mutexhongnanli-16/+16
2022-03-22ocfs2: cleanup some return variablesJoseph Qi-18/+9
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+1
2022-03-17ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi-11/+11
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)-1/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig-3/+1