aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/quota_local.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-30ocfs2: Use s_umount for quota recovery protectionGravatar Jan Kara 1-4/+7
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortGravatar Joe Perches 1-2/+1
2015-07-23quota: Propagate error from ->acquire_dquot()Gravatar Jan Kara 1-2/+2
2015-02-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-6/+0
2015-02-10ocfs2: quota_local: remove unused functionGravatar Rickard Strandqvist 1-6/+0
2015-01-30quota: Store maximum space limit in bytesGravatar Jan Kara 1-2/+2
2015-01-21ocfs2: Move OLQF_CLEAN flag out of generic quota flagsGravatar Jan Kara 1-5/+5
2014-09-17ocfs2: Don't use MAXQUOTAS valueGravatar Jan Kara 1-16/+17
2014-03-04ocfs2: fix quota file corruptionGravatar Jan Kara 1-4/+0
2013-09-11ocfs2: use i_size_read() to access i_sizeGravatar Junxiao Bi 1-6/+6
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidGravatar Eric W. Biederman 1-5/+6
2012-09-18userns: Modify dqget to take struct kqidGravatar Eric W. Biederman 1-1/+3
2011-12-01ocfs2: avoid unaligned access to dqc_bitmapGravatar Akinobu Mita 1-5/+5
2011-07-24ocfs2: Clean up messages in the fsGravatar Sunil Mushran 1-4/+9
2011-02-23ocfs2: Remove mlog(0) from quota_local.c.Gravatar Tao Ma 1-6/+7
2011-03-07ocfs2: Remove EXIT from masklog.Gravatar Tao Ma 1-1/+2
2011-02-21ocfs2: Remove ENTRY from masklog.Gravatar Tao Ma 1-1/+1
2010-07-08ocfs2: Zero the tail cluster when extending past i_size.Gravatar Joel Becker 1-2/+2
2010-05-21ocfs2: Fix lock inversion in quotas during umountGravatar Jan Kara 1-4/+0
2010-05-21ocfs2: Fix NULL pointer deref when writing local dquotGravatar Jan Kara 1-2/+1
2010-05-21ocfs2: Fix quota lockingGravatar Jan Kara 1-48/+40
2010-05-21ocfs2: Avoid unnecessary block mapping when refreshing quota infoGravatar Jan Kara 1-5/+5
2010-05-21ocfs2: Do not map blocks from local quota file on each writeGravatar Jan Kara 1-9/+19
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-38/+12
2010-05-05ocfs2: Make ocfs2_journal_dirty() void.Gravatar Joel Becker 1-38/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Gravatar Akinobu Mita 1-1/+1
2009-12-10const: struct quota_format_opsGravatar Alexey Dobriyan 1-1/+1
2009-09-04ocfs2: Pass struct ocfs2_caching_info to the journal functions.Gravatar Joel Becker 1-8/+12
2009-09-04ocfs2: Take the inode out of the metadata read/write paths.Gravatar Joel Becker 1-3/+3
2009-07-23ocfs2: Define credit counts for quota operationsGravatar Jan Kara 1-4/+12
2009-07-23ocfs2: Initialize blocks allocated to local quota fileGravatar Jan Kara 1-15/+83
2009-07-23ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq()Gravatar Jan Kara 1-1/+3
2009-06-03ocfs2: Fix possible deadlock in quota recoveryGravatar Jan Kara 1-7/+9
2009-06-03ocfs2: Fix lock inversion in ocfs2_local_read_info()Gravatar Jan Kara 1-0/+5
2009-01-05ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Gravatar Joel Becker 1-9/+9
2009-01-05ocfs2/quota: sparse fixes for quotaGravatar Tao Ma 1-2/+2
2009-01-05ocfs2: Fix build warnings (64-bit types vs long long)Gravatar Jan Kara 1-1/+2
2009-01-05ocfs2: Fix ocfs2_read_quota_block() error handling.Gravatar Joel Becker 1-29/+35
2009-01-05ocfs2: Implement quota recoveryGravatar Jan Kara 1-8/+417
2009-01-05ocfs2: Periodic quota syncingGravatar Mark Fasheh 1-0/+4
2009-01-05ocfs2: Implementation of local and global quota file handlingGravatar Jan Kara 1-0/+833