5bedaf - Update config files.

Authored and Committed by Jan Kara 15 years ago
50 files changed. 9488 lines added. 39 lines removed.
config/i386/debug
file modified
+2 -1
config/i386/default
file modified
+2 -1
config/i386/pae
file modified
+2 -1
config/i386/trace
file modified
+2 -1
config/i386/xen
file modified
+1 -0
config/ia64/debug
file modified
+2 -1
config/ia64/default
file modified
+2 -1
config/ia64/trace
file modified
+2 -1
config/powerpc/default
file modified
+2 -3
config/powerpc/kdump
file modified
+1 -0
config/powerpc/ppc64
file modified
+2 -1
config/powerpc/ps3
file modified
+1 -1
config/s390/default
file modified
+2 -1
config/s390/s390
file modified
+2 -1
config/x86_64/debug
file modified
+2 -1
config/x86_64/default
file modified
+2 -1
config/x86_64/trace
file modified
+2 -1
config/x86_64/xen
file modified
+1 -0
kernel-source.changes
file modified
+86 -0
patches.suse/ext3-Use-sb_any_quota_loaded-instead-of-sb_any_qu.patch
file added
+57
patches.suse/ext4-Use-sb_any_quota_loaded-instead-of-sb_any_qu.patch
file added
+53
patches.suse/ocfs2-Add-quota-calls-for-allocation-and-freeing-of.patch
file added
+954
patches.suse/ocfs2-Assign-feature-bits-and-system-inodes-to-quot.patch
file added
+142
patches.suse/ocfs2-Enable-quota-accounting-on-mount-disable-on.patch
file added
+403
patches.suse/ocfs2-Fix-check-of-return-value-of-ocfs2_start_tran.patch
file added
+72
patches.suse/ocfs2-Fix-checking-of-return-value-of-new_inode.patch
file added
+31
patches.suse/ocfs2-Implement-quota-recovery.patch
file added
+831
patches.suse/ocfs2-Implement-quota-syncing-thread.patch
file added
+184
patches.suse/ocfs2-Implementation-of-local-and-global-quota-file.patch
file added
+2453
patches.suse/ocfs2-Let-inode-be-really-deleted-when-ocfs2_mknod_.patch
file added
+33
patches.suse/ocfs2-Mark-system-files-as-not-subject-to-quota-acc.patch
file added
+32
patches.suse/ocfs2-Support-nested-transactions.patch
file added
+53
patches.suse/quota-Add-callbacks-for-allocating-and-destroying-d.patch
file added
+90
patches.suse/quota-Add-helpers-to-allow-ocfs2-specific-quota-ini.patch
file added
+125
patches.suse/quota-Allow-negative-usage-of-space-and-inodes.patch
file added
+65
patches.suse/quota-Allow-to-separately-enable-quota-accounting-a.patch
file added
+746
patches.suse/quota-Convert-union-in-mem_dqinfo-to-a-pointer.patch
file added
+190
patches.suse/quota-Implement-function-for-scanning-active-dquots.patch
file added
+88
patches.suse/quota-Increase-size-of-variables-for-limits-and-ino.patch
file added
+359
patches.suse/quota-Introduce-DQUOT_QUOTA_SYS_FILE-flag.patch
file added
+135
patches.suse/quota-Keep-which-entries-were-set-by-SETQUOTA-quota.patch
file added
+106
patches.suse/quota-Make-_SUSPENDED-just-a-flag.patch
file added
+66
patches.suse/quota-Move-quotaio_v-12-.h-from-include-linux-to-f.patch
file added
+325
patches.suse/quota-Remove-bogus-optimization-in-check_idq-an.patch
file added
+39
patches.suse/quota-Remove-compatibility-function-sb_any_quota_en.patch
file added
+37
patches.suse/quota-Split-off-quota-tree-handling-into-a-separate.patch
file added
+1591
patches.suse/reiserfs-Use-sb_any_quota_loaded-instead-of-sb_an.patch
file added
+43
patches.suse/xfs-dmapi-enable
file modified
+36 -22
series.conf
file modified
+30 -0
supported.conf
file modified
+1 -0
    - Update config files.
    - supported.conf: Added new quota module
    - patches.suse/xfs-dmapi-enable: Enable XFS DMAPI. - Refreshed
    
      Quotas for OCFS2:
    - patches.suse/quota-Add-callbacks-for-allocating-and-destroying-d.patch:
      quota: Add callbacks for allocating and destroying dquot
      structures (fate#302681).
    - patches.suse/quota-Increase-size-of-variables-for-limits-and-ino.patch:
      quota: Increase size of variables for limits and inode usage
      (fate#302681).
    - patches.suse/quota-Remove-bogus-optimization-in-check_idq-an.patch:
      quota: Remove bogus 'optimization' in check_idq() and
      check_bdq() (fate#302681).
    - patches.suse/quota-Make-_SUSPENDED-just-a-flag.patch: quota:
      Make _SUSPENDED just a flag (fate#302681).
    - patches.suse/quota-Allow-to-separately-enable-quota-accounting-a.patch:
      quota: Allow to separately enable quota accounting and enforcing
      limits (fate#302681).
    - patches.suse/ext3-Use-sb_any_quota_loaded-instead-of-sb_any_qu.patch:
      ext3: Use sb_any_quota_loaded() instead of
      sb_any_quota_enabled() (fate#302681).
    - patches.suse/ext4-Use-sb_any_quota_loaded-instead-of-sb_any_qu.patch:
      ext4: Use sb_any_quota_loaded() instead of
      sb_any_quota_enabled() (fate#302681).
    - patches.suse/reiserfs-Use-sb_any_quota_loaded-instead-of-sb_an.patch:
      reiserfs: Use sb_any_quota_loaded() instead of
      sb_any_quota_enabled(). (fate#302681).
    - patches.suse/quota-Remove-compatibility-function-sb_any_quota_en.patch:
      quota: Remove compatibility function sb_any_quota_enabled()
      (fate#302681).
    - patches.suse/quota-Introduce-DQUOT_QUOTA_SYS_FILE-flag.patch:
      quota: Introduce DQUOT_QUOTA_SYS_FILE flag (fate#302681).
    - patches.suse/quota-Move-quotaio_v-12-.h-from-include-linux-to-f.patch:
      quota: Move quotaio_v[12].h from include/linux/ to fs/
      (fate#302681).
    - patches.suse/quota-Split-off-quota-tree-handling-into-a-separate.patch:
      quota: Split off quota tree handling into a separate file
      (fate#302681).
    - patches.suse/quota-Convert-union-in-mem_dqinfo-to-a-pointer.patch:
      quota: Convert union in mem_dqinfo to a pointer (fate#302681).
    - patches.suse/quota-Allow-negative-usage-of-space-and-inodes.patch:
      quota: Allow negative usage of space and inodes (fate#302681).
    - patches.suse/quota-Keep-which-entries-were-set-by-SETQUOTA-quota.patch:
      quota: Keep which entries were set by SETQUOTA quotactl
      (fate#302681).
    - patches.suse/quota-Add-helpers-to-allow-ocfs2-specific-quota-ini.patch:
      quota: Add helpers to allow ocfs2 specific quota initialization,
      freeing and recovery (fate#302681).
    - patches.suse/quota-Implement-function-for-scanning-active-dquots.patch:
      quota: Implement function for scanning active dquots
      (fate#302681).
    - patches.suse/ocfs2-Fix-check-of-return-value-of-ocfs2_start_tran.patch:
      ocfs2: Fix check of return value of ocfs2_start_trans()
      (fate#302681).
    - patches.suse/ocfs2-Support-nested-transactions.patch: ocfs2:
      Support nested transactions (fate#302681).
    - patches.suse/ocfs2-Fix-checking-of-return-value-of-new_inode.patch:
      ocfs2: Fix checking of return value of new_inode()
      (fate#302681).
    - patches.suse/ocfs2-Let-inode-be-really-deleted-when-ocfs2_mknod_.patch:
      ocfs2: Let inode be really deleted when ocfs2_mknod_locked()
      fails (fate#302681).
    - patches.suse/ocfs2-Assign-feature-bits-and-system-inodes-to-quot.patch:
      ocfs2: Assign feature bits and system inodes to quota feature
      and quota files (fate#302681).
    - patches.suse/ocfs2-Mark-system-files-as-not-subject-to-quota-acc.patch:
      ocfs2: Mark system files as not subject to quota accounting
      (fate#302681).
    - patches.suse/ocfs2-Implementation-of-local-and-global-quota-file.patch:
      ocfs2: Implementation of local and global quota file handling
      (fate#302681).
    - patches.suse/ocfs2-Add-quota-calls-for-allocation-and-freeing-of.patch:
      ocfs2: Add quota calls for allocation and freeing of inodes
      and space (fate#302681).
    - patches.suse/ocfs2-Enable-quota-accounting-on-mount-disable-on.patch:
      ocfs2: Enable quota accounting on mount, disable on umount
      (fate#302681).
    - patches.suse/ocfs2-Implement-quota-syncing-thread.patch: ocfs2:
      Implement quota syncing thread (fate#302681).
    - patches.suse/ocfs2-Implement-quota-recovery.patch: ocfs2:
      Implement quota recovery (fate#302681).
    
        
file modified
+2 -1
file modified
+2 -1
file modified
+2 -1
file modified
+2 -1
file modified
+1 -0
file modified
+2 -1
file modified
+2 -1
file modified
+2 -1
file modified
+2 -3
file modified
+1 -0
file modified
+2 -1
file modified
+1 -1
file modified
+2 -1
file modified
+2 -1
file modified
+2 -1
file modified
+2 -1
file modified
+2 -1
file modified
+1 -0
file modified
+86 -0
file modified
+36 -22
file modified
+30 -0
file modified
+1 -0