summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25gfs2: convert gfs2_write_buf_to_page() to use a folioMatthew Wilcox (Oracle)
2023-10-25gfs2: convert gfs2_getjdatabuf to use a folioMatthew Wilcox (Oracle)
2023-10-25gfs2: convert gfs2_getbuf() to foliosMatthew Wilcox (Oracle)
2023-10-25gfs2: convert inode unstuffing to use a folioMatthew Wilcox (Oracle)
2023-10-23gfs2: Stop using GFS2_BASIC_BLOCK and GFS2_BASIC_BLOCK_SHIFTAndreas Gruenbacher
2023-10-23gfs2: setattr_chown: Add missing initializationAndreas Gruenbacher
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-10-18gfs2: convert to new timestamp accessorsJeff Layton
2023-10-09gfs2: move gfs2_xattr_handlers_max to .rodataWedson Almeida Filho
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
2023-10-04gfs2: dynamically allocate the gfs2-qd shrinkerQi Zheng
2023-10-04gfs2: dynamically allocate the gfs2-glock shrinkerQi Zheng
2023-10-03gfs2: fix an oops in gfs2_permissionAl Viro
2023-10-03gfs2: ignore negated quota changesBob Peterson
2023-09-22gfs2: Don't update inode timestamps for direct writesAndreas Gruenbacher
2023-09-22gfs2: Get rid of the gfs2_glock_is_held_* helpersAndreas Gruenbacher
2023-09-18gfs2: Remove unused gfs2_extent_length argumentAndreas Gruenbacher
2023-09-18gfs2: Remove freeze_go_demote_okAndreas Gruenbacher
2023-09-18gfs2: Simplify function gfs2_upgrade_iopen_glockAndreas Gruenbacher
2023-09-18gfs2: Fix quota=quiet oversightBob Peterson
2023-09-18gfs2: fix glock shrinker ref issuesBob Peterson
2023-09-18gfs2: Fix another freeze/thaw hangAndreas Gruenbacher
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-05gfs2: change qd_slot_count to qd_slot_refBob Peterson
2023-09-05gfs2: check for no eligible quota changesBob Peterson
2023-09-05gfs2: Remove useless assignmentBob Peterson
2023-09-05gfs2: simplify slot_getBob Peterson
2023-09-05gfs2: Simplify qd2offsetBob Peterson
2023-09-05gfs2: introduce qd_bh_get_or_undoBob Peterson
2023-09-05gfs2: Remove quota allocation info from quota fileBob Peterson
2023-09-05gfs2: use constant for array sizeBob Peterson
2023-09-05gfs2: Set qd_sync_gen in do_syncBob Peterson
2023-09-05gfs2: Remove useless err setBob Peterson
2023-09-05gfs2: Small gfs2_quota_lock cleanupBob Peterson
2023-09-05gfs2: move qdsb_put and reduce redundancyBob Peterson
2023-09-05gfs2: improvements to sysfs statusBob Peterson
2023-09-05gfs2: Don't try to sync non-changesBob Peterson
2023-09-05gfs2: Simplify function need_syncBob Peterson
2023-09-05gfs2: remove unneeded pg_oflow variableBob Peterson
2023-09-05gfs2: remove unneeded variable doneBob Peterson
2023-09-05gfs2: pass sdp to gfs2_write_buf_to_pageBob Peterson
2023-09-05gfs2: pass sdp in to gfs2_write_disk_quotaBob Peterson
2023-09-05gfs2: Pass sdp to gfs2_adjust_quotaBob Peterson
2023-09-05gfs2: remove dead code for quota writesBob Peterson
2023-09-05gfs2: Introduce new quota=quiet mount optionBob Peterson
2023-09-05gfs2: Add device name to gfs2_logd and gfs2_quotadAndreas Gruenbacher
2023-09-05gfs2: Rename "freeze_workqueue" to "gfs2_freeze"Andreas Gruenbacher
2023-09-05gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery"Andreas Gruenbacher
2023-09-05gfs2: Fix withdraw raceAndreas Gruenbacher