aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/quotaops.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-12quota: fix wrong condition in is_quota_modification()Chao Yu1-1/+1
2018-04-02fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscallDominik Brodowski1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-17quota: Inline functions into their callsitesJan Kara1-5/+0
2017-05-24ext4: fix quota charging for shared xattr blocksTahsin Erdogan1-0/+6
2017-04-19quota: Remove dquot_quotactl_opsJan Kara1-1/+0
2016-12-05quota: constify struct path in quota_onAl Viro1-1/+1
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara1-0/+3
2015-07-23quota: Propagate error from ->acquire_dquot()Jan Kara1-2/+3
2015-03-16Merge branch 'quota_interface' into for_next_testingJan Kara1-2/+2
2015-03-04quota: reorder flags in quota stateKonstantin Khlebnikov1-8/+2
2015-03-04quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara1-1/+1
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara1-1/+1
2015-01-30quota: Add ->quota_{enable,disable} callbacks for VFS quotasJan Kara1-0/+1
2015-01-30quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}Jan Kara1-0/+2
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara1-2/+2
2014-11-10quota: Remove const from function declarationsJan Kara1-4/+4
2014-04-03quota: provide function to grab quota structure referenceJan Kara1-0/+8
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara1-0/+15
2012-09-18userns: Modify dqget to take struct kqidEric W. Biederman1-1/+1
2012-09-18userns: Convert qutoactlEric W. Biederman1-2/+2
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara1-1/+7
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman1-2/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-1/+1
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-1/+1
2011-01-12quota: Fix deadlock during path resolutionJan Kara1-3/+1
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix falloutJoe Perches1-2/+3
2010-09-09dquot: do full inode dirty in allocating spaceShaohua Li1-2/+8
2010-07-23quota: Use mark_inode_dirty_sync instead of mark_inode_dirtyJan Kara1-5/+5
2010-07-21quota: Change quota error message to print out disk and function nameJiaying Zhang1-0/+6
2010-07-21quota: clean up quota active checksChristoph Hellwig1-10/+0
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-43/+36
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-11/+26
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-11/+11
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-9/+0
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-2/+2
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-15/+0
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-7/+24
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara1-0/+1
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-0/+8
2010-05-21quota: unify ->set_dqblkChristoph Hellwig1-1/+2
2010-05-21quota: unify ->get_dqblkChristoph Hellwig1-1/+2
2010-05-16quota: add the option to not fail with EDQUOT in blockEric Sandeen1-0/+12
2010-05-16quota: use flags interface for dquot alloc/free spaceEric Sandeen1-11/+14
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-13/+4
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+4
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-3/+2
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-3/+2
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-20/+4
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-150/+58