Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec...
[safe/jmp/linux-2.6] / fs / ocfs2 / quota_global.c
2010-05-21 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2010-05-06 Joel Beckerocfs2: Make ocfs2_journal_dirty() void.
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-04 Christoph Hellwigdquot: cleanup dquot initialize routine
2010-03-04 Christoph Hellwigdquot: cleanup dquot drop routine
2010-03-04 Christoph Hellwigdquot: cleanup dquot transfer routine
2010-03-04 Christoph Hellwigdquot: cleanup inode allocation / freeing routines
2010-03-04 Christoph Hellwigdquot: cleanup space allocation / freeing routines
2009-09-23 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Alexey Dobriyanconst: make struct super_block::dq_op const
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-09-04 Joel Beckerocfs2: Pass struct ocfs2_caching_info to the journal...
2009-09-04 Joel Beckerocfs2: Take the inode out of the metadata read/write...
2009-08-17 Jan Karaocfs2: Handle quota file corruption more gracefully
2009-08-10 Jan Karaocfs2: Fix possible deadlock when extending quota file
2009-07-30 Tao Maocfs2/quota: Release lock for error in ocfs2_quota_write.
2009-07-23 Jan Karaocfs2: Define credit counts for quota operations
2009-07-23 Jan Karaocfs2: Remove syncjiff field from quota info
2009-07-23 Jan Karaocfs2: Zero out padding of on disk dquot structure
2009-07-23 Jan Karaocfs2: Make global quota files blocksize aligned
2009-06-04 Jan Karaocfs2: Fix possible deadlock in ocfs2_global_read_dquot()
2009-02-02 Jan Karaocfs2: Fix possible deadlock in ocfs2_write_dquot()
2009-01-21 Jan Karaocfs2: Remove ocfs2_dquot_initialize() and ocfs2_dquot_...
2009-01-05 Mark Fashehocfs2: use min_t in ocfs2_quota_read()
2009-01-05 Joel Beckerocfs2: Use metadata-specific ocfs2_journal_access_...
2009-01-05 Joel Beckerocfs2: block read meta ecc.
2009-01-05 Joel Beckerocfs2: Add a validation hook for quota block reads.
2009-01-05 Tao Maocfs2: fix indendation in ocfs2_dquot_drop_slow
2009-01-05 Jan Karaocfs2: Fix build warnings (64-bit types vs long long)
2009-01-05 Jan Karaocfs2: Make ocfs2_get_quota_block() consistent with...
2009-01-05 Jan Karaocfs2: Fix oops when extending quota files
2009-01-05 Joel Beckerocfs2: Fix ocfs2_read_quota_block() error handling.
2009-01-05 Jan Karaocfs2: Add missing initialization
2009-01-05 Jan Karaocfs2: Implement quota recovery
2009-01-05 Mark Fashehocfs2: Periodic quota syncing
2009-01-05 Jan Karaocfs2: Implementation of local and global quota file...