summaryrefslogtreecommitdiff
path: root/fs/gfs2/quota.c
AgeCommit message (Expand)Author
2023-11-02gfs2: Clean up quota.c:print_messageAndreas Gruenbacher
2023-11-02gfs2: Clean up gfs2_alloc_parms initializersAndreas Gruenbacher
2023-11-02gfs2: Two quota=account mode fixesAndreas Gruenbacher
2023-10-03gfs2: ignore negated quota changesBob Peterson
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: 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: Sanitize kthread stoppingAndreas Gruenbacher
2023-09-05gfs2: Switch to wait_event in gfs2_quotadAndreas Gruenbacher
2023-09-05gfs2: Free quota data objects synchronouslyAndreas Gruenbacher
2023-09-05gfs2: Fix initial quota data refcountAndreas Gruenbacher
2023-09-05gfs2: No more quota complaints after withdrawAndreas Gruenbacher
2023-09-05gfs2: Factor out duplicate quota data disposal codeAndreas Gruenbacher
2023-09-05gfs2: Use gfs2_qd_dispose in gfs2_quota_cleanupAndreas Gruenbacher
2023-09-05gfs2: Fix wrong quota shrinker return valueAndreas Gruenbacher
2023-09-05gfs2: Use qd_sbd more consequentlyBob Peterson
2023-09-05gfs2: Use mapping->gfp_mask for metadata inodesAndreas Gruenbacher
2023-07-24gfs2: fix timestamp handling on quota inodesJeff Layton
2023-07-03gfs2: Add quota_change typeBob Peterson
2023-07-03gfs2: Use memcpy_{from,to}_page where appropriateAndreas Gruenbacher
2023-07-03gfs2: Convert remaining kmap_atomic calls to kmap_local_pageAndreas Gruenbacher
2023-06-06gfs2: Fix gfs2_qa_get imbalance in gfs2_quota_holdBob Peterson
2022-09-11gfs2: replace ll_rw_block()Zhang Yi
2022-08-06Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-06-29gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher
2022-05-24gfs2: Convert function bh_get to use iomapBob Peterson
2022-05-24gfs2: use i_lock spin_lock for inode qadataBob Peterson
2022-05-14gfs2: replace 'found' with dedicated list iterator variableJakob Koschel
2021-06-29gfs2: Clean up gfs2_unstuff_dinodeAndreas Gruenbacher
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones