aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/quota_tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29quota: Add more checking after reading from quota fileZhihao Cheng1-2/+17
2022-09-29quota: Replace all block number checking with helper functionZhihao Cheng1-10/+6
2022-09-29quota: Check next/prev free block number after reading from quota fileZhihao Cheng1-0/+38
2021-10-11quota: correct error number in free_dqentry()Zhang Yi1-0/+1
2021-10-11quota: check block number when reading the block in quota fileZhang Yi1-0/+14
2021-06-22quota: remove unnecessary oom messageZhen Lei1-21/+12
2020-11-03quota: Don't overflow quota file offsetsJan Kara1-4/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2017-08-17quota: Reduce contention on dq_data_lockJan Kara1-4/+4
2017-08-17quota: Convert dqio_mutex to rwsemJan Kara1-1/+1
2016-02-09quota_v2: Implement get_next_id() for V2 quota formatJan Kara1-2/+65
2015-03-04quota: paranoia: check quota tree rootKonstantin Khlebnikov1-0/+7
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman1-9/+13
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix falloutJoe Perches1-4/+5
2010-07-21quota: Change quota error message to print out disk and function nameJiaying Zhang1-43/+42
2010-05-21dquot: Detect partial write error to quota file in write_blk() and add printk_ratelimit for quota error messagesJiaying Zhang1-19/+27
2010-05-21quota: Make quota stat accounting lockless.Dmitry Monakhov1-2/+2
2009-03-26quota: Coding style fixesJan Kara1-15/+27
2009-03-26quota: Remove superfluous inlinesJan Kara1-3/+3
2009-03-26quota: Remove dqbuf_t and other cleanupsJan Kara1-55/+49
2009-03-26quota: Move quota files into separate directoryJan Kara1-0/+645