aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota
AgeCommit message (Expand)AuthorFilesLines
2020-01-30Merge tag 'for_v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-4/+4
2020-01-21fs/quota: remove unused macroAlex Shi1-2/+0
2019-12-18fs: avoid softlockups in s_inodes iteratorsEric Sandeen1-0/+1
2019-12-16quota: avoid time_t in v1_disk_dqblk definitionArnd Bergmann1-2/+4
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+1
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-6/+1
2019-11-11fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov1-12/+17
2019-11-06Pull series refactoring quota enabling and disabling code.Jan Kara1-126/+115
2019-11-04quota: Handle quotas without quota inodes in dquot_get_state()Jan Kara1-2/+4
2019-11-04quota: Make dquot_disable() work without quota inodesJan Kara1-44/+29
2019-11-04quota: Drop dquot_enable()Jan Kara1-45/+16
2019-11-04quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()Jan Kara1-6/+13
2019-11-04quota: Simplify dquot_resume()Jan Kara1-6/+4
2019-11-04quota: Factor out setup of quota inodeJan Kara1-41/+67
2019-10-31quota: Check that quota is not dirty before releaseDmitry Monakhov1-1/+1
2019-10-31quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov1-4/+5
2019-10-17quota: minor code cleanup for v1_format_opsChengguang Xu1-1/+0
2019-10-08quota: check quota type in early stageChengguang Xu1-4/+3
2019-10-04quota: code cleanup for hash bits calculationChengguang Xu1-5/+1
2019-10-04quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse listChengguang Xu1-2/+0
2019-07-31quota: fix condition for resetting time limit in do_set_dqblk()Chengguang Xu1-2/+2
2019-07-10Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-29/+20
2019-06-25quota: honor quota type in Q_XGETQSTAT[V] callsEric Sandeen1-26/+12
2019-06-19quota: fix a problem about transfer quotayangerkun1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner3-0/+3
2019-05-20quota: add dqi_dirty_list description to comment of Dquot List ManagementChengguang Xu1-3/+8
2019-04-30quota: check time limit when back out space/inode changeChengguang Xu1-8/+6
2019-04-25fs/quota: erase unused but set variable warningJiang Biao1-0/+4
2019-04-25quota: fix wrong indentationChengguang Xu1-3/+4
2019-03-26quota: remove trailing whitespacesSascha Hauer3-7/+7
2019-03-26quota: code cleanup for __dquot_alloc_space()Chengguang Xu1-2/+2
2018-12-18quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls.Javier Barrio1-1/+2
2018-08-22fs/quota: Fix spectre gadget in do_quotactlJeremy Cline1-0/+2
2018-08-22fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTASJeremy Cline1-7/+5
2018-06-20quota: Cleanup list iteration in dqcache_shrink_scan()Jan Kara1-5/+2
2018-06-20quota: reclaim least recently used dquotsGreg Thelen1-2/+2
2018-04-09fs: quota: Replace GFP_ATOMIC with GFP_KERNEL in dquot_initJia-Ju Bai1-1/+1
2018-04-02fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski1-2/+3
2018-04-02fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscallDominik Brodowski2-6/+12
2017-11-29quota: Check for register_shrinker() failure.Tetsuo Handa1-1/+2
2017-11-28quota: propagate error from __dquot_initializeChao Yu1-6/+13
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-3/+10
2017-11-14Merge udf, isofs, quota, ext2 changes for 4.15-rc1.Jan Kara1-3/+10
2017-11-13quota: be aware of error from dquot_initializeChao Yu1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-11-01quota: fix potential infinite loopzhangyi (F)1-2/+9
2017-10-10quota: Generate warnings for DQUOT_SPACE_NOFAIL allocationsJan Kara1-11/+16
2017-09-27quota: Fix quota corruption with generic/232 testJan Kara1-0/+4
2017-09-18quota: add missing lock into __dquot_transfer()Konstantin Khlebnikov1-0/+2
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-270/+350
2017-08-21quota_v2: Delete an error message for a failed memory allocation in v2_read_f...Markus Elfring1-4/+2
2017-08-17quota: Reduce contention on dq_data_lockJan Kara2-121/+174
2017-08-17quota: Inline dquot_[re]claim_reserved_space() into callsiteJan Kara1-25/+16
2017-08-17quota: Inline inode_{incr,decr}_space() into callsitesJan Kara1-27/+28
2017-08-17quota: Inline functions into their callsitesJan Kara1-44/+28
2017-08-17quota: Allow disabling tracking of dirty dquots in a listJan Kara1-0/+6
2017-08-17quota: Remove dq_wait_unused from dquotJan Kara1-10/+7
2017-08-17quota: Move locking into clear_dquot_dirty()Jan Kara1-9/+6
2017-08-17quota: Do not dirty bad dquotsJan Kara1-8/+7
2017-08-17quota: Fix possible corruption of dqi_flagsJan Kara2-3/+10
2017-08-17quota: Propagate ->quota_read errors from v2_read_file_info()Jan Kara1-7/+11
2017-08-17quota: Fix error codes in v2_read_file_info()Jan Kara1-3/+3
2017-08-17quota: Push dqio_sem down to ->read_file_info()Jan Kara3-13/+23
2017-08-17quota: Push dqio_sem down to ->write_file_info()Jan Kara3-10/+7
2017-08-17quota: Push dqio_sem down to ->get_next_id()Jan Kara2-6/+8
2017-08-17quota: Push dqio_sem down to ->release_dqblk()Jan Kara2-3/+10
2017-08-17quota: Remove locking for writing to the old quota formatJan Kara1-3/+0
2017-08-17quota: Do not acquire dqio_sem for dquot overwrites in v2 formatJan Kara1-3/+14
2017-08-17quota: Push dqio_sem down to ->write_dqblk()Jan Kara3-8/+16
2017-08-17quota: Remove locking for reading from the old quota formatJan Kara1-2/+0
2017-08-17quota: Push dqio_sem down to ->read_dqblk()Jan Kara3-6/+14
2017-08-17quota: Protect dquot writeout with dq_lockJan Kara1-14/+14
2017-08-17quota: Acquire dqio_sem for reading in vfs_load_quota_inode()Jan Kara1-3/+3
2017-08-17quota: Acquire dqio_sem for reading in dquot_get_next_id()Jan Kara1-2/+2
2017-08-17quota: Do more fine-grained locking in dquot_acquire()Jan Kara1-3/+6
2017-08-17quota: Convert dqio_mutex to rwsemJan Kara2-15/+15
2017-08-07quota: correct space limit checkzhangyi (F)1-6/+15
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-06-22quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan1-4/+12
2017-05-24ext4: fix quota charging for shared xattr blocksTahsin Erdogan1-0/+16
2017-04-19quota: Remove dquot_quotactl_opsJan Kara1-12/+0
2017-04-19quota: Stop setting IMMUTABLE and NOATIME flags on quota filesJan Kara1-14/+5
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-97/+61
2016-12-19quota: Fix bogus warning in dquot_disable()Jan Kara1-2/+2
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2016-12-05quota: constify struct path in quota_onAl Viro2-3/+3
2016-11-30quota: Remove dqonoff_mutexJan Kara1-57/+23
2016-11-30quota: Remove dqonoff_mutex from dquot_scan_active()Jan Kara1-2/+2
2016-11-24quota: Use s_umount protection for quota operationsJan Kara2-34/+11
2016-11-24quota: Hold s_umount in exclusive mode when enabling / disabling quotasJan Kara2-3/+24
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-0/+1
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-7/+0
2016-08-15quota: fill in Q_XGETQSTAT inode information for inactive quotasEric Sandeen1-6/+12
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-7/+15
2016-07-05dquot: For now explicitly don't support filesystems outside of init_user_nsEric W. Biederman1-0/+5
2016-07-05quota: Handle quota data stored in s_user_ns in quota_setxquotaEric W. Biederman1-1/+1
2016-07-05quota: Ensure qids map to the filesystemEric W. Biederman2-6/+9
2016-06-19quota: use time64_t internallyArnd Bergmann1-8/+8
2016-04-26fs/quota: use nla_put_u64_64bit()Nicolas Dichtel1-5/+7
2016-03-29quota: Handle Q_GETNEXTQUOTA when quota is disabledJan Kara1-2/+11
2016-03-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-7/+130
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+64
2016-03-14quota: use lookup_one_len_unlocked()Al Viro1-3/+1
2016-03-03quota: Fix possible GPF due to uninitialised pointersNikolay Borisov1-2/+1
2016-02-18quota: Forbid Q_GETQUOTA and Q_GETNEXTQUOTA for frozen filesystemJan Kara1-2/+5
2016-02-18quota: Fix possible races during quota loadingJan Kara1-0/+12
2016-02-09quota_v2: Implement get_next_id() for V2 quota formatJan Kara2-2/+71
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara1-0/+39
2016-02-09quota: Allow Q_GETQUOTA for frozen filesystemJan Kara1-0/+1
2016-02-09quota: Fixup comments about return value of Q_[X]GETNEXTQUOTAEric Sandeen1-2/+2
2016-02-08quota: add new quotactl Q_GETNEXTQUOTAEric Sandeen1-0/+31
2016-02-08quota: add new quotactl Q_XGETNEXTQUOTAEric Sandeen1-0/+31
2016-02-08quota: remove unused cmd argument from quota_quotaon()Eric Sandeen1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-10/+10
2016-01-04quota: constify qtree_fmt_operations structuresJulia Lawall1-2/+2
2015-12-14fs: make quota/dquot.c explicitly non-modularPaul Gortmaker1-1/+1
2015-12-14fs: make quota/netlink.c explicitly non-modularPaul Gortmaker1-4/+1
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+8
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner1-8/+8
2015-08-11quota: remove an unneeded conditionDan Carpenter1-2/+2
2015-07-23quota: Propagate error from ->acquire_dquot()Jan Kara1-25/+63
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+5
2015-04-15VFS: fs library helpers: d_inode() annotationsDavid Howells1-5/+5
2015-03-18vfs: Add general support to enforce project quota limitsLi Xi2-5/+21
2015-03-16Merge branch 'quota_interface' into for_next_testingJan Kara2-34/+251
2015-03-04quota: Fix maximum quota limit settingsJan Kara1-4/+8
2015-03-04quota: paranoia: check quota tree rootKonstantin Khlebnikov1-0/+7
2015-03-04quota: optimize i_dquot accessKonstantin Khlebnikov1-24/+39
2015-03-04quota: Hook up Q_XSETQLIM for id 0 to ->set_infoJan Kara1-0/+39
2015-03-04quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara2-12/+36
2015-03-04quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara1-10/+4
2015-03-04quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_stateJan Kara1-4/+134
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara2-18/+48
2015-02-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-28/+151
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2015-01-30quota: Store maximum space limit in bytesJan Kara3-21/+11
2015-01-30quota: Remove quota_on_meta callbackJan Kara1-4/+1
2015-01-30quota: Add ->quota_{enable,disable} callbacks for VFS quotasJan Kara1-0/+91
2015-01-30quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}Jan Kara1-4/+27
2015-01-30quota: Split ->set_xstate callback into twoJan Kara1-4/+16
2015-01-30Merge branch 'for_linus' into for_nextJan Kara2-69/+176
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara2-69/+176
2015-01-21quota: Verify flags passed to Q_SETINFOJan Kara1-0/+8
2015-01-21quota: Cleanup flags definitionsJan Kara1-1/+1
2015-01-21quota: Don't store flags for v2 quota formatJan Kara1-2/+4
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar1-0/+1
2014-11-10vfs: Remove i_dquot field from inodeJan Kara1-3/+0
2014-11-10quota: Use function to provide i_dquot pointersJan Kara1-23/+31
2014-11-10quota: Allow each filesystem to specify which quota types it supportsJan Kara1-2/+11
2014-11-10quota: Remove const from function declarationsJan Kara1-2/+2
2014-11-04quota: Add log level to printkAnton Blanchard1-2/+2
2014-10-22quota: Properly return errors from dquot_writeback_dquots()Jan Kara1-1/+1
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-1/+1
2014-07-15fs/quota: kernel-doc warning fixesFabian Frederick2-3/+2
2014-07-15quota: remove dqptr_semNiu Yawei1-65/+49
2014-07-15quota: simplify remove_inode_dquot_ref()Niu Yawei1-32/+19
2014-07-15quota: avoid unnecessary dqget()/dqput() callsNiu Yawei1-1/+14
2014-07-15quota: protect Q_GETFMT by dqonoff_mutexNiu Yawei1-3/+3
2014-07-15quota: missing lock in dqcache_shrink_scan()Niu Yawei1-0/+2
2014-05-05xfs: fix Q_XQUOTARM ioctlEric Sandeen1-1/+13
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-3/+4
2014-04-03quota: provide function to grab quota structure referenceJan Kara1-2/+2
2014-03-04fs/quota/Kconfig: Update filesystemsFabian Frederick1-3/+4
2014-02-20quota: Fix race between dqput() and dquot_scan_active()Jan Kara1-3/+11
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-8/+7
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-1/+1
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg1-2/+15
2013-11-04quota: info leak in quota_getquota()Dan Carpenter1-0/+1
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner1-18/+11
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa1-3/+2
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+29
2013-08-20quota: Add a new quotactl command Q_XGETQSTATVChandra Seetharaman1-0/+29
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara1-0/+46
2013-07-04quota: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2013-03-11quota: add missing use of dq_data_lock in __dquot_initializeJeff Mahoney1-1/+4
2012-12-13quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_B...Lee Jones1-0/+4
2012-10-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+2
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-09quota: Silence warning about PRJQUOTA not being handled in need_print_warning()Jan Kara1-0/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds8-93/+253
2012-09-18userns: Convert quotaEric W. Biederman1-15/+14
2012-09-18userns: Convert struct dquot_warnEric W. Biederman1-9/+7
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman4-56/+67
2012-09-18userns: Modify dqget to take struct kqidEric W. Biederman1-9/+11
2012-09-18userns: Convert quota netlink aka quota_send_warningEric W. Biederman2-5/+7
2012-09-18userns: Convert qutoactlEric W. Biederman2-10/+26
2012-09-18userns: Implement struct kqidEric W. Biederman2-1/+133
2012-08-15quota: Move down dqptr_sem read after initializing default warn[] type at __d...Jeff Liu1-1/+1
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-2/+2
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara2-5/+23
2012-07-09quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uac...Jeff Liu2-2/+2
2012-05-15quota: Get rid of nested I_MUTEX_QUOTA locking subclassJan Kara1-8/+6
2012-05-15quota: Use precomputed value of sb_dqopt in dquot_quota_syncJan Kara1-6/+6
2012-05-15quota: Fix double lock in add_dquot_ref() with CONFIG_QUOTA_DEBUGJan Kara1-4/+4
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-76/+113
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-2/+1