summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2025-09-16simplify gfs2_atomic_open()Al Viro
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-09-12gfs2: Fix unlikely race in gdlm_put_lockAndreas Gruenbacher
2025-09-12gfs2: Add proper lockspace lockingAndreas Gruenbacher
2025-09-12gfs2: Minor run_queue fixesAndreas Gruenbacher
2025-09-12gfs2: run_queue cleanupAndreas Gruenbacher
2025-09-12gfs2: Simplify do_promoteAndreas Gruenbacher
2025-09-12gfs2: Get rid of GLF_INVALIDATE_IN_PROGRESSAndreas Gruenbacher
2025-09-12gfs2: Fix GLF_INVALIDATE_IN_PROGRESS flag clearing in do_xmoteAndreas Gruenbacher
2025-09-12gfs2: Remove duplicate check in do_xmoteAndreas Gruenbacher
2025-09-12gfs2: Fix LM_FLAG_TRY* logic in add_to_queueAndreas Gruenbacher
2025-09-12gfs2: Remove DLM_LKF_ALTCW / DLM_LKF_ALTPR codeAndreas Gruenbacher
2025-09-12gfs2: Further sanitize lock_dlm.cAndreas Gruenbacher
2025-09-12gfs2: Do not use atomic operations unnecessarilyAndreas Gruenbacher
2025-09-12gfs2: Sanitize gfs2_meta_check, gfs2_metatype_check, gfs2_io_errorAndreas Gruenbacher
2025-09-12gfs2: Turn gfs2_withdraw into a void functionAndreas Gruenbacher
2025-09-12gfs2: Partially revert "gfs2: do_xmote fixes"Andreas Gruenbacher
2025-09-12gfs2: Simplify refcounting in do_xmoteAndreas Gruenbacher
2025-09-12gfs2: do_xmote cleanupAndreas Gruenbacher
2025-09-12gfs2: Remove space before newlineColin Ian King
2025-09-12gfs2: Remove unused sd_withdraw_wait fieldAndreas Gruenbacher
2025-09-12gfs2: Remove unused GIF_FREE_VFS_INODE flagAndreas Gruenbacher
2025-08-27fs: stop accessing ->i_count directly in f2fs and gfs2Josef Bacik
2025-08-12dlm: use defines for force values in dlm_release_lockspaceAlexander Aring
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-07-16gfs2: No more self recoveryAndreas Gruenbacher
2025-07-16gfs2: Validate i_depth for exhash directoriesAndrew Price
2025-07-15gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aopsAndrew Price
2025-07-15gfs2: a minor finish_xmote cleanupAndreas Gruenbacher
2025-07-15gfs2: simplify finish_xmoteAndreas Gruenbacher
2025-07-15gfs2: sanitize the gdlm_ast -> finish_xmote interfaceAndreas Gruenbacher
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig
2025-07-09gfs2: Minor do_xmote cancelation fixAndreas Gruenbacher
2025-07-09gfs2: Remove GIF_ALLOC_FAILED flagAndreas Gruenbacher
2025-07-09gfs2: Use SECTOR_SIZE and SECTOR_SHIFTAndreas Gruenbacher
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-06-10new helper: set_default_d_op()Al Viro
2025-05-30gfs2: Don't clear sb->s_fs_info in gfs2_sys_fs_addAndrew Price
2025-05-26Merge tag 'gfs2-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-22gfs2: No more gfs2_find_jhead cachingAndreas Gruenbacher
2025-05-22gfs2: Get rid of duplicate log head lookupAndreas Gruenbacher
2025-05-22gfs2: Simplify clean_journalAndreas Gruenbacher