aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota
AgeCommit message (Expand)AuthorFilesLines
2013-03-11quota: add missing use of dq_data_lock in __dquot_initializeJeff Mahoney1-1/+4
2012-12-13quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_B...Lee Jones1-0/+4
2012-10-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+2
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-09quota: Silence warning about PRJQUOTA not being handled in need_print_warning()Jan Kara1-0/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds8-93/+253
2012-09-18userns: Convert quotaEric W. Biederman1-15/+14
2012-09-18userns: Convert struct dquot_warnEric W. Biederman1-9/+7
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman4-56/+67
2012-09-18userns: Modify dqget to take struct kqidEric W. Biederman1-9/+11
2012-09-18userns: Convert quota netlink aka quota_send_warningEric W. Biederman2-5/+7
2012-09-18userns: Convert qutoactlEric W. Biederman2-10/+26
2012-09-18userns: Implement struct kqidEric W. Biederman2-1/+133
2012-08-15quota: Move down dqptr_sem read after initializing default warn[] type at __d...Jeff Liu1-1/+1
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-2/+2
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara2-5/+23
2012-07-09quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uac...Jeff Liu2-2/+2
2012-05-15quota: Get rid of nested I_MUTEX_QUOTA locking subclassJan Kara1-8/+6
2012-05-15quota: Use precomputed value of sb_dqopt in dquot_quota_syncJan Kara1-6/+6
2012-05-15quota: Fix double lock in add_dquot_ref() with CONFIG_QUOTA_DEBUGJan Kara1-4/+4
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-76/+113
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-2/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+1
2012-02-29quota: Make quota code not call tty layer with dqptr_sem heldJan Kara1-76/+113
2012-02-29quota: make Q_XQUOTASYNC a noopChristoph Hellwig1-2/+1
2012-02-13quota: Fix deadlock with suspend and quotasJan Kara1-3/+21
2012-02-14security: trim security.hAl Viro1-0/+1
2012-01-12quota: Pass information that quota is stored in system file to userspaceJan Kara1-3/+5
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-03fs: move code out of buffer.cAl Viro2-2/+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-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+4
2011-04-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-9/+4
2011-04-01quota: Don't write quota info in dquot_commit()Jan Kara1-9/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner1-12/+16
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-6/+7
2011-02-24quota: return -ENOMEM when memory allocation failsDavidlohr Bueso1-1/+1
2011-01-12quota: Fix deadlock during path resolutionJan Kara2-30/+29
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix fal...Joe Perches2-11/+16
2010-10-28quota: Fix possible oops in __dquot_initialize()Jan Kara1-0/+3
2010-10-28quota: Fix issuing of warnings from dquot_transferJan Kara1-7/+6
2010-10-28quota: fix dquot_disable vs dquot_transfer race v2Dmitry1-6/+12
2010-10-05quota: Make QUOTACTL config be selected by its usersJan Kara1-2/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro1-1/+1
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-80/+104
2010-07-23quota: Use mark_inode_dirty_sync instead of mark_inode_dirtyJan Kara1-1/+1
2010-07-21quota: Change quota error message to print out disk and function nameJiaying Zhang5-70/+74
2010-07-21quota: clean up quota active checksChristoph Hellwig1-7/+16
2010-07-21quota: Clean up the namespace in dqblk_xfs.hChristoph Hellwig1-1/+1
2010-07-21quota: check quota reservation on remove_dquot_refDmitry Monakhov1-1/+12
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-1/+1
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-113/+81
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-4/+7
2010-05-27quota: Convert quota statistics to generic percpu_counterDmitry Monakhov1-33/+13
2010-05-27quota: Fixup dquot_transferJan Kara1-1/+1
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-32/+32
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-1/+2
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig2-8/+4
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-43/+34
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-21dquot: Detect partial write error to quota file in write_blk() and add printk...Jiaying Zhang3-22/+36
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara1-35/+26
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-3/+2
2010-05-21quota: remove sb_has_quota_active in get/set_infoChristoph Hellwig1-4/+0
2010-05-21quota: unify ->set_dqblkChristoph Hellwig2-29/+74
2010-05-21quota: unify ->get_dqblkChristoph Hellwig2-16/+34
2010-05-21quota: Make quota stat accounting lockless.Dmitry Monakhov3-38/+72
2010-05-21suppress warning: "quotatypes" defined but not usedSergey Senozhatsky1-0/+2
2010-05-21quota: optimize mark_dirty logicDmitry Monakhov1-2/+11
2010-05-16quota: add the option to not fail with EDQUOT in blockEric Sandeen1-1/+2
2010-05-16quota: use flags interface for dquot alloc/free spaceEric Sandeen1-3/+5
2010-04-20quota: Convert __DQUOT_PARANOIA symbol to standard config optionJan Kara2-9/+15
2010-04-12quota: Fix possible dq_flags corruptionAndrew Perepechko1-6/+6
2010-04-12quota: Hide warnings about writes to the filesystem before quota was turned onJan Kara1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-05quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig1-24/+24
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-12/+20
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+14
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-27/+25
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-7/+5
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-16/+13
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-53/+26
2010-03-05quota: Properly invalidate caches even for filesystems with blocksize < pagesizeJan Kara1-5/+7
2010-03-05quota: generalize quota transfer interfaceDmitry Monakhov1-12/+20
2010-03-05quota: sb_quota state flags cleanupDmitry Monakhov1-1/+2
2010-03-05quota: split out compat_sys_quotactl support from quota.cChristoph Hellwig4-117/+124
2010-03-05quota: split out netlink notification support from quota.cChristoph Hellwig3-93/+96
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 Hellwig2-42/+33
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-104/+146
2010-03-05quota: Fix warning when a delayed write happens before quota is enabledJan Kara1-4/+31
2010-03-05quota: manage reserved space when quota is not active [v2]Dmitry Monakhov1-4/+6
2010-03-05quota: Cleanup S_NOQUOTA handlingJan Kara1-36/+11
2010-01-11quota: Fix dquot_transfer for filesystems different from ext4Jan Kara1-0/+3
2009-12-23quota: Improve checking of quota file headerJan Kara1-1/+4
2009-12-23quota: Fix 64-bit limits setting on 32-bit archsJan Kara1-2/+2
2009-12-23quota: Move duplicated code to separate functionsDmitry Monakhov1-39/+38
2009-12-23quota: decouple fs reserved space from quota reservationDmitry Monakhov1-94/+119
2009-12-10quota: Implement quota format with 64-bit space and inode limitsJan Kara3-39/+153
2009-12-10quota: Fix WARN_ON in lookup_one_lenJan Kara1-0/+2
2009-12-10const: struct quota_format_opsAlexey Dobriyan2-2/+2
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-23/+12
2009-12-03VFS: Export dquot_send_warningSteven Whitehouse3-85/+103
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-9/+9
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman1-14/+3
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan1-1/+1
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan1-1/+1
2009-07-30quota: Silence lockdep on quota_onJan Kara1-3/+4
2009-07-07quota: Fix possible deadlock during parallel quotaon and quotaoffJiaying Zhang1-2/+2
2009-06-11quota: cleanup dquota sync functions (version 4)Christoph Hellwig1-11/+14
2009-04-27quota: remove obsolete comments in fs/quota/MakefileChristoph Hellwig1-9/+0
2009-04-02vfs: skip I_CLEAR state inodesWu Fengguang1-1/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+8
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds10-0/+4448
2009-03-26trivial: fix typos/grammar errors in fs/KconfigMatt LaPlante1-1/+1
2009-03-26quota: Coding style fixesJan Kara5-111/+198
2009-03-26quota: Remove superfluous inlinesJan Kara3-10/+11
2009-03-26quota: Remove dqbuf_t and other cleanupsJan Kara1-55/+49
2009-03-26quota: Remove NODQUOT macroJan Kara1-34/+36
2009-03-26quota: Make global quota locks cacheline alignedJan Kara1-3/+3
2009-03-26quota: Move quota files into separate directoryJan Kara10-0/+4367