summaryrefslogtreecommitdiffstats
path: root/fs/quota
Commit message (Expand)AuthorAgeFilesLines
* quota: Fix rcu annotations of inode dquot pointersJan Kara2024-03-261-27/+39
* quota: Fix potential NULL pointer dereferenceWang Jianjian2024-03-261-41/+57
* quota: simplify drop_dquot_ref()Baokun Li2024-03-261-61/+9
* quota: check time limit when back out space/inode changeChengguang Xu2024-03-261-8/+6
* fs/quota: erase unused but set variable warningJiang Biao2024-03-261-0/+4
* quota: code cleanup for __dquot_alloc_space()Chengguang Xu2024-03-261-2/+2
* quota: explicitly forbid quota files from being encryptedEric Biggers2023-11-281-0/+14
* quota: Fix slow quotaoffJan Kara2023-10-251-27/+39
* quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li2023-09-231-18/+78
* quota: add new helper dquot_active()Baokun Li2023-09-231-9/+14
* quota: rename dquot_active() to inode_quota_active()Baokun Li2023-09-231-10/+10
* quota: factor out dquot_write_dquot()Baokun Li2023-09-231-23/+16
* quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse listChengguang Xu2023-09-231-2/+0
* quota: add dqi_dirty_list description to comment of Dquot List ManagementChengguang Xu2023-09-231-3/+8
* new helper: lookup_positive_unlocked()Al Viro2023-09-231-7/+1
* quota: fix warning in dqgrab()Ye Bin2023-08-301-1/+1
* quota: Properly disable quotas when add_dquot_ref() failsJan Kara2023-08-301-1/+2
* ext4: fix bug_on in __es_tree_search caused by bad quota inodeBaokun Li2023-01-181-0/+2
* quota: Factor out setup of quota inodeJan Kara2023-01-181-41/+67
* quota: Check next/prev free block number after reading from quota fileZhihao Cheng2022-10-261-0/+38
* quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong2022-02-231-3/+8
* quota: correct error number in free_dqentry()Zhang Yi2021-11-261-0/+1
* quota: check block number when reading the block in quota fileZhang Yi2021-11-261-0/+14
* quota: Fix memory leak when handling corrupted quota fileJan Kara2021-03-041-3/+8
* quota: Don't overflow quota file offsetsJan Kara2021-01-061-4/+4
* quota: Sanity-check quota file headers on loadJan Kara2020-12-301-0/+19
* quota: clear padding in v2r1_mem2diskdqb()Eric Dumazet2020-10-291-0/+1
* fs: avoid softlockups in s_inodes iteratorsEric Sandeen2020-01-121-0/+1
* fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov2020-01-041-12/+17
* quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov2019-12-171-4/+5
* quota: Check that quota is not dirty before releaseDmitry Monakhov2019-12-171-1/+1
* quota: fix a problem about transfer quotayangerkun2019-07-141-2/+2
* quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls.Javier Barrio2019-01-261-1/+2
* fs/quota: Fix spectre gadget in do_quotactlJeremy Cline2018-08-221-0/+2
* fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTASJeremy Cline2018-08-221-7/+5
* quota: Cleanup list iteration in dqcache_shrink_scan()Jan Kara2018-06-201-5/+2
* quota: reclaim least recently used dquotsGreg Thelen2018-06-201-2/+2
* fs: quota: Replace GFP_ATOMIC with GFP_KERNEL in dquot_initJia-Ju Bai2018-04-091-1/+1
* fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski2018-04-021-2/+3
* fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscallDominik Brodowski2018-04-022-6/+12
* quota: Check for register_shrinker() failure.Tetsuo Handa2017-11-291-1/+2
* quota: propagate error from __dquot_initializeChao Yu2017-11-281-6/+13
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-141-3/+10
|\
| * Merge udf, isofs, quota, ext2 changes for 4.15-rc1.Jan Kara2017-11-141-3/+10
| |\
| | * quota: be aware of error from dquot_initializeChao Yu2017-11-131-1/+1
| | * quota: fix potential infinite loopzhangyi (F)2017-11-011-2/+9
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
|/ /
* / quota: Generate warnings for DQUOT_SPACE_NOFAIL allocationsJan Kara2017-10-101-11/+16
|/
* quota: Fix quota corruption with generic/232 testJan Kara2017-09-271-0/+4
* quota: add missing lock into __dquot_transfer()Konstantin Khlebnikov2017-09-181-0/+2