summaryrefslogtreecommitdiffstats
path: root/fs/quota
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2020-01-302-4/+4
|\
| * fs/quota: remove unused macroAlex Shi2020-01-211-2/+0
| * quota: avoid time_t in v1_disk_dqblk definitionArnd Bergmann2019-12-161-2/+4
* | fs: avoid softlockups in s_inodes iteratorsEric Sandeen2019-12-181-0/+1
|/
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-12-061-7/+1
|\
| * new helper: lookup_positive_unlocked()Al Viro2019-11-151-6/+1
* | fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov2019-11-111-12/+17
* | Pull series refactoring quota enabling and disabling code.Jan Kara2019-11-061-126/+115
|\ \
| * | quota: Handle quotas without quota inodes in dquot_get_state()Jan Kara2019-11-041-2/+4
| * | quota: Make dquot_disable() work without quota inodesJan Kara2019-11-041-44/+29
| * | quota: Drop dquot_enable()Jan Kara2019-11-041-45/+16
| * | quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()Jan Kara2019-11-041-6/+13
| * | quota: Simplify dquot_resume()Jan Kara2019-11-041-6/+4
| * | quota: Factor out setup of quota inodeJan Kara2019-11-041-41/+67
| |/
* | quota: Check that quota is not dirty before releaseDmitry Monakhov2019-10-311-1/+1
* | quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov2019-10-311-4/+5
* | quota: minor code cleanup for v1_format_opsChengguang Xu2019-10-171-1/+0
* | quota: check quota type in early stageChengguang Xu2019-10-081-4/+3
* | quota: code cleanup for hash bits calculationChengguang Xu2019-10-041-5/+1
* | quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse listChengguang Xu2019-10-041-2/+0
|/
* quota: fix condition for resetting time limit in do_set_dqblk()Chengguang Xu2019-07-311-2/+2
* Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-07-102-29/+20
|\
| * quota: honor quota type in Q_XGETQSTAT[V] callsEric Sandeen2019-06-251-26/+12
| * quota: add dqi_dirty_list description to comment of Dquot List ManagementChengguang Xu2019-05-201-3/+8
* | quota: fix a problem about transfer quotayangerkun2019-06-191-2/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-213-0/+3
|/
* quota: check time limit when back out space/inode changeChengguang Xu2019-04-301-8/+6
* fs/quota: erase unused but set variable warningJiang Biao2019-04-251-0/+4
* quota: fix wrong indentationChengguang Xu2019-04-251-3/+4
* quota: remove trailing whitespacesSascha Hauer2019-03-263-7/+7
* quota: code cleanup for __dquot_alloc_space()Chengguang Xu2019-03-261-2/+2
* quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls.Javier Barrio2018-12-181-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