summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/quota_local.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: return -EROFS when filesystem becomes read-onlyJun Piao2018-08-181-8/+7Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* quota: Reduce contention on dq_data_lockJan Kara2017-08-171-4/+4
* quota: Push dqio_sem down to ->read_file_info()Jan Kara2017-08-171-5/+0Star
* quota: Acquire dqio_sem for reading in vfs_load_quota_inode()Jan Kara2017-08-171-3/+3
* quota: Convert dqio_mutex to rwsemJan Kara2017-08-171-5/+5
* ocfs2: Use s_umount for quota recovery protectionJan Kara2016-11-301-4/+7
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-051-2/+1Star
* quota: Propagate error from ->acquire_dquot()Jan Kara2015-07-231-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-111-6/+0Star
|\
| * ocfs2: quota_local: remove unused functionRickard Strandqvist2015-02-101-6/+0Star
* | quota: Store maximum space limit in bytesJan Kara2015-01-301-2/+2
* | ocfs2: Move OLQF_CLEAN flag out of generic quota flagsJan Kara2015-01-211-5/+5
|/
* ocfs2: Don't use MAXQUOTAS valueJan Kara2014-09-171-16/+17
* ocfs2: fix quota file corruptionJan Kara2014-03-041-4/+0Star
* ocfs2: use i_size_read() to access i_sizeJunxiao Bi2013-09-121-6/+6
* userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman2012-09-181-5/+6
* userns: Modify dqget to take struct kqidEric W. Biederman2012-09-181-1/+3
* ocfs2: avoid unaligned access to dqc_bitmapAkinobu Mita2011-12-011-5/+5
* ocfs2: Clean up messages in the fsSunil Mushran2011-07-241-4/+9
* ocfs2: Remove mlog(0) from quota_local.c.Tao Ma2011-02-231-6/+7
* ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-1/+2
* ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-1/+1
* ocfs2: Zero the tail cluster when extending past i_size.Joel Becker2010-07-081-2/+2
* ocfs2: Fix lock inversion in quotas during umountJan Kara2010-05-211-4/+0Star
* ocfs2: Fix NULL pointer deref when writing local dquotJan Kara2010-05-211-2/+1Star
* ocfs2: Fix quota lockingJan Kara2010-05-211-48/+40Star
* ocfs2: Avoid unnecessary block mapping when refreshing quota infoJan Kara2010-05-211-5/+5
* ocfs2: Do not map blocks from local quota file on each writeJan Kara2010-05-211-9/+19
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-211-38/+12Star
|\
| * ocfs2: Make ocfs2_journal_dirty() void.Joel Becker2010-05-061-38/+12Star
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
* const: struct quota_format_opsAlexey Dobriyan2009-12-101-1/+1
* ocfs2: Pass struct ocfs2_caching_info to the journal functions.Joel Becker2009-09-051-8/+12
* ocfs2: Take the inode out of the metadata read/write paths.Joel Becker2009-09-051-3/+3
* ocfs2: Define credit counts for quota operationsJan Kara2009-07-231-4/+12
* ocfs2: Initialize blocks allocated to local quota fileJan Kara2009-07-231-15/+83
* ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq()Jan Kara2009-07-231-1/+3
* ocfs2: Fix possible deadlock in quota recoveryJan Kara2009-06-041-7/+9
* ocfs2: Fix lock inversion in ocfs2_local_read_info()Jan Kara2009-06-041-0/+5
* ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Joel Becker2009-01-051-9/+9
* ocfs2/quota: sparse fixes for quotaTao Ma2009-01-051-2/+2
* ocfs2: Fix build warnings (64-bit types vs long long)Jan Kara2009-01-051-1/+2
* ocfs2: Fix ocfs2_read_quota_block() error handling.Joel Becker2009-01-051-29/+35
* ocfs2: Implement quota recoveryJan Kara2009-01-051-8/+417
* ocfs2: Periodic quota syncingMark Fasheh2009-01-051-0/+4
* ocfs2: Implementation of local and global quota file handlingJan Kara2009-01-051-0/+833