aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dquot.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-11xfs: move xfs_dquot_tree calls into xfs_qm_dqget_cache_{lookup,insert}Christoph Hellwig1-13/+11
2025-11-11xfs: return the dquot unlocked from xfs_qm_dqgetChristoph Hellwig1-2/+2
2025-11-11xfs: fold xfs_qm_dqattach_one into xfs_qm_dqget_inodeChristoph Hellwig1-3/+6
2025-11-11xfs: consolidate q_qlock locking in xfs_qm_dqget and xfs_qm_dqget_inodeChristoph Hellwig1-14/+9
2025-11-11xfs: remove xfs_qm_dqput and optimize dropping dquot referencesChristoph Hellwig1-36/+9
2025-11-11xfs: use a lockref for the xfs_dquot reference countChristoph Hellwig1-8/+9
2025-11-11xfs: remove xfs_dqunlock and friendsChristoph Hellwig1-7/+7
2025-11-11xfs: don't treat all radix_tree_insert errors as -EEXISTChristoph Hellwig1-13/+18
2025-06-27xfs: avoid dquot buffer pin deadlockDave Chinner1-3/+1
2025-04-14xfs: remove the leftover xfs_{set,clear}_li_failed infrastructureChristoph Hellwig1-2/+1
2025-01-14xfs: add a b_iodone callback to struct xfs_bufChristoph Hellwig1-1/+1
2025-01-14xfs: move b_li_list based retry handling to common codeChristoph Hellwig1-12/+0
2025-01-13Merge tag 'xfs-6.13-fixes_2024-12-23' of https://git.kernel.org/pub/scm/linux...Carlos Maiolino1-4/+8
2025-01-10xfs: lock dquot buffer before detaching dquot from b_li_listDarrick J. Wong1-1/+2
2024-12-23xfs: release the dquot buf outside of qli_lockDarrick J. Wong1-4/+8
2024-12-12xfs: convert quotacheck to attach dquot buffersDarrick J. Wong1-6/+3
2024-12-12xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong1-5/+125
2024-12-12xfs: clean up log item accesses in xfs_qm_dqflush{,_done}Darrick J. Wong1-7/+8
2024-12-12xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong1-20/+37
2024-11-05xfs: create quota preallocation watermarks for realtime quotaDarrick J. Wong1-16/+21
2024-11-05xfs: don't count metadata directory files to quotaDarrick J. Wong1-0/+1
2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig1-4/+1
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig1-1/+0
2024-04-15xfs: Increase XFS_QM_TRANS_MAXDQS to 5Allison Henderson1-0/+41
2024-03-15xfs: quota radix tree allocations need to be NOFS on insertDave Chinner1-5/+13
2024-02-22xfs: report quota block corruption errors to the health systemDarrick J. Wong1-0/+30
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-2/+2
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner1-1/+1
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-34/+3
2023-12-15xfs: repair quotasDarrick J. Wong1-3/+3
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong1-31/+0
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham1-1/+1
2023-11-22xfs: clean up dqblk extractionDarrick J. Wong1-2/+3
2023-08-18xfs: fix dqiterate thinkoDarrick J. Wong1-1/+1
2023-04-12xfs: remove WARN when dquot cache insertion failsDave Chinner1-1/+0
2022-07-22xfs: Fix comment typoXin Gao1-1/+1
2022-05-11xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang1-11/+4
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R1-0/+3
2022-01-06xfs: hold quota inode ILOCK_EXCL until the end of dqallocDarrick J. Wong1-51/+28
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-13/+13
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong1-2/+2
2021-10-14xfs: remove the xfs_dqblk_t typedefChristoph Hellwig1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-5/+5
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig1-3/+0
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig1-5/+3
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-02-04xfs: fix incorrect root dquot corruption error when switching group/project q...Darrick J. Wong1-2/+37
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R1-1/+7
2020-09-25xfs: fix some commentsKaixu Xia1-2/+2
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong1-0/+10