summaryrefslogtreecommitdiffstats
path: root/fs/quota/quota_v2.c
Commit message (Expand)AuthorAgeFilesLines
* quota: Detect loops in quota treeJan Kara2024-02-121-6/+9
* quota: Drop GFP_NOFS instances under dquot->dq_lock and dqio_semJan Kara2024-01-231-1/+1
* quota: Set nofs allocation context when acquiring dqio_semJan Kara2024-01-231-0/+18
* quota: fixup *_write_file_info() to return proper error codeYangtao Li2023-03-201-1/+1
* quota: Fix memory leak when handling corrupted quota fileJan Kara2021-01-051-3/+8
* quota: Sanity-check quota file headers on loadJan Kara2020-11-031-0/+19
* quota: clear padding in v2r1_mem2diskdqb()Eric Dumazet2020-09-251-0/+1
* fs/quota: remove unused macroAlex Shi2020-01-211-2/+0
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* quota: remove trailing whitespacesSascha Hauer2019-03-261-1/+1
* 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