aboutsummaryrefslogtreecommitdiff
path: root/fs/quota
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: Fix maximum quota limit settingsJan Kara
2015-03-04quota: paranoia: check quota tree rootKonstantin Khlebnikov
2015-03-04quota: optimize i_dquot accessKonstantin Khlebnikov
2015-03-04quota: Hook up Q_XSETQLIM for id 0 to ->set_infoJan Kara
2015-03-04quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara
2015-03-04quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara
2015-03-04quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_stateJan Kara
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara
2015-02-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-01-30quota: Store maximum space limit in bytesJan Kara
2015-01-30quota: Remove quota_on_meta callbackJan 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-30quota: Split ->set_xstate callback into twoJan 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
2015-01-21quota: Don't store flags for v2 quota formatJan Kara
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar
2014-11-10vfs: Remove i_dquot field from inodeJan Kara
2014-11-10quota: Use function to provide i_dquot pointersJan Kara
2014-11-10quota: Allow each filesystem to specify which quota types it supportsJan 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-15fs/quota: kernel-doc warning fixesFabian Frederick
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: protect Q_GETFMT by dqonoff_mutexNiu Yawei
2014-07-15quota: missing lock in dqcache_shrink_scan()Niu Yawei
2014-05-05xfs: fix Q_XQUOTARM ioctlEric Sandeen
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-04-03quota: provide function to grab quota structure referenceJan Kara
2014-03-04fs/quota/Kconfig: Update filesystemsFabian Frederick
2014-02-20quota: Fix race between dqput() and dquot_scan_active()Jan Kara
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg
2013-11-04quota: info leak in quota_getquota()Dan Carpenter
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-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds