Age | Commit message (Expand) | Author |
2022-08-28 | ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown | Heming Zhao |
2022-08-09 | Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds |
2022-08-07 | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-08-02 | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio() | Matthew Wilcox (Oracle) |
2022-08-02 | ocfs2: Convert ocfs2_read_folio() to use a folio | Matthew Wilcox (Oracle) |
2022-08-02 | ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback() | Matthew Wilcox (Oracle) |
2022-08-01 | Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-07-29 | ocfs2: fix a typo in a comment | Christophe JAILLET |
2022-07-29 | ocfs2: use the bitmap API to simplify code | Christophe JAILLET |
2022-07-29 | ocfs2: remove some useless functions | Christophe JAILLET |
2022-07-21 | fs: move S_ISGID stripping into the vfs_*() helpers | Yang Xu |
2022-07-18 | Revert "ocfs2: mount shared volume without ha stack" | Junxiao Bi |
2022-07-17 | fs/ocfs2: Fix spelling typo in comment | Jiangshan Yi |
2022-07-14 | fs/ocfs2: Use the enum req_op and blk_opf_t types | Bart Van Assche |
2022-07-14 | fs/buffer: Combine two submit_bh() and ll_rw_block() arguments | Bart Van Assche |
2022-07-14 | ocfs2/cluster: remove the hr_dev_name field from struct o2hb_region | Christoph Hellwig |
2022-06-26 | attr: port attribute changes to new types | Christian Brauner |
2022-06-26 | quota: port quota helpers mount ids | Christian Brauner |
2022-06-16 | ocfs2: kill EBUSY from dlmfs_evict_inode | Junxiao Bi |
2022-05-27 | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-05-25 | ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock | Junxiao Bi via Ocfs2-devel |
2022-05-25 | ocfs2: dlmfs: don't clear USER_LOCK_ATTACHED when destroying lock | Junxiao Bi |
2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-05-09 | fs: Change try_to_free_buffers() to take a folio | Matthew Wilcox (Oracle) |
2022-05-09 | ocfs2: Convert to release_folio | Matthew Wilcox (Oracle) |
2022-05-09 | ocfs2: Convert ocfs2 to read_folio | Matthew Wilcox (Oracle) |
2022-05-09 | fs: Convert block_read_full_page() to block_read_full_folio() | Matthew Wilcox (Oracle) |
2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) |
2022-04-29 | ocfs2: rewrite error handling of ocfs2_fill_super | Heming Zhao via Ocfs2-devel |
2022-04-29 | ocfs2: ocfs2_mount_volume does cleanup job before return error | Heming Zhao via Ocfs2-devel |
2022-04-29 | ocfs2: ocfs2_initialize_super does cleanup job before return error | Heming Zhao via Ocfs2-devel |
2022-04-29 | ocfs2: change return type of ocfs2_resmap_init | Heming Zhao via Ocfs2-devel |
2022-04-29 | ocfs2: fix mounting crash if journal is not alloced | Heming Zhao via Ocfs2-devel |
2022-04-29 | ocfs2: remove usage of list iterator variable after the loop body | Jakob Koschel |
2022-04-29 | ocfs2: replace usage of found with dedicated list iterator variable | Jakob Koschel |
2022-04-17 | block: add a bdev_discard_granularity helper | Christoph Hellwig |
2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig |
2022-04-01 | ocfs2: fix crash when mount with quota enabled | Joseph Qi |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song |
2022-03-22 | fs/ocfs2: fix comments mentioning i_mutex | hongnanli |
2022-03-22 | ocfs2: cleanup some return variables | Joseph Qi |
2022-03-21 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-03-17 | ocfs2: fix crash when initialize filecheck kobj fails | Joseph Qi |
2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) |
2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) |
2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig |