summaryrefslogtreecommitdiffstats
path: root/include/linux/dqblk_xfs.h
Commit message (Collapse)AuthorAgeFilesLines
* quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig2010-07-211-12/+12
| | | | | | | | | | Almost all identifiers use the FS_* namespace, so rename the missing few XFS_* ones to FS_* as well. Without this some people might get upset about having too many XFS names in generic code. Acked-by: Steven Whitehouse <swhiteho@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>
* quota: unify ->set_dqblkChristoph Hellwig2010-05-211-0/+9
| | | | | | | | | | | | | | Pass the larger struct fs_disk_quota to the ->set_dqblk operation so that the Q_SETQUOTA and Q_XSETQUOTA operations can be implemented with a single filesystem operation and we can retire the ->set_xquota operation. The additional information (RT-subvolume accounting and warn counts) are left zero for the VFS quota implementation. Add new fieldmask values for setting the numer of blocks and inodes values which is required for the VFS quota, but wasn't for XFS. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>
* typo fixes: infomation -> informationAdrian Bunk2006-06-301-2/+2
| | | | Signed-off-by: Adrian Bunk <bunk@stusta.de>
* [XFS] Add a mechanism for XFS to use the generic quota sync method.Nathan Scott2005-11-031-0/+1
| | | | | | | This is now used to issue a delayed allocation flush before reporting quota, which allows the used space quota report to match reality. Signed-off-by: Nathan Scott <nathans@sgi.com>
* [XFS] Add the project quota type into the XFS quota header.Nathan Scott2005-11-031-1/+2
| | | | Signed-off-by: Nathan Scott <nathans@sgi.com>
* [XFS] Update XFS quota header license to match the SGI boilerplate.Nathan Scott2005-11-031-10/+6
| | | | Signed-off-by: Nathan Scott <nathans@sgi.com>
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+159
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
OpenPOWER on IntegriCloud