summaryrefslogtreecommitdiff
path: root/fs/gfs2/quota.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20gfs2: Revert "check for no eligible quota changes"Andreas Gruenbacher1-20/+0
2024-06-20gfs2: Be more careful with the quota sync generationAndreas Gruenbacher1-8/+19
2024-06-20gfs2: Get rid of some unnecessary quota lockingAndreas Gruenbacher1-26/+27
2024-06-12gfs2: Add some missing quota lockingAndreas Gruenbacher1-29/+53
2024-06-08gfs2: Fold qd_fish into gfs2_quota_syncAndreas Gruenbacher1-48/+29
2024-06-08gfs2: quota need_sync cleanupAndreas Gruenbacher1-14/+12
2024-06-08gfs2: Fix and clean up function do_qcAndreas Gruenbacher1-13/+21
2024-06-08gfs2: Revert "Add quota_change type"Andreas Gruenbacher1-12/+7
2024-06-08gfs2: Revert "ignore negated quota changes"Andreas Gruenbacher1-11/+0
2024-06-08gfs2: qd_check_sync cleanupsAndreas Gruenbacher1-18/+22
2024-06-08gfs2: Revert "introduce qd_bh_get_or_undo"Andreas Gruenbacher1-19/+17
2024-06-07gfs2: Check quota consistency on mountAndreas Gruenbacher1-6/+31
2024-06-04gfs2: Minor gfs2_quota_init error path cleanupAndreas Gruenbacher1-9/+7
2024-01-10Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+8
2023-12-21gfs2: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao1-3/+1
2023-12-21gfs2: Add missing set_freezable() for freezable kthreadKevin Hao1-0/+1
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher1-4/+4
2023-12-18gfs2: fix kernel BUG in gfs2_quota_cleanupEdward Adam Davis1-1/+2
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham1-3/+3
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-11/+20
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-24/+38
2023-11-02gfs2: Clean up quota.c:print_messageAndreas Gruenbacher1-5/+5
2023-11-02gfs2: Clean up gfs2_alloc_parms initializersAndreas Gruenbacher1-2/+2
2023-11-02gfs2: Two quota=account mode fixesAndreas Gruenbacher1-4/+2
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)1-1/+1
2023-10-25gfs2: convert gfs2_write_buf_to_page() to use a folioMatthew Wilcox (Oracle)1-18/+19
2023-10-18gfs2: convert to new timestamp accessorsJeff Layton1-1/+1
2023-10-04gfs2: dynamically allocate the gfs2-qd shrinkerQi Zheng1-6/+19
2023-10-03gfs2: ignore negated quota changesBob Peterson1-0/+11
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-172/+196
2023-09-05gfs2: change qd_slot_count to qd_slot_refBob Peterson1-8/+8
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: 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