summaryrefslogtreecommitdiffstats
path: root/fs/quota/dquot.c
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: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong2022-02-231-3/+8
* 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: 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
* 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-021-0/+1
|/ /
* / quota: Generate warnings for DQUOT_SPACE_NOFAIL allocationsJan Kara2017-10-101-11/+16
|/
* quota: add missing lock into __dquot_transfer()Konstantin Khlebnikov2017-09-181-0/+2
* Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-071-245/+259
|\
| * quota: Reduce contention on dq_data_lockJan Kara2017-08-171-117/+170
| * quota: Inline dquot_[re]claim_reserved_space() into callsiteJan Kara2017-08-171-25/+16
| * quota: Inline inode_{incr,decr}_space() into callsitesJan Kara2017-08-171-27/+28
| * quota: Inline functions into their callsitesJan Kara2017-08-171-44/+28
| * quota: Allow disabling tracking of dirty dquots in a listJan Kara2017-08-171-0/+6
| * quota: Remove dq_wait_unused from dquotJan Kara2017-08-171-10/+7
| * quota: Move locking into clear_dquot_dirty()Jan Kara2017-08-171-9/+6
| * quota: Do not dirty bad dquotsJan Kara2017-08-171-8/+7
| * quota: Fix possible corruption of dqi_flagsJan Kara2017-08-171-2/+7
| * quota: Push dqio_sem down to ->read_file_info()Jan Kara2017-08-171-5/+1
| * quota: Push dqio_sem down to ->write_file_info()Jan Kara2017-08-171-9/+1
| * quota: Push dqio_sem down to ->get_next_id()Jan Kara2017-08-171-5/+1