summaryrefslogtreecommitdiffstats
path: root/quotaio_xfs.c
AgeCommit message (Expand)AuthorFilesLines
12 daysquotaio_xfs: Convert remaining quotactl(2) calls to quotactl_handle()HEADmasterJan Kara1-10/+3
12 daysquotaio_xfs: Fix quota-tools on XFSJan Kara1-7/+4
12 daysquotaio_xfs: Fix error handling in xfs_read_dquot()Jan Kara1-1/+6
2024-01-29Enable support for tmpfs quotasCarlos Maiolino1-2/+2
2024-01-29Add quotactl_fd() supportCarlos Maiolino1-9/+12
2020-11-24quotaio_xfs: Warn when large kernel timestamps cannot be handledJan Kara1-0/+9
2020-09-21Handle grace time overflows for XFS quotasJan Kara1-9/+17
2020-09-07Support grace period expirations past y2038 for XFSDarrick J. Wong1-4/+29
2020-05-21Fix limits setting on XFS filesystemJan Kara1-1/+3
2020-05-14quota-tools: Set FS_DQ_TIMER_MASK for individual xfs grace timesEric Sandeen1-0/+2
2020-05-13quota-tools: pass quota type to QCMD for Q_XFS_GETQSTATEric Sandeen1-1/+1
2018-01-10repquota: Fix output when user -2 existsJan Kara1-0/+5
2016-03-31Add support for project quota into generic codeJan Kara1-8/+36
2016-01-27Add support for scanning using Q_XGETNEXTQUOTAJan Kara1-3/+39
2012-06-08repquota: Fix reporting for XFSJan Kara1-2/+2
2011-05-05Implement repquota for filesystems without quota filesJan Kara1-52/+16
2011-02-04Implement quotacheck for GFS2Abhijith Das1-1/+11
2010-01-05* Rewritten configuration script to create config.h (Jan Kara)jkar85721-0/+1
2009-12-1464-bit quota support.jkar85721-1/+1
2008-04-21Format string fixes (Ladislav Michnovic)jkar85721-2/+2
2001-09-27Implemented setting only limits by commit_dquot() so edquota & setquota can o...jkar85721-2/+2
2001-07-17Fixed overflow of used space.jkar85721-1/+1
2001-05-04Fixed infinity loop for XFS repquota.jkar85721-6/+9
2001-04-11Updated manpages.jkar85721-9/+5
2001-03-26Changed callbacks initialization to label-like one.jkar85721-8/+6
2001-03-26Fixed bugs in XFS quota option detection.jkar85721-0/+18
2001-03-23Initial revisionjkar85721-0/+277