aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/quota.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-12Merge tag 'fs_for_v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2026-01-16quotactl_block(): switch to CLASS(filename)Al Viro1-2/+1
2026-01-16quota: fix livelock between quotactl and freeze_superAbhishek Bapat1-0/+1
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro1-8/+4
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-4/+4
2023-05-30fs: Drop wait_unfrozen wait queueJan Kara1-2/+3
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig1-0/+1
2021-06-07quota: Change quotactl_path() systcall to an fd-based oneJan Kara1-15/+13
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
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-10-15Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+36
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-14/+59
2020-09-17quota: simplify the quotactl compat handlingChristoph Hellwig1-14/+59
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
2019-10-08quota: check quota type in early stageChengguang Xu1-4/+3
2019-06-25quota: honor quota type in Q_XGETQSTAT[V] callsEric Sandeen1-26/+12
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-04-02fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscallDominik Brodowski1-2/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-8/+14
2016-12-05quota: constify struct path in quota_onAl Viro1-2/+2
2016-11-24quota: Use s_umount protection for quota operationsJan Kara1-5/+1
2016-11-24quota: Hold s_umount in exclusive mode when enabling / disabling quotasJan Kara1-3/+13
2016-08-15quota: fill in Q_XGETQSTAT inode information for inactive quotasEric Sandeen1-6/+12
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. Biederman1-6/+6
2016-02-18quota: Forbid Q_GETQUOTA and Q_GETNEXTQUOTA for frozen filesystemJan Kara1-2/+5
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
2015-08-11quota: remove an unneeded conditionDan Carpenter1-2/+2
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 Kara1-1/+20
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 Kara1-4/+21
2015-01-30quota: Remove quota_on_meta callbackJan Kara1-4/+1
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-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara1-25/+137
2014-11-10quota: Allow each filesystem to specify which quota types it supportsJan Kara1-2/+11
2014-07-15quota: protect Q_GETFMT by dqonoff_mutexNiu Yawei1-3/+3
2014-05-05xfs: fix Q_XQUOTARM ioctlEric Sandeen1-1/+13
2013-11-04quota: info leak in quota_getquota()Dan Carpenter1-0/+1
2013-08-20quota: Add a new quotactl command Q_XGETQSTATVChandra Seetharaman1-0/+29
2012-12-13quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_B...Lee Jones1-0/+4
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-09-18userns: Convert qutoactlEric W. Biederman1-6/+22
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara1-2/+2
2012-07-09quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uac...Jeff Liu1-1/+1
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-2/+1
2012-02-29quota: make Q_XQUOTASYNC a noopChristoph Hellwig1-2/+1
2012-02-13quota: Fix deadlock with suspend and quotasJan Kara1-3/+21
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-2/+5
2011-10-31quota: Drop path reference on error exit from quotactlJan Kara1-2/+5
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-1/+1
2011-09-26VFS: Fix the remaining automounter semantics regressionsTrond Myklebust1-1/+1
2011-01-12quota: Fix deadlock during path resolutionJan Kara1-14/+27
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-2/+2
2010-05-21new helper: iterate_supers()Al Viro1-24/+9
2010-05-21Bury __put_super_and_need_restart()Al Viro1-0/+1
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro1-5/+3
2010-05-21Leave superblocks on s_list until the endAl Viro1-0/+2
2010-05-21quota: remove sb_has_quota_active in get/set_infoChristoph Hellwig1-4/+0
2010-05-21quota: unify ->set_dqblkChristoph Hellwig1-5/+31
2010-05-21quota: unify ->get_dqblkChristoph Hellwig1-5/+18
2010-03-05quota: split out compat_sys_quotactl support from quota.cChristoph Hellwig1-117/+0
2010-03-05quota: split out netlink notification support from quota.cChristoph Hellwig1-93/+0
2010-03-05quota: remove invalid optimization from quota_sync_allChristoph Hellwig1-15/+0
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig1-41/+5
2010-03-05quota: clean up Q_XQUOTASYNCChristoph Hellwig1-4/+7
2010-03-05quota: simplify permission checkingChristoph Hellwig1-61/+31
2010-03-05quota: special case Q_SYNC without device nameChristoph Hellwig1-13/+27
2010-03-05quota: clean up checks for supported quota methodsChristoph Hellwig1-84/+37
2010-03-05quota: split do_quotactlChristoph Hellwig1-100/+142
2009-12-03VFS: Export dquot_send_warningSteven Whitehouse1-0/+93
2009-06-11quota: cleanup dquota sync functions (version 4)Christoph Hellwig1-11/+14
2009-03-26quota: Coding style fixesJan Kara1-12/+23
2009-03-26quota: Remove superfluous inlinesJan Kara1-1/+1
2009-03-26quota: Move quota files into separate directoryJan Kara1-0/+513