forked from pool/kernel-source
This commit is contained in:
committed by
Git OBS Bridge
parent
89e0f6b713
commit
cb91dbc2cd
@@ -1,3 +1,187 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 17:40:25 CEST 2008 - jack@suse.cz
|
||||
|
||||
- patches.suse/ocfs2-Implementation-of-local-and-global-quota-file.patch:
|
||||
ocfs2: Implementation of local and global quota file handling
|
||||
(fate#302681). - fixed 64-bit division
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 17:14:33 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Update config files for -rt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 17:09:57 CEST 2008 - hare@suse.de
|
||||
|
||||
- patches.suse/cgroup-freezer.patch: Add TIF_FREEZE for s390.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 16:49:53 CEST 2008 - olh@suse.de
|
||||
|
||||
- move patches.suse/md-raid-metadata-PAGE_SIZE.patch
|
||||
to patches.kernel.org/md-raid-metadata-PAGE_SIZE.patch
|
||||
to allow raid0 with 64k PAGE_SIZE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 16:49:41 CEST 2008 - jack@suse.cz
|
||||
|
||||
- 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).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 15:53:20 CEST 2008 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/cxgb3_fix_race_in_EEH: cxgb3: fix race in EEH.
|
||||
(bnc#430093)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 15:51:12 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- Refreshed context for -RT patches so they apply again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 15:32:06 CEST 2008 - rw@suse.de
|
||||
|
||||
- patches.drivers/sgi-ioc4-request-submodules:
|
||||
Make ioc4 request dependant modules. (bnc#429215)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 15:13:21 CEST 2008 - hare@suse.de
|
||||
|
||||
- Update config files: Disable FAIL_MAKE_REQUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 15:11:46 CEST 2008 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-usb-exclude-1st-slot: Delete this old ugly
|
||||
workaround patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 14:18:07 CEST 2008 - hare@suse.de
|
||||
|
||||
- Include patches from upstream:
|
||||
- patches.fixes/block-use-bio_has_data: Implement bio_has_data().
|
||||
- patches.fixes/block-git-fixes: Block layer fixes for 2.6.28.
|
||||
- patches.fixes/block-rq-affinity: Implement rq affinity.
|
||||
- patches.fixes/dm-mpath-remove-is_active: dm mpath: remove
|
||||
is_active from struct dm_path.
|
||||
- patches.fixes/block-discard-requests: Implement block discard.
|
||||
- patches.drivers/dm-abort-queue-on-failed-paths: dm: Call
|
||||
blk_abort_queue on failed paths (bnc#417544).
|
||||
- patches.drivers/block-call-sync-on-cleanup: block:
|
||||
blk_cleanup_queue() should call blk_sync_queue().
|
||||
- Refaktor and update request-based multipath patches:
|
||||
- patches.drivers/blk-request-based-multipath-update:
|
||||
Update request-based multipathing patches to upstream version
|
||||
(bnc#434105).
|
||||
- patches.suse/rq-based-multipath: Update to latest version
|
||||
of request-based multipathing patchset (bnc#434105)
|
||||
- patches.drivers/block-abort-request-rq-complete-marking:
|
||||
use rq complete marking in blk_abort_request (bnc#434105).
|
||||
- patches.fixes/scsi-atomic-blk-timer-deletes: Delete.
|
||||
- patches.fixes/dm-mpath-abort-queue: Delete.
|
||||
- patches.suse/rq-based-block-layer: Delete.
|
||||
- patches.suse/rq-based-dm-interface: Delete.
|
||||
- patches.suse/rq-based-multipath-functions: Delete.
|
||||
- patches.suse/rq-based-init-crash: Delete.
|
||||
- Update patches to upstream version:
|
||||
- patches.drivers/bdev-resize-check-for-device-resize
|
||||
- patches.drivers/bdev-resize-added-flush_disk
|
||||
- patches.drivers/bdev-resize-call-flush_disk
|
||||
- patches.drivers/bdev-resize-sd-driver-calls
|
||||
- patches.drivers/block-timeout-handling
|
||||
- patches.drivers/bdev-resize-adjust-block-device-size
|
||||
- patches.drivers/bdev-resize-wrapper-for-revalidate_disk
|
||||
- patches.drivers/block-abort-queue
|
||||
- patches.fixes/scsi-enhance-error-codes
|
||||
- Rediff patches:
|
||||
- patches.fixes/scsi-misc-git-update
|
||||
- patches.suse/dm-barrier-single-device
|
||||
- patches.suse/kdb-common
|
||||
- patches.drivers/lpfc-8.2.8-update
|
||||
- patches.drivers/lpfc-8.2.8.3-update
|
||||
- patches.drivers/mpt-fusion-4.00.43.00-update
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 14:07:43 CEST 2008 - bwalle@suse.de
|
||||
|
||||
@@ -425,7 +609,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@@ -447,16 +641,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user