aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/quota.c
AgeCommit message (Expand)Author
2023-05-30fs: Drop wait_unfrozen wait queueJan Kara
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig
2021-06-07quota: Change quotactl_path() systcall to an fd-based oneJan Kara
2021-03-18quota: report warning limits for realtime space quotasDarrick J. Wong
2021-03-16quota: Add mountpath based quota supportSascha Hauer
2020-12-01block: remove i_bdevChristoph Hellwig
2020-12-01fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig
2020-10-15Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-09-17quota: simplify the quotactl compat handlingChristoph Hellwig
2020-09-10quota: widen timestamps for the fs_disk_quota structureDarrick J. Wong
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-10-08quota: check quota type in early stageChengguang Xu
2019-06-25quota: honor quota type in Q_XGETQSTAT[V] callsEric Sandeen
2018-12-18quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls.Javier Barrio
2018-08-22fs/quota: Fix spectre gadget in do_quotactlJeremy Cline
2018-08-22fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTASJeremy Cline
2018-04-02fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscallDominik Brodowski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-12-05quota: constify struct path in quota_onAl Viro
2016-11-24quota: Use s_umount protection for quota operationsJan Kara
2016-11-24quota: Hold s_umount in exclusive mode when enabling / disabling quotasJan Kara
2016-08-15quota: fill in Q_XGETQSTAT inode information for inactive quotasEric Sandeen
2016-07-05quota: Handle quota data stored in s_user_ns in quota_setxquotaEric W. Biederman
2016-07-05quota: Ensure qids map to the filesystemEric W. Biederman
2016-02-18quota: Forbid Q_GETQUOTA and Q_GETNEXTQUOTA for frozen filesystemJan Kara
2016-02-09quota: Allow Q_GETQUOTA for frozen filesystemJan Kara
2016-02-09quota: Fixup comments about return value of Q_[X]GETNEXTQUOTAEric Sandeen
2016-02-08quota: add new quotactl Q_GETNEXTQUOTAEric Sandeen
2016-02-08quota: add new quotactl Q_XGETNEXTQUOTAEric Sandeen
2016-02-08quota: remove unused cmd argument from quota_quotaon()Eric Sandeen
2015-08-11quota: remove an unneeded conditionDan Carpenter
2015-03-04quota: Hook up Q_XSETQLIM for id 0 to ->set_infoJan Kara
2015-03-04quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara
2015-03-04quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara
2015-03-04quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_stateJan Kara
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara
2015-01-30quota: Remove quota_on_meta callbackJan Kara
2015-01-30quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}Jan Kara
2015-01-30quota: Split ->set_xstate callback into twoJan Kara
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara
2014-11-10quota: Allow each filesystem to specify which quota types it supportsJan Kara
2014-07-15quota: protect Q_GETFMT by dqonoff_mutexNiu Yawei
2014-05-05xfs: fix Q_XQUOTARM ioctlEric Sandeen
2013-11-04quota: info leak in quota_getquota()Dan Carpenter
2013-08-20quota: Add a new quotactl command Q_XGETQSTATVChandra Seetharaman
2012-12-13quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_B...Lee Jones
2012-10-12vfs: define struct filename and have getname() return itJeff Layton