aboutsummaryrefslogtreecommitdiff
path: root/fs/quota/dquot.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 1-1/+1
2022-06-26attr: port attribute changes to new typesGravatar Christian Brauner 1-4/+10
2022-06-26quota: port quota helpers mount idsGravatar Christian Brauner 1-1/+2
2022-06-26fs: port to iattr ownership update helpersGravatar Christian Brauner 1-2/+2
2022-06-06quota: Prevent memory allocation recursion while holding dq_lockGravatar Matthew Wilcox (Oracle) 1-0/+10
2022-01-30quota: make dquot_quota_sync return errors from ->sync_fsGravatar Darrick J. Wong 1-3/+8
2021-05-10quota: Use 'hlist_for_each_entry' to simplify codeGravatar Christophe JAILLET 1-4/+2
2020-12-09fs: quota: fix array-index-out-of-bounds bug by passing correct argument to v...Gravatar Anant Thazhemadam 1-1/+1
2020-06-24block: move block-related definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-1/+1
2019-12-18fs: avoid softlockups in s_inodes iteratorsGravatar Eric Sandeen 1-0/+1
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-7/+1
2019-11-15new helper: lookup_positive_unlocked()Gravatar Al Viro 1-6/+1
2019-11-11fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longGravatar Konstantin Khlebnikov 1-12/+17
2019-11-06Pull series refactoring quota enabling and disabling code.Gravatar Jan Kara 1-126/+115
2019-11-04quota: Handle quotas without quota inodes in dquot_get_state()Gravatar Jan Kara 1-2/+4
2019-11-04quota: Make dquot_disable() work without quota inodesGravatar Jan Kara 1-44/+29
2019-11-04quota: Drop dquot_enable()Gravatar Jan Kara 1-45/+16
2019-11-04quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()Gravatar Jan Kara 1-6/+13
2019-11-04quota: Simplify dquot_resume()Gravatar Jan Kara 1-6/+4
2019-11-04quota: Factor out setup of quota inodeGravatar Jan Kara 1-41/+67
2019-10-31quota: Check that quota is not dirty before releaseGravatar Dmitry Monakhov 1-1/+1
2019-10-31quota: fix livelock in dquot_writeback_dquotsGravatar Dmitry Monakhov 1-4/+5
2019-10-04quota: code cleanup for hash bits calculationGravatar Chengguang Xu 1-5/+1
2019-10-04quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse listGravatar Chengguang Xu 1-2/+0
2019-07-31quota: fix condition for resetting time limit in do_set_dqblk()Gravatar Chengguang Xu 1-2/+2
2019-07-10Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-3/+8
2019-06-19quota: fix a problem about transfer quotaGravatar yangerkun 1-2/+2
2019-05-20quota: add dqi_dirty_list description to comment of Dquot List ManagementGravatar Chengguang Xu 1-3/+8
2019-04-30quota: check time limit when back out space/inode changeGravatar Chengguang Xu 1-8/+6
2019-04-25fs/quota: erase unused but set variable warningGravatar Jiang Biao 1-0/+4
2019-04-25quota: fix wrong indentationGravatar Chengguang Xu 1-3/+4
2019-03-26quota: remove trailing whitespacesGravatar Sascha Hauer 1-5/+5
2019-03-26quota: code cleanup for __dquot_alloc_space()Gravatar Chengguang Xu 1-2/+2
2018-06-20quota: Cleanup list iteration in dqcache_shrink_scan()Gravatar Jan Kara 1-5/+2
2018-06-20quota: reclaim least recently used dquotsGravatar Greg Thelen 1-2/+2
2018-04-09fs: quota: Replace GFP_ATOMIC with GFP_KERNEL in dquot_initGravatar Jia-Ju Bai 1-1/+1
2017-11-29quota: Check for register_shrinker() failure.Gravatar Tetsuo Handa 1-1/+2
2017-11-28quota: propagate error from __dquot_initializeGravatar Chao Yu 1-6/+13
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-3/+10
2017-11-14Merge udf, isofs, quota, ext2 changes for 4.15-rc1.Gravatar Jan Kara 1-3/+10
2017-11-13quota: be aware of error from dquot_initializeGravatar Chao Yu 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-01quota: fix potential infinite loopGravatar zhangyi (F) 1-2/+9
2017-10-10quota: Generate warnings for DQUOT_SPACE_NOFAIL allocationsGravatar Jan Kara 1-11/+16
2017-09-18quota: add missing lock into __dquot_transfer()Gravatar Konstantin Khlebnikov 1-0/+2
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-245/+259
2017-08-17quota: Reduce contention on dq_data_lockGravatar Jan Kara 1-117/+170
2017-08-17quota: Inline dquot_[re]claim_reserved_space() into callsiteGravatar Jan Kara 1-25/+16