aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.c
AgeCommit message (Expand)Author
2024-04-15xfs: Hold inode locks in xfs_iallocAllison Henderson
2024-02-22xfs: report quota block corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: track quota updates during live quotacheckDarrick J. Wong
2024-02-22xfs: report the health of quota countsDarrick J. Wong
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham
2023-10-04xfs: dynamically allocate the xfs-qm shrinkerQi Zheng
2023-09-24xfs: fix reloading entire unlinked bucket listsDarrick J. Wong
2023-09-12xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong
2023-03-05xfs: quotacheck failure can race with background inode inactivationDave Chinner
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-03xfs: xfs_qm: remove unnecessary ‘0’ values from errorLi zeming
2022-12-08xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEINGDave Chinner
2022-08-13Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-05xfs: fix intermittent hang during quotacheckDarrick J. Wong
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-05-27xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong
2022-05-11xfs: remove quota warning limit from struct xfs_quota_limitsCatherine Hoang
2022-03-20xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner
2021-10-14xfs: remove the xfs_dqblk_t typedefChristoph Hellwig
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig
2021-08-06xfs: remove the flags argument to xfs_qm_dquot_walkChristoph Hellwig
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig
2021-03-25xfs: initialise attr fork on inode createDave Chinner
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-03xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong
2021-02-03xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong
2021-01-24xfs: support idmapped mountsChristoph Hellwig
2020-12-12xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner
2020-10-07xfs: do the ASSERT for the arguments O_{u,g,p}dqppKaixu Xia
2020-09-25xfs: remove the unused parameter id from xfs_qm_dqattach_oneKaixu Xia
2020-09-25xfs: remove the unnecessary xfs_dqid_t type castKaixu Xia
2020-09-15xfs: trace timestamp limitsDarrick J. Wong