summaryrefslogtreecommitdiff
path: root/source3/lib/sysquotas_xfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-07lib: Remove some code #ifdef'ed out for more than 20 yearsVolker Lendecke1-32/+0
2025-11-10lib: Fix trailing whitespaceVolker Lendecke1-13/+13
2019-02-17sysquotas_xfs: fix inode limit setting, which is not depeding on blocksizeBjörn Jacke1-4/+2
2016-04-29xfs quotas - fix case of no quota for userUri Simchoni1-0/+2
2016-03-31xfs-quota: do not fail if user has no quotaUri Simchoni1-2/+14
2015-05-13Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe1-2/+2
2012-09-07s3:quota: clean up and consolidate the xfs quota checks and definesBjörn Jacke1-6/+8
2012-09-07s3:sysquota_xfs: fix logic so that we actually use this module on LinuxBjörn Jacke1-7/+1
2012-09-07s3:sysquota_xfs: check and include the right fs header file for xfs quotasBjörn Jacke1-2/+3
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-8/+8
2007-10-10r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in theAndrew Tridgell1-1/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r6586: get rid of a few more compiler warningsHerb Lewis1-0/+2
2004-01-15* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher1-18/+45
2004-01-06XFS quota patch from Stefan Metzmacher <metze@metzemix.de>.Jeremy Allison1-31/+37
2004-01-05Oops. Broke the build. Added missing files.Jeremy Allison1-0/+300