aboutsummaryrefslogtreecommitdiff
path: root/include/linux/quotaops.h
AgeCommit message (Expand)Author
2015-07-23quota: Propagate error from ->acquire_dquot()Jan Kara
2015-03-16Merge branch 'quota_interface' into for_next_testingJan Kara
2015-03-04quota: reorder flags in quota stateKonstantin Khlebnikov
2015-03-04quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara
2015-01-30quota: Add ->quota_{enable,disable} callbacks for VFS quotasJan Kara
2015-01-30quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}Jan Kara
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara
2014-11-10quota: Remove const from function declarationsJan Kara
2014-04-03quota: provide function to grab quota structure referenceJan Kara
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara
2012-09-18userns: Modify dqget to take struct kqidEric W. Biederman
2012-09-18userns: Convert qutoactlEric W. Biederman
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner
2011-01-12quota: Fix deadlock during path resolutionJan Kara
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix fal...Joe Perches
2010-09-09dquot: do full inode dirty in allocating spaceShaohua Li
2010-07-23quota: Use mark_inode_dirty_sync instead of mark_inode_dirtyJan Kara
2010-07-21quota: Change quota error message to print out disk and function nameJiaying Zhang
2010-07-21quota: clean up quota active checksChristoph Hellwig
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov
2010-05-21quota: unify ->set_dqblkChristoph Hellwig
2010-05-21quota: unify ->get_dqblkChristoph Hellwig
2010-05-16quota: add the option to not fail with EDQUOT in blockEric Sandeen
2010-05-16quota: use flags interface for dquot alloc/free spaceEric Sandeen
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig
2010-03-05quota: generalize quota transfer interfaceDmitry Monakhov
2010-03-05quota: sb_quota state flags cleanupDmitry Monakhov
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig
2010-03-05quota: clean up Q_XQUOTASYNCChristoph Hellwig
2010-03-05quota: manage reserved space when quota is not active [v2]Dmitry Monakhov
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan