aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota
AgeCommit message (Expand)AuthorFilesLines
2024-03-05quota: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-12quota: Detect loops in quota treeJan Kara2-38/+105
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara1-2/+1
2024-02-08quota: Fix rcu annotations of inode dquot pointersJan Kara1-27/+39
2024-02-05quota: Fix potential NULL pointer dereferenceWang Jianjian1-41/+57
2024-01-23quota: Drop GFP_NOFS instances under dquot->dq_lock and dqio_semJan Kara2-13/+13
2024-01-23quota: Set nofs allocation context when acquiring dqio_semJan Kara2-0/+24
2024-01-22quota: Remove BUG_ON from dqget()Jan Kara1-3/+2
2024-01-22quota: Remove BUG_ON in dquot_load_quota_sb()Jan Kara1-1/+2
2024-01-22quota: Replace BUG_ON in dqput()Jan Kara1-4/+1
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-12-11quota: convert dquot_claim_space_nodirty() to return voidChao Yu1-3/+3
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+9
2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+14
2023-10-06quota: Fix slow quotaoffJan Kara1-27/+39
2023-10-04quota: dynamically allocate the dquota-cache shrinkerQi Zheng1-8/+9
2023-09-05quota: explicitly forbid quota files from being encryptedEric Biggers1-0/+14
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-122/+127
2023-08-09quota: Check presence of quota operation structures instead of ->quota_read a...Jan Kara1-1/+1
2023-08-03quota: use lockdep_assert_held_write in dquot_load_quota_sbChristoph Hellwig1-3/+2
2023-07-03quota: simplify drop_dquot_ref()Baokun Li1-61/+9
2023-07-03quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li1-18/+78
2023-07-03quota: add new helper dquot_active()Baokun Li1-9/+14
2023-07-03quota: rename dquot_active() to inode_quota_active()Baokun Li1-10/+10
2023-07-03quota: factor out dquot_write_dquot()Baokun Li1-23/+16
2023-06-05quota: fix warning in dqgrab()Ye Bin1-1/+1
2023-06-05quota: Properly disable quotas when add_dquot_ref() failsJan Kara1-1/+2
2023-05-30fs: Drop wait_unfrozen wait queueJan Kara1-2/+3
2023-04-14quota: mark PRINT_QUOTA_WARNING as BROKENYangtao Li1-1/+1
2023-04-13quota: update Kconfig commentYangtao Li1-1/+1
2023-03-29quota: Use register_sysctl_init() for registering fs_dqstats_tableJan Kara1-1/+1
2023-03-20quota: make dquot_set_dqinfo return errors from ->write_infoYangtao Li1-3/+1
2023-03-20quota: fixup *_write_file_info() to return proper error codeYangtao Li2-2/+2
2023-03-13quota: simplify two-level sysctl registration for fs_dqstats_tableLuis Chamberlain1-19/+1
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-02-02fs/quota: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner1-3/+2
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner1-2/+2
2023-01-19quota: port to mnt_idmapChristian Brauner1-1/+2
2022-12-08ext4: fix bug_on in __es_tree_search caused by bad quota inodeBaokun Li1-0/+2
2022-09-29quota: Add more checking after reading from quota fileZhihao Cheng1-2/+17
2022-09-29quota: Replace all block number checking with helper functionZhihao Cheng1-10/+6
2022-09-29quota: Check next/prev free block number after reading from quota fileZhihao Cheng1-0/+38
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-26attr: port attribute changes to new typesChristian Brauner1-4/+10
2022-06-26quota: port quota helpers mount idsChristian Brauner1-1/+2
2022-06-26fs: port to iattr ownership update helpersChristian Brauner1-2/+2
2022-06-06quota: Prevent memory allocation recursion while holding dq_lockMatthew Wilcox (Oracle)1-0/+10
2022-01-30quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong1-3/+8
2021-11-06Merge tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+15
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig1-0/+1
2021-10-11quota: correct error number in free_dqentry()Zhang Yi1-0/+1
2021-10-11quota: check block number when reading the block in quota fileZhang Yi1-0/+14
2021-06-22quota: remove unnecessary oom messageZhen Lei1-21/+12
2021-06-07quota: Change quotactl_path() systcall to an fd-based oneJan Kara1-15/+13
2021-05-10quota: Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET1-4/+2
2021-03-18quota: report warning limits for realtime space quotasDarrick J. Wong1-0/+1
2021-03-16quota: Add mountpath based quota supportSascha Hauer1-3/+46
2021-01-05quota: Fix memory leak when handling corrupted quota fileJan Kara1-3/+8
2020-12-17Merge tag 'for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds3-5/+24
2020-12-09fs: quota: fix array-index-out-of-bounds bug by passing correct argument to v...Anant Thazhemadam1-1/+1
2020-12-01block: remove i_bdevChristoph Hellwig1-10/+9
2020-12-01fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig1-7/+24
2020-11-03quota: Sanity-check quota file headers on loadJan Kara1-0/+19
2020-11-03quota: Don't overflow quota file offsetsJan Kara1-4/+4
2020-10-15Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+37
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-140/+93
2020-09-25quota: clear padding in v2r1_mem2diskdqb()Eric Dumazet1-0/+1
2020-09-17quota: simplify the quotactl compat handlingChristoph Hellwig5-140/+93
2020-09-10quota: widen timestamps for the fs_disk_quota structureDarrick J. Wong1-6/+36
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-06Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2020-07-09Replace HTTP links with HTTPS ones: DISKQUOTAAlexander A. Klimov1-1/+1
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig1-0/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
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