aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-17/+9
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-09-29Merge tag 'dlm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-2/+2
2025-09-29Merge tag 'gfs2-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds8-193/+199
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-4/+7
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari2-4/+7
2025-09-16simplify gfs2_atomic_open()Al Viro1-17/+9
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-1/+1
2025-09-12gfs2: Fix unlikely race in gdlm_put_lockAndreas Gruenbacher1-6/+5
2025-09-12gfs2: Add proper lockspace lockingAndreas Gruenbacher4-20/+56
2025-09-12gfs2: Minor run_queue fixesAndreas Gruenbacher1-1/+8
2025-09-12gfs2: run_queue cleanupAndreas Gruenbacher1-16/+19
2025-09-12gfs2: Simplify do_promoteAndreas Gruenbacher1-11/+6
2025-09-12gfs2: Get rid of GLF_INVALIDATE_IN_PROGRESSAndreas Gruenbacher3-17/+1
2025-09-12gfs2: Fix GLF_INVALIDATE_IN_PROGRESS flag clearing in do_xmoteAndreas Gruenbacher1-2/+0
2025-09-12gfs2: Remove duplicate check in do_xmoteAndreas Gruenbacher1-14/+13
2025-09-12gfs2: Fix LM_FLAG_TRY* logic in add_to_queueAndreas Gruenbacher1-23/+24
2025-09-12gfs2: Remove DLM_LKF_ALTCW / DLM_LKF_ALTPR codeAndreas Gruenbacher2-20/+1
2025-09-12gfs2: Further sanitize lock_dlm.cAndreas Gruenbacher3-14/+22
2025-09-12gfs2: Do not use atomic operations unnecessarilyAndreas Gruenbacher1-3/+3
2025-09-12gfs2: Sanitize gfs2_meta_check, gfs2_metatype_check, gfs2_io_errorAndreas Gruenbacher2-30/+27
2025-09-12gfs2: Turn gfs2_withdraw into a void functionAndreas Gruenbacher2-14/+9
2025-09-12gfs2: Partially revert "gfs2: do_xmote fixes"Andreas Gruenbacher1-1/+2
2025-09-12gfs2: Simplify refcounting in do_xmoteAndreas Gruenbacher1-1/+3
2025-09-12gfs2: do_xmote cleanupAndreas Gruenbacher1-5/+7
2025-09-12gfs2: Remove space before newlineColin Ian King1-1/+1
2025-09-12gfs2: Remove unused sd_withdraw_wait fieldAndreas Gruenbacher1-1/+0
2025-09-12gfs2: Remove unused GIF_FREE_VFS_INODE flagAndreas Gruenbacher1-1/+0
2025-08-27fs: stop accessing ->i_count directly in f2fs and gfs2Josef Bacik1-1/+1
2025-08-12dlm: use defines for force values in dlm_release_lockspaceAlexander Aring1-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-24/+36
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-4/+4
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-07-16gfs2: No more self recoveryAndreas Gruenbacher1-20/+11
2025-07-16gfs2: Validate i_depth for exhash directoriesAndrew Price2-4/+8
2025-07-15gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aopsAndrew Price1-0/+2
2025-07-15gfs2: a minor finish_xmote cleanupAndreas Gruenbacher1-2/+1
2025-07-15gfs2: simplify finish_xmoteAndreas Gruenbacher1-8/+0
2025-07-15gfs2: sanitize the gdlm_ast -> finish_xmote interfaceAndreas Gruenbacher3-14/+34
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig3-10/+15
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig1-0/+1
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig1-12/+14
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig1-2/+6
2025-07-09gfs2: Minor do_xmote cancelation fixAndreas Gruenbacher1-1/+2
2025-07-09gfs2: Remove GIF_ALLOC_FAILED flagAndreas Gruenbacher4-14/+6
2025-07-09gfs2: Use SECTOR_SIZE and SECTOR_SHIFTAndreas Gruenbacher3-10/+10
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner2-4/+4
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1