aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/quota_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-27quota: Fix quota corruption with generic/232 testJan Kara1-0/+4
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-18/+77
2017-08-21quota_v2: Delete an error message for a failed memory allocation in v2_read_file_info()Markus Elfring1-4/+2
2017-08-17quota: Propagate ->quota_read errors from v2_read_file_info()Jan Kara1-7/+11
2017-08-17quota: Fix error codes in v2_read_file_info()Jan Kara1-3/+3
2017-08-17quota: Push dqio_sem down to ->read_file_info()Jan Kara1-8/+20
2017-08-17quota: Push dqio_sem down to ->write_file_info()Jan Kara1-1/+4
2017-08-17quota: Push dqio_sem down to ->get_next_id()Jan Kara1-1/+7
2017-08-17quota: Push dqio_sem down to ->release_dqblk()Jan Kara1-1/+8
2017-08-17quota: Do not acquire dqio_sem for dquot overwrites in v2 formatJan Kara1-3/+14
2017-08-17quota: Push dqio_sem down to ->write_dqblk()Jan Kara1-1/+9
2017-08-17quota: Push dqio_sem down to ->read_dqblk()Jan Kara1-1/+9
2016-02-09quota_v2: Implement get_next_id() for V2 quota formatJan Kara1-0/+6
2016-01-04quota: constify qtree_fmt_operations structuresJulia Lawall1-2/+2
2015-03-04quota: Fix maximum quota limit settingsJan Kara1-4/+8
2015-01-30quota: Store maximum space limit in bytesJan Kara1-5/+5
2015-01-21quota: Don't store flags for v2 quota formatJan Kara1-2/+4
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman1-11/+15
2011-02-24quota: return -ENOMEM when memory allocation failsDavidlohr Bueso1-1/+1
2010-07-21quota: Change quota error message to print out disk and function nameJiaying Zhang1-7/+4
2010-05-21dquot: Detect partial write error to quota file in write_blk() and add printk_ratelimit for quota error messagesJiaying Zhang1-3/+3
2009-12-23quota: Improve checking of quota file headerJan Kara1-1/+4
2009-12-23quota: Fix 64-bit limits setting on 32-bit archsJan Kara1-2/+2
2009-12-10quota: Implement quota format with 64-bit space and inode limitsJan Kara1-33/+132
2009-12-10const: struct quota_format_opsAlexey Dobriyan1-1/+1
2009-03-26quota: Coding style fixesJan Kara1-1/+2
2009-03-26quota: Move quota files into separate directoryJan Kara1-0/+236