summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/quota.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Revert "check for no eligible quota changes"Andreas Gruenbacher2024-06-201-20/+0
* gfs2: Be more careful with the quota sync generationAndreas Gruenbacher2024-06-201-8/+19
* gfs2: Get rid of some unnecessary quota lockingAndreas Gruenbacher2024-06-201-26/+27
* gfs2: Add some missing quota lockingAndreas Gruenbacher2024-06-121-29/+53
* gfs2: Fold qd_fish into gfs2_quota_syncAndreas Gruenbacher2024-06-081-48/+29
* gfs2: quota need_sync cleanupAndreas Gruenbacher2024-06-081-14/+12
* gfs2: Fix and clean up function do_qcAndreas Gruenbacher2024-06-081-13/+21
* gfs2: Revert "Add quota_change type"Andreas Gruenbacher2024-06-081-12/+7
* gfs2: Revert "ignore negated quota changes"Andreas Gruenbacher2024-06-081-11/+0
* gfs2: qd_check_sync cleanupsAndreas Gruenbacher2024-06-081-18/+22
* gfs2: Revert "introduce qd_bh_get_or_undo"Andreas Gruenbacher2024-06-081-19/+17
* gfs2: Check quota consistency on mountAndreas Gruenbacher2024-06-071-6/+31
* gfs2: Minor gfs2_quota_init error path cleanupAndreas Gruenbacher2024-06-041-9/+7
* Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-101-8/+8
|\
| * gfs2: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao2023-12-211-3/+1
| * gfs2: Add missing set_freezable() for freezable kthreadKevin Hao2023-12-211-0/+1
| * gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher2023-12-201-4/+4
| * gfs2: fix kernel BUG in gfs2_quota_cleanupEdward Adam Davis2023-12-181-1/+2
* | list_lru: allow explicit memcg and NUMA node selectionNhat Pham2023-12-121-3/+3
|/
* Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-11-071-11/+20
|\
| * gfs2: Clean up quota.c:print_messageAndreas Gruenbacher2023-11-021-5/+5
| * gfs2: Clean up gfs2_alloc_parms initializersAndreas Gruenbacher2023-11-021-2/+2
| * gfs2: Two quota=account mode fixesAndreas Gruenbacher2023-11-021-4/+2
| * gfs2: ignore negated quota changesBob Peterson2023-10-031-0/+11
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-031-24/+38
|\ \
| * | buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-261-1/+1
| * | gfs2: convert gfs2_write_buf_to_page() to use a folioMatthew Wilcox (Oracle)2023-10-261-18/+19
| * | gfs2: dynamically allocate the gfs2-qd shrinkerQi Zheng2023-10-041-6/+19
| |/
* / gfs2: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
|/
* Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-051-172/+196
|\
| * gfs2: change qd_slot_count to qd_slot_refBob Peterson2023-09-051-8/+8
| * gfs2: check for no eligible quota changesBob Peterson2023-09-051-0/+21
| * gfs2: Remove useless assignmentBob Peterson2023-09-051-2/+0
| * gfs2: simplify slot_getBob Peterson2023-09-051-10/+9
| * gfs2: Simplify qd2offsetBob Peterson2023-09-051-6/+1
| * gfs2: introduce qd_bh_get_or_undoBob Peterson2023-09-051-17/+19
| * gfs2: Remove quota allocation info from quota fileBob Peterson2023-09-051-10/+2
| * gfs2: use constant for array sizeBob Peterson2023-09-051-1/+1
| * gfs2: Set qd_sync_gen in do_syncBob Peterson2023-09-051-4/+4
| * gfs2: Remove useless err setBob Peterson2023-09-051-1/+0
| * gfs2: Small gfs2_quota_lock cleanupBob Peterson2023-09-051-1/+1
| * gfs2: move qdsb_put and reduce redundancyBob Peterson2023-09-051-10/+8
| * gfs2: Don't try to sync non-changesBob Peterson2023-09-051-1/+1
| * gfs2: Simplify function need_syncBob Peterson2023-09-051-8/+7
| * gfs2: remove unneeded pg_oflow variableBob Peterson2023-09-051-5/+3
| * gfs2: remove unneeded variable doneBob Peterson2023-09-051-3/+2
| * gfs2: pass sdp to gfs2_write_buf_to_pageBob Peterson2023-09-051-5/+4
| * gfs2: pass sdp in to gfs2_write_disk_quotaBob Peterson2023-09-051-2/+3
| * gfs2: Pass sdp to gfs2_adjust_quotaBob Peterson2023-09-051-5/+6
| * gfs2: remove dead code for quota writesBob Peterson2023-09-051-4/+1