summaryrefslogtreecommitdiff
path: root/fs/quota (follow)
Commit message (Expand)AuthorAge
* quota: correct error number in free_dqentry()Zhang Yi2021-11-26
* quota: check block number when reading the block in quota fileZhang Yi2021-11-26
* quota: Don't overflow quota file offsetsJan Kara2021-01-09
* quota: clear padding in v2r1_mem2diskdqb()Eric Dumazet2020-10-29
* fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov2020-01-04
* quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov2019-12-21
* quota: Check that quota is not dirty before releaseDmitry Monakhov2019-12-21
* fs/quota: Fix spectre gadget in do_quotactlJeremy Cline2018-09-09
* quota: Check for register_shrinker() failure.Tetsuo Handa2018-02-03
* quota: Fix possible GPF due to uninitialised pointersNikolay Borisov2016-04-12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-05
|\
| * inode: convert inode_sb_list_lock to per-sbDave Chinner2015-08-17
* | quota: remove an unneeded conditionDan Carpenter2015-08-11
* | quota: Propagate error from ->acquire_dquot()Jan Kara2015-07-23
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: fs library helpers: d_inode() annotationsDavid Howells2015-04-15
* | vfs: Add general support to enforce project quota limitsLi Xi2015-03-18
* | Merge branch 'quota_interface' into for_next_testingJan Kara2015-03-16
|\ \
| * | quota: Hook up Q_XSETQLIM for id 0 to ->set_infoJan Kara2015-03-04
| * | quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara2015-03-04
| * | quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara2015-03-04
| * | quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_stateJan Kara2015-03-04
| * | quota: Make VFS quotas use new interface for getting quota infoJan Kara2015-03-04
| |/
* | quota: Fix maximum quota limit settingsJan Kara2015-03-04
* | quota: paranoia: check quota tree rootKonstantin Khlebnikov2015-03-04
* | quota: optimize i_dquot accessKonstantin Khlebnikov2015-03-04
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-02-10
|\
| * quota: Store maximum space limit in bytesJan Kara2015-01-30
| * quota: Remove quota_on_meta callbackJan Kara2015-01-30
| * quota: Add ->quota_{enable,disable} callbacks for VFS quotasJan Kara2015-01-30
| * quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}Jan Kara2015-01-30
| * quota: Split ->set_xstate callback into twoJan Kara2015-01-30
| * Merge branch 'for_linus' into for_nextJan Kara2015-01-30
| |\
| * | quota: Verify flags passed to Q_SETINFOJan Kara2015-01-21
| * | quota: Cleanup flags definitionsJan Kara2015-01-21
| * | quota: Don't store flags for v2 quota formatJan Kara2015-01-21
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-09
|\ \ \ | |_|/ |/| |
| * | rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-06
| |/
* / quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara2015-01-28
|/
* vfs: Remove i_dquot field from inodeJan Kara2014-11-10
* quota: Use function to provide i_dquot pointersJan Kara2014-11-10
* quota: Allow each filesystem to specify which quota types it supportsJan Kara2014-11-10
* quota: Remove const from function declarationsJan Kara2014-11-10
* quota: Add log level to printkAnton Blanchard2014-11-04
* quota: Properly return errors from dquot_writeback_dquots()Jan Kara2014-10-22
* percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-08
* fs/quota: kernel-doc warning fixesFabian Frederick2014-07-15
* quota: remove dqptr_semNiu Yawei2014-07-15
* quota: simplify remove_inode_dquot_ref()Niu Yawei2014-07-15
* quota: avoid unnecessary dqget()/dqput() callsNiu Yawei2014-07-15