aboutsummaryrefslogtreecommitdiff
path: root/fs/quota/dquot.c
AgeCommit message (Expand)Author
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: fs library helpers: d_inode() annotationsDavid Howells
2015-03-18vfs: Add general support to enforce project quota limitsLi Xi
2015-03-16Merge branch 'quota_interface' into for_next_testingJan Kara
2015-03-04quota: optimize i_dquot accessKonstantin 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: Store maximum space limit in bytesJan Kara
2015-01-30quota: Add ->quota_{enable,disable} callbacks for VFS quotasJan Kara
2015-01-30Merge branch 'for_linus' into for_nextJan Kara
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara
2015-01-21quota: Verify flags passed to Q_SETINFOJan Kara
2015-01-21quota: Cleanup flags definitionsJan Kara
2014-11-10vfs: Remove i_dquot field from inodeJan Kara
2014-11-10quota: Use function to provide i_dquot pointersJan Kara
2014-11-10quota: Remove const from function declarationsJan Kara
2014-11-04quota: Add log level to printkAnton Blanchard
2014-10-22quota: Properly return errors from dquot_writeback_dquots()Jan Kara
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-07-15quota: remove dqptr_semNiu Yawei
2014-07-15quota: simplify remove_inode_dquot_ref()Niu Yawei
2014-07-15quota: avoid unnecessary dqget()/dqput() callsNiu Yawei
2014-07-15quota: missing lock in dqcache_shrink_scan()Niu Yawei
2014-04-03quota: provide function to grab quota structure referenceJan Kara
2014-02-20quota: Fix race between dqput() and dquot_scan_active()Jan Kara
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara
2013-07-04quota: Convert use of typedef ctl_table to struct ctl_tableJoe Perches
2013-03-11quota: add missing use of dq_data_lock in __dquot_initializeJeff Mahoney
2012-10-09quota: Silence warning about PRJQUOTA not being handled in need_print_warning()Jan Kara
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-18userns: Convert quotaEric W. Biederman
2012-09-18userns: Convert struct dquot_warnEric W. Biederman
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman
2012-09-18userns: Modify dqget to take struct kqidEric W. Biederman
2012-09-18userns: Convert quota netlink aka quota_send_warningEric W. Biederman
2012-09-18userns: Convert qutoactlEric W. Biederman
2012-08-15quota: Move down dqptr_sem read after initializing default warn[] type at __d...Jeff Liu
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara
2012-07-09quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uac...Jeff Liu
2012-05-15quota: Get rid of nested I_MUTEX_QUOTA locking subclassJan Kara
2012-05-15quota: Use precomputed value of sb_dqopt in dquot_quota_syncJan Kara
2012-05-15quota: Fix double lock in add_dquot_ref() with CONFIG_QUOTA_DEBUGJan Kara
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-02-29quota: Make quota code not call tty layer with dqptr_sem heldJan Kara
2012-02-14security: trim security.hAl Viro
2012-01-12quota: Pass information that quota is stored in system file to userspaceJan Kara
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro