diff --git a/config.tar.bz2 b/config.tar.bz2 index 289d389e..dd2eb119 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bb3b7fddcc559cfd3281eeb0893a7849fa6241a60bf25182c4c685b2d267cdf -size 259698 +oid sha256:36da1dec435a0cd87638277a8707b491f54610f96d6367041eabe9723695e974 +size 259919 diff --git a/kernel-cubox.changes b/kernel-cubox.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-cubox.spec b/kernel-cubox.spec index ae44fea5..ca72715d 100644 --- a/kernel-cubox.spec +++ b/kernel-cubox.spec @@ -60,7 +60,7 @@ Name: kernel-cubox Summary: Kernel for SolidRun Cubox Version: 3.11.1 -Release: .g1383321 +Release: .g50dfbd0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-debug.changes b/kernel-debug.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 9b7b7290..d56f6bda 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -60,7 +60,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel Version: 3.11.1 -Release: .g1383321 +Release: .g50dfbd0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-default.changes b/kernel-default.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 5476acae..0d3ef9dd 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -60,7 +60,7 @@ Name: kernel-default Summary: The Standard Kernel Version: 3.11.1 -Release: .g1383321 +Release: .g50dfbd0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-desktop.changes b/kernel-desktop.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-desktop.spec b/kernel-desktop.spec index dcf16778..68043bf6 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -60,7 +60,7 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop Version: 3.11.1 -Release: .g1383321 +Release: .g50dfbd0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-docs.changes b/kernel-docs.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index d3681233..643fd100 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -25,7 +25,7 @@ Name: kernel-docs Summary: Kernel Documentation Version: 3.11.1 -Release: .g1383321 +Release: .g50dfbd0 BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: kernel-source%variant Url: http://www.kernel.org/ diff --git a/kernel-ec2.changes b/kernel-ec2.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-ec2.spec b/kernel-ec2.spec index ac3bb55f..3b5abf0d 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -60,7 +60,7 @@ Name: kernel-ec2 Summary: The Amazon EC2 Xen Kernel Version: 3.11.1 -Release: .g1383321 +Release: .g50dfbd0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-exynos.changes b/kernel-exynos.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-exynos.spec b/kernel-exynos.spec index 22d81a16..685ea8d6 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -60,7 +60,7 @@ Name: kernel-exynos Summary: Kernel for Samsung's Exynos SoC Version: 3.11.1 -Release: .g1383321 +Release: .g50dfbd0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-lpae.changes b/kernel-lpae.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 89b2a0b9..0c5dc2ef 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -60,7 +60,7 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems Version: 3.11.1 -Release: .g1383321 +Release: .g50dfbd0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-pae.changes b/kernel-pae.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index f07b49be..f1da9a41 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -60,7 +60,7 @@ Name: kernel-pae Summary: Kernel with PAE Support Version: 3.11.1 -Release: .g1383321 +Release: .g50dfbd0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-source.changes b/kernel-source.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index 882ba7c8..0039404e 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -30,7 +30,7 @@ Name: kernel-source Summary: The Linux Kernel Sources Version: 3.11.1 -Release: .g1383321 +Release: .g50dfbd0 License: GPL-2.0 Group: Development/Sources Url: http://www.kernel.org/ diff --git a/kernel-syms.changes b/kernel-syms.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 83dffea9..7b4a9ae9 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -25,7 +25,7 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) Version: 3.11.1 %if %using_buildservice -Release: .g1383321 +Release: .g50dfbd0 %else %define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) Release: %kernel_source_release diff --git a/kernel-trace.changes b/kernel-trace.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-trace.spec b/kernel-trace.spec index 24f742d3..dbb52de2 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -60,7 +60,7 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features Version: 3.11.1 -Release: .g1383321 +Release: .g50dfbd0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index b4badaf0..b5e1a8d2 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -60,7 +60,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches Version: 3.11.1 -Release: .g1383321 +Release: .g50dfbd0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/kernel-xen.changes b/kernel-xen.changes index da69bab0..d8fd1ac3 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz + +- power_supply: Prevent suspend until power supply events are + processed (bnc#841596). +- commit 50dfbd0 + +------------------------------------------------------------------- +Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de + +- Increase NR_CPUS on ppc64 to 2048 (fate#315438) +- commit ddaa978 + +------------------------------------------------------------------- +Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz + +- Update config files. + Fix ZSWAP on vanillas. +- commit 5a7a093 + +------------------------------------------------------------------- +Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com + +- btrfs: use feature attribute names to print better error + messages. +- btrfs: add ability to change features via sysfs. +- btrfs: add publishing of unknown features in sysfs. +- btrfs: publish per-super features to sysfs. +- btrfs: add per-super attributes to sysfs. +- btrfs: export supported featured to sysfs. +- kobject: introduce kobj_completion. +- btrfs: add ioctls to query/change feature bits online. +- btrfs: use btrfs_commit_transaction when setting fslabel. +- commit 7e40f1e + +------------------------------------------------------------------- +Tue Sep 17 16:28:02 CEST 2013 - jeffm@suse.com + +- config: Update missing ZSWAP configs. +- commit 85bd223 + +------------------------------------------------------------------- +Mon Sep 16 18:40:22 CEST 2013 - dsterba@suse.cz + +- Btrfs: optimize key searches in btrfs_search_slot. +- Btrfs: remove ourselves from the cluster list under lock. +- Btrfs: do not clear our orphan item runtime flag on eexist. +- Btrfs: fix printing of non NULL terminated string. +- Btrfs: fix memory leak of orphan block rsv. +- Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP. +- Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handler. +- Btrfs: move btrfs_free_qgroup_config() out of spin_lock and + fix comments. +- Btrfs: fix oops when writing dirty qgroups to disk. +- Btrfs: fix heavy delalloc related deadlock. +- Btrfs: fix the error handling wrt orphan items. +- Btrfs: don't allow a subvol to be deleted if it is the default + subovl. +- Btrfs: skip subvol entries when checking if we've created a + dir already. +- Btrfs: fix possible memory leak in find_parent_nodes(). +- Btrfs: return ENOSPC when target space is full. +- Btrfs: don't ignore errors from btrfs_run_delayed_items. +- Btrfs: fix inode leak on kmalloc failure in tree-log.c. +- Btrfs: stop using GFP_ATOMIC when allocating rewind ebs. +- Btrfs: deal with enomem in the rewind path. +- Btrfs: check our parent dir when doing a compare send. +- Btrfs: handle errors when doing slow caching. +- Btrfs: add missing error handling to read_tree_block. +- Btrfs: add missing error check to find_parent_nodes. +- Btrfs: don't bug_on when we fail when cleaning up transactions. +- Btrfs: change how we queue blocks for backref checking. +- Btrfs: add missing mounting options in btrfs_show_options(). +- Btrfs: use u64 for subvolid when parsing mount options. +- Btrfs: don't bother autodefragging if our root is going away. +- Btrfs: cleanup reloc roots properly on error. +- Btrfs: reset ret in record_one_backref. +- btrfs: fix get set label blocking against balance. +- Btrfs: set qgroup_ulist to be null after calling ulist_free(). +- Btrfs: add missing error checks to add_data_references. +- Btrfs: Release uuid_mutex for shrink during device delete. +- commit ded2bc7 + ------------------------------------------------------------------- Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz diff --git a/kernel-xen.spec b/kernel-xen.spec index 95431fb3..7ec1169b 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -60,7 +60,7 @@ Name: kernel-xen Summary: The Xen Kernel Version: 3.11.1 -Release: .g1383321 +Release: .g50dfbd0 License: GPL-2.0 Group: System/Kernel Url: http://www.kernel.org/ diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index db3f7d2d..31b0d642 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e12a7d72f2123949c84659ea820005d658e1d06dd13e0ca19922c919b4c69f9c -size 26934 +oid sha256:cd1248164b06567c73c329cb7aff3fbf1846a92842515ff4ffcbf9adf0bcfb7e +size 28193 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index c34f4b52..802d562d 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be148e26c8b06ffc21a41b97d824066725f37349bfc9922a79ead21d6f53c65e -size 117992 +oid sha256:4cfd443ef88daeb7f65bfcddd0be9aa8d3a038f6a8884e59c4524b3ed2b29cd0 +size 142277 diff --git a/series.conf b/series.conf index 0de5d373..2ff1edf1 100644 --- a/series.conf +++ b/series.conf @@ -262,6 +262,50 @@ patches.suse/btrfs-use-correct-device-for-maps.patch patches.suse/btrfs-fall-back-to-global-reservation-when-removing-subvolumes patches.suse/btrfs-check-index-in-extent_buffer_page + patches.suse/btrfs-0001-Release-uuid_mutex-for-shrink-during-device-de.patch + patches.suse/btrfs-0002-add-missing-error-checks-to-add_data_reference.patch + patches.suse/btrfs-0003-set-qgroup_ulist-to-be-null-after-calling-ulis.patch + patches.suse/btrfs-0004-fix-get-set-label-blocking-against-balance.patch + patches.suse/btrfs-0005-reset-ret-in-record_one_backref.patch + patches.suse/btrfs-0006-cleanup-reloc-roots-properly-on-error.patch + patches.suse/btrfs-0007-don-t-bother-autodefragging-if-our-root-is-goi.patch + patches.suse/btrfs-0008-use-u64-for-subvolid-when-parsing-mount-option.patch + patches.suse/btrfs-0009-add-missing-mounting-options-in-btrfs_show_opt.patch + patches.suse/btrfs-0010-change-how-we-queue-blocks-for-backref-checkin.patch + patches.suse/btrfs-0011-don-t-bug_on-when-we-fail-when-cleaning-up-tra.patch + patches.suse/btrfs-0012-add-missing-error-check-to-find_parent_nodes.patch + patches.suse/btrfs-0013-add-missing-error-handling-to-read_tree_block.patch + patches.suse/btrfs-0014-handle-errors-when-doing-slow-caching.patch + patches.suse/btrfs-0015-check-our-parent-dir-when-doing-a-compare-send.patch + patches.suse/btrfs-0016-deal-with-enomem-in-the-rewind-path.patch + patches.suse/btrfs-0017-stop-using-GFP_ATOMIC-when-allocating-rewind-e.patch + patches.suse/btrfs-0018-fix-inode-leak-on-kmalloc-failure-in-tree-log..patch + patches.suse/btrfs-0019-don-t-ignore-errors-from-btrfs_run_delayed_ite.patch + patches.suse/btrfs-0020-return-ENOSPC-when-target-space-is-full.patch + patches.suse/btrfs-0021-fix-possible-memory-leak-in-find_parent_nodes.patch + patches.suse/btrfs-0022-skip-subvol-entries-when-checking-if-we-ve-cre.patch + patches.suse/btrfs-0023-don-t-allow-a-subvol-to-be-deleted-if-it-is-th.patch + patches.suse/btrfs-0024-fix-the-error-handling-wrt-orphan-items.patch + patches.suse/btrfs-0025-fix-heavy-delalloc-related-deadlock.patch + patches.suse/btrfs-0026-fix-oops-when-writing-dirty-qgroups-to-disk.patch + patches.suse/btrfs-0027-move-btrfs_free_qgroup_config-out-of-spin_lock.patch + patches.suse/btrfs-0028-add-missing-error-code-to-btrfs_IOC_INO_LOOKUP.patch + patches.suse/btrfs-0029-don-t-miss-inode-ref-items-in-btrfs_IOC_INO_LO.patch + patches.suse/btrfs-0030-fix-memory-leak-of-orphan-block-rsv.patch + patches.suse/btrfs-0031-fix-printing-of-non-NULL-terminated-string.patch + patches.suse/btrfs-0032-do-not-clear-our-orphan-item-runtime-flag-on-e.patch + patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch + patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch + + patches.suse/btrfs-use-end-trans-in-label-ioctl + patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl + patches.suse/introduce-kobj_completion + patches.suse/btrfs-export-supported-featured-to-sysfs + patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs + patches.suse/btrfs-publish-per-super-features-to-sysfs + patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs + patches.suse/btrfs-add-ability-to-change-features-via-sysfs + patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors ######################################################## # Reiserfs Patches @@ -436,6 +480,8 @@ # Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN) +hare patches.suse/no-partition-scan + patches.fixes/power_supply-Prevent-suspend-until-power-supply-even.patch + ######################################################## # Other drivers we have added to the tree ######################################################## diff --git a/source-timestamp b/source-timestamp index 976f3022..a6cef680 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2013-09-14 20:49:04 +0200 -GIT Revision: 138332147e46f04b20c7ed57069cabd1f3ad5cc8 +2013-09-20 21:16:16 +0200 +GIT Revision: 50dfbd054652d6340d62c68e7130bd6705e7b234 GIT Branch: master