aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/quota_global.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-23quota: Set nofs allocation context when acquiring dqio_semGravatar Jan Kara 1-0/+12
2022-07-17fs/ocfs2: Fix spelling typo in commentGravatar Jiangshan Yi 1-1/+1
2022-04-01ocfs2: fix crash when mount with quota enabledGravatar Joseph Qi 1-11/+12
2022-03-22fs/ocfs2: fix comments mentioning i_mutexGravatar hongnanli 1-1/+1
2021-09-03ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local...Gravatar Tuo Li 1-1/+0
2019-10-31quota: Check that quota is not dirty before releaseGravatar Dmitry Monakhov 1-1/+1
2018-01-29ocfs2: convert to new i_version APIGravatar Jeff Layton 1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-17quota: Reduce contention on dq_data_lockGravatar Jan Kara 1-4/+4
2017-08-17quota: Push dqio_sem down to ->write_file_info()Gravatar Jan Kara 1-2/+6
2017-08-17quota: Convert dqio_mutex to rwsemGravatar Jan Kara 1-10/+10
2016-11-30ocfs2: Protect periodic quota syncing with s_umount semaphoreGravatar Jan Kara 1-1/+9
2016-06-19quota: use time64_t internallyGravatar Arnd Bergmann 1-1/+1
2016-03-29ocfs2: Fix Q_GETNEXTQUOTA for filesystem without quotasGravatar Jan Kara 1-2/+9
2016-03-25ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localGravatar jiangyiwen 1-1/+1
2016-02-09ocfs2: Implement get_next_id()Gravatar Jan Kara 1-0/+25
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-04quota: constify qtree_fmt_operations structuresGravatar Julia Lawall 1-1/+1
2014-09-17ocfs2: Don't use MAXQUOTAS valueGravatar Jan Kara 1-2/+2
2014-04-03ocfs2: implement delayed dropping of last dquot referenceGravatar Jan Kara 1-0/+35
2014-03-04ocfs2: fix quota file corruptionGravatar Jan Kara 1-10/+17
2013-09-11ocfs2: use i_size_read() to access i_sizeGravatar Junxiao Bi 1-3/+3
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidGravatar Eric W. Biederman 1-17/+26
2012-07-03ocfs2: Fix bogus error message from ocfs2_global_read_infoGravatar Jan Kara 1-2/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-23/+22
2011-02-23ocfs2: Remove masklog ML_QUOTA.Gravatar Tao Ma 1-12/+12
2011-03-07ocfs2: Remove EXIT from masklog.Gravatar Tao Ma 1-7/+10
2011-02-21ocfs2: Remove ENTRY from masklog.Gravatar Tao Ma 1-9/+5
2011-02-01ocfs2: use system_wq instead of ocfs2_quota_wqGravatar Tejun Heo 1-23/+4
2010-07-08ocfs2: Zero the tail cluster when extending past i_size.Gravatar Joel Becker 1-1/+1
2010-05-21ocfs2: Fix NULL pointer deref when writing local dquotGravatar Jan Kara 1-10/+10
2010-05-21ocfs2: Fix estimate of credits needed for quota allocationGravatar Jan Kara 1-2/+3
2010-05-21ocfs2: Fix quota lockingGravatar Jan Kara 1-136/+171
2010-05-21ocfs2: Avoid unnecessary block mapping when refreshing quota infoGravatar Jan Kara 1-0/+15
2010-05-21ocfs2: Do not map blocks from local quota file on each writeGravatar Jan Kara 1-0/+14
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+1
2010-05-05ocfs2: Make ocfs2_journal_dirty() void.Gravatar Joel Becker 1-3/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-1/+0
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 1-1/+0
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 1-1/+0
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 1-2/+0
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 1-2/+0
2009-09-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+3
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-09-22const: make struct super_block::dq_op constGravatar Alexey Dobriyan 1-1/+1
2009-09-21trivial: remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-09-04ocfs2: Pass struct ocfs2_caching_info to the journal functions.Gravatar Joel Becker 1-1/+2
2009-09-04ocfs2: Take the inode out of the metadata read/write paths.Gravatar Joel Becker 1-1/+1