summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)AuthorLines
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-433/+421
2023-11-06gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher-3/+1
2023-11-06gfs2: remove dead code in add_to_queueSu Hui-1/+0
2023-11-06gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng-4/+6
2023-11-06gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher-3/+4
2023-11-06gfs2: fs: derive f_fsid from s_uuidAmir Goldstein-0/+1
2023-11-06gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher-285/+289
2023-11-06gfs2: Rename gfs2_lookup_{ simple => meta }Andreas Gruenbacher-15/+16
2023-11-06gfs2: Convert gfs2_internal_read to foliosAndreas Gruenbacher-20/+18
2023-11-06gfs2: Convert stuffed_readpage to foliosAndreas Gruenbacher-16/+14
2023-11-06gfs2: Minor gfs2_write_jdata_batch PAGE_SIZE cleanupAndreas Gruenbacher-3/+3
2023-11-06gfs2: Get rid of gfs2_alloc_blocks generation parameterAndreas Gruenbacher-13/+15
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds-6/+3
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-99/+102
2023-11-02gfs2: Add metapath_dibh helperAndreas Gruenbacher-1/+7
2023-11-02gfs2: Clean up quota.c:print_messageAndreas Gruenbacher-5/+5
2023-11-02gfs2: Clean up gfs2_alloc_parms initializersAndreas Gruenbacher-4/+4
2023-11-02gfs2: Two quota=account mode fixesAndreas Gruenbacher-6/+3
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-25/+27
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-4/+4
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds-4/+7
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)-4/+4
2023-10-25gfs2: convert gfs2_write_buf_to_page() to use a folioMatthew Wilcox (Oracle)-18/+19
2023-10-25gfs2: convert gfs2_getjdatabuf to use a folioMatthew Wilcox (Oracle)-14/+8
2023-10-25gfs2: convert gfs2_getbuf() to foliosMatthew Wilcox (Oracle)-22/+17
2023-10-25gfs2: convert inode unstuffing to use a folioMatthew Wilcox (Oracle)-25/+23
2023-10-23gfs2: Stop using GFS2_BASIC_BLOCK and GFS2_BASIC_BLOCK_SHIFTAndreas Gruenbacher-10/+6
2023-10-23gfs2: setattr_chown: Add missing initializationAndreas Gruenbacher-1/+1
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner-4/+7
2023-10-18gfs2: convert to new timestamp accessorsJeff Layton-25/+27
2023-10-09gfs2: move gfs2_xattr_handlers_max to .rodataWedson Almeida Filho-4/+4
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher-6/+3
2023-10-04gfs2: dynamically allocate the gfs2-qd shrinkerQi Zheng-10/+24
2023-10-04gfs2: dynamically allocate the gfs2-glock shrinkerQi Zheng-9/+10
2023-10-03gfs2: fix an oops in gfs2_permissionAl Viro-3/+10
2023-10-03gfs2: ignore negated quota changesBob Peterson-0/+11
2023-09-22gfs2: Don't update inode timestamps for direct writesAndreas Gruenbacher-4/+10
2023-09-22gfs2: Get rid of the gfs2_glock_is_held_* helpersAndreas Gruenbacher-17/+2
2023-09-18gfs2: Remove unused gfs2_extent_length argumentAndreas Gruenbacher-3/+2
2023-09-18gfs2: Remove freeze_go_demote_okAndreas Gruenbacher-13/+0
2023-09-18gfs2: Simplify function gfs2_upgrade_iopen_glockAndreas Gruenbacher-10/+0
2023-09-18gfs2: Fix quota=quiet oversightBob Peterson-1/+2
2023-09-18gfs2: fix glock shrinker ref issuesBob Peterson-1/+3
2023-09-18gfs2: Fix another freeze/thaw hangAndreas Gruenbacher-4/+5
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-326/+344
2023-09-05gfs2: change qd_slot_count to qd_slot_refBob Peterson-9/+9
2023-09-05gfs2: check for no eligible quota changesBob Peterson-0/+21
2023-09-05gfs2: Remove useless assignmentBob Peterson-2/+0
2023-09-05gfs2: simplify slot_getBob Peterson-10/+9
2023-09-05gfs2: Simplify qd2offsetBob Peterson-6/+1