summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: report quota block corruption errors to the health systemDarrick J. Wong2024-02-221-2/+6
* xfs: track quota updates during live quotacheckDarrick J. Wong2024-02-221-7/+9
* xfs: report the health of quota countsDarrick J. Wong2024-02-221-1/+6
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-5/+5
* xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner2024-02-131-3/+3
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-3/+3
* xfs: convert kmem_alloc() to kmalloc()Dave Chinner2024-02-131-1/+2
* xfs: convert kmem_zalloc() to kzalloc()Dave Chinner2024-02-131-1/+2
* list_lru: allow explicit memcg and NUMA node selectionNhat Pham2023-12-121-1/+1
* xfs: dynamically allocate the xfs-qm shrinkerQi Zheng2023-10-041-13/+14
* xfs: fix reloading entire unlinked bucket listsDarrick J. Wong2023-09-241-3/+12
* xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong2023-09-121-0/+7
* xfs: quotacheck failure can race with background inode inactivationDave Chinner2023-03-051-14/+26
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-1/+1
|\
| * fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* | xfs: xfs_qm: remove unnecessary ‘0’ values from errorLi zeming2023-01-031-1/+1
|/
* xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEINGDave Chinner2022-12-081-4/+12
* Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-131-0/+5
|\
| * xfs: fix intermittent hang during quotacheckDarrick J. Wong2022-08-051-0/+5
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+2
|\ \ | |/ |/|
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+2
* | Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong2022-07-141-1/+1
|\ \
| * | xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-1/+1
| |/
* / xfs: rework xfs_buf_incore() APIDave Chinner2022-07-071-5/+4
|/
* xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong2022-05-271-1/+8
* xfs: remove quota warning limit from struct xfs_quota_limitsCatherine Hoang2022-05-111-9/+0
* xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner2022-03-201-4/+4
* xfs: remove the xfs_dqblk_t typedefChristoph Hellwig2021-10-141-1/+1
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-2/+2
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-7/+7
* xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong2021-08-091-0/+34
* xfs: remove the active vs running quota differentiationChristoph Hellwig2021-08-061-14/+12
* xfs: remove the flags argument to xfs_qm_dquot_walkChristoph Hellwig2021-08-061-10/+6
* xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig2021-08-061-1/+1
* xfs: get rid of xfs_dir_ialloc()Dave Chinner2021-06-021-2/+7
* xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-0/+1
* xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-151-5/+3
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-4/+4
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: initialise attr fork on inode createDave Chinner2021-03-251-1/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+2
|\
| * xfs: support idmapped mountsChristoph Hellwig2021-01-241-1/+2
* | xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong2021-02-031-48/+0
* | xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong2021-02-031-57/+35
|/
* xfs: move on-disk inode allocation out of xfs_ialloc()Dave Chinner2020-12-121-13/+13
* xfs: do the ASSERT for the arguments O_{u,g,p}dqppKaixu Xia2020-10-071-0/+3
* xfs: remove the unused parameter id from xfs_qm_dqattach_oneKaixu Xia2020-09-251-6/+5
* xfs: remove the unnecessary xfs_dqid_t type castKaixu Xia2020-09-251-1/+1
* xfs: trace timestamp limitsDarrick J. Wong2020-09-151-0/+2
* xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong2020-09-151-2/+11