summaryrefslogtreecommitdiffstats
path: root/source3/lib/sysquotas_xfs.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:quota: clean up and consolidate the xfs quota checks and definesBjörn Jacke2012-09-071-6/+8
| | | | | Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Fri Sep 7 15:59:46 CEST 2012 on sn-devel-104
* s3:sysquota_xfs: fix logic so that we actually use this module on LinuxBjörn Jacke2012-09-071-7/+1
|
* s3:sysquota_xfs: check and include the right fs header file for xfs quotasBjörn Jacke2012-09-071-2/+3
|
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-8/+8
|
* r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in theAndrew Tridgell2007-10-101-1/+3
| | | | | | | | | | | Samba3 tree. This is neater, plus it avoids the need to get legal approval from SGI to use their GPLv2-only code under GPLv3. If/when SGI legal sort things out, we could consider adding back this header for very old systems where linux/dqblk_xfs.h is not available. (This used to be commit cb435543f84955be75368a3294bc6b627414d876)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r6586: get rid of a few more compiler warningsHerb Lewis2007-10-101-0/+2
| | | | (This used to be commit 173375f8d88bf8e8db8d60e5d5f0e5dcc28767d9)
* * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher2004-01-151-18/+45
| | | | | | | | | | XFS_GROUP_QUOTA -> GRPQUOTA * Fix disk_free calculation with group quotas. * Add debug class 'quota' and a lot of DEBUG()'s to the quota code. metze (This used to be commit e9e5e2036f13ff847aa3ef52e8be657bef7d5774)
* XFS quota patch from Stefan Metzmacher <metze@metzemix.de>.Jeremy Allison2004-01-061-31/+37
| | | | | Jeremy. (This used to be commit cae5f158e583572436a2f4c20d919816d763f93d)
* Oops. Broke the build. Added missing files.Jeremy Allison2004-01-051-0/+300
Jeremy. (This used to be commit 52eafc131e26ecc2c4ce8df856c380eb7fd8af69)