aboutsummaryrefslogtreecommitdiff
path: root/include/linux/quotaops.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-06Pull series refactoring quota enabling and disabling code.Gravatar Jan Kara 1-1/+3
2019-11-04quota: Drop dquot_enable()Gravatar Jan Kara 1-2/+0
2019-11-04quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()Gravatar Jan Kara 1-0/+2
2019-11-04quota: Factor out setup of quota inodeGravatar Jan Kara 1-0/+2
2019-10-31quota: Check that quota is not dirty before releaseGravatar Dmitry Monakhov 1-0/+10
2019-09-12quota: fix wrong condition in is_quota_modification()Gravatar Chao Yu 1-1/+1
2018-04-02fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscallGravatar Dominik Brodowski 1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-17quota: Inline functions into their callsitesGravatar Jan Kara 1-5/+0
2017-05-24ext4: fix quota charging for shared xattr blocksGravatar Tahsin Erdogan 1-0/+6
2017-04-19quota: Remove dquot_quotactl_opsGravatar Jan Kara 1-1/+0
2016-12-05quota: constify struct path in quota_onGravatar Al Viro 1-1/+1
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaGravatar Jan Kara 1-0/+3
2015-07-23quota: Propagate error from ->acquire_dquot()Gravatar Jan Kara 1-2/+3
2015-03-16Merge branch 'quota_interface' into for_next_testingGravatar Jan Kara 1-2/+2
2015-03-04quota: reorder flags in quota stateGravatar Konstantin Khlebnikov 1-8/+2
2015-03-04quota: Make ->set_info use structure with neccesary info to VFS and XFSGravatar Jan Kara 1-1/+1
2015-03-04quota: Make VFS quotas use new interface for getting quota infoGravatar Jan Kara 1-1/+1
2015-01-30quota: Add ->quota_{enable,disable} callbacks for VFS quotasGravatar Jan Kara 1-0/+1
2015-01-30quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}Gravatar Jan Kara 1-0/+2
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsGravatar Jan Kara 1-2/+2
2014-11-10quota: Remove const from function declarationsGravatar Jan Kara 1-4/+4
2014-04-03quota: provide function to grab quota structure referenceGravatar Jan Kara 1-0/+8
2013-08-17quota: provide interface for readding allocated space into reserved spaceGravatar Jan Kara 1-0/+15
2012-09-18userns: Modify dqget to take struct kqidGravatar Eric W. Biederman 1-1/+1
2012-09-18userns: Convert qutoactlGravatar Eric W. Biederman 1-2/+2
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partGravatar Jan Kara 1-1/+7
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsGravatar Eric W. Biederman 1-2/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-1/+1
2011-03-24fs: protect inode->i_state with inode->i_lockGravatar Dave Chinner 1-1/+1
2011-01-12quota: Fix deadlock during path resolutionGravatar Jan Kara 1-3/+1
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix fal...Gravatar Joe Perches 1-2/+3
2010-09-09dquot: do full inode dirty in allocating spaceGravatar Shaohua Li 1-2/+8
2010-07-23quota: Use mark_inode_dirty_sync instead of mark_inode_dirtyGravatar Jan Kara 1-5/+5
2010-07-21quota: Change quota error message to print out disk and function nameGravatar Jiaying Zhang 1-0/+6
2010-07-21quota: clean up quota active checksGravatar Christoph Hellwig 1-10/+0
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-43/+36
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-11/+26
2010-05-24quota: rename default quotactl methods to dquot_Gravatar Christoph Hellwig 1-11/+11
2010-05-24quota: explicitly set ->dq_op and ->s_qcopGravatar Christoph Hellwig 1-9/+0
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offGravatar Christoph Hellwig 1-2/+2
2010-05-24quota: move unmount handling into the filesystemGravatar Christoph Hellwig 1-15/+0
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersGravatar Christoph Hellwig 1-7/+24
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesGravatar Jan Kara 1-0/+1
2010-05-21quota: unify quota init condition in setattrGravatar Dmitry Monakhov 1-0/+8
2010-05-21quota: unify ->set_dqblkGravatar Christoph Hellwig 1-1/+2
2010-05-21quota: unify ->get_dqblkGravatar Christoph Hellwig 1-1/+2
2010-05-16quota: add the option to not fail with EDQUOT in blockGravatar Eric Sandeen 1-0/+12
2010-05-16quota: use flags interface for dquot alloc/free spaceGravatar Eric Sandeen 1-11/+14
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-13/+4