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