summaryrefslogtreecommitdiffstats
path: root/fs/quota/quota_v2.c
Commit message (Expand)AuthorAgeFilesLines
* quota: Fix quota corruption with generic/232 testJan Kara2017-09-271-0/+4
* Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-071-18/+77
|\
| * quota: Propagate ->quota_read errors from v2_read_file_info()Jan Kara2017-08-171-7/+11
| * quota: Fix error codes in v2_read_file_info()Jan Kara2017-08-171-3/+3
| * quota: Push dqio_sem down to ->read_file_info()Jan Kara2017-08-171-8/+20
| * quota: Push dqio_sem down to ->write_file_info()Jan Kara2017-08-171-1/+4
| * quota: Push dqio_sem down to ->get_next_id()Jan Kara2017-08-171-1/+7
| * quota: Push dqio_sem down to ->release_dqblk()Jan Kara2017-08-171-1/+8
| * quota: Do not acquire dqio_sem for dquot overwrites in v2 formatJan Kara2017-08-171-3/+14
| * quota: Push dqio_sem down to ->write_dqblk()Jan Kara2017-08-171-1/+9
| * quota: Push dqio_sem down to ->read_dqblk()Jan Kara2017-08-171-1/+9
* | quota_v2: Delete an error message for a failed memory allocation in v2_read_f...Markus Elfring2017-08-211-4/+2
|/
* quota_v2: Implement get_next_id() for V2 quota formatJan Kara2016-02-091-0/+6
* quota: constify qtree_fmt_operations structuresJulia Lawall2016-01-041-2/+2
* quota: Fix maximum quota limit settingsJan Kara2015-03-041-4/+8
* quota: Store maximum space limit in bytesJan Kara2015-01-301-5/+5
* quota: Don't store flags for v2 quota formatJan Kara2015-01-211-2/+4
* userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman2012-09-181-11/+15
* quota: return -ENOMEM when memory allocation failsDavidlohr Bueso2011-02-241-1/+1
* quota: Change quota error message to print out disk and function nameJiaying Zhang2010-07-211-7/+4
* dquot: Detect partial write error to quota file in write_blk() and add printk...Jiaying Zhang2010-05-211-3/+3
* quota: Improve checking of quota file headerJan Kara2009-12-231-1/+4
* quota: Fix 64-bit limits setting on 32-bit archsJan Kara2009-12-231-2/+2
* quota: Implement quota format with 64-bit space and inode limitsJan Kara2009-12-101-33/+132
* const: struct quota_format_opsAlexey Dobriyan2009-12-101-1/+1
* quota: Coding style fixesJan Kara2009-03-261-1/+2
* quota: Move quota files into separate directoryJan Kara2009-03-261-0/+236
OpenPOWER on IntegriCloud