index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
quota
/
quota_v2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-05
quota: Fix memory leak when handling corrupted quota file
Jan Kara
1
-3
/
+8
2020-11-03
quota: Sanity-check quota file headers on load
Jan Kara
1
-0
/
+19
2020-09-25
quota: clear padding in v2r1_mem2diskdqb()
Eric Dumazet
1
-0
/
+1
2020-01-21
fs/quota: remove unused macro
Alex Shi
1
-2
/
+0
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-03-26
quota: remove trailing whitespaces
Sascha Hauer
1
-1
/
+1
2017-09-27
quota: Fix quota corruption with generic/232 test
Jan Kara
1
-0
/
+4
2017-09-08
Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-18
/
+77
2017-08-21
quota_v2: Delete an error message for a failed memory allocation in v2_read_f...
Markus Elfring
1
-4
/
+2
2017-08-17
quota: Propagate ->quota_read errors from v2_read_file_info()
Jan Kara
1
-7
/
+11
2017-08-17
quota: Fix error codes in v2_read_file_info()
Jan Kara
1
-3
/
+3
2017-08-17
quota: Push dqio_sem down to ->read_file_info()
Jan Kara
1
-8
/
+20
2017-08-17
quota: Push dqio_sem down to ->write_file_info()
Jan Kara
1
-1
/
+4
2017-08-17
quota: Push dqio_sem down to ->get_next_id()
Jan Kara
1
-1
/
+7
2017-08-17
quota: Push dqio_sem down to ->release_dqblk()
Jan Kara
1
-1
/
+8
2017-08-17
quota: Do not acquire dqio_sem for dquot overwrites in v2 format
Jan Kara
1
-3
/
+14
2017-08-17
quota: Push dqio_sem down to ->write_dqblk()
Jan Kara
1
-1
/
+9
2017-08-17
quota: Push dqio_sem down to ->read_dqblk()
Jan Kara
1
-1
/
+9
2016-02-09
quota_v2: Implement get_next_id() for V2 quota format
Jan Kara
1
-0
/
+6
2016-01-04
quota: constify qtree_fmt_operations structures
Julia Lawall
1
-2
/
+2
2015-03-04
quota: Fix maximum quota limit settings
Jan Kara
1
-4
/
+8
2015-01-30
quota: Store maximum space limit in bytes
Jan Kara
1
-5
/
+5
2015-01-21
quota: Don't store flags for v2 quota format
Jan Kara
1
-2
/
+4
2012-09-18
userns: Convert struct dquot dq_id to be a struct kqid
Eric W. Biederman
1
-11
/
+15
2011-02-24
quota: return -ENOMEM when memory allocation fails
Davidlohr Bueso
1
-1
/
+1
2010-07-21
quota: Change quota error message to print out disk and function name
Jiaying Zhang
1
-7
/
+4
2010-05-21
dquot: Detect partial write error to quota file in write_blk() and add printk...
Jiaying Zhang
1
-3
/
+3
2009-12-23
quota: Improve checking of quota file header
Jan Kara
1
-1
/
+4
2009-12-23
quota: Fix 64-bit limits setting on 32-bit archs
Jan Kara
1
-2
/
+2
2009-12-10
quota: Implement quota format with 64-bit space and inode limits
Jan Kara
1
-33
/
+132
2009-12-10
const: struct quota_format_ops
Alexey Dobriyan
1
-1
/
+1
2009-03-26
quota: Coding style fixes
Jan Kara
1
-1
/
+2
2009-03-26
quota: Move quota files into separate directory
Jan Kara
1
-0
/
+236