summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_qm.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-07-31lockref: tidy up dead count handlingMateusz Guzik1-2/+2
2026-07-01xfs: release dquot buffer after dqflush failureYingjie Gao1-3/+2
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig1-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2025-11-11xfs: reduce ilock roundtrips in xfs_qm_vop_dqallocChristoph Hellwig1-29/+3
2025-11-11xfs: return the dquot unlocked from xfs_qm_dqgetChristoph Hellwig1-3/+1
2025-11-11xfs: fold xfs_qm_dqattach_one into xfs_qm_dqget_inodeChristoph Hellwig1-37/+3
2025-11-11xfs: xfs_qm_dqattach_one is never called with a non-NULL *IO_idqppChristoph Hellwig1-12/+1
2025-11-11xfs: remove xfs_qm_dqput and optimize dropping dquot referencesChristoph Hellwig1-2/+4
2025-11-11xfs: use a lockref for the xfs_dquot reference countChristoph Hellwig1-26/+24
2025-11-11xfs: remove xfs_dqunlock and friendsChristoph Hellwig1-15/+15
2025-11-11xfs: don't leak a locked dquot when xfs_dquot_attach_buf failsChristoph Hellwig1-2/+3
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig1-8/+2
2025-06-27xfs: avoid dquot buffer pin deadlockDave Chinner1-67/+19
2025-03-03xfs: disable rt quotas for zoned file systemsChristoph Hellwig1-1/+2
2024-12-23xfs: add some rtgroup inode helpersDarrick J. Wong1-4/+4
2024-12-23xfs: prepare to reuse the dquot pointer space in struct xfs_inodeDarrick J. Wong1-0/+2
2024-12-12xfs: don't crash on corrupt /quotas direntDarrick J. Wong1-0/+7
2024-12-12xfs: convert quotacheck to attach dquot buffersDarrick J. Wong1-5/+13
2024-12-12xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong1-3/+6
2024-12-12xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong1-7/+30
2024-12-12xfs: keep quota directory inode loadedDarrick J. Wong1-22/+25
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+2
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song1-3/+2
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song1-1/+0
2024-11-05xfs: enable realtime quota againDarrick J. Wong1-3/+4
2024-11-05xfs: create quota preallocation watermarks for realtime quotaDarrick J. Wong1-5/+16
2024-11-05xfs: fix chown with rt quotaDarrick J. Wong1-17/+27
2024-11-05xfs: use metadir for quota inodesDarrick J. Wong1-24/+173
2024-11-05xfs: refactor xfs_qm_destroy_quotainosDarrick J. Wong1-33/+20
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig1-4/+9
2024-11-05xfs: add a xfs_qm_unmount_rt helperChristoph Hellwig1-4/+18
2024-11-05xfs: mark quota inodes as metadata filesDarrick J. Wong1-0/+2
2024-11-05xfs: don't count metadata directory files to quotaDarrick J. Wong1-0/+11
2024-11-05xfs: iget for metadata inodesDarrick J. Wong1-2/+21
2024-09-01xfs: refactor loading quota inodes in the regular caseDarrick J. Wong1-6/+40
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong1-1/+1
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong1-0/+1
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong1-2/+4
2024-04-15xfs: Hold inode locks in xfs_iallocAllison Henderson1-1/+3
2024-02-22xfs: report quota block corruption errors to the health systemDarrick J. Wong1-2/+6
2024-02-22xfs: track quota updates during live quotacheckDarrick J. Wong1-7/+9
2024-02-22xfs: report the health of quota countsDarrick J. Wong1-1/+6
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-5/+5
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner1-3/+3
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-3/+3
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner1-1/+2
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner1-1/+2