index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
quota
/
quota_v2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
quota: fixup *_write_file_info() to return proper error code
Yangtao Li
2023-03-20
1
-1
/
+1
*
quota: Fix memory leak when handling corrupted quota file
Jan Kara
2021-01-05
1
-3
/
+8
*
quota: Sanity-check quota file headers on load
Jan Kara
2020-11-03
1
-0
/
+19
*
quota: clear padding in v2r1_mem2diskdqb()
Eric Dumazet
2020-09-25
1
-0
/
+1
*
fs/quota: remove unused macro
Alex Shi
2020-01-21
1
-2
/
+0
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
quota: remove trailing whitespaces
Sascha Hauer
2019-03-26
1
-1
/
+1
*
quota: Fix quota corruption with generic/232 test
Jan Kara
2017-09-27
1
-0
/
+4
*
Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-09-07
1
-18
/
+77
|
\
|
*
quota: Propagate ->quota_read errors from v2_read_file_info()
Jan Kara
2017-08-17
1
-7
/
+11
|
*
quota: Fix error codes in v2_read_file_info()
Jan Kara
2017-08-17
1
-3
/
+3
|
*
quota: Push dqio_sem down to ->read_file_info()
Jan Kara
2017-08-17
1
-8
/
+20
|
*
quota: Push dqio_sem down to ->write_file_info()
Jan Kara
2017-08-17
1
-1
/
+4
|
*
quota: Push dqio_sem down to ->get_next_id()
Jan Kara
2017-08-17
1
-1
/
+7
|
*
quota: Push dqio_sem down to ->release_dqblk()
Jan Kara
2017-08-17
1
-1
/
+8
|
*
quota: Do not acquire dqio_sem for dquot overwrites in v2 format
Jan Kara
2017-08-17
1
-3
/
+14
|
*
quota: Push dqio_sem down to ->write_dqblk()
Jan Kara
2017-08-17
1
-1
/
+9
|
*
quota: Push dqio_sem down to ->read_dqblk()
Jan Kara
2017-08-17
1
-1
/
+9
*
|
quota_v2: Delete an error message for a failed memory allocation in v2_read_f...
Markus Elfring
2017-08-21
1
-4
/
+2
|
/
*
quota_v2: Implement get_next_id() for V2 quota format
Jan Kara
2016-02-09
1
-0
/
+6
*
quota: constify qtree_fmt_operations structures
Julia Lawall
2016-01-04
1
-2
/
+2
*
quota: Fix maximum quota limit settings
Jan Kara
2015-03-04
1
-4
/
+8
*
quota: Store maximum space limit in bytes
Jan Kara
2015-01-30
1
-5
/
+5
*
quota: Don't store flags for v2 quota format
Jan Kara
2015-01-21
1
-2
/
+4
*
userns: Convert struct dquot dq_id to be a struct kqid
Eric W. Biederman
2012-09-18
1
-11
/
+15
*
quota: return -ENOMEM when memory allocation fails
Davidlohr Bueso
2011-02-24
1
-1
/
+1
*
quota: Change quota error message to print out disk and function name
Jiaying Zhang
2010-07-21
1
-7
/
+4
*
dquot: Detect partial write error to quota file in write_blk() and add printk...
Jiaying Zhang
2010-05-21
1
-3
/
+3
*
quota: Improve checking of quota file header
Jan Kara
2009-12-23
1
-1
/
+4
*
quota: Fix 64-bit limits setting on 32-bit archs
Jan Kara
2009-12-23
1
-2
/
+2
*
quota: Implement quota format with 64-bit space and inode limits
Jan Kara
2009-12-10
1
-33
/
+132
*
const: struct quota_format_ops
Alexey Dobriyan
2009-12-10
1
-1
/
+1
*
quota: Coding style fixes
Jan Kara
2009-03-26
1
-1
/
+2
*
quota: Move quota files into separate directory
Jan Kara
2009-03-26
1
-0
/
+236