GIT Revision: f82d3b3919495e9751ca8d49b6796a23dd47e7f7

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=94
This commit is contained in:
Michal Marek 2012-01-05 06:02:06 +00:00 committed by Git OBS Bridge
parent f12bbef9a2
commit 1f5426abff
33 changed files with 5555 additions and 50 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:bf927c5edc5115d2e9b952e69b87abda7458b3dbe8d817e7b304ed114e769eb5 oid sha256:2d3be68acff5cd9d3cd0d5e76e21c12e9b8b41f765640dcac091d227ac068701
size 513 size 491

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 4 10:41:26 CET 2012 - jslaby@suse.cz
- Revert "- btrfs: use correct device for maps (bnc#672923)."
This reverts commit 7e6bd95918d9b297d628b36d4b029da7cc335ca5.
We mauy break kABI here and use the cleaner version :).
- commit 897def2
-------------------------------------------------------------------
Wed Jan 4 10:36:49 CET 2012 - jslaby@suse.cz
- Linux 3.1.7.
- commit 587be3b
-------------------------------------------------------------------
Mon Jan 2 13:42:24 CET 2012 - dsterba@suse.cz
- btrfs: use correct device for maps (bnc#672923).
- Delete
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch.
- Delete
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch.
- commit 7e6bd95
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
@ -6,6 +30,12 @@ Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
(bnc#718831). (bnc#718831).
- commit 05b6faf - commit 05b6faf
-------------------------------------------------------------------
Fri Dec 30 15:20:59 CET 2011 - bpoirier@suse.de
- net: Add a flow_cache_flush_deferred function (bnc#737624).
- commit 69bd36b
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
@ -16,11 +46,389 @@ Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz
- Linux 3.1.6. - Linux 3.1.6.
- Revert "clocksource: Avoid selecting mult values that might
overflow when adjusted".
- Revert "inet: add a redirect generation id in inetpeer".
- Delete - Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch. patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete - Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch. patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit b8a97c0 - Linux 3.1.6.
- Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit 2f8a8c2
-------------------------------------------------------------------
Tue Dec 20 19:14:35 CET 2011 - dsterba@suse.cz
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- btrfs: keep orphans for subvolume deletion (FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: add a cond_resched() into the worker loop (FATE#306586).
- BTRFS: Establish i_ops before calling d_instantiate
(FATE#306586).
- Btrfs: deal with NULL srv_rsv in the delalloc inode reservation
code (FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- Btrfs: unplug every once and a while (FATE#306586).
- btrfs: lock and disable irq during space alloc (FATE#306586
bnc#730103).
- Refresh
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch.
- Delete
patches.suse/btrfs-0901-fix-num_workers_starting-bug-and-other-bugs-in.patch.
- Delete
patches.suse/btrfs-0902-deal-with-enospc-from-dirtying-inodes-properly.patch.
- Delete
patches.suse/btrfs-0903-fix-how-we-do-delalloc-reservations-and-how-we.patch.
- Delete
patches.suse/btrfs-0904-fix-leaked-space-in-truncate.patch.
- Delete
patches.suse/btrfs-0905-only-set-cache_generation-if-we-setup-the-bloc.patch.
- Delete
patches.suse/btrfs-0906-don-t-panic-if-orphan-item-already-exists.patch.
- Delete
patches.suse/btrfs-8027-fix-ctime-update-of-on-disk-inode.patch.
- Delete
patches.suse/btrfs-8028-fix-wrong-disk-space-information-of-the-files.patch.
- Delete
patches.suse/btrfs-8029-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch.
- Delete
patches.suse/btrfs-8030-fix-inaccurate-available-space-on-raid0-profil.patch.
- commit e3967f3
-------------------------------------------------------------------
Thu Dec 15 17:55:50 CET 2011 - dsterba@suse.cz
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: fix possible deadlock when opening a seed device
(FATE#306586).
- Btrfs: update global block_rsv when creating a new block group
(FATE#306586).
- btrfs: workaround for cleaner deadlock (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- commit 5341000
-------------------------------------------------------------------
Wed Dec 14 17:28:21 CET 2011 - dsterba@suse.cz
- btrfs: Introduce btrfs_get_maps_dev() (bnc#672923).
- vfs: allow /proc/pid/maps to return a custom device
(bnc#672923).
- Btrfs: make lzo the default compression scheme (FATE#306586).
- btrfs: add new ioctl to determine size of compressed file
(FATE#306586).
- Sector Size check during Mount (FATE#306586 bnc#724620).
- Btrfs: rewrite btrfs_trim_block_group() (FATE#306586).
- btrfs: allow cross-subvolume file clone (bnc#698540).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: add allocator tracepoints (FATE#306586).
- Btrfs: fix btrfs_end_bio to deal with write errors to a single
mirror (FATE#306586).
- Btrfs: drop spin lock when memory alloc fails (FATE#306586).
- Btrfs: check if the to-be-added device is writable
(FATE#306586).
- Btrfs: try cluster but don't advance in search list
(FATE#306586).
- Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
(FATE#306586).
- Btrfs: fix meta data raid-repair merge problem (FATE#306586).
- Btrfs: skip allocation attempt from empty cluster (FATE#306586).
- Btrfs: skip block groups without enough space for a cluster
(FATE#306586).
- Btrfs: start search for new cluster at the beginning
(FATE#306586).
- Btrfs: reset cluster's max_size when creating bitmap
(FATE#306586).
- Btrfs: initialize new bitmaps' list (FATE#306586).
- Btrfs: fix oops when calling statfs on readonly device
(FATE#306586).
- Btrfs: Don't error on resizing FS to same size (FATE#306586).
- Btrfs: fix deadlock on metadata reservation when evicting a
inode (FATE#306586).
- btrfs scrub: handle -ENOMEM from init_ipath() (FATE#306586).
- Btrfs: remove free-space-cache.c WARN during log replay
(FATE#306586).
- Btrfs: sectorsize align offsets in fiemap (FATE#306586).
- Btrfs: clear pages dirty for io and set them extent mapped
(FATE#306586).
- Btrfs: wait on caching if we're loading the free space cache
(FATE#306586).
- Btrfs: prefix resize related printks with btrfs: (FATE#306586).
- btrfs: fix stat blocks accounting (FATE#306586).
- Btrfs: avoid unnecessary bitmap search for cluster setup
(FATE#306586).
- Btrfs: fix to search one more bitmap for cluster setup
(FATE#306586).
- btrfs: mirror_num should be int, not u64 (FATE#306586).
- btrfs: Fix up 32/64-bit compatibility for new ioctls
(FATE#306586).
- Btrfs: fix barrier flushes (FATE#306586).
- Btrfs: fix tree corruption after multi-thread snapshots and
inode_cache flush (FATE#306586).
- btrfs: rename the option to nospace_cache (FATE#306586).
- Btrfs: handle bio_add_page failure gracefully in scrub
(FATE#306586).
- Btrfs: fix deadlock caused by the race between relocation
(FATE#306586).
- Btrfs: only map pages if we know we need them when reading
the space cache (FATE#306586).
- Btrfs: fix orphan backref nodes (FATE#306586).
- Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
(FATE#306586).
- Btrfs: fix unreleased path in btrfs_orphan_cleanup()
(FATE#306586).
- Btrfs: fix no reserved space for writing out inode cache
(FATE#306586).
- Btrfs: fix nocow when deleting the item (FATE#306586).
- Btrfs: tweak the delayed inode reservations again (FATE#306586).
- Btrfs: rework error handling in btrfs_mount() (FATE#306586).
- Btrfs: close devices on all error paths in open_ctree()
(FATE#306586).
- Btrfs: avoid null dereference and leaks when bailing from
open_ctree() (FATE#306586).
- Btrfs: fix subvol_name leak on error in btrfs_mount()
(FATE#306586).
- Btrfs: fix memory leak in btrfs_parse_early_options()
(FATE#306586).
- Btrfs: fix our reservations for updating an inode when
completing io (FATE#306586).
- Btrfs: fix oops on NULL trans handle in btrfs_truncate
(FATE#306586).
- btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
(FATE#306586).
- Btrfs: check for a null fs root when writing to the backup
root log (FATE#306586).
- Btrfs: fix race during transaction joins (FATE#306586).
- Btrfs: fix a potential btrfs_bio leak on scrub fixups
(FATE#306586).
- Btrfs: stop leaking btrfs_bios on readahead (FATE#306586).
- Btrfs: stop the readahead threads on failed mount (FATE#306586).
- Btrfs: fix extent_buffer leak in the metadata IO error handling
(FATE#306586).
- Btrfs: fix the new inspection ioctls for 32 bit compat
(FATE#306586).
- btrfs: integrating raid-repair and scrub-fixup-nodatasum
(FATE#306586).
- btrfs: Moved repair code from inode.c to extent_io.c
(FATE#306586).
- btrfs: Put mirror_num in bi_bdev (FATE#306586).
- btrfs: Do not use bio->bi_bdev after submission (FATE#306586).
- btrfs: btrfs_multi_bio replaced with btrfs_bio (FATE#306586).
- btrfs: new ioctls to do logical->inode and inode->path resolving
(FATE#306586).
- btrfs scrub: add fixup code for errors on nodatasum files
(FATE#306586).
- btrfs scrub: use int for mirror_num, not u64 (FATE#306586).
- btrfs: add mirror_num to extent_read_full_page (FATE#306586).
- btrfs scrub: bugfix: mirror_num off by one (FATE#306586).
- btrfs scrub: print paths of corrupted files (FATE#306586).
- btrfs scrub: added unverified_errors (FATE#306586).
- btrfs: added helper functions to iterate backrefs (FATE#306586).
- btrfs: use readahead API for scrub (FATE#306586).
- btrfs: hooks for readahead (FATE#306586).
- btrfs: initial readahead code and prototypes (FATE#306586).
- btrfs: state information for readahead (FATE#306586).
- btrfs: add READAHEAD extent buffer flag (FATE#306586).
- btrfs: add an extra wait mode to read_extent_buffer_pages
(FATE#306586).
- Btrfs: fix delayed insertion reservation (FATE#306586).
- Btrfs: ClearPageError during writepage and clean_tree_block
(FATE#306586).
- Btrfs: be smarter about committing the transaction in
reserve_metadata_bytes (FATE#306586).
- Btrfs: make a delayed_block_rsv for the delayed item insertion
(FATE#306586).
- Btrfs: add a log of past tree roots (FATE#306586).
- btrfs: separate superblock items out of fs_info (FATE#306586).
- Btrfs: use the global reserve when truncating the free space
cache inode (FATE#306586).
- Btrfs: release metadata from global reserve if we have to
fallback for unlink (FATE#306586).
- Btrfs: make sure to flush queued bios if write_cache_pages waits
(FATE#306586).
- Btrfs: fix extent pinning bugs in the tree log (FATE#306586).
- Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
(FATE#306586).
- Btrfs: don't wait as long for more batches during SSD log commit
(FATE#306586).
- btrfs: ratelimit WARN_ON in use_block_rsv (FATE#306586).
- btrfs: do not allow mounting non-subvolumes via subvol option
(FATE#306586).
- Btrfs: close all bdevs on mount failure (FATE#306586).
- Btrfs: fix a bug when opening seed devices (FATE#306586).
- btrfs: fix oops on failure path (FATE#306586).
- Btrfs: fix race between multi-task space allocation and caching
space (FATE#306586).
- Btrfs: fix return value of btrfs_get_acl() (FATE#306586).
- Btrfs: pass the correct root to lookup_free_space_inode()
(FATE#306586).
- Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
(FATE#306586).
- Btrfs: fix direct-io vs nodatacow (FATE#306586).
- Btrfs: remove BUG_ON() in compress_file_range() (FATE#306586).
- Btrfs: fix array bound checking (FATE#306586).
- btrfs: return EINVAL if start > total_bytes in fitrim ioctl
(FATE#306586).
- Btrfs: honor extent thresh during defragmentation (FATE#306586).
- btrfs: trivial fix, a potential memory leak in
btrfs_parse_early_options() (FATE#306586).
- Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
(FATE#306586).
- Btrfs: use i_size_read() in btrfs_defrag_file() (FATE#306586).
- Btrfs: fix defragmentation regression (FATE#306586).
- btrfs: fix memory leak in btrfs_defrag_file (FATE#306586).
- btrfs: check file extent backref offset underflow (FATE#306586).
- Btrfs: don't flush the cache inode before writing it
(FATE#306586).
- Btrfs: if we have a lot of pinned space, commit the transaction
(FATE#306586).
- Btrfs: seperate out btrfs_block_rsv_check out into 2 different
functions (FATE#306586).
- Btrfs: reserve some space for an orphan item when unlinking
(FATE#306586).
- Btrfs: release trans metadata bytes before flushing delayed refs
(FATE#306586).
- Btrfs: allow shrink_delalloc flush the needed reclaimed pages
(FATE#306586).
- Btrfs: wait for ordered extents if we're in trouble when
shrinking delalloc (FATE#306586).
- Btrfs: don't check bytes_pinned to determine if we should
commit the transaction (FATE#306586).
- Btrfs: fix regression in re-setting a large xattr (FATE#306586).
- Btrfs: fix the amount of space reserved for unlink
(FATE#306586).
- Btrfs: wait for ordered extents if we didn't reclaim enough
(FATE#306586).
- Btrfs: inline checksums into the disk free space cache
(FATE#306586).
- Btrfs: take overflow into account in reserving space
(FATE#306586).
- Btrfs: check the return value of filemap_write_and_wait in
the space cache (FATE#306586).
- Btrfs: add a io_ctl struct and helpers for dealing with the
space cache (FATE#306586).
- Btrfs: don't skip writing out a empty block groups cache
(FATE#306586).
- Btrfs: introduce mount option no_space_cache (FATE#306586).
- Btrfs: only inherit btrfs specific flags when creating files
(FATE#306586).
- Btrfs: allow us to overcommit our enospc reservations
(FATE#306586).
- Btrfs: break out of orphan cleanup if we can't make progress
(FATE#306586).
- Btrfs: use the global reserve as a backup for deleting inodes
(FATE#306586).
- Btrfs: stop using write_one_page (FATE#306586).
- Btrfs: introduce convert_extent_bit (FATE#306586).
- Btrfs: check unused against how much space we actually want
(FATE#306586).
- Btrfs: fix orphan cleanup regression (FATE#306586).
- Btrfs: use the inode's mapping mask for allocating pages
(FATE#306586).
- Btrfs: delay iput when deleting a block group (FATE#306586).
- Btrfs: make sure to unset trans->block_rsv before running
delayed refs (FATE#306586).
- Btrfs: stop passing a trans handle all around the reservation
code (FATE#306586).
- Btrfs: don't get the block_rsv in btrfs_free_tree_block
(FATE#306586).
- Btrfs: use the transactions block_rsv for the csum root
(FATE#306586).
- Btrfs: handle enospc accounting for free space inodes
(FATE#306586).
- Btrfs: put the block group cache after we commit the super
(FATE#306586).
- Btrfs: set truncate block rsv's size (FATE#306586).
- Btrfs: don't increase the block_rsv's size when emergency
allocating space (FATE#306586).
- Btrfs: fix space leak when we fail to make an allocation
(FATE#306586).
- Btrfs: fix call to btrfs_search_slot in free space cache
(FATE#306586).
- Btrfs: allow callers to specify if flushing can occur for
btrfs_block_rsv_check (FATE#306586).
- Btrfs: reduce the amount of space needed for truncates
(FATE#306586).
- Btrfs: only reserve space in fallocate if we have to do a
preallocate (FATE#306586).
- Btrfs: kill btrfs_truncate_reserve_metadata (FATE#306586).
- Btrfs: optimize how we account for space in truncate
(FATE#306586).
- Btrfs: don't try to commit in btrfs_block_rsv_check
(FATE#306586).
- Btrfs: kill unused parts of block_rsv (FATE#306586).
- Btrfs: ratelimit the generation printk for the free space cache
(FATE#306586).
- Btrfs: fix how we reserve space for deleting inodes
(FATE#306586).
- Btrfs: kill the durable block rsv stuff (FATE#306586).
- Btrfs: kill the orphan space calculation for snapshots
(FATE#306586).
- Btrfs: calculate checksum space correctly (FATE#306586).
- Btrfs: skip looking for delalloc if we don't have
->fill_delalloc (FATE#306586).
- Btrfs: use bytes_may_use for all ENOSPC reservations
(FATE#306586).
- Btrfs: fix how we mount subvol=<whatever> (FATE#306586).
- Btrfs: use d_obtain_alias when mounting subvol/subvolid
(FATE#306586).
- Btrfs: kill reserved_bytes in inode (FATE#306586).
- Btrfs: move stuff around in btrfs_inode to get better packing
(FATE#306586).
- commit ba3fdbf
-------------------------------------------------------------------
Tue Dec 13 19:48:57 CET 2011 - bpoirier@suse.de
- batman-adv: Only write requested number of byte to user buffer
(bnc#736149 CVE-2011-4604).
- batman-adv: bat_socket_read missing checks (bnc#736149
CVE-2011-4604).
- commit 94c2b73
-------------------------------------------------------------------
Mon Dec 12 13:16:03 CET 2011 - mmarek@suse.cz
- Revert "USB: fix ehci alignment error".
- kabi/severities: Check drivers/usb again
- commit 6f443ef
-------------------------------------------------------------------
Mon Dec 12 02:34:32 CET 2011 - trenn@suse.de
- x86, x2apic: Enable the bios request for x2apic optout.
- commit c1c0cfd
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.1 %define srcversion 3.1
%define patchversion 3.1.6 %define patchversion 3.1.7
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-debug Name: kernel-debug
Summary: A Debug Version of the Kernel Summary: A Debug Version of the Kernel
Version: 3.1.6 Version: 3.1.7
Release: 0 Release: 0
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 4 10:41:26 CET 2012 - jslaby@suse.cz
- Revert "- btrfs: use correct device for maps (bnc#672923)."
This reverts commit 7e6bd95918d9b297d628b36d4b029da7cc335ca5.
We mauy break kABI here and use the cleaner version :).
- commit 897def2
-------------------------------------------------------------------
Wed Jan 4 10:36:49 CET 2012 - jslaby@suse.cz
- Linux 3.1.7.
- commit 587be3b
-------------------------------------------------------------------
Mon Jan 2 13:42:24 CET 2012 - dsterba@suse.cz
- btrfs: use correct device for maps (bnc#672923).
- Delete
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch.
- Delete
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch.
- commit 7e6bd95
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
@ -6,6 +30,12 @@ Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
(bnc#718831). (bnc#718831).
- commit 05b6faf - commit 05b6faf
-------------------------------------------------------------------
Fri Dec 30 15:20:59 CET 2011 - bpoirier@suse.de
- net: Add a flow_cache_flush_deferred function (bnc#737624).
- commit 69bd36b
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
@ -16,11 +46,389 @@ Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz
- Linux 3.1.6. - Linux 3.1.6.
- Revert "clocksource: Avoid selecting mult values that might
overflow when adjusted".
- Revert "inet: add a redirect generation id in inetpeer".
- Delete - Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch. patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete - Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch. patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit b8a97c0 - Linux 3.1.6.
- Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit 2f8a8c2
-------------------------------------------------------------------
Tue Dec 20 19:14:35 CET 2011 - dsterba@suse.cz
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- btrfs: keep orphans for subvolume deletion (FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: add a cond_resched() into the worker loop (FATE#306586).
- BTRFS: Establish i_ops before calling d_instantiate
(FATE#306586).
- Btrfs: deal with NULL srv_rsv in the delalloc inode reservation
code (FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- Btrfs: unplug every once and a while (FATE#306586).
- btrfs: lock and disable irq during space alloc (FATE#306586
bnc#730103).
- Refresh
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch.
- Delete
patches.suse/btrfs-0901-fix-num_workers_starting-bug-and-other-bugs-in.patch.
- Delete
patches.suse/btrfs-0902-deal-with-enospc-from-dirtying-inodes-properly.patch.
- Delete
patches.suse/btrfs-0903-fix-how-we-do-delalloc-reservations-and-how-we.patch.
- Delete
patches.suse/btrfs-0904-fix-leaked-space-in-truncate.patch.
- Delete
patches.suse/btrfs-0905-only-set-cache_generation-if-we-setup-the-bloc.patch.
- Delete
patches.suse/btrfs-0906-don-t-panic-if-orphan-item-already-exists.patch.
- Delete
patches.suse/btrfs-8027-fix-ctime-update-of-on-disk-inode.patch.
- Delete
patches.suse/btrfs-8028-fix-wrong-disk-space-information-of-the-files.patch.
- Delete
patches.suse/btrfs-8029-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch.
- Delete
patches.suse/btrfs-8030-fix-inaccurate-available-space-on-raid0-profil.patch.
- commit e3967f3
-------------------------------------------------------------------
Thu Dec 15 17:55:50 CET 2011 - dsterba@suse.cz
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: fix possible deadlock when opening a seed device
(FATE#306586).
- Btrfs: update global block_rsv when creating a new block group
(FATE#306586).
- btrfs: workaround for cleaner deadlock (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- commit 5341000
-------------------------------------------------------------------
Wed Dec 14 17:28:21 CET 2011 - dsterba@suse.cz
- btrfs: Introduce btrfs_get_maps_dev() (bnc#672923).
- vfs: allow /proc/pid/maps to return a custom device
(bnc#672923).
- Btrfs: make lzo the default compression scheme (FATE#306586).
- btrfs: add new ioctl to determine size of compressed file
(FATE#306586).
- Sector Size check during Mount (FATE#306586 bnc#724620).
- Btrfs: rewrite btrfs_trim_block_group() (FATE#306586).
- btrfs: allow cross-subvolume file clone (bnc#698540).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: add allocator tracepoints (FATE#306586).
- Btrfs: fix btrfs_end_bio to deal with write errors to a single
mirror (FATE#306586).
- Btrfs: drop spin lock when memory alloc fails (FATE#306586).
- Btrfs: check if the to-be-added device is writable
(FATE#306586).
- Btrfs: try cluster but don't advance in search list
(FATE#306586).
- Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
(FATE#306586).
- Btrfs: fix meta data raid-repair merge problem (FATE#306586).
- Btrfs: skip allocation attempt from empty cluster (FATE#306586).
- Btrfs: skip block groups without enough space for a cluster
(FATE#306586).
- Btrfs: start search for new cluster at the beginning
(FATE#306586).
- Btrfs: reset cluster's max_size when creating bitmap
(FATE#306586).
- Btrfs: initialize new bitmaps' list (FATE#306586).
- Btrfs: fix oops when calling statfs on readonly device
(FATE#306586).
- Btrfs: Don't error on resizing FS to same size (FATE#306586).
- Btrfs: fix deadlock on metadata reservation when evicting a
inode (FATE#306586).
- btrfs scrub: handle -ENOMEM from init_ipath() (FATE#306586).
- Btrfs: remove free-space-cache.c WARN during log replay
(FATE#306586).
- Btrfs: sectorsize align offsets in fiemap (FATE#306586).
- Btrfs: clear pages dirty for io and set them extent mapped
(FATE#306586).
- Btrfs: wait on caching if we're loading the free space cache
(FATE#306586).
- Btrfs: prefix resize related printks with btrfs: (FATE#306586).
- btrfs: fix stat blocks accounting (FATE#306586).
- Btrfs: avoid unnecessary bitmap search for cluster setup
(FATE#306586).
- Btrfs: fix to search one more bitmap for cluster setup
(FATE#306586).
- btrfs: mirror_num should be int, not u64 (FATE#306586).
- btrfs: Fix up 32/64-bit compatibility for new ioctls
(FATE#306586).
- Btrfs: fix barrier flushes (FATE#306586).
- Btrfs: fix tree corruption after multi-thread snapshots and
inode_cache flush (FATE#306586).
- btrfs: rename the option to nospace_cache (FATE#306586).
- Btrfs: handle bio_add_page failure gracefully in scrub
(FATE#306586).
- Btrfs: fix deadlock caused by the race between relocation
(FATE#306586).
- Btrfs: only map pages if we know we need them when reading
the space cache (FATE#306586).
- Btrfs: fix orphan backref nodes (FATE#306586).
- Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
(FATE#306586).
- Btrfs: fix unreleased path in btrfs_orphan_cleanup()
(FATE#306586).
- Btrfs: fix no reserved space for writing out inode cache
(FATE#306586).
- Btrfs: fix nocow when deleting the item (FATE#306586).
- Btrfs: tweak the delayed inode reservations again (FATE#306586).
- Btrfs: rework error handling in btrfs_mount() (FATE#306586).
- Btrfs: close devices on all error paths in open_ctree()
(FATE#306586).
- Btrfs: avoid null dereference and leaks when bailing from
open_ctree() (FATE#306586).
- Btrfs: fix subvol_name leak on error in btrfs_mount()
(FATE#306586).
- Btrfs: fix memory leak in btrfs_parse_early_options()
(FATE#306586).
- Btrfs: fix our reservations for updating an inode when
completing io (FATE#306586).
- Btrfs: fix oops on NULL trans handle in btrfs_truncate
(FATE#306586).
- btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
(FATE#306586).
- Btrfs: check for a null fs root when writing to the backup
root log (FATE#306586).
- Btrfs: fix race during transaction joins (FATE#306586).
- Btrfs: fix a potential btrfs_bio leak on scrub fixups
(FATE#306586).
- Btrfs: stop leaking btrfs_bios on readahead (FATE#306586).
- Btrfs: stop the readahead threads on failed mount (FATE#306586).
- Btrfs: fix extent_buffer leak in the metadata IO error handling
(FATE#306586).
- Btrfs: fix the new inspection ioctls for 32 bit compat
(FATE#306586).
- btrfs: integrating raid-repair and scrub-fixup-nodatasum
(FATE#306586).
- btrfs: Moved repair code from inode.c to extent_io.c
(FATE#306586).
- btrfs: Put mirror_num in bi_bdev (FATE#306586).
- btrfs: Do not use bio->bi_bdev after submission (FATE#306586).
- btrfs: btrfs_multi_bio replaced with btrfs_bio (FATE#306586).
- btrfs: new ioctls to do logical->inode and inode->path resolving
(FATE#306586).
- btrfs scrub: add fixup code for errors on nodatasum files
(FATE#306586).
- btrfs scrub: use int for mirror_num, not u64 (FATE#306586).
- btrfs: add mirror_num to extent_read_full_page (FATE#306586).
- btrfs scrub: bugfix: mirror_num off by one (FATE#306586).
- btrfs scrub: print paths of corrupted files (FATE#306586).
- btrfs scrub: added unverified_errors (FATE#306586).
- btrfs: added helper functions to iterate backrefs (FATE#306586).
- btrfs: use readahead API for scrub (FATE#306586).
- btrfs: hooks for readahead (FATE#306586).
- btrfs: initial readahead code and prototypes (FATE#306586).
- btrfs: state information for readahead (FATE#306586).
- btrfs: add READAHEAD extent buffer flag (FATE#306586).
- btrfs: add an extra wait mode to read_extent_buffer_pages
(FATE#306586).
- Btrfs: fix delayed insertion reservation (FATE#306586).
- Btrfs: ClearPageError during writepage and clean_tree_block
(FATE#306586).
- Btrfs: be smarter about committing the transaction in
reserve_metadata_bytes (FATE#306586).
- Btrfs: make a delayed_block_rsv for the delayed item insertion
(FATE#306586).
- Btrfs: add a log of past tree roots (FATE#306586).
- btrfs: separate superblock items out of fs_info (FATE#306586).
- Btrfs: use the global reserve when truncating the free space
cache inode (FATE#306586).
- Btrfs: release metadata from global reserve if we have to
fallback for unlink (FATE#306586).
- Btrfs: make sure to flush queued bios if write_cache_pages waits
(FATE#306586).
- Btrfs: fix extent pinning bugs in the tree log (FATE#306586).
- Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
(FATE#306586).
- Btrfs: don't wait as long for more batches during SSD log commit
(FATE#306586).
- btrfs: ratelimit WARN_ON in use_block_rsv (FATE#306586).
- btrfs: do not allow mounting non-subvolumes via subvol option
(FATE#306586).
- Btrfs: close all bdevs on mount failure (FATE#306586).
- Btrfs: fix a bug when opening seed devices (FATE#306586).
- btrfs: fix oops on failure path (FATE#306586).
- Btrfs: fix race between multi-task space allocation and caching
space (FATE#306586).
- Btrfs: fix return value of btrfs_get_acl() (FATE#306586).
- Btrfs: pass the correct root to lookup_free_space_inode()
(FATE#306586).
- Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
(FATE#306586).
- Btrfs: fix direct-io vs nodatacow (FATE#306586).
- Btrfs: remove BUG_ON() in compress_file_range() (FATE#306586).
- Btrfs: fix array bound checking (FATE#306586).
- btrfs: return EINVAL if start > total_bytes in fitrim ioctl
(FATE#306586).
- Btrfs: honor extent thresh during defragmentation (FATE#306586).
- btrfs: trivial fix, a potential memory leak in
btrfs_parse_early_options() (FATE#306586).
- Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
(FATE#306586).
- Btrfs: use i_size_read() in btrfs_defrag_file() (FATE#306586).
- Btrfs: fix defragmentation regression (FATE#306586).
- btrfs: fix memory leak in btrfs_defrag_file (FATE#306586).
- btrfs: check file extent backref offset underflow (FATE#306586).
- Btrfs: don't flush the cache inode before writing it
(FATE#306586).
- Btrfs: if we have a lot of pinned space, commit the transaction
(FATE#306586).
- Btrfs: seperate out btrfs_block_rsv_check out into 2 different
functions (FATE#306586).
- Btrfs: reserve some space for an orphan item when unlinking
(FATE#306586).
- Btrfs: release trans metadata bytes before flushing delayed refs
(FATE#306586).
- Btrfs: allow shrink_delalloc flush the needed reclaimed pages
(FATE#306586).
- Btrfs: wait for ordered extents if we're in trouble when
shrinking delalloc (FATE#306586).
- Btrfs: don't check bytes_pinned to determine if we should
commit the transaction (FATE#306586).
- Btrfs: fix regression in re-setting a large xattr (FATE#306586).
- Btrfs: fix the amount of space reserved for unlink
(FATE#306586).
- Btrfs: wait for ordered extents if we didn't reclaim enough
(FATE#306586).
- Btrfs: inline checksums into the disk free space cache
(FATE#306586).
- Btrfs: take overflow into account in reserving space
(FATE#306586).
- Btrfs: check the return value of filemap_write_and_wait in
the space cache (FATE#306586).
- Btrfs: add a io_ctl struct and helpers for dealing with the
space cache (FATE#306586).
- Btrfs: don't skip writing out a empty block groups cache
(FATE#306586).
- Btrfs: introduce mount option no_space_cache (FATE#306586).
- Btrfs: only inherit btrfs specific flags when creating files
(FATE#306586).
- Btrfs: allow us to overcommit our enospc reservations
(FATE#306586).
- Btrfs: break out of orphan cleanup if we can't make progress
(FATE#306586).
- Btrfs: use the global reserve as a backup for deleting inodes
(FATE#306586).
- Btrfs: stop using write_one_page (FATE#306586).
- Btrfs: introduce convert_extent_bit (FATE#306586).
- Btrfs: check unused against how much space we actually want
(FATE#306586).
- Btrfs: fix orphan cleanup regression (FATE#306586).
- Btrfs: use the inode's mapping mask for allocating pages
(FATE#306586).
- Btrfs: delay iput when deleting a block group (FATE#306586).
- Btrfs: make sure to unset trans->block_rsv before running
delayed refs (FATE#306586).
- Btrfs: stop passing a trans handle all around the reservation
code (FATE#306586).
- Btrfs: don't get the block_rsv in btrfs_free_tree_block
(FATE#306586).
- Btrfs: use the transactions block_rsv for the csum root
(FATE#306586).
- Btrfs: handle enospc accounting for free space inodes
(FATE#306586).
- Btrfs: put the block group cache after we commit the super
(FATE#306586).
- Btrfs: set truncate block rsv's size (FATE#306586).
- Btrfs: don't increase the block_rsv's size when emergency
allocating space (FATE#306586).
- Btrfs: fix space leak when we fail to make an allocation
(FATE#306586).
- Btrfs: fix call to btrfs_search_slot in free space cache
(FATE#306586).
- Btrfs: allow callers to specify if flushing can occur for
btrfs_block_rsv_check (FATE#306586).
- Btrfs: reduce the amount of space needed for truncates
(FATE#306586).
- Btrfs: only reserve space in fallocate if we have to do a
preallocate (FATE#306586).
- Btrfs: kill btrfs_truncate_reserve_metadata (FATE#306586).
- Btrfs: optimize how we account for space in truncate
(FATE#306586).
- Btrfs: don't try to commit in btrfs_block_rsv_check
(FATE#306586).
- Btrfs: kill unused parts of block_rsv (FATE#306586).
- Btrfs: ratelimit the generation printk for the free space cache
(FATE#306586).
- Btrfs: fix how we reserve space for deleting inodes
(FATE#306586).
- Btrfs: kill the durable block rsv stuff (FATE#306586).
- Btrfs: kill the orphan space calculation for snapshots
(FATE#306586).
- Btrfs: calculate checksum space correctly (FATE#306586).
- Btrfs: skip looking for delalloc if we don't have
->fill_delalloc (FATE#306586).
- Btrfs: use bytes_may_use for all ENOSPC reservations
(FATE#306586).
- Btrfs: fix how we mount subvol=<whatever> (FATE#306586).
- Btrfs: use d_obtain_alias when mounting subvol/subvolid
(FATE#306586).
- Btrfs: kill reserved_bytes in inode (FATE#306586).
- Btrfs: move stuff around in btrfs_inode to get better packing
(FATE#306586).
- commit ba3fdbf
-------------------------------------------------------------------
Tue Dec 13 19:48:57 CET 2011 - bpoirier@suse.de
- batman-adv: Only write requested number of byte to user buffer
(bnc#736149 CVE-2011-4604).
- batman-adv: bat_socket_read missing checks (bnc#736149
CVE-2011-4604).
- commit 94c2b73
-------------------------------------------------------------------
Mon Dec 12 13:16:03 CET 2011 - mmarek@suse.cz
- Revert "USB: fix ehci alignment error".
- kabi/severities: Check drivers/usb again
- commit 6f443ef
-------------------------------------------------------------------
Mon Dec 12 02:34:32 CET 2011 - trenn@suse.de
- x86, x2apic: Enable the bios request for x2apic optout.
- commit c1c0cfd
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.1 %define srcversion 3.1
%define patchversion 3.1.6 %define patchversion 3.1.7
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-default Name: kernel-default
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.1.6 Version: 3.1.7
Release: 0 Release: 0
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 4 10:41:26 CET 2012 - jslaby@suse.cz
- Revert "- btrfs: use correct device for maps (bnc#672923)."
This reverts commit 7e6bd95918d9b297d628b36d4b029da7cc335ca5.
We mauy break kABI here and use the cleaner version :).
- commit 897def2
-------------------------------------------------------------------
Wed Jan 4 10:36:49 CET 2012 - jslaby@suse.cz
- Linux 3.1.7.
- commit 587be3b
-------------------------------------------------------------------
Mon Jan 2 13:42:24 CET 2012 - dsterba@suse.cz
- btrfs: use correct device for maps (bnc#672923).
- Delete
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch.
- Delete
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch.
- commit 7e6bd95
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
@ -6,6 +30,12 @@ Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
(bnc#718831). (bnc#718831).
- commit 05b6faf - commit 05b6faf
-------------------------------------------------------------------
Fri Dec 30 15:20:59 CET 2011 - bpoirier@suse.de
- net: Add a flow_cache_flush_deferred function (bnc#737624).
- commit 69bd36b
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
@ -16,11 +46,389 @@ Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz
- Linux 3.1.6. - Linux 3.1.6.
- Revert "clocksource: Avoid selecting mult values that might
overflow when adjusted".
- Revert "inet: add a redirect generation id in inetpeer".
- Delete - Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch. patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete - Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch. patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit b8a97c0 - Linux 3.1.6.
- Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit 2f8a8c2
-------------------------------------------------------------------
Tue Dec 20 19:14:35 CET 2011 - dsterba@suse.cz
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- btrfs: keep orphans for subvolume deletion (FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: add a cond_resched() into the worker loop (FATE#306586).
- BTRFS: Establish i_ops before calling d_instantiate
(FATE#306586).
- Btrfs: deal with NULL srv_rsv in the delalloc inode reservation
code (FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- Btrfs: unplug every once and a while (FATE#306586).
- btrfs: lock and disable irq during space alloc (FATE#306586
bnc#730103).
- Refresh
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch.
- Delete
patches.suse/btrfs-0901-fix-num_workers_starting-bug-and-other-bugs-in.patch.
- Delete
patches.suse/btrfs-0902-deal-with-enospc-from-dirtying-inodes-properly.patch.
- Delete
patches.suse/btrfs-0903-fix-how-we-do-delalloc-reservations-and-how-we.patch.
- Delete
patches.suse/btrfs-0904-fix-leaked-space-in-truncate.patch.
- Delete
patches.suse/btrfs-0905-only-set-cache_generation-if-we-setup-the-bloc.patch.
- Delete
patches.suse/btrfs-0906-don-t-panic-if-orphan-item-already-exists.patch.
- Delete
patches.suse/btrfs-8027-fix-ctime-update-of-on-disk-inode.patch.
- Delete
patches.suse/btrfs-8028-fix-wrong-disk-space-information-of-the-files.patch.
- Delete
patches.suse/btrfs-8029-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch.
- Delete
patches.suse/btrfs-8030-fix-inaccurate-available-space-on-raid0-profil.patch.
- commit e3967f3
-------------------------------------------------------------------
Thu Dec 15 17:55:50 CET 2011 - dsterba@suse.cz
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: fix possible deadlock when opening a seed device
(FATE#306586).
- Btrfs: update global block_rsv when creating a new block group
(FATE#306586).
- btrfs: workaround for cleaner deadlock (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- commit 5341000
-------------------------------------------------------------------
Wed Dec 14 17:28:21 CET 2011 - dsterba@suse.cz
- btrfs: Introduce btrfs_get_maps_dev() (bnc#672923).
- vfs: allow /proc/pid/maps to return a custom device
(bnc#672923).
- Btrfs: make lzo the default compression scheme (FATE#306586).
- btrfs: add new ioctl to determine size of compressed file
(FATE#306586).
- Sector Size check during Mount (FATE#306586 bnc#724620).
- Btrfs: rewrite btrfs_trim_block_group() (FATE#306586).
- btrfs: allow cross-subvolume file clone (bnc#698540).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: add allocator tracepoints (FATE#306586).
- Btrfs: fix btrfs_end_bio to deal with write errors to a single
mirror (FATE#306586).
- Btrfs: drop spin lock when memory alloc fails (FATE#306586).
- Btrfs: check if the to-be-added device is writable
(FATE#306586).
- Btrfs: try cluster but don't advance in search list
(FATE#306586).
- Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
(FATE#306586).
- Btrfs: fix meta data raid-repair merge problem (FATE#306586).
- Btrfs: skip allocation attempt from empty cluster (FATE#306586).
- Btrfs: skip block groups without enough space for a cluster
(FATE#306586).
- Btrfs: start search for new cluster at the beginning
(FATE#306586).
- Btrfs: reset cluster's max_size when creating bitmap
(FATE#306586).
- Btrfs: initialize new bitmaps' list (FATE#306586).
- Btrfs: fix oops when calling statfs on readonly device
(FATE#306586).
- Btrfs: Don't error on resizing FS to same size (FATE#306586).
- Btrfs: fix deadlock on metadata reservation when evicting a
inode (FATE#306586).
- btrfs scrub: handle -ENOMEM from init_ipath() (FATE#306586).
- Btrfs: remove free-space-cache.c WARN during log replay
(FATE#306586).
- Btrfs: sectorsize align offsets in fiemap (FATE#306586).
- Btrfs: clear pages dirty for io and set them extent mapped
(FATE#306586).
- Btrfs: wait on caching if we're loading the free space cache
(FATE#306586).
- Btrfs: prefix resize related printks with btrfs: (FATE#306586).
- btrfs: fix stat blocks accounting (FATE#306586).
- Btrfs: avoid unnecessary bitmap search for cluster setup
(FATE#306586).
- Btrfs: fix to search one more bitmap for cluster setup
(FATE#306586).
- btrfs: mirror_num should be int, not u64 (FATE#306586).
- btrfs: Fix up 32/64-bit compatibility for new ioctls
(FATE#306586).
- Btrfs: fix barrier flushes (FATE#306586).
- Btrfs: fix tree corruption after multi-thread snapshots and
inode_cache flush (FATE#306586).
- btrfs: rename the option to nospace_cache (FATE#306586).
- Btrfs: handle bio_add_page failure gracefully in scrub
(FATE#306586).
- Btrfs: fix deadlock caused by the race between relocation
(FATE#306586).
- Btrfs: only map pages if we know we need them when reading
the space cache (FATE#306586).
- Btrfs: fix orphan backref nodes (FATE#306586).
- Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
(FATE#306586).
- Btrfs: fix unreleased path in btrfs_orphan_cleanup()
(FATE#306586).
- Btrfs: fix no reserved space for writing out inode cache
(FATE#306586).
- Btrfs: fix nocow when deleting the item (FATE#306586).
- Btrfs: tweak the delayed inode reservations again (FATE#306586).
- Btrfs: rework error handling in btrfs_mount() (FATE#306586).
- Btrfs: close devices on all error paths in open_ctree()
(FATE#306586).
- Btrfs: avoid null dereference and leaks when bailing from
open_ctree() (FATE#306586).
- Btrfs: fix subvol_name leak on error in btrfs_mount()
(FATE#306586).
- Btrfs: fix memory leak in btrfs_parse_early_options()
(FATE#306586).
- Btrfs: fix our reservations for updating an inode when
completing io (FATE#306586).
- Btrfs: fix oops on NULL trans handle in btrfs_truncate
(FATE#306586).
- btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
(FATE#306586).
- Btrfs: check for a null fs root when writing to the backup
root log (FATE#306586).
- Btrfs: fix race during transaction joins (FATE#306586).
- Btrfs: fix a potential btrfs_bio leak on scrub fixups
(FATE#306586).
- Btrfs: stop leaking btrfs_bios on readahead (FATE#306586).
- Btrfs: stop the readahead threads on failed mount (FATE#306586).
- Btrfs: fix extent_buffer leak in the metadata IO error handling
(FATE#306586).
- Btrfs: fix the new inspection ioctls for 32 bit compat
(FATE#306586).
- btrfs: integrating raid-repair and scrub-fixup-nodatasum
(FATE#306586).
- btrfs: Moved repair code from inode.c to extent_io.c
(FATE#306586).
- btrfs: Put mirror_num in bi_bdev (FATE#306586).
- btrfs: Do not use bio->bi_bdev after submission (FATE#306586).
- btrfs: btrfs_multi_bio replaced with btrfs_bio (FATE#306586).
- btrfs: new ioctls to do logical->inode and inode->path resolving
(FATE#306586).
- btrfs scrub: add fixup code for errors on nodatasum files
(FATE#306586).
- btrfs scrub: use int for mirror_num, not u64 (FATE#306586).
- btrfs: add mirror_num to extent_read_full_page (FATE#306586).
- btrfs scrub: bugfix: mirror_num off by one (FATE#306586).
- btrfs scrub: print paths of corrupted files (FATE#306586).
- btrfs scrub: added unverified_errors (FATE#306586).
- btrfs: added helper functions to iterate backrefs (FATE#306586).
- btrfs: use readahead API for scrub (FATE#306586).
- btrfs: hooks for readahead (FATE#306586).
- btrfs: initial readahead code and prototypes (FATE#306586).
- btrfs: state information for readahead (FATE#306586).
- btrfs: add READAHEAD extent buffer flag (FATE#306586).
- btrfs: add an extra wait mode to read_extent_buffer_pages
(FATE#306586).
- Btrfs: fix delayed insertion reservation (FATE#306586).
- Btrfs: ClearPageError during writepage and clean_tree_block
(FATE#306586).
- Btrfs: be smarter about committing the transaction in
reserve_metadata_bytes (FATE#306586).
- Btrfs: make a delayed_block_rsv for the delayed item insertion
(FATE#306586).
- Btrfs: add a log of past tree roots (FATE#306586).
- btrfs: separate superblock items out of fs_info (FATE#306586).
- Btrfs: use the global reserve when truncating the free space
cache inode (FATE#306586).
- Btrfs: release metadata from global reserve if we have to
fallback for unlink (FATE#306586).
- Btrfs: make sure to flush queued bios if write_cache_pages waits
(FATE#306586).
- Btrfs: fix extent pinning bugs in the tree log (FATE#306586).
- Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
(FATE#306586).
- Btrfs: don't wait as long for more batches during SSD log commit
(FATE#306586).
- btrfs: ratelimit WARN_ON in use_block_rsv (FATE#306586).
- btrfs: do not allow mounting non-subvolumes via subvol option
(FATE#306586).
- Btrfs: close all bdevs on mount failure (FATE#306586).
- Btrfs: fix a bug when opening seed devices (FATE#306586).
- btrfs: fix oops on failure path (FATE#306586).
- Btrfs: fix race between multi-task space allocation and caching
space (FATE#306586).
- Btrfs: fix return value of btrfs_get_acl() (FATE#306586).
- Btrfs: pass the correct root to lookup_free_space_inode()
(FATE#306586).
- Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
(FATE#306586).
- Btrfs: fix direct-io vs nodatacow (FATE#306586).
- Btrfs: remove BUG_ON() in compress_file_range() (FATE#306586).
- Btrfs: fix array bound checking (FATE#306586).
- btrfs: return EINVAL if start > total_bytes in fitrim ioctl
(FATE#306586).
- Btrfs: honor extent thresh during defragmentation (FATE#306586).
- btrfs: trivial fix, a potential memory leak in
btrfs_parse_early_options() (FATE#306586).
- Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
(FATE#306586).
- Btrfs: use i_size_read() in btrfs_defrag_file() (FATE#306586).
- Btrfs: fix defragmentation regression (FATE#306586).
- btrfs: fix memory leak in btrfs_defrag_file (FATE#306586).
- btrfs: check file extent backref offset underflow (FATE#306586).
- Btrfs: don't flush the cache inode before writing it
(FATE#306586).
- Btrfs: if we have a lot of pinned space, commit the transaction
(FATE#306586).
- Btrfs: seperate out btrfs_block_rsv_check out into 2 different
functions (FATE#306586).
- Btrfs: reserve some space for an orphan item when unlinking
(FATE#306586).
- Btrfs: release trans metadata bytes before flushing delayed refs
(FATE#306586).
- Btrfs: allow shrink_delalloc flush the needed reclaimed pages
(FATE#306586).
- Btrfs: wait for ordered extents if we're in trouble when
shrinking delalloc (FATE#306586).
- Btrfs: don't check bytes_pinned to determine if we should
commit the transaction (FATE#306586).
- Btrfs: fix regression in re-setting a large xattr (FATE#306586).
- Btrfs: fix the amount of space reserved for unlink
(FATE#306586).
- Btrfs: wait for ordered extents if we didn't reclaim enough
(FATE#306586).
- Btrfs: inline checksums into the disk free space cache
(FATE#306586).
- Btrfs: take overflow into account in reserving space
(FATE#306586).
- Btrfs: check the return value of filemap_write_and_wait in
the space cache (FATE#306586).
- Btrfs: add a io_ctl struct and helpers for dealing with the
space cache (FATE#306586).
- Btrfs: don't skip writing out a empty block groups cache
(FATE#306586).
- Btrfs: introduce mount option no_space_cache (FATE#306586).
- Btrfs: only inherit btrfs specific flags when creating files
(FATE#306586).
- Btrfs: allow us to overcommit our enospc reservations
(FATE#306586).
- Btrfs: break out of orphan cleanup if we can't make progress
(FATE#306586).
- Btrfs: use the global reserve as a backup for deleting inodes
(FATE#306586).
- Btrfs: stop using write_one_page (FATE#306586).
- Btrfs: introduce convert_extent_bit (FATE#306586).
- Btrfs: check unused against how much space we actually want
(FATE#306586).
- Btrfs: fix orphan cleanup regression (FATE#306586).
- Btrfs: use the inode's mapping mask for allocating pages
(FATE#306586).
- Btrfs: delay iput when deleting a block group (FATE#306586).
- Btrfs: make sure to unset trans->block_rsv before running
delayed refs (FATE#306586).
- Btrfs: stop passing a trans handle all around the reservation
code (FATE#306586).
- Btrfs: don't get the block_rsv in btrfs_free_tree_block
(FATE#306586).
- Btrfs: use the transactions block_rsv for the csum root
(FATE#306586).
- Btrfs: handle enospc accounting for free space inodes
(FATE#306586).
- Btrfs: put the block group cache after we commit the super
(FATE#306586).
- Btrfs: set truncate block rsv's size (FATE#306586).
- Btrfs: don't increase the block_rsv's size when emergency
allocating space (FATE#306586).
- Btrfs: fix space leak when we fail to make an allocation
(FATE#306586).
- Btrfs: fix call to btrfs_search_slot in free space cache
(FATE#306586).
- Btrfs: allow callers to specify if flushing can occur for
btrfs_block_rsv_check (FATE#306586).
- Btrfs: reduce the amount of space needed for truncates
(FATE#306586).
- Btrfs: only reserve space in fallocate if we have to do a
preallocate (FATE#306586).
- Btrfs: kill btrfs_truncate_reserve_metadata (FATE#306586).
- Btrfs: optimize how we account for space in truncate
(FATE#306586).
- Btrfs: don't try to commit in btrfs_block_rsv_check
(FATE#306586).
- Btrfs: kill unused parts of block_rsv (FATE#306586).
- Btrfs: ratelimit the generation printk for the free space cache
(FATE#306586).
- Btrfs: fix how we reserve space for deleting inodes
(FATE#306586).
- Btrfs: kill the durable block rsv stuff (FATE#306586).
- Btrfs: kill the orphan space calculation for snapshots
(FATE#306586).
- Btrfs: calculate checksum space correctly (FATE#306586).
- Btrfs: skip looking for delalloc if we don't have
->fill_delalloc (FATE#306586).
- Btrfs: use bytes_may_use for all ENOSPC reservations
(FATE#306586).
- Btrfs: fix how we mount subvol=<whatever> (FATE#306586).
- Btrfs: use d_obtain_alias when mounting subvol/subvolid
(FATE#306586).
- Btrfs: kill reserved_bytes in inode (FATE#306586).
- Btrfs: move stuff around in btrfs_inode to get better packing
(FATE#306586).
- commit ba3fdbf
-------------------------------------------------------------------
Tue Dec 13 19:48:57 CET 2011 - bpoirier@suse.de
- batman-adv: Only write requested number of byte to user buffer
(bnc#736149 CVE-2011-4604).
- batman-adv: bat_socket_read missing checks (bnc#736149
CVE-2011-4604).
- commit 94c2b73
-------------------------------------------------------------------
Mon Dec 12 13:16:03 CET 2011 - mmarek@suse.cz
- Revert "USB: fix ehci alignment error".
- kabi/severities: Check drivers/usb again
- commit 6f443ef
-------------------------------------------------------------------
Mon Dec 12 02:34:32 CET 2011 - trenn@suse.de
- x86, x2apic: Enable the bios request for x2apic optout.
- commit c1c0cfd
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.1 %define srcversion 3.1
%define patchversion 3.1.6 %define patchversion 3.1.7
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-desktop Name: kernel-desktop
Summary: Kernel optimized for the desktop Summary: Kernel optimized for the desktop
Version: 3.1.6 Version: 3.1.7
Release: 0 Release: 0
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 4 10:41:26 CET 2012 - jslaby@suse.cz
- Revert "- btrfs: use correct device for maps (bnc#672923)."
This reverts commit 7e6bd95918d9b297d628b36d4b029da7cc335ca5.
We mauy break kABI here and use the cleaner version :).
- commit 897def2
-------------------------------------------------------------------
Wed Jan 4 10:36:49 CET 2012 - jslaby@suse.cz
- Linux 3.1.7.
- commit 587be3b
-------------------------------------------------------------------
Mon Jan 2 13:42:24 CET 2012 - dsterba@suse.cz
- btrfs: use correct device for maps (bnc#672923).
- Delete
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch.
- Delete
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch.
- commit 7e6bd95
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
@ -6,6 +30,12 @@ Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
(bnc#718831). (bnc#718831).
- commit 05b6faf - commit 05b6faf
-------------------------------------------------------------------
Fri Dec 30 15:20:59 CET 2011 - bpoirier@suse.de
- net: Add a flow_cache_flush_deferred function (bnc#737624).
- commit 69bd36b
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
@ -16,11 +46,389 @@ Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz
- Linux 3.1.6. - Linux 3.1.6.
- Revert "clocksource: Avoid selecting mult values that might
overflow when adjusted".
- Revert "inet: add a redirect generation id in inetpeer".
- Delete - Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch. patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete - Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch. patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit b8a97c0 - Linux 3.1.6.
- Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit 2f8a8c2
-------------------------------------------------------------------
Tue Dec 20 19:14:35 CET 2011 - dsterba@suse.cz
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- btrfs: keep orphans for subvolume deletion (FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: add a cond_resched() into the worker loop (FATE#306586).
- BTRFS: Establish i_ops before calling d_instantiate
(FATE#306586).
- Btrfs: deal with NULL srv_rsv in the delalloc inode reservation
code (FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- Btrfs: unplug every once and a while (FATE#306586).
- btrfs: lock and disable irq during space alloc (FATE#306586
bnc#730103).
- Refresh
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch.
- Delete
patches.suse/btrfs-0901-fix-num_workers_starting-bug-and-other-bugs-in.patch.
- Delete
patches.suse/btrfs-0902-deal-with-enospc-from-dirtying-inodes-properly.patch.
- Delete
patches.suse/btrfs-0903-fix-how-we-do-delalloc-reservations-and-how-we.patch.
- Delete
patches.suse/btrfs-0904-fix-leaked-space-in-truncate.patch.
- Delete
patches.suse/btrfs-0905-only-set-cache_generation-if-we-setup-the-bloc.patch.
- Delete
patches.suse/btrfs-0906-don-t-panic-if-orphan-item-already-exists.patch.
- Delete
patches.suse/btrfs-8027-fix-ctime-update-of-on-disk-inode.patch.
- Delete
patches.suse/btrfs-8028-fix-wrong-disk-space-information-of-the-files.patch.
- Delete
patches.suse/btrfs-8029-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch.
- Delete
patches.suse/btrfs-8030-fix-inaccurate-available-space-on-raid0-profil.patch.
- commit e3967f3
-------------------------------------------------------------------
Thu Dec 15 17:55:50 CET 2011 - dsterba@suse.cz
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: fix possible deadlock when opening a seed device
(FATE#306586).
- Btrfs: update global block_rsv when creating a new block group
(FATE#306586).
- btrfs: workaround for cleaner deadlock (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- commit 5341000
-------------------------------------------------------------------
Wed Dec 14 17:28:21 CET 2011 - dsterba@suse.cz
- btrfs: Introduce btrfs_get_maps_dev() (bnc#672923).
- vfs: allow /proc/pid/maps to return a custom device
(bnc#672923).
- Btrfs: make lzo the default compression scheme (FATE#306586).
- btrfs: add new ioctl to determine size of compressed file
(FATE#306586).
- Sector Size check during Mount (FATE#306586 bnc#724620).
- Btrfs: rewrite btrfs_trim_block_group() (FATE#306586).
- btrfs: allow cross-subvolume file clone (bnc#698540).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: add allocator tracepoints (FATE#306586).
- Btrfs: fix btrfs_end_bio to deal with write errors to a single
mirror (FATE#306586).
- Btrfs: drop spin lock when memory alloc fails (FATE#306586).
- Btrfs: check if the to-be-added device is writable
(FATE#306586).
- Btrfs: try cluster but don't advance in search list
(FATE#306586).
- Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
(FATE#306586).
- Btrfs: fix meta data raid-repair merge problem (FATE#306586).
- Btrfs: skip allocation attempt from empty cluster (FATE#306586).
- Btrfs: skip block groups without enough space for a cluster
(FATE#306586).
- Btrfs: start search for new cluster at the beginning
(FATE#306586).
- Btrfs: reset cluster's max_size when creating bitmap
(FATE#306586).
- Btrfs: initialize new bitmaps' list (FATE#306586).
- Btrfs: fix oops when calling statfs on readonly device
(FATE#306586).
- Btrfs: Don't error on resizing FS to same size (FATE#306586).
- Btrfs: fix deadlock on metadata reservation when evicting a
inode (FATE#306586).
- btrfs scrub: handle -ENOMEM from init_ipath() (FATE#306586).
- Btrfs: remove free-space-cache.c WARN during log replay
(FATE#306586).
- Btrfs: sectorsize align offsets in fiemap (FATE#306586).
- Btrfs: clear pages dirty for io and set them extent mapped
(FATE#306586).
- Btrfs: wait on caching if we're loading the free space cache
(FATE#306586).
- Btrfs: prefix resize related printks with btrfs: (FATE#306586).
- btrfs: fix stat blocks accounting (FATE#306586).
- Btrfs: avoid unnecessary bitmap search for cluster setup
(FATE#306586).
- Btrfs: fix to search one more bitmap for cluster setup
(FATE#306586).
- btrfs: mirror_num should be int, not u64 (FATE#306586).
- btrfs: Fix up 32/64-bit compatibility for new ioctls
(FATE#306586).
- Btrfs: fix barrier flushes (FATE#306586).
- Btrfs: fix tree corruption after multi-thread snapshots and
inode_cache flush (FATE#306586).
- btrfs: rename the option to nospace_cache (FATE#306586).
- Btrfs: handle bio_add_page failure gracefully in scrub
(FATE#306586).
- Btrfs: fix deadlock caused by the race between relocation
(FATE#306586).
- Btrfs: only map pages if we know we need them when reading
the space cache (FATE#306586).
- Btrfs: fix orphan backref nodes (FATE#306586).
- Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
(FATE#306586).
- Btrfs: fix unreleased path in btrfs_orphan_cleanup()
(FATE#306586).
- Btrfs: fix no reserved space for writing out inode cache
(FATE#306586).
- Btrfs: fix nocow when deleting the item (FATE#306586).
- Btrfs: tweak the delayed inode reservations again (FATE#306586).
- Btrfs: rework error handling in btrfs_mount() (FATE#306586).
- Btrfs: close devices on all error paths in open_ctree()
(FATE#306586).
- Btrfs: avoid null dereference and leaks when bailing from
open_ctree() (FATE#306586).
- Btrfs: fix subvol_name leak on error in btrfs_mount()
(FATE#306586).
- Btrfs: fix memory leak in btrfs_parse_early_options()
(FATE#306586).
- Btrfs: fix our reservations for updating an inode when
completing io (FATE#306586).
- Btrfs: fix oops on NULL trans handle in btrfs_truncate
(FATE#306586).
- btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
(FATE#306586).
- Btrfs: check for a null fs root when writing to the backup
root log (FATE#306586).
- Btrfs: fix race during transaction joins (FATE#306586).
- Btrfs: fix a potential btrfs_bio leak on scrub fixups
(FATE#306586).
- Btrfs: stop leaking btrfs_bios on readahead (FATE#306586).
- Btrfs: stop the readahead threads on failed mount (FATE#306586).
- Btrfs: fix extent_buffer leak in the metadata IO error handling
(FATE#306586).
- Btrfs: fix the new inspection ioctls for 32 bit compat
(FATE#306586).
- btrfs: integrating raid-repair and scrub-fixup-nodatasum
(FATE#306586).
- btrfs: Moved repair code from inode.c to extent_io.c
(FATE#306586).
- btrfs: Put mirror_num in bi_bdev (FATE#306586).
- btrfs: Do not use bio->bi_bdev after submission (FATE#306586).
- btrfs: btrfs_multi_bio replaced with btrfs_bio (FATE#306586).
- btrfs: new ioctls to do logical->inode and inode->path resolving
(FATE#306586).
- btrfs scrub: add fixup code for errors on nodatasum files
(FATE#306586).
- btrfs scrub: use int for mirror_num, not u64 (FATE#306586).
- btrfs: add mirror_num to extent_read_full_page (FATE#306586).
- btrfs scrub: bugfix: mirror_num off by one (FATE#306586).
- btrfs scrub: print paths of corrupted files (FATE#306586).
- btrfs scrub: added unverified_errors (FATE#306586).
- btrfs: added helper functions to iterate backrefs (FATE#306586).
- btrfs: use readahead API for scrub (FATE#306586).
- btrfs: hooks for readahead (FATE#306586).
- btrfs: initial readahead code and prototypes (FATE#306586).
- btrfs: state information for readahead (FATE#306586).
- btrfs: add READAHEAD extent buffer flag (FATE#306586).
- btrfs: add an extra wait mode to read_extent_buffer_pages
(FATE#306586).
- Btrfs: fix delayed insertion reservation (FATE#306586).
- Btrfs: ClearPageError during writepage and clean_tree_block
(FATE#306586).
- Btrfs: be smarter about committing the transaction in
reserve_metadata_bytes (FATE#306586).
- Btrfs: make a delayed_block_rsv for the delayed item insertion
(FATE#306586).
- Btrfs: add a log of past tree roots (FATE#306586).
- btrfs: separate superblock items out of fs_info (FATE#306586).
- Btrfs: use the global reserve when truncating the free space
cache inode (FATE#306586).
- Btrfs: release metadata from global reserve if we have to
fallback for unlink (FATE#306586).
- Btrfs: make sure to flush queued bios if write_cache_pages waits
(FATE#306586).
- Btrfs: fix extent pinning bugs in the tree log (FATE#306586).
- Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
(FATE#306586).
- Btrfs: don't wait as long for more batches during SSD log commit
(FATE#306586).
- btrfs: ratelimit WARN_ON in use_block_rsv (FATE#306586).
- btrfs: do not allow mounting non-subvolumes via subvol option
(FATE#306586).
- Btrfs: close all bdevs on mount failure (FATE#306586).
- Btrfs: fix a bug when opening seed devices (FATE#306586).
- btrfs: fix oops on failure path (FATE#306586).
- Btrfs: fix race between multi-task space allocation and caching
space (FATE#306586).
- Btrfs: fix return value of btrfs_get_acl() (FATE#306586).
- Btrfs: pass the correct root to lookup_free_space_inode()
(FATE#306586).
- Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
(FATE#306586).
- Btrfs: fix direct-io vs nodatacow (FATE#306586).
- Btrfs: remove BUG_ON() in compress_file_range() (FATE#306586).
- Btrfs: fix array bound checking (FATE#306586).
- btrfs: return EINVAL if start > total_bytes in fitrim ioctl
(FATE#306586).
- Btrfs: honor extent thresh during defragmentation (FATE#306586).
- btrfs: trivial fix, a potential memory leak in
btrfs_parse_early_options() (FATE#306586).
- Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
(FATE#306586).
- Btrfs: use i_size_read() in btrfs_defrag_file() (FATE#306586).
- Btrfs: fix defragmentation regression (FATE#306586).
- btrfs: fix memory leak in btrfs_defrag_file (FATE#306586).
- btrfs: check file extent backref offset underflow (FATE#306586).
- Btrfs: don't flush the cache inode before writing it
(FATE#306586).
- Btrfs: if we have a lot of pinned space, commit the transaction
(FATE#306586).
- Btrfs: seperate out btrfs_block_rsv_check out into 2 different
functions (FATE#306586).
- Btrfs: reserve some space for an orphan item when unlinking
(FATE#306586).
- Btrfs: release trans metadata bytes before flushing delayed refs
(FATE#306586).
- Btrfs: allow shrink_delalloc flush the needed reclaimed pages
(FATE#306586).
- Btrfs: wait for ordered extents if we're in trouble when
shrinking delalloc (FATE#306586).
- Btrfs: don't check bytes_pinned to determine if we should
commit the transaction (FATE#306586).
- Btrfs: fix regression in re-setting a large xattr (FATE#306586).
- Btrfs: fix the amount of space reserved for unlink
(FATE#306586).
- Btrfs: wait for ordered extents if we didn't reclaim enough
(FATE#306586).
- Btrfs: inline checksums into the disk free space cache
(FATE#306586).
- Btrfs: take overflow into account in reserving space
(FATE#306586).
- Btrfs: check the return value of filemap_write_and_wait in
the space cache (FATE#306586).
- Btrfs: add a io_ctl struct and helpers for dealing with the
space cache (FATE#306586).
- Btrfs: don't skip writing out a empty block groups cache
(FATE#306586).
- Btrfs: introduce mount option no_space_cache (FATE#306586).
- Btrfs: only inherit btrfs specific flags when creating files
(FATE#306586).
- Btrfs: allow us to overcommit our enospc reservations
(FATE#306586).
- Btrfs: break out of orphan cleanup if we can't make progress
(FATE#306586).
- Btrfs: use the global reserve as a backup for deleting inodes
(FATE#306586).
- Btrfs: stop using write_one_page (FATE#306586).
- Btrfs: introduce convert_extent_bit (FATE#306586).
- Btrfs: check unused against how much space we actually want
(FATE#306586).
- Btrfs: fix orphan cleanup regression (FATE#306586).
- Btrfs: use the inode's mapping mask for allocating pages
(FATE#306586).
- Btrfs: delay iput when deleting a block group (FATE#306586).
- Btrfs: make sure to unset trans->block_rsv before running
delayed refs (FATE#306586).
- Btrfs: stop passing a trans handle all around the reservation
code (FATE#306586).
- Btrfs: don't get the block_rsv in btrfs_free_tree_block
(FATE#306586).
- Btrfs: use the transactions block_rsv for the csum root
(FATE#306586).
- Btrfs: handle enospc accounting for free space inodes
(FATE#306586).
- Btrfs: put the block group cache after we commit the super
(FATE#306586).
- Btrfs: set truncate block rsv's size (FATE#306586).
- Btrfs: don't increase the block_rsv's size when emergency
allocating space (FATE#306586).
- Btrfs: fix space leak when we fail to make an allocation
(FATE#306586).
- Btrfs: fix call to btrfs_search_slot in free space cache
(FATE#306586).
- Btrfs: allow callers to specify if flushing can occur for
btrfs_block_rsv_check (FATE#306586).
- Btrfs: reduce the amount of space needed for truncates
(FATE#306586).
- Btrfs: only reserve space in fallocate if we have to do a
preallocate (FATE#306586).
- Btrfs: kill btrfs_truncate_reserve_metadata (FATE#306586).
- Btrfs: optimize how we account for space in truncate
(FATE#306586).
- Btrfs: don't try to commit in btrfs_block_rsv_check
(FATE#306586).
- Btrfs: kill unused parts of block_rsv (FATE#306586).
- Btrfs: ratelimit the generation printk for the free space cache
(FATE#306586).
- Btrfs: fix how we reserve space for deleting inodes
(FATE#306586).
- Btrfs: kill the durable block rsv stuff (FATE#306586).
- Btrfs: kill the orphan space calculation for snapshots
(FATE#306586).
- Btrfs: calculate checksum space correctly (FATE#306586).
- Btrfs: skip looking for delalloc if we don't have
->fill_delalloc (FATE#306586).
- Btrfs: use bytes_may_use for all ENOSPC reservations
(FATE#306586).
- Btrfs: fix how we mount subvol=<whatever> (FATE#306586).
- Btrfs: use d_obtain_alias when mounting subvol/subvolid
(FATE#306586).
- Btrfs: kill reserved_bytes in inode (FATE#306586).
- Btrfs: move stuff around in btrfs_inode to get better packing
(FATE#306586).
- commit ba3fdbf
-------------------------------------------------------------------
Tue Dec 13 19:48:57 CET 2011 - bpoirier@suse.de
- batman-adv: Only write requested number of byte to user buffer
(bnc#736149 CVE-2011-4604).
- batman-adv: bat_socket_read missing checks (bnc#736149
CVE-2011-4604).
- commit 94c2b73
-------------------------------------------------------------------
Mon Dec 12 13:16:03 CET 2011 - mmarek@suse.cz
- Revert "USB: fix ehci alignment error".
- kabi/severities: Check drivers/usb again
- commit 6f443ef
-------------------------------------------------------------------
Mon Dec 12 02:34:32 CET 2011 - trenn@suse.de
- x86, x2apic: Enable the bios request for x2apic optout.
- commit c1c0cfd
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz

View File

@ -17,14 +17,14 @@
# norootforbuild # norootforbuild
%define patchversion 3.1.6 %define patchversion 3.1.7
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
Name: kernel-docs Name: kernel-docs
Summary: Kernel Documentation Summary: Kernel Documentation
Version: 3.1.6 Version: 3.1.7
Release: 0 Release: 0
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant BuildRequires: kernel-source%variant

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 4 10:41:26 CET 2012 - jslaby@suse.cz
- Revert "- btrfs: use correct device for maps (bnc#672923)."
This reverts commit 7e6bd95918d9b297d628b36d4b029da7cc335ca5.
We mauy break kABI here and use the cleaner version :).
- commit 897def2
-------------------------------------------------------------------
Wed Jan 4 10:36:49 CET 2012 - jslaby@suse.cz
- Linux 3.1.7.
- commit 587be3b
-------------------------------------------------------------------
Mon Jan 2 13:42:24 CET 2012 - dsterba@suse.cz
- btrfs: use correct device for maps (bnc#672923).
- Delete
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch.
- Delete
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch.
- commit 7e6bd95
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
@ -6,6 +30,12 @@ Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
(bnc#718831). (bnc#718831).
- commit 05b6faf - commit 05b6faf
-------------------------------------------------------------------
Fri Dec 30 15:20:59 CET 2011 - bpoirier@suse.de
- net: Add a flow_cache_flush_deferred function (bnc#737624).
- commit 69bd36b
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
@ -16,11 +46,389 @@ Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz
- Linux 3.1.6. - Linux 3.1.6.
- Revert "clocksource: Avoid selecting mult values that might
overflow when adjusted".
- Revert "inet: add a redirect generation id in inetpeer".
- Delete - Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch. patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete - Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch. patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit b8a97c0 - Linux 3.1.6.
- Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit 2f8a8c2
-------------------------------------------------------------------
Tue Dec 20 19:14:35 CET 2011 - dsterba@suse.cz
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- btrfs: keep orphans for subvolume deletion (FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: add a cond_resched() into the worker loop (FATE#306586).
- BTRFS: Establish i_ops before calling d_instantiate
(FATE#306586).
- Btrfs: deal with NULL srv_rsv in the delalloc inode reservation
code (FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- Btrfs: unplug every once and a while (FATE#306586).
- btrfs: lock and disable irq during space alloc (FATE#306586
bnc#730103).
- Refresh
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch.
- Delete
patches.suse/btrfs-0901-fix-num_workers_starting-bug-and-other-bugs-in.patch.
- Delete
patches.suse/btrfs-0902-deal-with-enospc-from-dirtying-inodes-properly.patch.
- Delete
patches.suse/btrfs-0903-fix-how-we-do-delalloc-reservations-and-how-we.patch.
- Delete
patches.suse/btrfs-0904-fix-leaked-space-in-truncate.patch.
- Delete
patches.suse/btrfs-0905-only-set-cache_generation-if-we-setup-the-bloc.patch.
- Delete
patches.suse/btrfs-0906-don-t-panic-if-orphan-item-already-exists.patch.
- Delete
patches.suse/btrfs-8027-fix-ctime-update-of-on-disk-inode.patch.
- Delete
patches.suse/btrfs-8028-fix-wrong-disk-space-information-of-the-files.patch.
- Delete
patches.suse/btrfs-8029-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch.
- Delete
patches.suse/btrfs-8030-fix-inaccurate-available-space-on-raid0-profil.patch.
- commit e3967f3
-------------------------------------------------------------------
Thu Dec 15 17:55:50 CET 2011 - dsterba@suse.cz
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: fix possible deadlock when opening a seed device
(FATE#306586).
- Btrfs: update global block_rsv when creating a new block group
(FATE#306586).
- btrfs: workaround for cleaner deadlock (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- commit 5341000
-------------------------------------------------------------------
Wed Dec 14 17:28:21 CET 2011 - dsterba@suse.cz
- btrfs: Introduce btrfs_get_maps_dev() (bnc#672923).
- vfs: allow /proc/pid/maps to return a custom device
(bnc#672923).
- Btrfs: make lzo the default compression scheme (FATE#306586).
- btrfs: add new ioctl to determine size of compressed file
(FATE#306586).
- Sector Size check during Mount (FATE#306586 bnc#724620).
- Btrfs: rewrite btrfs_trim_block_group() (FATE#306586).
- btrfs: allow cross-subvolume file clone (bnc#698540).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: add allocator tracepoints (FATE#306586).
- Btrfs: fix btrfs_end_bio to deal with write errors to a single
mirror (FATE#306586).
- Btrfs: drop spin lock when memory alloc fails (FATE#306586).
- Btrfs: check if the to-be-added device is writable
(FATE#306586).
- Btrfs: try cluster but don't advance in search list
(FATE#306586).
- Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
(FATE#306586).
- Btrfs: fix meta data raid-repair merge problem (FATE#306586).
- Btrfs: skip allocation attempt from empty cluster (FATE#306586).
- Btrfs: skip block groups without enough space for a cluster
(FATE#306586).
- Btrfs: start search for new cluster at the beginning
(FATE#306586).
- Btrfs: reset cluster's max_size when creating bitmap
(FATE#306586).
- Btrfs: initialize new bitmaps' list (FATE#306586).
- Btrfs: fix oops when calling statfs on readonly device
(FATE#306586).
- Btrfs: Don't error on resizing FS to same size (FATE#306586).
- Btrfs: fix deadlock on metadata reservation when evicting a
inode (FATE#306586).
- btrfs scrub: handle -ENOMEM from init_ipath() (FATE#306586).
- Btrfs: remove free-space-cache.c WARN during log replay
(FATE#306586).
- Btrfs: sectorsize align offsets in fiemap (FATE#306586).
- Btrfs: clear pages dirty for io and set them extent mapped
(FATE#306586).
- Btrfs: wait on caching if we're loading the free space cache
(FATE#306586).
- Btrfs: prefix resize related printks with btrfs: (FATE#306586).
- btrfs: fix stat blocks accounting (FATE#306586).
- Btrfs: avoid unnecessary bitmap search for cluster setup
(FATE#306586).
- Btrfs: fix to search one more bitmap for cluster setup
(FATE#306586).
- btrfs: mirror_num should be int, not u64 (FATE#306586).
- btrfs: Fix up 32/64-bit compatibility for new ioctls
(FATE#306586).
- Btrfs: fix barrier flushes (FATE#306586).
- Btrfs: fix tree corruption after multi-thread snapshots and
inode_cache flush (FATE#306586).
- btrfs: rename the option to nospace_cache (FATE#306586).
- Btrfs: handle bio_add_page failure gracefully in scrub
(FATE#306586).
- Btrfs: fix deadlock caused by the race between relocation
(FATE#306586).
- Btrfs: only map pages if we know we need them when reading
the space cache (FATE#306586).
- Btrfs: fix orphan backref nodes (FATE#306586).
- Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
(FATE#306586).
- Btrfs: fix unreleased path in btrfs_orphan_cleanup()
(FATE#306586).
- Btrfs: fix no reserved space for writing out inode cache
(FATE#306586).
- Btrfs: fix nocow when deleting the item (FATE#306586).
- Btrfs: tweak the delayed inode reservations again (FATE#306586).
- Btrfs: rework error handling in btrfs_mount() (FATE#306586).
- Btrfs: close devices on all error paths in open_ctree()
(FATE#306586).
- Btrfs: avoid null dereference and leaks when bailing from
open_ctree() (FATE#306586).
- Btrfs: fix subvol_name leak on error in btrfs_mount()
(FATE#306586).
- Btrfs: fix memory leak in btrfs_parse_early_options()
(FATE#306586).
- Btrfs: fix our reservations for updating an inode when
completing io (FATE#306586).
- Btrfs: fix oops on NULL trans handle in btrfs_truncate
(FATE#306586).
- btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
(FATE#306586).
- Btrfs: check for a null fs root when writing to the backup
root log (FATE#306586).
- Btrfs: fix race during transaction joins (FATE#306586).
- Btrfs: fix a potential btrfs_bio leak on scrub fixups
(FATE#306586).
- Btrfs: stop leaking btrfs_bios on readahead (FATE#306586).
- Btrfs: stop the readahead threads on failed mount (FATE#306586).
- Btrfs: fix extent_buffer leak in the metadata IO error handling
(FATE#306586).
- Btrfs: fix the new inspection ioctls for 32 bit compat
(FATE#306586).
- btrfs: integrating raid-repair and scrub-fixup-nodatasum
(FATE#306586).
- btrfs: Moved repair code from inode.c to extent_io.c
(FATE#306586).
- btrfs: Put mirror_num in bi_bdev (FATE#306586).
- btrfs: Do not use bio->bi_bdev after submission (FATE#306586).
- btrfs: btrfs_multi_bio replaced with btrfs_bio (FATE#306586).
- btrfs: new ioctls to do logical->inode and inode->path resolving
(FATE#306586).
- btrfs scrub: add fixup code for errors on nodatasum files
(FATE#306586).
- btrfs scrub: use int for mirror_num, not u64 (FATE#306586).
- btrfs: add mirror_num to extent_read_full_page (FATE#306586).
- btrfs scrub: bugfix: mirror_num off by one (FATE#306586).
- btrfs scrub: print paths of corrupted files (FATE#306586).
- btrfs scrub: added unverified_errors (FATE#306586).
- btrfs: added helper functions to iterate backrefs (FATE#306586).
- btrfs: use readahead API for scrub (FATE#306586).
- btrfs: hooks for readahead (FATE#306586).
- btrfs: initial readahead code and prototypes (FATE#306586).
- btrfs: state information for readahead (FATE#306586).
- btrfs: add READAHEAD extent buffer flag (FATE#306586).
- btrfs: add an extra wait mode to read_extent_buffer_pages
(FATE#306586).
- Btrfs: fix delayed insertion reservation (FATE#306586).
- Btrfs: ClearPageError during writepage and clean_tree_block
(FATE#306586).
- Btrfs: be smarter about committing the transaction in
reserve_metadata_bytes (FATE#306586).
- Btrfs: make a delayed_block_rsv for the delayed item insertion
(FATE#306586).
- Btrfs: add a log of past tree roots (FATE#306586).
- btrfs: separate superblock items out of fs_info (FATE#306586).
- Btrfs: use the global reserve when truncating the free space
cache inode (FATE#306586).
- Btrfs: release metadata from global reserve if we have to
fallback for unlink (FATE#306586).
- Btrfs: make sure to flush queued bios if write_cache_pages waits
(FATE#306586).
- Btrfs: fix extent pinning bugs in the tree log (FATE#306586).
- Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
(FATE#306586).
- Btrfs: don't wait as long for more batches during SSD log commit
(FATE#306586).
- btrfs: ratelimit WARN_ON in use_block_rsv (FATE#306586).
- btrfs: do not allow mounting non-subvolumes via subvol option
(FATE#306586).
- Btrfs: close all bdevs on mount failure (FATE#306586).
- Btrfs: fix a bug when opening seed devices (FATE#306586).
- btrfs: fix oops on failure path (FATE#306586).
- Btrfs: fix race between multi-task space allocation and caching
space (FATE#306586).
- Btrfs: fix return value of btrfs_get_acl() (FATE#306586).
- Btrfs: pass the correct root to lookup_free_space_inode()
(FATE#306586).
- Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
(FATE#306586).
- Btrfs: fix direct-io vs nodatacow (FATE#306586).
- Btrfs: remove BUG_ON() in compress_file_range() (FATE#306586).
- Btrfs: fix array bound checking (FATE#306586).
- btrfs: return EINVAL if start > total_bytes in fitrim ioctl
(FATE#306586).
- Btrfs: honor extent thresh during defragmentation (FATE#306586).
- btrfs: trivial fix, a potential memory leak in
btrfs_parse_early_options() (FATE#306586).
- Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
(FATE#306586).
- Btrfs: use i_size_read() in btrfs_defrag_file() (FATE#306586).
- Btrfs: fix defragmentation regression (FATE#306586).
- btrfs: fix memory leak in btrfs_defrag_file (FATE#306586).
- btrfs: check file extent backref offset underflow (FATE#306586).
- Btrfs: don't flush the cache inode before writing it
(FATE#306586).
- Btrfs: if we have a lot of pinned space, commit the transaction
(FATE#306586).
- Btrfs: seperate out btrfs_block_rsv_check out into 2 different
functions (FATE#306586).
- Btrfs: reserve some space for an orphan item when unlinking
(FATE#306586).
- Btrfs: release trans metadata bytes before flushing delayed refs
(FATE#306586).
- Btrfs: allow shrink_delalloc flush the needed reclaimed pages
(FATE#306586).
- Btrfs: wait for ordered extents if we're in trouble when
shrinking delalloc (FATE#306586).
- Btrfs: don't check bytes_pinned to determine if we should
commit the transaction (FATE#306586).
- Btrfs: fix regression in re-setting a large xattr (FATE#306586).
- Btrfs: fix the amount of space reserved for unlink
(FATE#306586).
- Btrfs: wait for ordered extents if we didn't reclaim enough
(FATE#306586).
- Btrfs: inline checksums into the disk free space cache
(FATE#306586).
- Btrfs: take overflow into account in reserving space
(FATE#306586).
- Btrfs: check the return value of filemap_write_and_wait in
the space cache (FATE#306586).
- Btrfs: add a io_ctl struct and helpers for dealing with the
space cache (FATE#306586).
- Btrfs: don't skip writing out a empty block groups cache
(FATE#306586).
- Btrfs: introduce mount option no_space_cache (FATE#306586).
- Btrfs: only inherit btrfs specific flags when creating files
(FATE#306586).
- Btrfs: allow us to overcommit our enospc reservations
(FATE#306586).
- Btrfs: break out of orphan cleanup if we can't make progress
(FATE#306586).
- Btrfs: use the global reserve as a backup for deleting inodes
(FATE#306586).
- Btrfs: stop using write_one_page (FATE#306586).
- Btrfs: introduce convert_extent_bit (FATE#306586).
- Btrfs: check unused against how much space we actually want
(FATE#306586).
- Btrfs: fix orphan cleanup regression (FATE#306586).
- Btrfs: use the inode's mapping mask for allocating pages
(FATE#306586).
- Btrfs: delay iput when deleting a block group (FATE#306586).
- Btrfs: make sure to unset trans->block_rsv before running
delayed refs (FATE#306586).
- Btrfs: stop passing a trans handle all around the reservation
code (FATE#306586).
- Btrfs: don't get the block_rsv in btrfs_free_tree_block
(FATE#306586).
- Btrfs: use the transactions block_rsv for the csum root
(FATE#306586).
- Btrfs: handle enospc accounting for free space inodes
(FATE#306586).
- Btrfs: put the block group cache after we commit the super
(FATE#306586).
- Btrfs: set truncate block rsv's size (FATE#306586).
- Btrfs: don't increase the block_rsv's size when emergency
allocating space (FATE#306586).
- Btrfs: fix space leak when we fail to make an allocation
(FATE#306586).
- Btrfs: fix call to btrfs_search_slot in free space cache
(FATE#306586).
- Btrfs: allow callers to specify if flushing can occur for
btrfs_block_rsv_check (FATE#306586).
- Btrfs: reduce the amount of space needed for truncates
(FATE#306586).
- Btrfs: only reserve space in fallocate if we have to do a
preallocate (FATE#306586).
- Btrfs: kill btrfs_truncate_reserve_metadata (FATE#306586).
- Btrfs: optimize how we account for space in truncate
(FATE#306586).
- Btrfs: don't try to commit in btrfs_block_rsv_check
(FATE#306586).
- Btrfs: kill unused parts of block_rsv (FATE#306586).
- Btrfs: ratelimit the generation printk for the free space cache
(FATE#306586).
- Btrfs: fix how we reserve space for deleting inodes
(FATE#306586).
- Btrfs: kill the durable block rsv stuff (FATE#306586).
- Btrfs: kill the orphan space calculation for snapshots
(FATE#306586).
- Btrfs: calculate checksum space correctly (FATE#306586).
- Btrfs: skip looking for delalloc if we don't have
->fill_delalloc (FATE#306586).
- Btrfs: use bytes_may_use for all ENOSPC reservations
(FATE#306586).
- Btrfs: fix how we mount subvol=<whatever> (FATE#306586).
- Btrfs: use d_obtain_alias when mounting subvol/subvolid
(FATE#306586).
- Btrfs: kill reserved_bytes in inode (FATE#306586).
- Btrfs: move stuff around in btrfs_inode to get better packing
(FATE#306586).
- commit ba3fdbf
-------------------------------------------------------------------
Tue Dec 13 19:48:57 CET 2011 - bpoirier@suse.de
- batman-adv: Only write requested number of byte to user buffer
(bnc#736149 CVE-2011-4604).
- batman-adv: bat_socket_read missing checks (bnc#736149
CVE-2011-4604).
- commit 94c2b73
-------------------------------------------------------------------
Mon Dec 12 13:16:03 CET 2011 - mmarek@suse.cz
- Revert "USB: fix ehci alignment error".
- kabi/severities: Check drivers/usb again
- commit 6f443ef
-------------------------------------------------------------------
Mon Dec 12 02:34:32 CET 2011 - trenn@suse.de
- x86, x2apic: Enable the bios request for x2apic optout.
- commit c1c0cfd
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.1 %define srcversion 3.1
%define patchversion 3.1.6 %define patchversion 3.1.7
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ec2 Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel Summary: The Amazon EC2 Xen Kernel
Version: 3.1.6 Version: 3.1.7
Release: 0 Release: 0
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 4 10:41:26 CET 2012 - jslaby@suse.cz
- Revert "- btrfs: use correct device for maps (bnc#672923)."
This reverts commit 7e6bd95918d9b297d628b36d4b029da7cc335ca5.
We mauy break kABI here and use the cleaner version :).
- commit 897def2
-------------------------------------------------------------------
Wed Jan 4 10:36:49 CET 2012 - jslaby@suse.cz
- Linux 3.1.7.
- commit 587be3b
-------------------------------------------------------------------
Mon Jan 2 13:42:24 CET 2012 - dsterba@suse.cz
- btrfs: use correct device for maps (bnc#672923).
- Delete
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch.
- Delete
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch.
- commit 7e6bd95
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
@ -6,6 +30,12 @@ Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
(bnc#718831). (bnc#718831).
- commit 05b6faf - commit 05b6faf
-------------------------------------------------------------------
Fri Dec 30 15:20:59 CET 2011 - bpoirier@suse.de
- net: Add a flow_cache_flush_deferred function (bnc#737624).
- commit 69bd36b
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
@ -16,11 +46,389 @@ Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz
- Linux 3.1.6. - Linux 3.1.6.
- Revert "clocksource: Avoid selecting mult values that might
overflow when adjusted".
- Revert "inet: add a redirect generation id in inetpeer".
- Delete - Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch. patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete - Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch. patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit b8a97c0 - Linux 3.1.6.
- Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit 2f8a8c2
-------------------------------------------------------------------
Tue Dec 20 19:14:35 CET 2011 - dsterba@suse.cz
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- btrfs: keep orphans for subvolume deletion (FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: add a cond_resched() into the worker loop (FATE#306586).
- BTRFS: Establish i_ops before calling d_instantiate
(FATE#306586).
- Btrfs: deal with NULL srv_rsv in the delalloc inode reservation
code (FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- Btrfs: unplug every once and a while (FATE#306586).
- btrfs: lock and disable irq during space alloc (FATE#306586
bnc#730103).
- Refresh
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch.
- Delete
patches.suse/btrfs-0901-fix-num_workers_starting-bug-and-other-bugs-in.patch.
- Delete
patches.suse/btrfs-0902-deal-with-enospc-from-dirtying-inodes-properly.patch.
- Delete
patches.suse/btrfs-0903-fix-how-we-do-delalloc-reservations-and-how-we.patch.
- Delete
patches.suse/btrfs-0904-fix-leaked-space-in-truncate.patch.
- Delete
patches.suse/btrfs-0905-only-set-cache_generation-if-we-setup-the-bloc.patch.
- Delete
patches.suse/btrfs-0906-don-t-panic-if-orphan-item-already-exists.patch.
- Delete
patches.suse/btrfs-8027-fix-ctime-update-of-on-disk-inode.patch.
- Delete
patches.suse/btrfs-8028-fix-wrong-disk-space-information-of-the-files.patch.
- Delete
patches.suse/btrfs-8029-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch.
- Delete
patches.suse/btrfs-8030-fix-inaccurate-available-space-on-raid0-profil.patch.
- commit e3967f3
-------------------------------------------------------------------
Thu Dec 15 17:55:50 CET 2011 - dsterba@suse.cz
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: fix possible deadlock when opening a seed device
(FATE#306586).
- Btrfs: update global block_rsv when creating a new block group
(FATE#306586).
- btrfs: workaround for cleaner deadlock (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- commit 5341000
-------------------------------------------------------------------
Wed Dec 14 17:28:21 CET 2011 - dsterba@suse.cz
- btrfs: Introduce btrfs_get_maps_dev() (bnc#672923).
- vfs: allow /proc/pid/maps to return a custom device
(bnc#672923).
- Btrfs: make lzo the default compression scheme (FATE#306586).
- btrfs: add new ioctl to determine size of compressed file
(FATE#306586).
- Sector Size check during Mount (FATE#306586 bnc#724620).
- Btrfs: rewrite btrfs_trim_block_group() (FATE#306586).
- btrfs: allow cross-subvolume file clone (bnc#698540).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: add allocator tracepoints (FATE#306586).
- Btrfs: fix btrfs_end_bio to deal with write errors to a single
mirror (FATE#306586).
- Btrfs: drop spin lock when memory alloc fails (FATE#306586).
- Btrfs: check if the to-be-added device is writable
(FATE#306586).
- Btrfs: try cluster but don't advance in search list
(FATE#306586).
- Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
(FATE#306586).
- Btrfs: fix meta data raid-repair merge problem (FATE#306586).
- Btrfs: skip allocation attempt from empty cluster (FATE#306586).
- Btrfs: skip block groups without enough space for a cluster
(FATE#306586).
- Btrfs: start search for new cluster at the beginning
(FATE#306586).
- Btrfs: reset cluster's max_size when creating bitmap
(FATE#306586).
- Btrfs: initialize new bitmaps' list (FATE#306586).
- Btrfs: fix oops when calling statfs on readonly device
(FATE#306586).
- Btrfs: Don't error on resizing FS to same size (FATE#306586).
- Btrfs: fix deadlock on metadata reservation when evicting a
inode (FATE#306586).
- btrfs scrub: handle -ENOMEM from init_ipath() (FATE#306586).
- Btrfs: remove free-space-cache.c WARN during log replay
(FATE#306586).
- Btrfs: sectorsize align offsets in fiemap (FATE#306586).
- Btrfs: clear pages dirty for io and set them extent mapped
(FATE#306586).
- Btrfs: wait on caching if we're loading the free space cache
(FATE#306586).
- Btrfs: prefix resize related printks with btrfs: (FATE#306586).
- btrfs: fix stat blocks accounting (FATE#306586).
- Btrfs: avoid unnecessary bitmap search for cluster setup
(FATE#306586).
- Btrfs: fix to search one more bitmap for cluster setup
(FATE#306586).
- btrfs: mirror_num should be int, not u64 (FATE#306586).
- btrfs: Fix up 32/64-bit compatibility for new ioctls
(FATE#306586).
- Btrfs: fix barrier flushes (FATE#306586).
- Btrfs: fix tree corruption after multi-thread snapshots and
inode_cache flush (FATE#306586).
- btrfs: rename the option to nospace_cache (FATE#306586).
- Btrfs: handle bio_add_page failure gracefully in scrub
(FATE#306586).
- Btrfs: fix deadlock caused by the race between relocation
(FATE#306586).
- Btrfs: only map pages if we know we need them when reading
the space cache (FATE#306586).
- Btrfs: fix orphan backref nodes (FATE#306586).
- Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
(FATE#306586).
- Btrfs: fix unreleased path in btrfs_orphan_cleanup()
(FATE#306586).
- Btrfs: fix no reserved space for writing out inode cache
(FATE#306586).
- Btrfs: fix nocow when deleting the item (FATE#306586).
- Btrfs: tweak the delayed inode reservations again (FATE#306586).
- Btrfs: rework error handling in btrfs_mount() (FATE#306586).
- Btrfs: close devices on all error paths in open_ctree()
(FATE#306586).
- Btrfs: avoid null dereference and leaks when bailing from
open_ctree() (FATE#306586).
- Btrfs: fix subvol_name leak on error in btrfs_mount()
(FATE#306586).
- Btrfs: fix memory leak in btrfs_parse_early_options()
(FATE#306586).
- Btrfs: fix our reservations for updating an inode when
completing io (FATE#306586).
- Btrfs: fix oops on NULL trans handle in btrfs_truncate
(FATE#306586).
- btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
(FATE#306586).
- Btrfs: check for a null fs root when writing to the backup
root log (FATE#306586).
- Btrfs: fix race during transaction joins (FATE#306586).
- Btrfs: fix a potential btrfs_bio leak on scrub fixups
(FATE#306586).
- Btrfs: stop leaking btrfs_bios on readahead (FATE#306586).
- Btrfs: stop the readahead threads on failed mount (FATE#306586).
- Btrfs: fix extent_buffer leak in the metadata IO error handling
(FATE#306586).
- Btrfs: fix the new inspection ioctls for 32 bit compat
(FATE#306586).
- btrfs: integrating raid-repair and scrub-fixup-nodatasum
(FATE#306586).
- btrfs: Moved repair code from inode.c to extent_io.c
(FATE#306586).
- btrfs: Put mirror_num in bi_bdev (FATE#306586).
- btrfs: Do not use bio->bi_bdev after submission (FATE#306586).
- btrfs: btrfs_multi_bio replaced with btrfs_bio (FATE#306586).
- btrfs: new ioctls to do logical->inode and inode->path resolving
(FATE#306586).
- btrfs scrub: add fixup code for errors on nodatasum files
(FATE#306586).
- btrfs scrub: use int for mirror_num, not u64 (FATE#306586).
- btrfs: add mirror_num to extent_read_full_page (FATE#306586).
- btrfs scrub: bugfix: mirror_num off by one (FATE#306586).
- btrfs scrub: print paths of corrupted files (FATE#306586).
- btrfs scrub: added unverified_errors (FATE#306586).
- btrfs: added helper functions to iterate backrefs (FATE#306586).
- btrfs: use readahead API for scrub (FATE#306586).
- btrfs: hooks for readahead (FATE#306586).
- btrfs: initial readahead code and prototypes (FATE#306586).
- btrfs: state information for readahead (FATE#306586).
- btrfs: add READAHEAD extent buffer flag (FATE#306586).
- btrfs: add an extra wait mode to read_extent_buffer_pages
(FATE#306586).
- Btrfs: fix delayed insertion reservation (FATE#306586).
- Btrfs: ClearPageError during writepage and clean_tree_block
(FATE#306586).
- Btrfs: be smarter about committing the transaction in
reserve_metadata_bytes (FATE#306586).
- Btrfs: make a delayed_block_rsv for the delayed item insertion
(FATE#306586).
- Btrfs: add a log of past tree roots (FATE#306586).
- btrfs: separate superblock items out of fs_info (FATE#306586).
- Btrfs: use the global reserve when truncating the free space
cache inode (FATE#306586).
- Btrfs: release metadata from global reserve if we have to
fallback for unlink (FATE#306586).
- Btrfs: make sure to flush queued bios if write_cache_pages waits
(FATE#306586).
- Btrfs: fix extent pinning bugs in the tree log (FATE#306586).
- Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
(FATE#306586).
- Btrfs: don't wait as long for more batches during SSD log commit
(FATE#306586).
- btrfs: ratelimit WARN_ON in use_block_rsv (FATE#306586).
- btrfs: do not allow mounting non-subvolumes via subvol option
(FATE#306586).
- Btrfs: close all bdevs on mount failure (FATE#306586).
- Btrfs: fix a bug when opening seed devices (FATE#306586).
- btrfs: fix oops on failure path (FATE#306586).
- Btrfs: fix race between multi-task space allocation and caching
space (FATE#306586).
- Btrfs: fix return value of btrfs_get_acl() (FATE#306586).
- Btrfs: pass the correct root to lookup_free_space_inode()
(FATE#306586).
- Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
(FATE#306586).
- Btrfs: fix direct-io vs nodatacow (FATE#306586).
- Btrfs: remove BUG_ON() in compress_file_range() (FATE#306586).
- Btrfs: fix array bound checking (FATE#306586).
- btrfs: return EINVAL if start > total_bytes in fitrim ioctl
(FATE#306586).
- Btrfs: honor extent thresh during defragmentation (FATE#306586).
- btrfs: trivial fix, a potential memory leak in
btrfs_parse_early_options() (FATE#306586).
- Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
(FATE#306586).
- Btrfs: use i_size_read() in btrfs_defrag_file() (FATE#306586).
- Btrfs: fix defragmentation regression (FATE#306586).
- btrfs: fix memory leak in btrfs_defrag_file (FATE#306586).
- btrfs: check file extent backref offset underflow (FATE#306586).
- Btrfs: don't flush the cache inode before writing it
(FATE#306586).
- Btrfs: if we have a lot of pinned space, commit the transaction
(FATE#306586).
- Btrfs: seperate out btrfs_block_rsv_check out into 2 different
functions (FATE#306586).
- Btrfs: reserve some space for an orphan item when unlinking
(FATE#306586).
- Btrfs: release trans metadata bytes before flushing delayed refs
(FATE#306586).
- Btrfs: allow shrink_delalloc flush the needed reclaimed pages
(FATE#306586).
- Btrfs: wait for ordered extents if we're in trouble when
shrinking delalloc (FATE#306586).
- Btrfs: don't check bytes_pinned to determine if we should
commit the transaction (FATE#306586).
- Btrfs: fix regression in re-setting a large xattr (FATE#306586).
- Btrfs: fix the amount of space reserved for unlink
(FATE#306586).
- Btrfs: wait for ordered extents if we didn't reclaim enough
(FATE#306586).
- Btrfs: inline checksums into the disk free space cache
(FATE#306586).
- Btrfs: take overflow into account in reserving space
(FATE#306586).
- Btrfs: check the return value of filemap_write_and_wait in
the space cache (FATE#306586).
- Btrfs: add a io_ctl struct and helpers for dealing with the
space cache (FATE#306586).
- Btrfs: don't skip writing out a empty block groups cache
(FATE#306586).
- Btrfs: introduce mount option no_space_cache (FATE#306586).
- Btrfs: only inherit btrfs specific flags when creating files
(FATE#306586).
- Btrfs: allow us to overcommit our enospc reservations
(FATE#306586).
- Btrfs: break out of orphan cleanup if we can't make progress
(FATE#306586).
- Btrfs: use the global reserve as a backup for deleting inodes
(FATE#306586).
- Btrfs: stop using write_one_page (FATE#306586).
- Btrfs: introduce convert_extent_bit (FATE#306586).
- Btrfs: check unused against how much space we actually want
(FATE#306586).
- Btrfs: fix orphan cleanup regression (FATE#306586).
- Btrfs: use the inode's mapping mask for allocating pages
(FATE#306586).
- Btrfs: delay iput when deleting a block group (FATE#306586).
- Btrfs: make sure to unset trans->block_rsv before running
delayed refs (FATE#306586).
- Btrfs: stop passing a trans handle all around the reservation
code (FATE#306586).
- Btrfs: don't get the block_rsv in btrfs_free_tree_block
(FATE#306586).
- Btrfs: use the transactions block_rsv for the csum root
(FATE#306586).
- Btrfs: handle enospc accounting for free space inodes
(FATE#306586).
- Btrfs: put the block group cache after we commit the super
(FATE#306586).
- Btrfs: set truncate block rsv's size (FATE#306586).
- Btrfs: don't increase the block_rsv's size when emergency
allocating space (FATE#306586).
- Btrfs: fix space leak when we fail to make an allocation
(FATE#306586).
- Btrfs: fix call to btrfs_search_slot in free space cache
(FATE#306586).
- Btrfs: allow callers to specify if flushing can occur for
btrfs_block_rsv_check (FATE#306586).
- Btrfs: reduce the amount of space needed for truncates
(FATE#306586).
- Btrfs: only reserve space in fallocate if we have to do a
preallocate (FATE#306586).
- Btrfs: kill btrfs_truncate_reserve_metadata (FATE#306586).
- Btrfs: optimize how we account for space in truncate
(FATE#306586).
- Btrfs: don't try to commit in btrfs_block_rsv_check
(FATE#306586).
- Btrfs: kill unused parts of block_rsv (FATE#306586).
- Btrfs: ratelimit the generation printk for the free space cache
(FATE#306586).
- Btrfs: fix how we reserve space for deleting inodes
(FATE#306586).
- Btrfs: kill the durable block rsv stuff (FATE#306586).
- Btrfs: kill the orphan space calculation for snapshots
(FATE#306586).
- Btrfs: calculate checksum space correctly (FATE#306586).
- Btrfs: skip looking for delalloc if we don't have
->fill_delalloc (FATE#306586).
- Btrfs: use bytes_may_use for all ENOSPC reservations
(FATE#306586).
- Btrfs: fix how we mount subvol=<whatever> (FATE#306586).
- Btrfs: use d_obtain_alias when mounting subvol/subvolid
(FATE#306586).
- Btrfs: kill reserved_bytes in inode (FATE#306586).
- Btrfs: move stuff around in btrfs_inode to get better packing
(FATE#306586).
- commit ba3fdbf
-------------------------------------------------------------------
Tue Dec 13 19:48:57 CET 2011 - bpoirier@suse.de
- batman-adv: Only write requested number of byte to user buffer
(bnc#736149 CVE-2011-4604).
- batman-adv: bat_socket_read missing checks (bnc#736149
CVE-2011-4604).
- commit 94c2b73
-------------------------------------------------------------------
Mon Dec 12 13:16:03 CET 2011 - mmarek@suse.cz
- Revert "USB: fix ehci alignment error".
- kabi/severities: Check drivers/usb again
- commit 6f443ef
-------------------------------------------------------------------
Mon Dec 12 02:34:32 CET 2011 - trenn@suse.de
- x86, x2apic: Enable the bios request for x2apic optout.
- commit c1c0cfd
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.1 %define srcversion 3.1
%define patchversion 3.1.6 %define patchversion 3.1.7
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-pae Name: kernel-pae
Summary: Kernel with PAE Support Summary: Kernel with PAE Support
Version: 3.1.6 Version: 3.1.7
Release: 0 Release: 0
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 4 10:41:26 CET 2012 - jslaby@suse.cz
- Revert "- btrfs: use correct device for maps (bnc#672923)."
This reverts commit 7e6bd95918d9b297d628b36d4b029da7cc335ca5.
We mauy break kABI here and use the cleaner version :).
- commit 897def2
-------------------------------------------------------------------
Wed Jan 4 10:36:49 CET 2012 - jslaby@suse.cz
- Linux 3.1.7.
- commit 587be3b
-------------------------------------------------------------------
Mon Jan 2 13:42:24 CET 2012 - dsterba@suse.cz
- btrfs: use correct device for maps (bnc#672923).
- Delete
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch.
- Delete
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch.
- commit 7e6bd95
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
@ -6,6 +30,12 @@ Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
(bnc#718831). (bnc#718831).
- commit 05b6faf - commit 05b6faf
-------------------------------------------------------------------
Fri Dec 30 15:20:59 CET 2011 - bpoirier@suse.de
- net: Add a flow_cache_flush_deferred function (bnc#737624).
- commit 69bd36b
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
@ -16,11 +46,389 @@ Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz
- Linux 3.1.6. - Linux 3.1.6.
- Revert "clocksource: Avoid selecting mult values that might
overflow when adjusted".
- Revert "inet: add a redirect generation id in inetpeer".
- Delete - Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch. patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete - Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch. patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit b8a97c0 - Linux 3.1.6.
- Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit 2f8a8c2
-------------------------------------------------------------------
Tue Dec 20 19:14:35 CET 2011 - dsterba@suse.cz
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- btrfs: keep orphans for subvolume deletion (FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: add a cond_resched() into the worker loop (FATE#306586).
- BTRFS: Establish i_ops before calling d_instantiate
(FATE#306586).
- Btrfs: deal with NULL srv_rsv in the delalloc inode reservation
code (FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- Btrfs: unplug every once and a while (FATE#306586).
- btrfs: lock and disable irq during space alloc (FATE#306586
bnc#730103).
- Refresh
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch.
- Delete
patches.suse/btrfs-0901-fix-num_workers_starting-bug-and-other-bugs-in.patch.
- Delete
patches.suse/btrfs-0902-deal-with-enospc-from-dirtying-inodes-properly.patch.
- Delete
patches.suse/btrfs-0903-fix-how-we-do-delalloc-reservations-and-how-we.patch.
- Delete
patches.suse/btrfs-0904-fix-leaked-space-in-truncate.patch.
- Delete
patches.suse/btrfs-0905-only-set-cache_generation-if-we-setup-the-bloc.patch.
- Delete
patches.suse/btrfs-0906-don-t-panic-if-orphan-item-already-exists.patch.
- Delete
patches.suse/btrfs-8027-fix-ctime-update-of-on-disk-inode.patch.
- Delete
patches.suse/btrfs-8028-fix-wrong-disk-space-information-of-the-files.patch.
- Delete
patches.suse/btrfs-8029-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch.
- Delete
patches.suse/btrfs-8030-fix-inaccurate-available-space-on-raid0-profil.patch.
- commit e3967f3
-------------------------------------------------------------------
Thu Dec 15 17:55:50 CET 2011 - dsterba@suse.cz
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: fix possible deadlock when opening a seed device
(FATE#306586).
- Btrfs: update global block_rsv when creating a new block group
(FATE#306586).
- btrfs: workaround for cleaner deadlock (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- commit 5341000
-------------------------------------------------------------------
Wed Dec 14 17:28:21 CET 2011 - dsterba@suse.cz
- btrfs: Introduce btrfs_get_maps_dev() (bnc#672923).
- vfs: allow /proc/pid/maps to return a custom device
(bnc#672923).
- Btrfs: make lzo the default compression scheme (FATE#306586).
- btrfs: add new ioctl to determine size of compressed file
(FATE#306586).
- Sector Size check during Mount (FATE#306586 bnc#724620).
- Btrfs: rewrite btrfs_trim_block_group() (FATE#306586).
- btrfs: allow cross-subvolume file clone (bnc#698540).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: add allocator tracepoints (FATE#306586).
- Btrfs: fix btrfs_end_bio to deal with write errors to a single
mirror (FATE#306586).
- Btrfs: drop spin lock when memory alloc fails (FATE#306586).
- Btrfs: check if the to-be-added device is writable
(FATE#306586).
- Btrfs: try cluster but don't advance in search list
(FATE#306586).
- Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
(FATE#306586).
- Btrfs: fix meta data raid-repair merge problem (FATE#306586).
- Btrfs: skip allocation attempt from empty cluster (FATE#306586).
- Btrfs: skip block groups without enough space for a cluster
(FATE#306586).
- Btrfs: start search for new cluster at the beginning
(FATE#306586).
- Btrfs: reset cluster's max_size when creating bitmap
(FATE#306586).
- Btrfs: initialize new bitmaps' list (FATE#306586).
- Btrfs: fix oops when calling statfs on readonly device
(FATE#306586).
- Btrfs: Don't error on resizing FS to same size (FATE#306586).
- Btrfs: fix deadlock on metadata reservation when evicting a
inode (FATE#306586).
- btrfs scrub: handle -ENOMEM from init_ipath() (FATE#306586).
- Btrfs: remove free-space-cache.c WARN during log replay
(FATE#306586).
- Btrfs: sectorsize align offsets in fiemap (FATE#306586).
- Btrfs: clear pages dirty for io and set them extent mapped
(FATE#306586).
- Btrfs: wait on caching if we're loading the free space cache
(FATE#306586).
- Btrfs: prefix resize related printks with btrfs: (FATE#306586).
- btrfs: fix stat blocks accounting (FATE#306586).
- Btrfs: avoid unnecessary bitmap search for cluster setup
(FATE#306586).
- Btrfs: fix to search one more bitmap for cluster setup
(FATE#306586).
- btrfs: mirror_num should be int, not u64 (FATE#306586).
- btrfs: Fix up 32/64-bit compatibility for new ioctls
(FATE#306586).
- Btrfs: fix barrier flushes (FATE#306586).
- Btrfs: fix tree corruption after multi-thread snapshots and
inode_cache flush (FATE#306586).
- btrfs: rename the option to nospace_cache (FATE#306586).
- Btrfs: handle bio_add_page failure gracefully in scrub
(FATE#306586).
- Btrfs: fix deadlock caused by the race between relocation
(FATE#306586).
- Btrfs: only map pages if we know we need them when reading
the space cache (FATE#306586).
- Btrfs: fix orphan backref nodes (FATE#306586).
- Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
(FATE#306586).
- Btrfs: fix unreleased path in btrfs_orphan_cleanup()
(FATE#306586).
- Btrfs: fix no reserved space for writing out inode cache
(FATE#306586).
- Btrfs: fix nocow when deleting the item (FATE#306586).
- Btrfs: tweak the delayed inode reservations again (FATE#306586).
- Btrfs: rework error handling in btrfs_mount() (FATE#306586).
- Btrfs: close devices on all error paths in open_ctree()
(FATE#306586).
- Btrfs: avoid null dereference and leaks when bailing from
open_ctree() (FATE#306586).
- Btrfs: fix subvol_name leak on error in btrfs_mount()
(FATE#306586).
- Btrfs: fix memory leak in btrfs_parse_early_options()
(FATE#306586).
- Btrfs: fix our reservations for updating an inode when
completing io (FATE#306586).
- Btrfs: fix oops on NULL trans handle in btrfs_truncate
(FATE#306586).
- btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
(FATE#306586).
- Btrfs: check for a null fs root when writing to the backup
root log (FATE#306586).
- Btrfs: fix race during transaction joins (FATE#306586).
- Btrfs: fix a potential btrfs_bio leak on scrub fixups
(FATE#306586).
- Btrfs: stop leaking btrfs_bios on readahead (FATE#306586).
- Btrfs: stop the readahead threads on failed mount (FATE#306586).
- Btrfs: fix extent_buffer leak in the metadata IO error handling
(FATE#306586).
- Btrfs: fix the new inspection ioctls for 32 bit compat
(FATE#306586).
- btrfs: integrating raid-repair and scrub-fixup-nodatasum
(FATE#306586).
- btrfs: Moved repair code from inode.c to extent_io.c
(FATE#306586).
- btrfs: Put mirror_num in bi_bdev (FATE#306586).
- btrfs: Do not use bio->bi_bdev after submission (FATE#306586).
- btrfs: btrfs_multi_bio replaced with btrfs_bio (FATE#306586).
- btrfs: new ioctls to do logical->inode and inode->path resolving
(FATE#306586).
- btrfs scrub: add fixup code for errors on nodatasum files
(FATE#306586).
- btrfs scrub: use int for mirror_num, not u64 (FATE#306586).
- btrfs: add mirror_num to extent_read_full_page (FATE#306586).
- btrfs scrub: bugfix: mirror_num off by one (FATE#306586).
- btrfs scrub: print paths of corrupted files (FATE#306586).
- btrfs scrub: added unverified_errors (FATE#306586).
- btrfs: added helper functions to iterate backrefs (FATE#306586).
- btrfs: use readahead API for scrub (FATE#306586).
- btrfs: hooks for readahead (FATE#306586).
- btrfs: initial readahead code and prototypes (FATE#306586).
- btrfs: state information for readahead (FATE#306586).
- btrfs: add READAHEAD extent buffer flag (FATE#306586).
- btrfs: add an extra wait mode to read_extent_buffer_pages
(FATE#306586).
- Btrfs: fix delayed insertion reservation (FATE#306586).
- Btrfs: ClearPageError during writepage and clean_tree_block
(FATE#306586).
- Btrfs: be smarter about committing the transaction in
reserve_metadata_bytes (FATE#306586).
- Btrfs: make a delayed_block_rsv for the delayed item insertion
(FATE#306586).
- Btrfs: add a log of past tree roots (FATE#306586).
- btrfs: separate superblock items out of fs_info (FATE#306586).
- Btrfs: use the global reserve when truncating the free space
cache inode (FATE#306586).
- Btrfs: release metadata from global reserve if we have to
fallback for unlink (FATE#306586).
- Btrfs: make sure to flush queued bios if write_cache_pages waits
(FATE#306586).
- Btrfs: fix extent pinning bugs in the tree log (FATE#306586).
- Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
(FATE#306586).
- Btrfs: don't wait as long for more batches during SSD log commit
(FATE#306586).
- btrfs: ratelimit WARN_ON in use_block_rsv (FATE#306586).
- btrfs: do not allow mounting non-subvolumes via subvol option
(FATE#306586).
- Btrfs: close all bdevs on mount failure (FATE#306586).
- Btrfs: fix a bug when opening seed devices (FATE#306586).
- btrfs: fix oops on failure path (FATE#306586).
- Btrfs: fix race between multi-task space allocation and caching
space (FATE#306586).
- Btrfs: fix return value of btrfs_get_acl() (FATE#306586).
- Btrfs: pass the correct root to lookup_free_space_inode()
(FATE#306586).
- Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
(FATE#306586).
- Btrfs: fix direct-io vs nodatacow (FATE#306586).
- Btrfs: remove BUG_ON() in compress_file_range() (FATE#306586).
- Btrfs: fix array bound checking (FATE#306586).
- btrfs: return EINVAL if start > total_bytes in fitrim ioctl
(FATE#306586).
- Btrfs: honor extent thresh during defragmentation (FATE#306586).
- btrfs: trivial fix, a potential memory leak in
btrfs_parse_early_options() (FATE#306586).
- Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
(FATE#306586).
- Btrfs: use i_size_read() in btrfs_defrag_file() (FATE#306586).
- Btrfs: fix defragmentation regression (FATE#306586).
- btrfs: fix memory leak in btrfs_defrag_file (FATE#306586).
- btrfs: check file extent backref offset underflow (FATE#306586).
- Btrfs: don't flush the cache inode before writing it
(FATE#306586).
- Btrfs: if we have a lot of pinned space, commit the transaction
(FATE#306586).
- Btrfs: seperate out btrfs_block_rsv_check out into 2 different
functions (FATE#306586).
- Btrfs: reserve some space for an orphan item when unlinking
(FATE#306586).
- Btrfs: release trans metadata bytes before flushing delayed refs
(FATE#306586).
- Btrfs: allow shrink_delalloc flush the needed reclaimed pages
(FATE#306586).
- Btrfs: wait for ordered extents if we're in trouble when
shrinking delalloc (FATE#306586).
- Btrfs: don't check bytes_pinned to determine if we should
commit the transaction (FATE#306586).
- Btrfs: fix regression in re-setting a large xattr (FATE#306586).
- Btrfs: fix the amount of space reserved for unlink
(FATE#306586).
- Btrfs: wait for ordered extents if we didn't reclaim enough
(FATE#306586).
- Btrfs: inline checksums into the disk free space cache
(FATE#306586).
- Btrfs: take overflow into account in reserving space
(FATE#306586).
- Btrfs: check the return value of filemap_write_and_wait in
the space cache (FATE#306586).
- Btrfs: add a io_ctl struct and helpers for dealing with the
space cache (FATE#306586).
- Btrfs: don't skip writing out a empty block groups cache
(FATE#306586).
- Btrfs: introduce mount option no_space_cache (FATE#306586).
- Btrfs: only inherit btrfs specific flags when creating files
(FATE#306586).
- Btrfs: allow us to overcommit our enospc reservations
(FATE#306586).
- Btrfs: break out of orphan cleanup if we can't make progress
(FATE#306586).
- Btrfs: use the global reserve as a backup for deleting inodes
(FATE#306586).
- Btrfs: stop using write_one_page (FATE#306586).
- Btrfs: introduce convert_extent_bit (FATE#306586).
- Btrfs: check unused against how much space we actually want
(FATE#306586).
- Btrfs: fix orphan cleanup regression (FATE#306586).
- Btrfs: use the inode's mapping mask for allocating pages
(FATE#306586).
- Btrfs: delay iput when deleting a block group (FATE#306586).
- Btrfs: make sure to unset trans->block_rsv before running
delayed refs (FATE#306586).
- Btrfs: stop passing a trans handle all around the reservation
code (FATE#306586).
- Btrfs: don't get the block_rsv in btrfs_free_tree_block
(FATE#306586).
- Btrfs: use the transactions block_rsv for the csum root
(FATE#306586).
- Btrfs: handle enospc accounting for free space inodes
(FATE#306586).
- Btrfs: put the block group cache after we commit the super
(FATE#306586).
- Btrfs: set truncate block rsv's size (FATE#306586).
- Btrfs: don't increase the block_rsv's size when emergency
allocating space (FATE#306586).
- Btrfs: fix space leak when we fail to make an allocation
(FATE#306586).
- Btrfs: fix call to btrfs_search_slot in free space cache
(FATE#306586).
- Btrfs: allow callers to specify if flushing can occur for
btrfs_block_rsv_check (FATE#306586).
- Btrfs: reduce the amount of space needed for truncates
(FATE#306586).
- Btrfs: only reserve space in fallocate if we have to do a
preallocate (FATE#306586).
- Btrfs: kill btrfs_truncate_reserve_metadata (FATE#306586).
- Btrfs: optimize how we account for space in truncate
(FATE#306586).
- Btrfs: don't try to commit in btrfs_block_rsv_check
(FATE#306586).
- Btrfs: kill unused parts of block_rsv (FATE#306586).
- Btrfs: ratelimit the generation printk for the free space cache
(FATE#306586).
- Btrfs: fix how we reserve space for deleting inodes
(FATE#306586).
- Btrfs: kill the durable block rsv stuff (FATE#306586).
- Btrfs: kill the orphan space calculation for snapshots
(FATE#306586).
- Btrfs: calculate checksum space correctly (FATE#306586).
- Btrfs: skip looking for delalloc if we don't have
->fill_delalloc (FATE#306586).
- Btrfs: use bytes_may_use for all ENOSPC reservations
(FATE#306586).
- Btrfs: fix how we mount subvol=<whatever> (FATE#306586).
- Btrfs: use d_obtain_alias when mounting subvol/subvolid
(FATE#306586).
- Btrfs: kill reserved_bytes in inode (FATE#306586).
- Btrfs: move stuff around in btrfs_inode to get better packing
(FATE#306586).
- commit ba3fdbf
-------------------------------------------------------------------
Tue Dec 13 19:48:57 CET 2011 - bpoirier@suse.de
- batman-adv: Only write requested number of byte to user buffer
(bnc#736149 CVE-2011-4604).
- batman-adv: bat_socket_read missing checks (bnc#736149
CVE-2011-4604).
- commit 94c2b73
-------------------------------------------------------------------
Mon Dec 12 13:16:03 CET 2011 - mmarek@suse.cz
- Revert "USB: fix ehci alignment error".
- kabi/severities: Check drivers/usb again
- commit 6f443ef
-------------------------------------------------------------------
Mon Dec 12 02:34:32 CET 2011 - trenn@suse.de
- x86, x2apic: Enable the bios request for x2apic optout.
- commit c1c0cfd
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.1 %define srcversion 3.1
%define patchversion 3.1.6 %define patchversion 3.1.7
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ppc64 Name: kernel-ppc64
Summary: Kernel for ppc64 Systems Summary: Kernel for ppc64 Systems
Version: 3.1.6 Version: 3.1.7
Release: 0 Release: 0
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 4 10:41:26 CET 2012 - jslaby@suse.cz
- Revert "- btrfs: use correct device for maps (bnc#672923)."
This reverts commit 7e6bd95918d9b297d628b36d4b029da7cc335ca5.
We mauy break kABI here and use the cleaner version :).
- commit 897def2
-------------------------------------------------------------------
Wed Jan 4 10:36:49 CET 2012 - jslaby@suse.cz
- Linux 3.1.7.
- commit 587be3b
-------------------------------------------------------------------
Mon Jan 2 13:42:24 CET 2012 - dsterba@suse.cz
- btrfs: use correct device for maps (bnc#672923).
- Delete
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch.
- Delete
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch.
- commit 7e6bd95
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
@ -6,6 +30,12 @@ Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
(bnc#718831). (bnc#718831).
- commit 05b6faf - commit 05b6faf
-------------------------------------------------------------------
Fri Dec 30 15:20:59 CET 2011 - bpoirier@suse.de
- net: Add a flow_cache_flush_deferred function (bnc#737624).
- commit 69bd36b
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
@ -16,11 +46,389 @@ Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz
- Linux 3.1.6. - Linux 3.1.6.
- Revert "clocksource: Avoid selecting mult values that might
overflow when adjusted".
- Revert "inet: add a redirect generation id in inetpeer".
- Delete - Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch. patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete - Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch. patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit b8a97c0 - Linux 3.1.6.
- Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit 2f8a8c2
-------------------------------------------------------------------
Tue Dec 20 19:14:35 CET 2011 - dsterba@suse.cz
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- btrfs: keep orphans for subvolume deletion (FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: add a cond_resched() into the worker loop (FATE#306586).
- BTRFS: Establish i_ops before calling d_instantiate
(FATE#306586).
- Btrfs: deal with NULL srv_rsv in the delalloc inode reservation
code (FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- Btrfs: unplug every once and a while (FATE#306586).
- btrfs: lock and disable irq during space alloc (FATE#306586
bnc#730103).
- Refresh
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch.
- Delete
patches.suse/btrfs-0901-fix-num_workers_starting-bug-and-other-bugs-in.patch.
- Delete
patches.suse/btrfs-0902-deal-with-enospc-from-dirtying-inodes-properly.patch.
- Delete
patches.suse/btrfs-0903-fix-how-we-do-delalloc-reservations-and-how-we.patch.
- Delete
patches.suse/btrfs-0904-fix-leaked-space-in-truncate.patch.
- Delete
patches.suse/btrfs-0905-only-set-cache_generation-if-we-setup-the-bloc.patch.
- Delete
patches.suse/btrfs-0906-don-t-panic-if-orphan-item-already-exists.patch.
- Delete
patches.suse/btrfs-8027-fix-ctime-update-of-on-disk-inode.patch.
- Delete
patches.suse/btrfs-8028-fix-wrong-disk-space-information-of-the-files.patch.
- Delete
patches.suse/btrfs-8029-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch.
- Delete
patches.suse/btrfs-8030-fix-inaccurate-available-space-on-raid0-profil.patch.
- commit e3967f3
-------------------------------------------------------------------
Thu Dec 15 17:55:50 CET 2011 - dsterba@suse.cz
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: fix possible deadlock when opening a seed device
(FATE#306586).
- Btrfs: update global block_rsv when creating a new block group
(FATE#306586).
- btrfs: workaround for cleaner deadlock (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- commit 5341000
-------------------------------------------------------------------
Wed Dec 14 17:28:21 CET 2011 - dsterba@suse.cz
- btrfs: Introduce btrfs_get_maps_dev() (bnc#672923).
- vfs: allow /proc/pid/maps to return a custom device
(bnc#672923).
- Btrfs: make lzo the default compression scheme (FATE#306586).
- btrfs: add new ioctl to determine size of compressed file
(FATE#306586).
- Sector Size check during Mount (FATE#306586 bnc#724620).
- Btrfs: rewrite btrfs_trim_block_group() (FATE#306586).
- btrfs: allow cross-subvolume file clone (bnc#698540).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: add allocator tracepoints (FATE#306586).
- Btrfs: fix btrfs_end_bio to deal with write errors to a single
mirror (FATE#306586).
- Btrfs: drop spin lock when memory alloc fails (FATE#306586).
- Btrfs: check if the to-be-added device is writable
(FATE#306586).
- Btrfs: try cluster but don't advance in search list
(FATE#306586).
- Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
(FATE#306586).
- Btrfs: fix meta data raid-repair merge problem (FATE#306586).
- Btrfs: skip allocation attempt from empty cluster (FATE#306586).
- Btrfs: skip block groups without enough space for a cluster
(FATE#306586).
- Btrfs: start search for new cluster at the beginning
(FATE#306586).
- Btrfs: reset cluster's max_size when creating bitmap
(FATE#306586).
- Btrfs: initialize new bitmaps' list (FATE#306586).
- Btrfs: fix oops when calling statfs on readonly device
(FATE#306586).
- Btrfs: Don't error on resizing FS to same size (FATE#306586).
- Btrfs: fix deadlock on metadata reservation when evicting a
inode (FATE#306586).
- btrfs scrub: handle -ENOMEM from init_ipath() (FATE#306586).
- Btrfs: remove free-space-cache.c WARN during log replay
(FATE#306586).
- Btrfs: sectorsize align offsets in fiemap (FATE#306586).
- Btrfs: clear pages dirty for io and set them extent mapped
(FATE#306586).
- Btrfs: wait on caching if we're loading the free space cache
(FATE#306586).
- Btrfs: prefix resize related printks with btrfs: (FATE#306586).
- btrfs: fix stat blocks accounting (FATE#306586).
- Btrfs: avoid unnecessary bitmap search for cluster setup
(FATE#306586).
- Btrfs: fix to search one more bitmap for cluster setup
(FATE#306586).
- btrfs: mirror_num should be int, not u64 (FATE#306586).
- btrfs: Fix up 32/64-bit compatibility for new ioctls
(FATE#306586).
- Btrfs: fix barrier flushes (FATE#306586).
- Btrfs: fix tree corruption after multi-thread snapshots and
inode_cache flush (FATE#306586).
- btrfs: rename the option to nospace_cache (FATE#306586).
- Btrfs: handle bio_add_page failure gracefully in scrub
(FATE#306586).
- Btrfs: fix deadlock caused by the race between relocation
(FATE#306586).
- Btrfs: only map pages if we know we need them when reading
the space cache (FATE#306586).
- Btrfs: fix orphan backref nodes (FATE#306586).
- Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
(FATE#306586).
- Btrfs: fix unreleased path in btrfs_orphan_cleanup()
(FATE#306586).
- Btrfs: fix no reserved space for writing out inode cache
(FATE#306586).
- Btrfs: fix nocow when deleting the item (FATE#306586).
- Btrfs: tweak the delayed inode reservations again (FATE#306586).
- Btrfs: rework error handling in btrfs_mount() (FATE#306586).
- Btrfs: close devices on all error paths in open_ctree()
(FATE#306586).
- Btrfs: avoid null dereference and leaks when bailing from
open_ctree() (FATE#306586).
- Btrfs: fix subvol_name leak on error in btrfs_mount()
(FATE#306586).
- Btrfs: fix memory leak in btrfs_parse_early_options()
(FATE#306586).
- Btrfs: fix our reservations for updating an inode when
completing io (FATE#306586).
- Btrfs: fix oops on NULL trans handle in btrfs_truncate
(FATE#306586).
- btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
(FATE#306586).
- Btrfs: check for a null fs root when writing to the backup
root log (FATE#306586).
- Btrfs: fix race during transaction joins (FATE#306586).
- Btrfs: fix a potential btrfs_bio leak on scrub fixups
(FATE#306586).
- Btrfs: stop leaking btrfs_bios on readahead (FATE#306586).
- Btrfs: stop the readahead threads on failed mount (FATE#306586).
- Btrfs: fix extent_buffer leak in the metadata IO error handling
(FATE#306586).
- Btrfs: fix the new inspection ioctls for 32 bit compat
(FATE#306586).
- btrfs: integrating raid-repair and scrub-fixup-nodatasum
(FATE#306586).
- btrfs: Moved repair code from inode.c to extent_io.c
(FATE#306586).
- btrfs: Put mirror_num in bi_bdev (FATE#306586).
- btrfs: Do not use bio->bi_bdev after submission (FATE#306586).
- btrfs: btrfs_multi_bio replaced with btrfs_bio (FATE#306586).
- btrfs: new ioctls to do logical->inode and inode->path resolving
(FATE#306586).
- btrfs scrub: add fixup code for errors on nodatasum files
(FATE#306586).
- btrfs scrub: use int for mirror_num, not u64 (FATE#306586).
- btrfs: add mirror_num to extent_read_full_page (FATE#306586).
- btrfs scrub: bugfix: mirror_num off by one (FATE#306586).
- btrfs scrub: print paths of corrupted files (FATE#306586).
- btrfs scrub: added unverified_errors (FATE#306586).
- btrfs: added helper functions to iterate backrefs (FATE#306586).
- btrfs: use readahead API for scrub (FATE#306586).
- btrfs: hooks for readahead (FATE#306586).
- btrfs: initial readahead code and prototypes (FATE#306586).
- btrfs: state information for readahead (FATE#306586).
- btrfs: add READAHEAD extent buffer flag (FATE#306586).
- btrfs: add an extra wait mode to read_extent_buffer_pages
(FATE#306586).
- Btrfs: fix delayed insertion reservation (FATE#306586).
- Btrfs: ClearPageError during writepage and clean_tree_block
(FATE#306586).
- Btrfs: be smarter about committing the transaction in
reserve_metadata_bytes (FATE#306586).
- Btrfs: make a delayed_block_rsv for the delayed item insertion
(FATE#306586).
- Btrfs: add a log of past tree roots (FATE#306586).
- btrfs: separate superblock items out of fs_info (FATE#306586).
- Btrfs: use the global reserve when truncating the free space
cache inode (FATE#306586).
- Btrfs: release metadata from global reserve if we have to
fallback for unlink (FATE#306586).
- Btrfs: make sure to flush queued bios if write_cache_pages waits
(FATE#306586).
- Btrfs: fix extent pinning bugs in the tree log (FATE#306586).
- Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
(FATE#306586).
- Btrfs: don't wait as long for more batches during SSD log commit
(FATE#306586).
- btrfs: ratelimit WARN_ON in use_block_rsv (FATE#306586).
- btrfs: do not allow mounting non-subvolumes via subvol option
(FATE#306586).
- Btrfs: close all bdevs on mount failure (FATE#306586).
- Btrfs: fix a bug when opening seed devices (FATE#306586).
- btrfs: fix oops on failure path (FATE#306586).
- Btrfs: fix race between multi-task space allocation and caching
space (FATE#306586).
- Btrfs: fix return value of btrfs_get_acl() (FATE#306586).
- Btrfs: pass the correct root to lookup_free_space_inode()
(FATE#306586).
- Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
(FATE#306586).
- Btrfs: fix direct-io vs nodatacow (FATE#306586).
- Btrfs: remove BUG_ON() in compress_file_range() (FATE#306586).
- Btrfs: fix array bound checking (FATE#306586).
- btrfs: return EINVAL if start > total_bytes in fitrim ioctl
(FATE#306586).
- Btrfs: honor extent thresh during defragmentation (FATE#306586).
- btrfs: trivial fix, a potential memory leak in
btrfs_parse_early_options() (FATE#306586).
- Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
(FATE#306586).
- Btrfs: use i_size_read() in btrfs_defrag_file() (FATE#306586).
- Btrfs: fix defragmentation regression (FATE#306586).
- btrfs: fix memory leak in btrfs_defrag_file (FATE#306586).
- btrfs: check file extent backref offset underflow (FATE#306586).
- Btrfs: don't flush the cache inode before writing it
(FATE#306586).
- Btrfs: if we have a lot of pinned space, commit the transaction
(FATE#306586).
- Btrfs: seperate out btrfs_block_rsv_check out into 2 different
functions (FATE#306586).
- Btrfs: reserve some space for an orphan item when unlinking
(FATE#306586).
- Btrfs: release trans metadata bytes before flushing delayed refs
(FATE#306586).
- Btrfs: allow shrink_delalloc flush the needed reclaimed pages
(FATE#306586).
- Btrfs: wait for ordered extents if we're in trouble when
shrinking delalloc (FATE#306586).
- Btrfs: don't check bytes_pinned to determine if we should
commit the transaction (FATE#306586).
- Btrfs: fix regression in re-setting a large xattr (FATE#306586).
- Btrfs: fix the amount of space reserved for unlink
(FATE#306586).
- Btrfs: wait for ordered extents if we didn't reclaim enough
(FATE#306586).
- Btrfs: inline checksums into the disk free space cache
(FATE#306586).
- Btrfs: take overflow into account in reserving space
(FATE#306586).
- Btrfs: check the return value of filemap_write_and_wait in
the space cache (FATE#306586).
- Btrfs: add a io_ctl struct and helpers for dealing with the
space cache (FATE#306586).
- Btrfs: don't skip writing out a empty block groups cache
(FATE#306586).
- Btrfs: introduce mount option no_space_cache (FATE#306586).
- Btrfs: only inherit btrfs specific flags when creating files
(FATE#306586).
- Btrfs: allow us to overcommit our enospc reservations
(FATE#306586).
- Btrfs: break out of orphan cleanup if we can't make progress
(FATE#306586).
- Btrfs: use the global reserve as a backup for deleting inodes
(FATE#306586).
- Btrfs: stop using write_one_page (FATE#306586).
- Btrfs: introduce convert_extent_bit (FATE#306586).
- Btrfs: check unused against how much space we actually want
(FATE#306586).
- Btrfs: fix orphan cleanup regression (FATE#306586).
- Btrfs: use the inode's mapping mask for allocating pages
(FATE#306586).
- Btrfs: delay iput when deleting a block group (FATE#306586).
- Btrfs: make sure to unset trans->block_rsv before running
delayed refs (FATE#306586).
- Btrfs: stop passing a trans handle all around the reservation
code (FATE#306586).
- Btrfs: don't get the block_rsv in btrfs_free_tree_block
(FATE#306586).
- Btrfs: use the transactions block_rsv for the csum root
(FATE#306586).
- Btrfs: handle enospc accounting for free space inodes
(FATE#306586).
- Btrfs: put the block group cache after we commit the super
(FATE#306586).
- Btrfs: set truncate block rsv's size (FATE#306586).
- Btrfs: don't increase the block_rsv's size when emergency
allocating space (FATE#306586).
- Btrfs: fix space leak when we fail to make an allocation
(FATE#306586).
- Btrfs: fix call to btrfs_search_slot in free space cache
(FATE#306586).
- Btrfs: allow callers to specify if flushing can occur for
btrfs_block_rsv_check (FATE#306586).
- Btrfs: reduce the amount of space needed for truncates
(FATE#306586).
- Btrfs: only reserve space in fallocate if we have to do a
preallocate (FATE#306586).
- Btrfs: kill btrfs_truncate_reserve_metadata (FATE#306586).
- Btrfs: optimize how we account for space in truncate
(FATE#306586).
- Btrfs: don't try to commit in btrfs_block_rsv_check
(FATE#306586).
- Btrfs: kill unused parts of block_rsv (FATE#306586).
- Btrfs: ratelimit the generation printk for the free space cache
(FATE#306586).
- Btrfs: fix how we reserve space for deleting inodes
(FATE#306586).
- Btrfs: kill the durable block rsv stuff (FATE#306586).
- Btrfs: kill the orphan space calculation for snapshots
(FATE#306586).
- Btrfs: calculate checksum space correctly (FATE#306586).
- Btrfs: skip looking for delalloc if we don't have
->fill_delalloc (FATE#306586).
- Btrfs: use bytes_may_use for all ENOSPC reservations
(FATE#306586).
- Btrfs: fix how we mount subvol=<whatever> (FATE#306586).
- Btrfs: use d_obtain_alias when mounting subvol/subvolid
(FATE#306586).
- Btrfs: kill reserved_bytes in inode (FATE#306586).
- Btrfs: move stuff around in btrfs_inode to get better packing
(FATE#306586).
- commit ba3fdbf
-------------------------------------------------------------------
Tue Dec 13 19:48:57 CET 2011 - bpoirier@suse.de
- batman-adv: Only write requested number of byte to user buffer
(bnc#736149 CVE-2011-4604).
- batman-adv: bat_socket_read missing checks (bnc#736149
CVE-2011-4604).
- commit 94c2b73
-------------------------------------------------------------------
Mon Dec 12 13:16:03 CET 2011 - mmarek@suse.cz
- Revert "USB: fix ehci alignment error".
- kabi/severities: Check drivers/usb again
- commit 6f443ef
-------------------------------------------------------------------
Mon Dec 12 02:34:32 CET 2011 - trenn@suse.de
- x86, x2apic: Enable the bios request for x2apic optout.
- commit c1c0cfd
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.1 %define srcversion 3.1
%define patchversion 3.1.6 %define patchversion 3.1.7
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-s390 Name: kernel-s390
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.1.6 Version: 3.1.7
Release: 0 Release: 0
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 4 10:41:26 CET 2012 - jslaby@suse.cz
- Revert "- btrfs: use correct device for maps (bnc#672923)."
This reverts commit 7e6bd95918d9b297d628b36d4b029da7cc335ca5.
We mauy break kABI here and use the cleaner version :).
- commit 897def2
-------------------------------------------------------------------
Wed Jan 4 10:36:49 CET 2012 - jslaby@suse.cz
- Linux 3.1.7.
- commit 587be3b
-------------------------------------------------------------------
Mon Jan 2 13:42:24 CET 2012 - dsterba@suse.cz
- btrfs: use correct device for maps (bnc#672923).
- Delete
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch.
- Delete
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch.
- commit 7e6bd95
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
@ -6,6 +30,12 @@ Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
(bnc#718831). (bnc#718831).
- commit 05b6faf - commit 05b6faf
-------------------------------------------------------------------
Fri Dec 30 15:20:59 CET 2011 - bpoirier@suse.de
- net: Add a flow_cache_flush_deferred function (bnc#737624).
- commit 69bd36b
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
@ -16,11 +46,389 @@ Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz
- Linux 3.1.6. - Linux 3.1.6.
- Revert "clocksource: Avoid selecting mult values that might
overflow when adjusted".
- Revert "inet: add a redirect generation id in inetpeer".
- Delete - Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch. patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete - Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch. patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit b8a97c0 - Linux 3.1.6.
- Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit 2f8a8c2
-------------------------------------------------------------------
Tue Dec 20 19:14:35 CET 2011 - dsterba@suse.cz
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- btrfs: keep orphans for subvolume deletion (FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: add a cond_resched() into the worker loop (FATE#306586).
- BTRFS: Establish i_ops before calling d_instantiate
(FATE#306586).
- Btrfs: deal with NULL srv_rsv in the delalloc inode reservation
code (FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- Btrfs: unplug every once and a while (FATE#306586).
- btrfs: lock and disable irq during space alloc (FATE#306586
bnc#730103).
- Refresh
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch.
- Delete
patches.suse/btrfs-0901-fix-num_workers_starting-bug-and-other-bugs-in.patch.
- Delete
patches.suse/btrfs-0902-deal-with-enospc-from-dirtying-inodes-properly.patch.
- Delete
patches.suse/btrfs-0903-fix-how-we-do-delalloc-reservations-and-how-we.patch.
- Delete
patches.suse/btrfs-0904-fix-leaked-space-in-truncate.patch.
- Delete
patches.suse/btrfs-0905-only-set-cache_generation-if-we-setup-the-bloc.patch.
- Delete
patches.suse/btrfs-0906-don-t-panic-if-orphan-item-already-exists.patch.
- Delete
patches.suse/btrfs-8027-fix-ctime-update-of-on-disk-inode.patch.
- Delete
patches.suse/btrfs-8028-fix-wrong-disk-space-information-of-the-files.patch.
- Delete
patches.suse/btrfs-8029-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch.
- Delete
patches.suse/btrfs-8030-fix-inaccurate-available-space-on-raid0-profil.patch.
- commit e3967f3
-------------------------------------------------------------------
Thu Dec 15 17:55:50 CET 2011 - dsterba@suse.cz
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: fix possible deadlock when opening a seed device
(FATE#306586).
- Btrfs: update global block_rsv when creating a new block group
(FATE#306586).
- btrfs: workaround for cleaner deadlock (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- commit 5341000
-------------------------------------------------------------------
Wed Dec 14 17:28:21 CET 2011 - dsterba@suse.cz
- btrfs: Introduce btrfs_get_maps_dev() (bnc#672923).
- vfs: allow /proc/pid/maps to return a custom device
(bnc#672923).
- Btrfs: make lzo the default compression scheme (FATE#306586).
- btrfs: add new ioctl to determine size of compressed file
(FATE#306586).
- Sector Size check during Mount (FATE#306586 bnc#724620).
- Btrfs: rewrite btrfs_trim_block_group() (FATE#306586).
- btrfs: allow cross-subvolume file clone (bnc#698540).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: add allocator tracepoints (FATE#306586).
- Btrfs: fix btrfs_end_bio to deal with write errors to a single
mirror (FATE#306586).
- Btrfs: drop spin lock when memory alloc fails (FATE#306586).
- Btrfs: check if the to-be-added device is writable
(FATE#306586).
- Btrfs: try cluster but don't advance in search list
(FATE#306586).
- Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
(FATE#306586).
- Btrfs: fix meta data raid-repair merge problem (FATE#306586).
- Btrfs: skip allocation attempt from empty cluster (FATE#306586).
- Btrfs: skip block groups without enough space for a cluster
(FATE#306586).
- Btrfs: start search for new cluster at the beginning
(FATE#306586).
- Btrfs: reset cluster's max_size when creating bitmap
(FATE#306586).
- Btrfs: initialize new bitmaps' list (FATE#306586).
- Btrfs: fix oops when calling statfs on readonly device
(FATE#306586).
- Btrfs: Don't error on resizing FS to same size (FATE#306586).
- Btrfs: fix deadlock on metadata reservation when evicting a
inode (FATE#306586).
- btrfs scrub: handle -ENOMEM from init_ipath() (FATE#306586).
- Btrfs: remove free-space-cache.c WARN during log replay
(FATE#306586).
- Btrfs: sectorsize align offsets in fiemap (FATE#306586).
- Btrfs: clear pages dirty for io and set them extent mapped
(FATE#306586).
- Btrfs: wait on caching if we're loading the free space cache
(FATE#306586).
- Btrfs: prefix resize related printks with btrfs: (FATE#306586).
- btrfs: fix stat blocks accounting (FATE#306586).
- Btrfs: avoid unnecessary bitmap search for cluster setup
(FATE#306586).
- Btrfs: fix to search one more bitmap for cluster setup
(FATE#306586).
- btrfs: mirror_num should be int, not u64 (FATE#306586).
- btrfs: Fix up 32/64-bit compatibility for new ioctls
(FATE#306586).
- Btrfs: fix barrier flushes (FATE#306586).
- Btrfs: fix tree corruption after multi-thread snapshots and
inode_cache flush (FATE#306586).
- btrfs: rename the option to nospace_cache (FATE#306586).
- Btrfs: handle bio_add_page failure gracefully in scrub
(FATE#306586).
- Btrfs: fix deadlock caused by the race between relocation
(FATE#306586).
- Btrfs: only map pages if we know we need them when reading
the space cache (FATE#306586).
- Btrfs: fix orphan backref nodes (FATE#306586).
- Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
(FATE#306586).
- Btrfs: fix unreleased path in btrfs_orphan_cleanup()
(FATE#306586).
- Btrfs: fix no reserved space for writing out inode cache
(FATE#306586).
- Btrfs: fix nocow when deleting the item (FATE#306586).
- Btrfs: tweak the delayed inode reservations again (FATE#306586).
- Btrfs: rework error handling in btrfs_mount() (FATE#306586).
- Btrfs: close devices on all error paths in open_ctree()
(FATE#306586).
- Btrfs: avoid null dereference and leaks when bailing from
open_ctree() (FATE#306586).
- Btrfs: fix subvol_name leak on error in btrfs_mount()
(FATE#306586).
- Btrfs: fix memory leak in btrfs_parse_early_options()
(FATE#306586).
- Btrfs: fix our reservations for updating an inode when
completing io (FATE#306586).
- Btrfs: fix oops on NULL trans handle in btrfs_truncate
(FATE#306586).
- btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
(FATE#306586).
- Btrfs: check for a null fs root when writing to the backup
root log (FATE#306586).
- Btrfs: fix race during transaction joins (FATE#306586).
- Btrfs: fix a potential btrfs_bio leak on scrub fixups
(FATE#306586).
- Btrfs: stop leaking btrfs_bios on readahead (FATE#306586).
- Btrfs: stop the readahead threads on failed mount (FATE#306586).
- Btrfs: fix extent_buffer leak in the metadata IO error handling
(FATE#306586).
- Btrfs: fix the new inspection ioctls for 32 bit compat
(FATE#306586).
- btrfs: integrating raid-repair and scrub-fixup-nodatasum
(FATE#306586).
- btrfs: Moved repair code from inode.c to extent_io.c
(FATE#306586).
- btrfs: Put mirror_num in bi_bdev (FATE#306586).
- btrfs: Do not use bio->bi_bdev after submission (FATE#306586).
- btrfs: btrfs_multi_bio replaced with btrfs_bio (FATE#306586).
- btrfs: new ioctls to do logical->inode and inode->path resolving
(FATE#306586).
- btrfs scrub: add fixup code for errors on nodatasum files
(FATE#306586).
- btrfs scrub: use int for mirror_num, not u64 (FATE#306586).
- btrfs: add mirror_num to extent_read_full_page (FATE#306586).
- btrfs scrub: bugfix: mirror_num off by one (FATE#306586).
- btrfs scrub: print paths of corrupted files (FATE#306586).
- btrfs scrub: added unverified_errors (FATE#306586).
- btrfs: added helper functions to iterate backrefs (FATE#306586).
- btrfs: use readahead API for scrub (FATE#306586).
- btrfs: hooks for readahead (FATE#306586).
- btrfs: initial readahead code and prototypes (FATE#306586).
- btrfs: state information for readahead (FATE#306586).
- btrfs: add READAHEAD extent buffer flag (FATE#306586).
- btrfs: add an extra wait mode to read_extent_buffer_pages
(FATE#306586).
- Btrfs: fix delayed insertion reservation (FATE#306586).
- Btrfs: ClearPageError during writepage and clean_tree_block
(FATE#306586).
- Btrfs: be smarter about committing the transaction in
reserve_metadata_bytes (FATE#306586).
- Btrfs: make a delayed_block_rsv for the delayed item insertion
(FATE#306586).
- Btrfs: add a log of past tree roots (FATE#306586).
- btrfs: separate superblock items out of fs_info (FATE#306586).
- Btrfs: use the global reserve when truncating the free space
cache inode (FATE#306586).
- Btrfs: release metadata from global reserve if we have to
fallback for unlink (FATE#306586).
- Btrfs: make sure to flush queued bios if write_cache_pages waits
(FATE#306586).
- Btrfs: fix extent pinning bugs in the tree log (FATE#306586).
- Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
(FATE#306586).
- Btrfs: don't wait as long for more batches during SSD log commit
(FATE#306586).
- btrfs: ratelimit WARN_ON in use_block_rsv (FATE#306586).
- btrfs: do not allow mounting non-subvolumes via subvol option
(FATE#306586).
- Btrfs: close all bdevs on mount failure (FATE#306586).
- Btrfs: fix a bug when opening seed devices (FATE#306586).
- btrfs: fix oops on failure path (FATE#306586).
- Btrfs: fix race between multi-task space allocation and caching
space (FATE#306586).
- Btrfs: fix return value of btrfs_get_acl() (FATE#306586).
- Btrfs: pass the correct root to lookup_free_space_inode()
(FATE#306586).
- Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
(FATE#306586).
- Btrfs: fix direct-io vs nodatacow (FATE#306586).
- Btrfs: remove BUG_ON() in compress_file_range() (FATE#306586).
- Btrfs: fix array bound checking (FATE#306586).
- btrfs: return EINVAL if start > total_bytes in fitrim ioctl
(FATE#306586).
- Btrfs: honor extent thresh during defragmentation (FATE#306586).
- btrfs: trivial fix, a potential memory leak in
btrfs_parse_early_options() (FATE#306586).
- Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
(FATE#306586).
- Btrfs: use i_size_read() in btrfs_defrag_file() (FATE#306586).
- Btrfs: fix defragmentation regression (FATE#306586).
- btrfs: fix memory leak in btrfs_defrag_file (FATE#306586).
- btrfs: check file extent backref offset underflow (FATE#306586).
- Btrfs: don't flush the cache inode before writing it
(FATE#306586).
- Btrfs: if we have a lot of pinned space, commit the transaction
(FATE#306586).
- Btrfs: seperate out btrfs_block_rsv_check out into 2 different
functions (FATE#306586).
- Btrfs: reserve some space for an orphan item when unlinking
(FATE#306586).
- Btrfs: release trans metadata bytes before flushing delayed refs
(FATE#306586).
- Btrfs: allow shrink_delalloc flush the needed reclaimed pages
(FATE#306586).
- Btrfs: wait for ordered extents if we're in trouble when
shrinking delalloc (FATE#306586).
- Btrfs: don't check bytes_pinned to determine if we should
commit the transaction (FATE#306586).
- Btrfs: fix regression in re-setting a large xattr (FATE#306586).
- Btrfs: fix the amount of space reserved for unlink
(FATE#306586).
- Btrfs: wait for ordered extents if we didn't reclaim enough
(FATE#306586).
- Btrfs: inline checksums into the disk free space cache
(FATE#306586).
- Btrfs: take overflow into account in reserving space
(FATE#306586).
- Btrfs: check the return value of filemap_write_and_wait in
the space cache (FATE#306586).
- Btrfs: add a io_ctl struct and helpers for dealing with the
space cache (FATE#306586).
- Btrfs: don't skip writing out a empty block groups cache
(FATE#306586).
- Btrfs: introduce mount option no_space_cache (FATE#306586).
- Btrfs: only inherit btrfs specific flags when creating files
(FATE#306586).
- Btrfs: allow us to overcommit our enospc reservations
(FATE#306586).
- Btrfs: break out of orphan cleanup if we can't make progress
(FATE#306586).
- Btrfs: use the global reserve as a backup for deleting inodes
(FATE#306586).
- Btrfs: stop using write_one_page (FATE#306586).
- Btrfs: introduce convert_extent_bit (FATE#306586).
- Btrfs: check unused against how much space we actually want
(FATE#306586).
- Btrfs: fix orphan cleanup regression (FATE#306586).
- Btrfs: use the inode's mapping mask for allocating pages
(FATE#306586).
- Btrfs: delay iput when deleting a block group (FATE#306586).
- Btrfs: make sure to unset trans->block_rsv before running
delayed refs (FATE#306586).
- Btrfs: stop passing a trans handle all around the reservation
code (FATE#306586).
- Btrfs: don't get the block_rsv in btrfs_free_tree_block
(FATE#306586).
- Btrfs: use the transactions block_rsv for the csum root
(FATE#306586).
- Btrfs: handle enospc accounting for free space inodes
(FATE#306586).
- Btrfs: put the block group cache after we commit the super
(FATE#306586).
- Btrfs: set truncate block rsv's size (FATE#306586).
- Btrfs: don't increase the block_rsv's size when emergency
allocating space (FATE#306586).
- Btrfs: fix space leak when we fail to make an allocation
(FATE#306586).
- Btrfs: fix call to btrfs_search_slot in free space cache
(FATE#306586).
- Btrfs: allow callers to specify if flushing can occur for
btrfs_block_rsv_check (FATE#306586).
- Btrfs: reduce the amount of space needed for truncates
(FATE#306586).
- Btrfs: only reserve space in fallocate if we have to do a
preallocate (FATE#306586).
- Btrfs: kill btrfs_truncate_reserve_metadata (FATE#306586).
- Btrfs: optimize how we account for space in truncate
(FATE#306586).
- Btrfs: don't try to commit in btrfs_block_rsv_check
(FATE#306586).
- Btrfs: kill unused parts of block_rsv (FATE#306586).
- Btrfs: ratelimit the generation printk for the free space cache
(FATE#306586).
- Btrfs: fix how we reserve space for deleting inodes
(FATE#306586).
- Btrfs: kill the durable block rsv stuff (FATE#306586).
- Btrfs: kill the orphan space calculation for snapshots
(FATE#306586).
- Btrfs: calculate checksum space correctly (FATE#306586).
- Btrfs: skip looking for delalloc if we don't have
->fill_delalloc (FATE#306586).
- Btrfs: use bytes_may_use for all ENOSPC reservations
(FATE#306586).
- Btrfs: fix how we mount subvol=<whatever> (FATE#306586).
- Btrfs: use d_obtain_alias when mounting subvol/subvolid
(FATE#306586).
- Btrfs: kill reserved_bytes in inode (FATE#306586).
- Btrfs: move stuff around in btrfs_inode to get better packing
(FATE#306586).
- commit ba3fdbf
-------------------------------------------------------------------
Tue Dec 13 19:48:57 CET 2011 - bpoirier@suse.de
- batman-adv: Only write requested number of byte to user buffer
(bnc#736149 CVE-2011-4604).
- batman-adv: bat_socket_read missing checks (bnc#736149
CVE-2011-4604).
- commit 94c2b73
-------------------------------------------------------------------
Mon Dec 12 13:16:03 CET 2011 - mmarek@suse.cz
- Revert "USB: fix ehci alignment error".
- kabi/severities: Check drivers/usb again
- commit 6f443ef
-------------------------------------------------------------------
Mon Dec 12 02:34:32 CET 2011 - trenn@suse.de
- x86, x2apic: Enable the bios request for x2apic optout.
- commit c1c0cfd
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
# icecream 0 # icecream 0
%define srcversion 3.1 %define srcversion 3.1
%define patchversion 3.1.6 %define patchversion 3.1.7
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source Name: kernel-source
Summary: The Linux Kernel Sources Summary: The Linux Kernel Sources
Version: 3.1.6 Version: 3.1.7
Release: 0 Release: 0
License: GPL v2 only License: GPL v2 only
Group: Development/Sources Group: Development/Sources

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 4 10:41:26 CET 2012 - jslaby@suse.cz
- Revert "- btrfs: use correct device for maps (bnc#672923)."
This reverts commit 7e6bd95918d9b297d628b36d4b029da7cc335ca5.
We mauy break kABI here and use the cleaner version :).
- commit 897def2
-------------------------------------------------------------------
Wed Jan 4 10:36:49 CET 2012 - jslaby@suse.cz
- Linux 3.1.7.
- commit 587be3b
-------------------------------------------------------------------
Mon Jan 2 13:42:24 CET 2012 - dsterba@suse.cz
- btrfs: use correct device for maps (bnc#672923).
- Delete
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch.
- Delete
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch.
- commit 7e6bd95
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
@ -6,6 +30,12 @@ Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
(bnc#718831). (bnc#718831).
- commit 05b6faf - commit 05b6faf
-------------------------------------------------------------------
Fri Dec 30 15:20:59 CET 2011 - bpoirier@suse.de
- net: Add a flow_cache_flush_deferred function (bnc#737624).
- commit 69bd36b
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
@ -16,11 +46,389 @@ Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz
- Linux 3.1.6. - Linux 3.1.6.
- Revert "clocksource: Avoid selecting mult values that might
overflow when adjusted".
- Revert "inet: add a redirect generation id in inetpeer".
- Delete - Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch. patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete - Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch. patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit b8a97c0 - Linux 3.1.6.
- Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit 2f8a8c2
-------------------------------------------------------------------
Tue Dec 20 19:14:35 CET 2011 - dsterba@suse.cz
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- btrfs: keep orphans for subvolume deletion (FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: add a cond_resched() into the worker loop (FATE#306586).
- BTRFS: Establish i_ops before calling d_instantiate
(FATE#306586).
- Btrfs: deal with NULL srv_rsv in the delalloc inode reservation
code (FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- Btrfs: unplug every once and a while (FATE#306586).
- btrfs: lock and disable irq during space alloc (FATE#306586
bnc#730103).
- Refresh
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch.
- Delete
patches.suse/btrfs-0901-fix-num_workers_starting-bug-and-other-bugs-in.patch.
- Delete
patches.suse/btrfs-0902-deal-with-enospc-from-dirtying-inodes-properly.patch.
- Delete
patches.suse/btrfs-0903-fix-how-we-do-delalloc-reservations-and-how-we.patch.
- Delete
patches.suse/btrfs-0904-fix-leaked-space-in-truncate.patch.
- Delete
patches.suse/btrfs-0905-only-set-cache_generation-if-we-setup-the-bloc.patch.
- Delete
patches.suse/btrfs-0906-don-t-panic-if-orphan-item-already-exists.patch.
- Delete
patches.suse/btrfs-8027-fix-ctime-update-of-on-disk-inode.patch.
- Delete
patches.suse/btrfs-8028-fix-wrong-disk-space-information-of-the-files.patch.
- Delete
patches.suse/btrfs-8029-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch.
- Delete
patches.suse/btrfs-8030-fix-inaccurate-available-space-on-raid0-profil.patch.
- commit e3967f3
-------------------------------------------------------------------
Thu Dec 15 17:55:50 CET 2011 - dsterba@suse.cz
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: fix possible deadlock when opening a seed device
(FATE#306586).
- Btrfs: update global block_rsv when creating a new block group
(FATE#306586).
- btrfs: workaround for cleaner deadlock (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- commit 5341000
-------------------------------------------------------------------
Wed Dec 14 17:28:21 CET 2011 - dsterba@suse.cz
- btrfs: Introduce btrfs_get_maps_dev() (bnc#672923).
- vfs: allow /proc/pid/maps to return a custom device
(bnc#672923).
- Btrfs: make lzo the default compression scheme (FATE#306586).
- btrfs: add new ioctl to determine size of compressed file
(FATE#306586).
- Sector Size check during Mount (FATE#306586 bnc#724620).
- Btrfs: rewrite btrfs_trim_block_group() (FATE#306586).
- btrfs: allow cross-subvolume file clone (bnc#698540).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: add allocator tracepoints (FATE#306586).
- Btrfs: fix btrfs_end_bio to deal with write errors to a single
mirror (FATE#306586).
- Btrfs: drop spin lock when memory alloc fails (FATE#306586).
- Btrfs: check if the to-be-added device is writable
(FATE#306586).
- Btrfs: try cluster but don't advance in search list
(FATE#306586).
- Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
(FATE#306586).
- Btrfs: fix meta data raid-repair merge problem (FATE#306586).
- Btrfs: skip allocation attempt from empty cluster (FATE#306586).
- Btrfs: skip block groups without enough space for a cluster
(FATE#306586).
- Btrfs: start search for new cluster at the beginning
(FATE#306586).
- Btrfs: reset cluster's max_size when creating bitmap
(FATE#306586).
- Btrfs: initialize new bitmaps' list (FATE#306586).
- Btrfs: fix oops when calling statfs on readonly device
(FATE#306586).
- Btrfs: Don't error on resizing FS to same size (FATE#306586).
- Btrfs: fix deadlock on metadata reservation when evicting a
inode (FATE#306586).
- btrfs scrub: handle -ENOMEM from init_ipath() (FATE#306586).
- Btrfs: remove free-space-cache.c WARN during log replay
(FATE#306586).
- Btrfs: sectorsize align offsets in fiemap (FATE#306586).
- Btrfs: clear pages dirty for io and set them extent mapped
(FATE#306586).
- Btrfs: wait on caching if we're loading the free space cache
(FATE#306586).
- Btrfs: prefix resize related printks with btrfs: (FATE#306586).
- btrfs: fix stat blocks accounting (FATE#306586).
- Btrfs: avoid unnecessary bitmap search for cluster setup
(FATE#306586).
- Btrfs: fix to search one more bitmap for cluster setup
(FATE#306586).
- btrfs: mirror_num should be int, not u64 (FATE#306586).
- btrfs: Fix up 32/64-bit compatibility for new ioctls
(FATE#306586).
- Btrfs: fix barrier flushes (FATE#306586).
- Btrfs: fix tree corruption after multi-thread snapshots and
inode_cache flush (FATE#306586).
- btrfs: rename the option to nospace_cache (FATE#306586).
- Btrfs: handle bio_add_page failure gracefully in scrub
(FATE#306586).
- Btrfs: fix deadlock caused by the race between relocation
(FATE#306586).
- Btrfs: only map pages if we know we need them when reading
the space cache (FATE#306586).
- Btrfs: fix orphan backref nodes (FATE#306586).
- Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
(FATE#306586).
- Btrfs: fix unreleased path in btrfs_orphan_cleanup()
(FATE#306586).
- Btrfs: fix no reserved space for writing out inode cache
(FATE#306586).
- Btrfs: fix nocow when deleting the item (FATE#306586).
- Btrfs: tweak the delayed inode reservations again (FATE#306586).
- Btrfs: rework error handling in btrfs_mount() (FATE#306586).
- Btrfs: close devices on all error paths in open_ctree()
(FATE#306586).
- Btrfs: avoid null dereference and leaks when bailing from
open_ctree() (FATE#306586).
- Btrfs: fix subvol_name leak on error in btrfs_mount()
(FATE#306586).
- Btrfs: fix memory leak in btrfs_parse_early_options()
(FATE#306586).
- Btrfs: fix our reservations for updating an inode when
completing io (FATE#306586).
- Btrfs: fix oops on NULL trans handle in btrfs_truncate
(FATE#306586).
- btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
(FATE#306586).
- Btrfs: check for a null fs root when writing to the backup
root log (FATE#306586).
- Btrfs: fix race during transaction joins (FATE#306586).
- Btrfs: fix a potential btrfs_bio leak on scrub fixups
(FATE#306586).
- Btrfs: stop leaking btrfs_bios on readahead (FATE#306586).
- Btrfs: stop the readahead threads on failed mount (FATE#306586).
- Btrfs: fix extent_buffer leak in the metadata IO error handling
(FATE#306586).
- Btrfs: fix the new inspection ioctls for 32 bit compat
(FATE#306586).
- btrfs: integrating raid-repair and scrub-fixup-nodatasum
(FATE#306586).
- btrfs: Moved repair code from inode.c to extent_io.c
(FATE#306586).
- btrfs: Put mirror_num in bi_bdev (FATE#306586).
- btrfs: Do not use bio->bi_bdev after submission (FATE#306586).
- btrfs: btrfs_multi_bio replaced with btrfs_bio (FATE#306586).
- btrfs: new ioctls to do logical->inode and inode->path resolving
(FATE#306586).
- btrfs scrub: add fixup code for errors on nodatasum files
(FATE#306586).
- btrfs scrub: use int for mirror_num, not u64 (FATE#306586).
- btrfs: add mirror_num to extent_read_full_page (FATE#306586).
- btrfs scrub: bugfix: mirror_num off by one (FATE#306586).
- btrfs scrub: print paths of corrupted files (FATE#306586).
- btrfs scrub: added unverified_errors (FATE#306586).
- btrfs: added helper functions to iterate backrefs (FATE#306586).
- btrfs: use readahead API for scrub (FATE#306586).
- btrfs: hooks for readahead (FATE#306586).
- btrfs: initial readahead code and prototypes (FATE#306586).
- btrfs: state information for readahead (FATE#306586).
- btrfs: add READAHEAD extent buffer flag (FATE#306586).
- btrfs: add an extra wait mode to read_extent_buffer_pages
(FATE#306586).
- Btrfs: fix delayed insertion reservation (FATE#306586).
- Btrfs: ClearPageError during writepage and clean_tree_block
(FATE#306586).
- Btrfs: be smarter about committing the transaction in
reserve_metadata_bytes (FATE#306586).
- Btrfs: make a delayed_block_rsv for the delayed item insertion
(FATE#306586).
- Btrfs: add a log of past tree roots (FATE#306586).
- btrfs: separate superblock items out of fs_info (FATE#306586).
- Btrfs: use the global reserve when truncating the free space
cache inode (FATE#306586).
- Btrfs: release metadata from global reserve if we have to
fallback for unlink (FATE#306586).
- Btrfs: make sure to flush queued bios if write_cache_pages waits
(FATE#306586).
- Btrfs: fix extent pinning bugs in the tree log (FATE#306586).
- Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
(FATE#306586).
- Btrfs: don't wait as long for more batches during SSD log commit
(FATE#306586).
- btrfs: ratelimit WARN_ON in use_block_rsv (FATE#306586).
- btrfs: do not allow mounting non-subvolumes via subvol option
(FATE#306586).
- Btrfs: close all bdevs on mount failure (FATE#306586).
- Btrfs: fix a bug when opening seed devices (FATE#306586).
- btrfs: fix oops on failure path (FATE#306586).
- Btrfs: fix race between multi-task space allocation and caching
space (FATE#306586).
- Btrfs: fix return value of btrfs_get_acl() (FATE#306586).
- Btrfs: pass the correct root to lookup_free_space_inode()
(FATE#306586).
- Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
(FATE#306586).
- Btrfs: fix direct-io vs nodatacow (FATE#306586).
- Btrfs: remove BUG_ON() in compress_file_range() (FATE#306586).
- Btrfs: fix array bound checking (FATE#306586).
- btrfs: return EINVAL if start > total_bytes in fitrim ioctl
(FATE#306586).
- Btrfs: honor extent thresh during defragmentation (FATE#306586).
- btrfs: trivial fix, a potential memory leak in
btrfs_parse_early_options() (FATE#306586).
- Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
(FATE#306586).
- Btrfs: use i_size_read() in btrfs_defrag_file() (FATE#306586).
- Btrfs: fix defragmentation regression (FATE#306586).
- btrfs: fix memory leak in btrfs_defrag_file (FATE#306586).
- btrfs: check file extent backref offset underflow (FATE#306586).
- Btrfs: don't flush the cache inode before writing it
(FATE#306586).
- Btrfs: if we have a lot of pinned space, commit the transaction
(FATE#306586).
- Btrfs: seperate out btrfs_block_rsv_check out into 2 different
functions (FATE#306586).
- Btrfs: reserve some space for an orphan item when unlinking
(FATE#306586).
- Btrfs: release trans metadata bytes before flushing delayed refs
(FATE#306586).
- Btrfs: allow shrink_delalloc flush the needed reclaimed pages
(FATE#306586).
- Btrfs: wait for ordered extents if we're in trouble when
shrinking delalloc (FATE#306586).
- Btrfs: don't check bytes_pinned to determine if we should
commit the transaction (FATE#306586).
- Btrfs: fix regression in re-setting a large xattr (FATE#306586).
- Btrfs: fix the amount of space reserved for unlink
(FATE#306586).
- Btrfs: wait for ordered extents if we didn't reclaim enough
(FATE#306586).
- Btrfs: inline checksums into the disk free space cache
(FATE#306586).
- Btrfs: take overflow into account in reserving space
(FATE#306586).
- Btrfs: check the return value of filemap_write_and_wait in
the space cache (FATE#306586).
- Btrfs: add a io_ctl struct and helpers for dealing with the
space cache (FATE#306586).
- Btrfs: don't skip writing out a empty block groups cache
(FATE#306586).
- Btrfs: introduce mount option no_space_cache (FATE#306586).
- Btrfs: only inherit btrfs specific flags when creating files
(FATE#306586).
- Btrfs: allow us to overcommit our enospc reservations
(FATE#306586).
- Btrfs: break out of orphan cleanup if we can't make progress
(FATE#306586).
- Btrfs: use the global reserve as a backup for deleting inodes
(FATE#306586).
- Btrfs: stop using write_one_page (FATE#306586).
- Btrfs: introduce convert_extent_bit (FATE#306586).
- Btrfs: check unused against how much space we actually want
(FATE#306586).
- Btrfs: fix orphan cleanup regression (FATE#306586).
- Btrfs: use the inode's mapping mask for allocating pages
(FATE#306586).
- Btrfs: delay iput when deleting a block group (FATE#306586).
- Btrfs: make sure to unset trans->block_rsv before running
delayed refs (FATE#306586).
- Btrfs: stop passing a trans handle all around the reservation
code (FATE#306586).
- Btrfs: don't get the block_rsv in btrfs_free_tree_block
(FATE#306586).
- Btrfs: use the transactions block_rsv for the csum root
(FATE#306586).
- Btrfs: handle enospc accounting for free space inodes
(FATE#306586).
- Btrfs: put the block group cache after we commit the super
(FATE#306586).
- Btrfs: set truncate block rsv's size (FATE#306586).
- Btrfs: don't increase the block_rsv's size when emergency
allocating space (FATE#306586).
- Btrfs: fix space leak when we fail to make an allocation
(FATE#306586).
- Btrfs: fix call to btrfs_search_slot in free space cache
(FATE#306586).
- Btrfs: allow callers to specify if flushing can occur for
btrfs_block_rsv_check (FATE#306586).
- Btrfs: reduce the amount of space needed for truncates
(FATE#306586).
- Btrfs: only reserve space in fallocate if we have to do a
preallocate (FATE#306586).
- Btrfs: kill btrfs_truncate_reserve_metadata (FATE#306586).
- Btrfs: optimize how we account for space in truncate
(FATE#306586).
- Btrfs: don't try to commit in btrfs_block_rsv_check
(FATE#306586).
- Btrfs: kill unused parts of block_rsv (FATE#306586).
- Btrfs: ratelimit the generation printk for the free space cache
(FATE#306586).
- Btrfs: fix how we reserve space for deleting inodes
(FATE#306586).
- Btrfs: kill the durable block rsv stuff (FATE#306586).
- Btrfs: kill the orphan space calculation for snapshots
(FATE#306586).
- Btrfs: calculate checksum space correctly (FATE#306586).
- Btrfs: skip looking for delalloc if we don't have
->fill_delalloc (FATE#306586).
- Btrfs: use bytes_may_use for all ENOSPC reservations
(FATE#306586).
- Btrfs: fix how we mount subvol=<whatever> (FATE#306586).
- Btrfs: use d_obtain_alias when mounting subvol/subvolid
(FATE#306586).
- Btrfs: kill reserved_bytes in inode (FATE#306586).
- Btrfs: move stuff around in btrfs_inode to get better packing
(FATE#306586).
- commit ba3fdbf
-------------------------------------------------------------------
Tue Dec 13 19:48:57 CET 2011 - bpoirier@suse.de
- batman-adv: Only write requested number of byte to user buffer
(bnc#736149 CVE-2011-4604).
- batman-adv: bat_socket_read missing checks (bnc#736149
CVE-2011-4604).
- commit 94c2b73
-------------------------------------------------------------------
Mon Dec 12 13:16:03 CET 2011 - mmarek@suse.cz
- Revert "USB: fix ehci alignment error".
- kabi/severities: Check drivers/usb again
- commit 6f443ef
-------------------------------------------------------------------
Mon Dec 12 02:34:32 CET 2011 - trenn@suse.de
- x86, x2apic: Enable the bios request for x2apic optout.
- commit c1c0cfd
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz

View File

@ -23,7 +23,7 @@
Name: kernel-syms Name: kernel-syms
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
Version: 3.1.6 Version: 3.1.7
%if %using_buildservice %if %using_buildservice
Release: 0 Release: 0
%else %else

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 4 10:41:26 CET 2012 - jslaby@suse.cz
- Revert "- btrfs: use correct device for maps (bnc#672923)."
This reverts commit 7e6bd95918d9b297d628b36d4b029da7cc335ca5.
We mauy break kABI here and use the cleaner version :).
- commit 897def2
-------------------------------------------------------------------
Wed Jan 4 10:36:49 CET 2012 - jslaby@suse.cz
- Linux 3.1.7.
- commit 587be3b
-------------------------------------------------------------------
Mon Jan 2 13:42:24 CET 2012 - dsterba@suse.cz
- btrfs: use correct device for maps (bnc#672923).
- Delete
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch.
- Delete
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch.
- commit 7e6bd95
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
@ -6,6 +30,12 @@ Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
(bnc#718831). (bnc#718831).
- commit 05b6faf - commit 05b6faf
-------------------------------------------------------------------
Fri Dec 30 15:20:59 CET 2011 - bpoirier@suse.de
- net: Add a flow_cache_flush_deferred function (bnc#737624).
- commit 69bd36b
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
@ -16,11 +46,389 @@ Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz
- Linux 3.1.6. - Linux 3.1.6.
- Revert "clocksource: Avoid selecting mult values that might
overflow when adjusted".
- Revert "inet: add a redirect generation id in inetpeer".
- Delete - Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch. patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete - Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch. patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit b8a97c0 - Linux 3.1.6.
- Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit 2f8a8c2
-------------------------------------------------------------------
Tue Dec 20 19:14:35 CET 2011 - dsterba@suse.cz
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- btrfs: keep orphans for subvolume deletion (FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: add a cond_resched() into the worker loop (FATE#306586).
- BTRFS: Establish i_ops before calling d_instantiate
(FATE#306586).
- Btrfs: deal with NULL srv_rsv in the delalloc inode reservation
code (FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- Btrfs: unplug every once and a while (FATE#306586).
- btrfs: lock and disable irq during space alloc (FATE#306586
bnc#730103).
- Refresh
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch.
- Delete
patches.suse/btrfs-0901-fix-num_workers_starting-bug-and-other-bugs-in.patch.
- Delete
patches.suse/btrfs-0902-deal-with-enospc-from-dirtying-inodes-properly.patch.
- Delete
patches.suse/btrfs-0903-fix-how-we-do-delalloc-reservations-and-how-we.patch.
- Delete
patches.suse/btrfs-0904-fix-leaked-space-in-truncate.patch.
- Delete
patches.suse/btrfs-0905-only-set-cache_generation-if-we-setup-the-bloc.patch.
- Delete
patches.suse/btrfs-0906-don-t-panic-if-orphan-item-already-exists.patch.
- Delete
patches.suse/btrfs-8027-fix-ctime-update-of-on-disk-inode.patch.
- Delete
patches.suse/btrfs-8028-fix-wrong-disk-space-information-of-the-files.patch.
- Delete
patches.suse/btrfs-8029-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch.
- Delete
patches.suse/btrfs-8030-fix-inaccurate-available-space-on-raid0-profil.patch.
- commit e3967f3
-------------------------------------------------------------------
Thu Dec 15 17:55:50 CET 2011 - dsterba@suse.cz
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: fix possible deadlock when opening a seed device
(FATE#306586).
- Btrfs: update global block_rsv when creating a new block group
(FATE#306586).
- btrfs: workaround for cleaner deadlock (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- commit 5341000
-------------------------------------------------------------------
Wed Dec 14 17:28:21 CET 2011 - dsterba@suse.cz
- btrfs: Introduce btrfs_get_maps_dev() (bnc#672923).
- vfs: allow /proc/pid/maps to return a custom device
(bnc#672923).
- Btrfs: make lzo the default compression scheme (FATE#306586).
- btrfs: add new ioctl to determine size of compressed file
(FATE#306586).
- Sector Size check during Mount (FATE#306586 bnc#724620).
- Btrfs: rewrite btrfs_trim_block_group() (FATE#306586).
- btrfs: allow cross-subvolume file clone (bnc#698540).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: add allocator tracepoints (FATE#306586).
- Btrfs: fix btrfs_end_bio to deal with write errors to a single
mirror (FATE#306586).
- Btrfs: drop spin lock when memory alloc fails (FATE#306586).
- Btrfs: check if the to-be-added device is writable
(FATE#306586).
- Btrfs: try cluster but don't advance in search list
(FATE#306586).
- Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
(FATE#306586).
- Btrfs: fix meta data raid-repair merge problem (FATE#306586).
- Btrfs: skip allocation attempt from empty cluster (FATE#306586).
- Btrfs: skip block groups without enough space for a cluster
(FATE#306586).
- Btrfs: start search for new cluster at the beginning
(FATE#306586).
- Btrfs: reset cluster's max_size when creating bitmap
(FATE#306586).
- Btrfs: initialize new bitmaps' list (FATE#306586).
- Btrfs: fix oops when calling statfs on readonly device
(FATE#306586).
- Btrfs: Don't error on resizing FS to same size (FATE#306586).
- Btrfs: fix deadlock on metadata reservation when evicting a
inode (FATE#306586).
- btrfs scrub: handle -ENOMEM from init_ipath() (FATE#306586).
- Btrfs: remove free-space-cache.c WARN during log replay
(FATE#306586).
- Btrfs: sectorsize align offsets in fiemap (FATE#306586).
- Btrfs: clear pages dirty for io and set them extent mapped
(FATE#306586).
- Btrfs: wait on caching if we're loading the free space cache
(FATE#306586).
- Btrfs: prefix resize related printks with btrfs: (FATE#306586).
- btrfs: fix stat blocks accounting (FATE#306586).
- Btrfs: avoid unnecessary bitmap search for cluster setup
(FATE#306586).
- Btrfs: fix to search one more bitmap for cluster setup
(FATE#306586).
- btrfs: mirror_num should be int, not u64 (FATE#306586).
- btrfs: Fix up 32/64-bit compatibility for new ioctls
(FATE#306586).
- Btrfs: fix barrier flushes (FATE#306586).
- Btrfs: fix tree corruption after multi-thread snapshots and
inode_cache flush (FATE#306586).
- btrfs: rename the option to nospace_cache (FATE#306586).
- Btrfs: handle bio_add_page failure gracefully in scrub
(FATE#306586).
- Btrfs: fix deadlock caused by the race between relocation
(FATE#306586).
- Btrfs: only map pages if we know we need them when reading
the space cache (FATE#306586).
- Btrfs: fix orphan backref nodes (FATE#306586).
- Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
(FATE#306586).
- Btrfs: fix unreleased path in btrfs_orphan_cleanup()
(FATE#306586).
- Btrfs: fix no reserved space for writing out inode cache
(FATE#306586).
- Btrfs: fix nocow when deleting the item (FATE#306586).
- Btrfs: tweak the delayed inode reservations again (FATE#306586).
- Btrfs: rework error handling in btrfs_mount() (FATE#306586).
- Btrfs: close devices on all error paths in open_ctree()
(FATE#306586).
- Btrfs: avoid null dereference and leaks when bailing from
open_ctree() (FATE#306586).
- Btrfs: fix subvol_name leak on error in btrfs_mount()
(FATE#306586).
- Btrfs: fix memory leak in btrfs_parse_early_options()
(FATE#306586).
- Btrfs: fix our reservations for updating an inode when
completing io (FATE#306586).
- Btrfs: fix oops on NULL trans handle in btrfs_truncate
(FATE#306586).
- btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
(FATE#306586).
- Btrfs: check for a null fs root when writing to the backup
root log (FATE#306586).
- Btrfs: fix race during transaction joins (FATE#306586).
- Btrfs: fix a potential btrfs_bio leak on scrub fixups
(FATE#306586).
- Btrfs: stop leaking btrfs_bios on readahead (FATE#306586).
- Btrfs: stop the readahead threads on failed mount (FATE#306586).
- Btrfs: fix extent_buffer leak in the metadata IO error handling
(FATE#306586).
- Btrfs: fix the new inspection ioctls for 32 bit compat
(FATE#306586).
- btrfs: integrating raid-repair and scrub-fixup-nodatasum
(FATE#306586).
- btrfs: Moved repair code from inode.c to extent_io.c
(FATE#306586).
- btrfs: Put mirror_num in bi_bdev (FATE#306586).
- btrfs: Do not use bio->bi_bdev after submission (FATE#306586).
- btrfs: btrfs_multi_bio replaced with btrfs_bio (FATE#306586).
- btrfs: new ioctls to do logical->inode and inode->path resolving
(FATE#306586).
- btrfs scrub: add fixup code for errors on nodatasum files
(FATE#306586).
- btrfs scrub: use int for mirror_num, not u64 (FATE#306586).
- btrfs: add mirror_num to extent_read_full_page (FATE#306586).
- btrfs scrub: bugfix: mirror_num off by one (FATE#306586).
- btrfs scrub: print paths of corrupted files (FATE#306586).
- btrfs scrub: added unverified_errors (FATE#306586).
- btrfs: added helper functions to iterate backrefs (FATE#306586).
- btrfs: use readahead API for scrub (FATE#306586).
- btrfs: hooks for readahead (FATE#306586).
- btrfs: initial readahead code and prototypes (FATE#306586).
- btrfs: state information for readahead (FATE#306586).
- btrfs: add READAHEAD extent buffer flag (FATE#306586).
- btrfs: add an extra wait mode to read_extent_buffer_pages
(FATE#306586).
- Btrfs: fix delayed insertion reservation (FATE#306586).
- Btrfs: ClearPageError during writepage and clean_tree_block
(FATE#306586).
- Btrfs: be smarter about committing the transaction in
reserve_metadata_bytes (FATE#306586).
- Btrfs: make a delayed_block_rsv for the delayed item insertion
(FATE#306586).
- Btrfs: add a log of past tree roots (FATE#306586).
- btrfs: separate superblock items out of fs_info (FATE#306586).
- Btrfs: use the global reserve when truncating the free space
cache inode (FATE#306586).
- Btrfs: release metadata from global reserve if we have to
fallback for unlink (FATE#306586).
- Btrfs: make sure to flush queued bios if write_cache_pages waits
(FATE#306586).
- Btrfs: fix extent pinning bugs in the tree log (FATE#306586).
- Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
(FATE#306586).
- Btrfs: don't wait as long for more batches during SSD log commit
(FATE#306586).
- btrfs: ratelimit WARN_ON in use_block_rsv (FATE#306586).
- btrfs: do not allow mounting non-subvolumes via subvol option
(FATE#306586).
- Btrfs: close all bdevs on mount failure (FATE#306586).
- Btrfs: fix a bug when opening seed devices (FATE#306586).
- btrfs: fix oops on failure path (FATE#306586).
- Btrfs: fix race between multi-task space allocation and caching
space (FATE#306586).
- Btrfs: fix return value of btrfs_get_acl() (FATE#306586).
- Btrfs: pass the correct root to lookup_free_space_inode()
(FATE#306586).
- Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
(FATE#306586).
- Btrfs: fix direct-io vs nodatacow (FATE#306586).
- Btrfs: remove BUG_ON() in compress_file_range() (FATE#306586).
- Btrfs: fix array bound checking (FATE#306586).
- btrfs: return EINVAL if start > total_bytes in fitrim ioctl
(FATE#306586).
- Btrfs: honor extent thresh during defragmentation (FATE#306586).
- btrfs: trivial fix, a potential memory leak in
btrfs_parse_early_options() (FATE#306586).
- Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
(FATE#306586).
- Btrfs: use i_size_read() in btrfs_defrag_file() (FATE#306586).
- Btrfs: fix defragmentation regression (FATE#306586).
- btrfs: fix memory leak in btrfs_defrag_file (FATE#306586).
- btrfs: check file extent backref offset underflow (FATE#306586).
- Btrfs: don't flush the cache inode before writing it
(FATE#306586).
- Btrfs: if we have a lot of pinned space, commit the transaction
(FATE#306586).
- Btrfs: seperate out btrfs_block_rsv_check out into 2 different
functions (FATE#306586).
- Btrfs: reserve some space for an orphan item when unlinking
(FATE#306586).
- Btrfs: release trans metadata bytes before flushing delayed refs
(FATE#306586).
- Btrfs: allow shrink_delalloc flush the needed reclaimed pages
(FATE#306586).
- Btrfs: wait for ordered extents if we're in trouble when
shrinking delalloc (FATE#306586).
- Btrfs: don't check bytes_pinned to determine if we should
commit the transaction (FATE#306586).
- Btrfs: fix regression in re-setting a large xattr (FATE#306586).
- Btrfs: fix the amount of space reserved for unlink
(FATE#306586).
- Btrfs: wait for ordered extents if we didn't reclaim enough
(FATE#306586).
- Btrfs: inline checksums into the disk free space cache
(FATE#306586).
- Btrfs: take overflow into account in reserving space
(FATE#306586).
- Btrfs: check the return value of filemap_write_and_wait in
the space cache (FATE#306586).
- Btrfs: add a io_ctl struct and helpers for dealing with the
space cache (FATE#306586).
- Btrfs: don't skip writing out a empty block groups cache
(FATE#306586).
- Btrfs: introduce mount option no_space_cache (FATE#306586).
- Btrfs: only inherit btrfs specific flags when creating files
(FATE#306586).
- Btrfs: allow us to overcommit our enospc reservations
(FATE#306586).
- Btrfs: break out of orphan cleanup if we can't make progress
(FATE#306586).
- Btrfs: use the global reserve as a backup for deleting inodes
(FATE#306586).
- Btrfs: stop using write_one_page (FATE#306586).
- Btrfs: introduce convert_extent_bit (FATE#306586).
- Btrfs: check unused against how much space we actually want
(FATE#306586).
- Btrfs: fix orphan cleanup regression (FATE#306586).
- Btrfs: use the inode's mapping mask for allocating pages
(FATE#306586).
- Btrfs: delay iput when deleting a block group (FATE#306586).
- Btrfs: make sure to unset trans->block_rsv before running
delayed refs (FATE#306586).
- Btrfs: stop passing a trans handle all around the reservation
code (FATE#306586).
- Btrfs: don't get the block_rsv in btrfs_free_tree_block
(FATE#306586).
- Btrfs: use the transactions block_rsv for the csum root
(FATE#306586).
- Btrfs: handle enospc accounting for free space inodes
(FATE#306586).
- Btrfs: put the block group cache after we commit the super
(FATE#306586).
- Btrfs: set truncate block rsv's size (FATE#306586).
- Btrfs: don't increase the block_rsv's size when emergency
allocating space (FATE#306586).
- Btrfs: fix space leak when we fail to make an allocation
(FATE#306586).
- Btrfs: fix call to btrfs_search_slot in free space cache
(FATE#306586).
- Btrfs: allow callers to specify if flushing can occur for
btrfs_block_rsv_check (FATE#306586).
- Btrfs: reduce the amount of space needed for truncates
(FATE#306586).
- Btrfs: only reserve space in fallocate if we have to do a
preallocate (FATE#306586).
- Btrfs: kill btrfs_truncate_reserve_metadata (FATE#306586).
- Btrfs: optimize how we account for space in truncate
(FATE#306586).
- Btrfs: don't try to commit in btrfs_block_rsv_check
(FATE#306586).
- Btrfs: kill unused parts of block_rsv (FATE#306586).
- Btrfs: ratelimit the generation printk for the free space cache
(FATE#306586).
- Btrfs: fix how we reserve space for deleting inodes
(FATE#306586).
- Btrfs: kill the durable block rsv stuff (FATE#306586).
- Btrfs: kill the orphan space calculation for snapshots
(FATE#306586).
- Btrfs: calculate checksum space correctly (FATE#306586).
- Btrfs: skip looking for delalloc if we don't have
->fill_delalloc (FATE#306586).
- Btrfs: use bytes_may_use for all ENOSPC reservations
(FATE#306586).
- Btrfs: fix how we mount subvol=<whatever> (FATE#306586).
- Btrfs: use d_obtain_alias when mounting subvol/subvolid
(FATE#306586).
- Btrfs: kill reserved_bytes in inode (FATE#306586).
- Btrfs: move stuff around in btrfs_inode to get better packing
(FATE#306586).
- commit ba3fdbf
-------------------------------------------------------------------
Tue Dec 13 19:48:57 CET 2011 - bpoirier@suse.de
- batman-adv: Only write requested number of byte to user buffer
(bnc#736149 CVE-2011-4604).
- batman-adv: bat_socket_read missing checks (bnc#736149
CVE-2011-4604).
- commit 94c2b73
-------------------------------------------------------------------
Mon Dec 12 13:16:03 CET 2011 - mmarek@suse.cz
- Revert "USB: fix ehci alignment error".
- kabi/severities: Check drivers/usb again
- commit 6f443ef
-------------------------------------------------------------------
Mon Dec 12 02:34:32 CET 2011 - trenn@suse.de
- x86, x2apic: Enable the bios request for x2apic optout.
- commit c1c0cfd
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.1 %define srcversion 3.1
%define patchversion 3.1.6 %define patchversion 3.1.7
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-trace Name: kernel-trace
Summary: The Standard Kernel with Tracing Features Summary: The Standard Kernel with Tracing Features
Version: 3.1.6 Version: 3.1.7
Release: 0 Release: 0
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 4 10:41:26 CET 2012 - jslaby@suse.cz
- Revert "- btrfs: use correct device for maps (bnc#672923)."
This reverts commit 7e6bd95918d9b297d628b36d4b029da7cc335ca5.
We mauy break kABI here and use the cleaner version :).
- commit 897def2
-------------------------------------------------------------------
Wed Jan 4 10:36:49 CET 2012 - jslaby@suse.cz
- Linux 3.1.7.
- commit 587be3b
-------------------------------------------------------------------
Mon Jan 2 13:42:24 CET 2012 - dsterba@suse.cz
- btrfs: use correct device for maps (bnc#672923).
- Delete
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch.
- Delete
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch.
- commit 7e6bd95
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
@ -6,6 +30,12 @@ Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
(bnc#718831). (bnc#718831).
- commit 05b6faf - commit 05b6faf
-------------------------------------------------------------------
Fri Dec 30 15:20:59 CET 2011 - bpoirier@suse.de
- net: Add a flow_cache_flush_deferred function (bnc#737624).
- commit 69bd36b
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
@ -16,11 +46,389 @@ Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz
- Linux 3.1.6. - Linux 3.1.6.
- Revert "clocksource: Avoid selecting mult values that might
overflow when adjusted".
- Revert "inet: add a redirect generation id in inetpeer".
- Delete - Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch. patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete - Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch. patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit b8a97c0 - Linux 3.1.6.
- Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit 2f8a8c2
-------------------------------------------------------------------
Tue Dec 20 19:14:35 CET 2011 - dsterba@suse.cz
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- btrfs: keep orphans for subvolume deletion (FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: add a cond_resched() into the worker loop (FATE#306586).
- BTRFS: Establish i_ops before calling d_instantiate
(FATE#306586).
- Btrfs: deal with NULL srv_rsv in the delalloc inode reservation
code (FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- Btrfs: unplug every once and a while (FATE#306586).
- btrfs: lock and disable irq during space alloc (FATE#306586
bnc#730103).
- Refresh
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch.
- Delete
patches.suse/btrfs-0901-fix-num_workers_starting-bug-and-other-bugs-in.patch.
- Delete
patches.suse/btrfs-0902-deal-with-enospc-from-dirtying-inodes-properly.patch.
- Delete
patches.suse/btrfs-0903-fix-how-we-do-delalloc-reservations-and-how-we.patch.
- Delete
patches.suse/btrfs-0904-fix-leaked-space-in-truncate.patch.
- Delete
patches.suse/btrfs-0905-only-set-cache_generation-if-we-setup-the-bloc.patch.
- Delete
patches.suse/btrfs-0906-don-t-panic-if-orphan-item-already-exists.patch.
- Delete
patches.suse/btrfs-8027-fix-ctime-update-of-on-disk-inode.patch.
- Delete
patches.suse/btrfs-8028-fix-wrong-disk-space-information-of-the-files.patch.
- Delete
patches.suse/btrfs-8029-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch.
- Delete
patches.suse/btrfs-8030-fix-inaccurate-available-space-on-raid0-profil.patch.
- commit e3967f3
-------------------------------------------------------------------
Thu Dec 15 17:55:50 CET 2011 - dsterba@suse.cz
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: fix possible deadlock when opening a seed device
(FATE#306586).
- Btrfs: update global block_rsv when creating a new block group
(FATE#306586).
- btrfs: workaround for cleaner deadlock (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- commit 5341000
-------------------------------------------------------------------
Wed Dec 14 17:28:21 CET 2011 - dsterba@suse.cz
- btrfs: Introduce btrfs_get_maps_dev() (bnc#672923).
- vfs: allow /proc/pid/maps to return a custom device
(bnc#672923).
- Btrfs: make lzo the default compression scheme (FATE#306586).
- btrfs: add new ioctl to determine size of compressed file
(FATE#306586).
- Sector Size check during Mount (FATE#306586 bnc#724620).
- Btrfs: rewrite btrfs_trim_block_group() (FATE#306586).
- btrfs: allow cross-subvolume file clone (bnc#698540).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: add allocator tracepoints (FATE#306586).
- Btrfs: fix btrfs_end_bio to deal with write errors to a single
mirror (FATE#306586).
- Btrfs: drop spin lock when memory alloc fails (FATE#306586).
- Btrfs: check if the to-be-added device is writable
(FATE#306586).
- Btrfs: try cluster but don't advance in search list
(FATE#306586).
- Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
(FATE#306586).
- Btrfs: fix meta data raid-repair merge problem (FATE#306586).
- Btrfs: skip allocation attempt from empty cluster (FATE#306586).
- Btrfs: skip block groups without enough space for a cluster
(FATE#306586).
- Btrfs: start search for new cluster at the beginning
(FATE#306586).
- Btrfs: reset cluster's max_size when creating bitmap
(FATE#306586).
- Btrfs: initialize new bitmaps' list (FATE#306586).
- Btrfs: fix oops when calling statfs on readonly device
(FATE#306586).
- Btrfs: Don't error on resizing FS to same size (FATE#306586).
- Btrfs: fix deadlock on metadata reservation when evicting a
inode (FATE#306586).
- btrfs scrub: handle -ENOMEM from init_ipath() (FATE#306586).
- Btrfs: remove free-space-cache.c WARN during log replay
(FATE#306586).
- Btrfs: sectorsize align offsets in fiemap (FATE#306586).
- Btrfs: clear pages dirty for io and set them extent mapped
(FATE#306586).
- Btrfs: wait on caching if we're loading the free space cache
(FATE#306586).
- Btrfs: prefix resize related printks with btrfs: (FATE#306586).
- btrfs: fix stat blocks accounting (FATE#306586).
- Btrfs: avoid unnecessary bitmap search for cluster setup
(FATE#306586).
- Btrfs: fix to search one more bitmap for cluster setup
(FATE#306586).
- btrfs: mirror_num should be int, not u64 (FATE#306586).
- btrfs: Fix up 32/64-bit compatibility for new ioctls
(FATE#306586).
- Btrfs: fix barrier flushes (FATE#306586).
- Btrfs: fix tree corruption after multi-thread snapshots and
inode_cache flush (FATE#306586).
- btrfs: rename the option to nospace_cache (FATE#306586).
- Btrfs: handle bio_add_page failure gracefully in scrub
(FATE#306586).
- Btrfs: fix deadlock caused by the race between relocation
(FATE#306586).
- Btrfs: only map pages if we know we need them when reading
the space cache (FATE#306586).
- Btrfs: fix orphan backref nodes (FATE#306586).
- Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
(FATE#306586).
- Btrfs: fix unreleased path in btrfs_orphan_cleanup()
(FATE#306586).
- Btrfs: fix no reserved space for writing out inode cache
(FATE#306586).
- Btrfs: fix nocow when deleting the item (FATE#306586).
- Btrfs: tweak the delayed inode reservations again (FATE#306586).
- Btrfs: rework error handling in btrfs_mount() (FATE#306586).
- Btrfs: close devices on all error paths in open_ctree()
(FATE#306586).
- Btrfs: avoid null dereference and leaks when bailing from
open_ctree() (FATE#306586).
- Btrfs: fix subvol_name leak on error in btrfs_mount()
(FATE#306586).
- Btrfs: fix memory leak in btrfs_parse_early_options()
(FATE#306586).
- Btrfs: fix our reservations for updating an inode when
completing io (FATE#306586).
- Btrfs: fix oops on NULL trans handle in btrfs_truncate
(FATE#306586).
- btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
(FATE#306586).
- Btrfs: check for a null fs root when writing to the backup
root log (FATE#306586).
- Btrfs: fix race during transaction joins (FATE#306586).
- Btrfs: fix a potential btrfs_bio leak on scrub fixups
(FATE#306586).
- Btrfs: stop leaking btrfs_bios on readahead (FATE#306586).
- Btrfs: stop the readahead threads on failed mount (FATE#306586).
- Btrfs: fix extent_buffer leak in the metadata IO error handling
(FATE#306586).
- Btrfs: fix the new inspection ioctls for 32 bit compat
(FATE#306586).
- btrfs: integrating raid-repair and scrub-fixup-nodatasum
(FATE#306586).
- btrfs: Moved repair code from inode.c to extent_io.c
(FATE#306586).
- btrfs: Put mirror_num in bi_bdev (FATE#306586).
- btrfs: Do not use bio->bi_bdev after submission (FATE#306586).
- btrfs: btrfs_multi_bio replaced with btrfs_bio (FATE#306586).
- btrfs: new ioctls to do logical->inode and inode->path resolving
(FATE#306586).
- btrfs scrub: add fixup code for errors on nodatasum files
(FATE#306586).
- btrfs scrub: use int for mirror_num, not u64 (FATE#306586).
- btrfs: add mirror_num to extent_read_full_page (FATE#306586).
- btrfs scrub: bugfix: mirror_num off by one (FATE#306586).
- btrfs scrub: print paths of corrupted files (FATE#306586).
- btrfs scrub: added unverified_errors (FATE#306586).
- btrfs: added helper functions to iterate backrefs (FATE#306586).
- btrfs: use readahead API for scrub (FATE#306586).
- btrfs: hooks for readahead (FATE#306586).
- btrfs: initial readahead code and prototypes (FATE#306586).
- btrfs: state information for readahead (FATE#306586).
- btrfs: add READAHEAD extent buffer flag (FATE#306586).
- btrfs: add an extra wait mode to read_extent_buffer_pages
(FATE#306586).
- Btrfs: fix delayed insertion reservation (FATE#306586).
- Btrfs: ClearPageError during writepage and clean_tree_block
(FATE#306586).
- Btrfs: be smarter about committing the transaction in
reserve_metadata_bytes (FATE#306586).
- Btrfs: make a delayed_block_rsv for the delayed item insertion
(FATE#306586).
- Btrfs: add a log of past tree roots (FATE#306586).
- btrfs: separate superblock items out of fs_info (FATE#306586).
- Btrfs: use the global reserve when truncating the free space
cache inode (FATE#306586).
- Btrfs: release metadata from global reserve if we have to
fallback for unlink (FATE#306586).
- Btrfs: make sure to flush queued bios if write_cache_pages waits
(FATE#306586).
- Btrfs: fix extent pinning bugs in the tree log (FATE#306586).
- Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
(FATE#306586).
- Btrfs: don't wait as long for more batches during SSD log commit
(FATE#306586).
- btrfs: ratelimit WARN_ON in use_block_rsv (FATE#306586).
- btrfs: do not allow mounting non-subvolumes via subvol option
(FATE#306586).
- Btrfs: close all bdevs on mount failure (FATE#306586).
- Btrfs: fix a bug when opening seed devices (FATE#306586).
- btrfs: fix oops on failure path (FATE#306586).
- Btrfs: fix race between multi-task space allocation and caching
space (FATE#306586).
- Btrfs: fix return value of btrfs_get_acl() (FATE#306586).
- Btrfs: pass the correct root to lookup_free_space_inode()
(FATE#306586).
- Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
(FATE#306586).
- Btrfs: fix direct-io vs nodatacow (FATE#306586).
- Btrfs: remove BUG_ON() in compress_file_range() (FATE#306586).
- Btrfs: fix array bound checking (FATE#306586).
- btrfs: return EINVAL if start > total_bytes in fitrim ioctl
(FATE#306586).
- Btrfs: honor extent thresh during defragmentation (FATE#306586).
- btrfs: trivial fix, a potential memory leak in
btrfs_parse_early_options() (FATE#306586).
- Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
(FATE#306586).
- Btrfs: use i_size_read() in btrfs_defrag_file() (FATE#306586).
- Btrfs: fix defragmentation regression (FATE#306586).
- btrfs: fix memory leak in btrfs_defrag_file (FATE#306586).
- btrfs: check file extent backref offset underflow (FATE#306586).
- Btrfs: don't flush the cache inode before writing it
(FATE#306586).
- Btrfs: if we have a lot of pinned space, commit the transaction
(FATE#306586).
- Btrfs: seperate out btrfs_block_rsv_check out into 2 different
functions (FATE#306586).
- Btrfs: reserve some space for an orphan item when unlinking
(FATE#306586).
- Btrfs: release trans metadata bytes before flushing delayed refs
(FATE#306586).
- Btrfs: allow shrink_delalloc flush the needed reclaimed pages
(FATE#306586).
- Btrfs: wait for ordered extents if we're in trouble when
shrinking delalloc (FATE#306586).
- Btrfs: don't check bytes_pinned to determine if we should
commit the transaction (FATE#306586).
- Btrfs: fix regression in re-setting a large xattr (FATE#306586).
- Btrfs: fix the amount of space reserved for unlink
(FATE#306586).
- Btrfs: wait for ordered extents if we didn't reclaim enough
(FATE#306586).
- Btrfs: inline checksums into the disk free space cache
(FATE#306586).
- Btrfs: take overflow into account in reserving space
(FATE#306586).
- Btrfs: check the return value of filemap_write_and_wait in
the space cache (FATE#306586).
- Btrfs: add a io_ctl struct and helpers for dealing with the
space cache (FATE#306586).
- Btrfs: don't skip writing out a empty block groups cache
(FATE#306586).
- Btrfs: introduce mount option no_space_cache (FATE#306586).
- Btrfs: only inherit btrfs specific flags when creating files
(FATE#306586).
- Btrfs: allow us to overcommit our enospc reservations
(FATE#306586).
- Btrfs: break out of orphan cleanup if we can't make progress
(FATE#306586).
- Btrfs: use the global reserve as a backup for deleting inodes
(FATE#306586).
- Btrfs: stop using write_one_page (FATE#306586).
- Btrfs: introduce convert_extent_bit (FATE#306586).
- Btrfs: check unused against how much space we actually want
(FATE#306586).
- Btrfs: fix orphan cleanup regression (FATE#306586).
- Btrfs: use the inode's mapping mask for allocating pages
(FATE#306586).
- Btrfs: delay iput when deleting a block group (FATE#306586).
- Btrfs: make sure to unset trans->block_rsv before running
delayed refs (FATE#306586).
- Btrfs: stop passing a trans handle all around the reservation
code (FATE#306586).
- Btrfs: don't get the block_rsv in btrfs_free_tree_block
(FATE#306586).
- Btrfs: use the transactions block_rsv for the csum root
(FATE#306586).
- Btrfs: handle enospc accounting for free space inodes
(FATE#306586).
- Btrfs: put the block group cache after we commit the super
(FATE#306586).
- Btrfs: set truncate block rsv's size (FATE#306586).
- Btrfs: don't increase the block_rsv's size when emergency
allocating space (FATE#306586).
- Btrfs: fix space leak when we fail to make an allocation
(FATE#306586).
- Btrfs: fix call to btrfs_search_slot in free space cache
(FATE#306586).
- Btrfs: allow callers to specify if flushing can occur for
btrfs_block_rsv_check (FATE#306586).
- Btrfs: reduce the amount of space needed for truncates
(FATE#306586).
- Btrfs: only reserve space in fallocate if we have to do a
preallocate (FATE#306586).
- Btrfs: kill btrfs_truncate_reserve_metadata (FATE#306586).
- Btrfs: optimize how we account for space in truncate
(FATE#306586).
- Btrfs: don't try to commit in btrfs_block_rsv_check
(FATE#306586).
- Btrfs: kill unused parts of block_rsv (FATE#306586).
- Btrfs: ratelimit the generation printk for the free space cache
(FATE#306586).
- Btrfs: fix how we reserve space for deleting inodes
(FATE#306586).
- Btrfs: kill the durable block rsv stuff (FATE#306586).
- Btrfs: kill the orphan space calculation for snapshots
(FATE#306586).
- Btrfs: calculate checksum space correctly (FATE#306586).
- Btrfs: skip looking for delalloc if we don't have
->fill_delalloc (FATE#306586).
- Btrfs: use bytes_may_use for all ENOSPC reservations
(FATE#306586).
- Btrfs: fix how we mount subvol=<whatever> (FATE#306586).
- Btrfs: use d_obtain_alias when mounting subvol/subvolid
(FATE#306586).
- Btrfs: kill reserved_bytes in inode (FATE#306586).
- Btrfs: move stuff around in btrfs_inode to get better packing
(FATE#306586).
- commit ba3fdbf
-------------------------------------------------------------------
Tue Dec 13 19:48:57 CET 2011 - bpoirier@suse.de
- batman-adv: Only write requested number of byte to user buffer
(bnc#736149 CVE-2011-4604).
- batman-adv: bat_socket_read missing checks (bnc#736149
CVE-2011-4604).
- commit 94c2b73
-------------------------------------------------------------------
Mon Dec 12 13:16:03 CET 2011 - mmarek@suse.cz
- Revert "USB: fix ehci alignment error".
- kabi/severities: Check drivers/usb again
- commit 6f443ef
-------------------------------------------------------------------
Mon Dec 12 02:34:32 CET 2011 - trenn@suse.de
- x86, x2apic: Enable the bios request for x2apic optout.
- commit c1c0cfd
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.1 %define srcversion 3.1
%define patchversion 3.1.6 %define patchversion 3.1.7
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-vanilla Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches Summary: The Standard Kernel - without any SUSE patches
Version: 3.1.6 Version: 3.1.7
Release: 0 Release: 0
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 4 10:41:26 CET 2012 - jslaby@suse.cz
- Revert "- btrfs: use correct device for maps (bnc#672923)."
This reverts commit 7e6bd95918d9b297d628b36d4b029da7cc335ca5.
We mauy break kABI here and use the cleaner version :).
- commit 897def2
-------------------------------------------------------------------
Wed Jan 4 10:36:49 CET 2012 - jslaby@suse.cz
- Linux 3.1.7.
- commit 587be3b
-------------------------------------------------------------------
Mon Jan 2 13:42:24 CET 2012 - dsterba@suse.cz
- btrfs: use correct device for maps (bnc#672923).
- Delete
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch.
- Delete
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch.
- commit 7e6bd95
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
@ -6,6 +30,12 @@ Mon Jan 2 11:31:04 CET 2012 - mhocko@suse.cz
(bnc#718831). (bnc#718831).
- commit 05b6faf - commit 05b6faf
-------------------------------------------------------------------
Fri Dec 30 15:20:59 CET 2011 - bpoirier@suse.de
- net: Add a flow_cache_flush_deferred function (bnc#737624).
- commit 69bd36b
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
@ -16,11 +46,389 @@ Mon Dec 26 21:46:43 CET 2011 - jslaby@suse.cz
Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz Mon Dec 26 21:39:14 CET 2011 - jslaby@suse.cz
- Linux 3.1.6. - Linux 3.1.6.
- Revert "clocksource: Avoid selecting mult values that might
overflow when adjusted".
- Revert "inet: add a redirect generation id in inetpeer".
- Delete - Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch. patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete - Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch. patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit b8a97c0 - Linux 3.1.6.
- Delete
patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch.
- Delete
patches.fixes/mm-Ensure-that-pfn_valid-is-called-once-per-pagebloc.patch.
- commit 2f8a8c2
-------------------------------------------------------------------
Tue Dec 20 19:14:35 CET 2011 - dsterba@suse.cz
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- btrfs: keep orphans for subvolume deletion (FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: add a cond_resched() into the worker loop (FATE#306586).
- BTRFS: Establish i_ops before calling d_instantiate
(FATE#306586).
- Btrfs: deal with NULL srv_rsv in the delalloc inode reservation
code (FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- Btrfs: unplug every once and a while (FATE#306586).
- btrfs: lock and disable irq during space alloc (FATE#306586
bnc#730103).
- Refresh
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch.
- Delete
patches.suse/btrfs-0901-fix-num_workers_starting-bug-and-other-bugs-in.patch.
- Delete
patches.suse/btrfs-0902-deal-with-enospc-from-dirtying-inodes-properly.patch.
- Delete
patches.suse/btrfs-0903-fix-how-we-do-delalloc-reservations-and-how-we.patch.
- Delete
patches.suse/btrfs-0904-fix-leaked-space-in-truncate.patch.
- Delete
patches.suse/btrfs-0905-only-set-cache_generation-if-we-setup-the-bloc.patch.
- Delete
patches.suse/btrfs-0906-don-t-panic-if-orphan-item-already-exists.patch.
- Delete
patches.suse/btrfs-8027-fix-ctime-update-of-on-disk-inode.patch.
- Delete
patches.suse/btrfs-8028-fix-wrong-disk-space-information-of-the-files.patch.
- Delete
patches.suse/btrfs-8029-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch.
- Delete
patches.suse/btrfs-8030-fix-inaccurate-available-space-on-raid0-profil.patch.
- commit e3967f3
-------------------------------------------------------------------
Thu Dec 15 17:55:50 CET 2011 - dsterba@suse.cz
- Btrfs: fix inaccurate available space on raid0 profile
(FATE#306586).
- Btrfs: fix wrong i_size when truncating a file to a larger size
(FATE#306586).
- Btrfs: fix wrong disk space information of the files
(FATE#306586).
- Btrfs: fix ctime update of on-disk inode (FATE#306586).
- Btrfs: fix possible deadlock when opening a seed device
(FATE#306586).
- Btrfs: update global block_rsv when creating a new block group
(FATE#306586).
- btrfs: workaround for cleaner deadlock (FATE#306586).
- Btrfs: don't panic if orphan item already exists (FATE#306586).
- Btrfs: only set cache_generation if we setup the block group
(FATE#306586).
- commit 5341000
-------------------------------------------------------------------
Wed Dec 14 17:28:21 CET 2011 - dsterba@suse.cz
- btrfs: Introduce btrfs_get_maps_dev() (bnc#672923).
- vfs: allow /proc/pid/maps to return a custom device
(bnc#672923).
- Btrfs: make lzo the default compression scheme (FATE#306586).
- btrfs: add new ioctl to determine size of compressed file
(FATE#306586).
- Sector Size check during Mount (FATE#306586 bnc#724620).
- Btrfs: rewrite btrfs_trim_block_group() (FATE#306586).
- btrfs: allow cross-subvolume file clone (bnc#698540).
- Btrfs: fix leaked space in truncate (FATE#306586).
- Btrfs: fix how we do delalloc reservations and how we free
reservations on error (FATE#306586).
- Btrfs: deal with enospc from dirtying inodes properly
(FATE#306586).
- Btrfs: fix num_workers_starting bug and other bugs in async
thread (FATE#306586).
- Btrfs: add allocator tracepoints (FATE#306586).
- Btrfs: fix btrfs_end_bio to deal with write errors to a single
mirror (FATE#306586).
- Btrfs: drop spin lock when memory alloc fails (FATE#306586).
- Btrfs: check if the to-be-added device is writable
(FATE#306586).
- Btrfs: try cluster but don't advance in search list
(FATE#306586).
- Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZE
(FATE#306586).
- Btrfs: fix meta data raid-repair merge problem (FATE#306586).
- Btrfs: skip allocation attempt from empty cluster (FATE#306586).
- Btrfs: skip block groups without enough space for a cluster
(FATE#306586).
- Btrfs: start search for new cluster at the beginning
(FATE#306586).
- Btrfs: reset cluster's max_size when creating bitmap
(FATE#306586).
- Btrfs: initialize new bitmaps' list (FATE#306586).
- Btrfs: fix oops when calling statfs on readonly device
(FATE#306586).
- Btrfs: Don't error on resizing FS to same size (FATE#306586).
- Btrfs: fix deadlock on metadata reservation when evicting a
inode (FATE#306586).
- btrfs scrub: handle -ENOMEM from init_ipath() (FATE#306586).
- Btrfs: remove free-space-cache.c WARN during log replay
(FATE#306586).
- Btrfs: sectorsize align offsets in fiemap (FATE#306586).
- Btrfs: clear pages dirty for io and set them extent mapped
(FATE#306586).
- Btrfs: wait on caching if we're loading the free space cache
(FATE#306586).
- Btrfs: prefix resize related printks with btrfs: (FATE#306586).
- btrfs: fix stat blocks accounting (FATE#306586).
- Btrfs: avoid unnecessary bitmap search for cluster setup
(FATE#306586).
- Btrfs: fix to search one more bitmap for cluster setup
(FATE#306586).
- btrfs: mirror_num should be int, not u64 (FATE#306586).
- btrfs: Fix up 32/64-bit compatibility for new ioctls
(FATE#306586).
- Btrfs: fix barrier flushes (FATE#306586).
- Btrfs: fix tree corruption after multi-thread snapshots and
inode_cache flush (FATE#306586).
- btrfs: rename the option to nospace_cache (FATE#306586).
- Btrfs: handle bio_add_page failure gracefully in scrub
(FATE#306586).
- Btrfs: fix deadlock caused by the race between relocation
(FATE#306586).
- Btrfs: only map pages if we know we need them when reading
the space cache (FATE#306586).
- Btrfs: fix orphan backref nodes (FATE#306586).
- Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}
(FATE#306586).
- Btrfs: fix unreleased path in btrfs_orphan_cleanup()
(FATE#306586).
- Btrfs: fix no reserved space for writing out inode cache
(FATE#306586).
- Btrfs: fix nocow when deleting the item (FATE#306586).
- Btrfs: tweak the delayed inode reservations again (FATE#306586).
- Btrfs: rework error handling in btrfs_mount() (FATE#306586).
- Btrfs: close devices on all error paths in open_ctree()
(FATE#306586).
- Btrfs: avoid null dereference and leaks when bailing from
open_ctree() (FATE#306586).
- Btrfs: fix subvol_name leak on error in btrfs_mount()
(FATE#306586).
- Btrfs: fix memory leak in btrfs_parse_early_options()
(FATE#306586).
- Btrfs: fix our reservations for updating an inode when
completing io (FATE#306586).
- Btrfs: fix oops on NULL trans handle in btrfs_truncate
(FATE#306586).
- btrfs: fix double-free 'tree_root' in 'btrfs_mount()'
(FATE#306586).
- Btrfs: check for a null fs root when writing to the backup
root log (FATE#306586).
- Btrfs: fix race during transaction joins (FATE#306586).
- Btrfs: fix a potential btrfs_bio leak on scrub fixups
(FATE#306586).
- Btrfs: stop leaking btrfs_bios on readahead (FATE#306586).
- Btrfs: stop the readahead threads on failed mount (FATE#306586).
- Btrfs: fix extent_buffer leak in the metadata IO error handling
(FATE#306586).
- Btrfs: fix the new inspection ioctls for 32 bit compat
(FATE#306586).
- btrfs: integrating raid-repair and scrub-fixup-nodatasum
(FATE#306586).
- btrfs: Moved repair code from inode.c to extent_io.c
(FATE#306586).
- btrfs: Put mirror_num in bi_bdev (FATE#306586).
- btrfs: Do not use bio->bi_bdev after submission (FATE#306586).
- btrfs: btrfs_multi_bio replaced with btrfs_bio (FATE#306586).
- btrfs: new ioctls to do logical->inode and inode->path resolving
(FATE#306586).
- btrfs scrub: add fixup code for errors on nodatasum files
(FATE#306586).
- btrfs scrub: use int for mirror_num, not u64 (FATE#306586).
- btrfs: add mirror_num to extent_read_full_page (FATE#306586).
- btrfs scrub: bugfix: mirror_num off by one (FATE#306586).
- btrfs scrub: print paths of corrupted files (FATE#306586).
- btrfs scrub: added unverified_errors (FATE#306586).
- btrfs: added helper functions to iterate backrefs (FATE#306586).
- btrfs: use readahead API for scrub (FATE#306586).
- btrfs: hooks for readahead (FATE#306586).
- btrfs: initial readahead code and prototypes (FATE#306586).
- btrfs: state information for readahead (FATE#306586).
- btrfs: add READAHEAD extent buffer flag (FATE#306586).
- btrfs: add an extra wait mode to read_extent_buffer_pages
(FATE#306586).
- Btrfs: fix delayed insertion reservation (FATE#306586).
- Btrfs: ClearPageError during writepage and clean_tree_block
(FATE#306586).
- Btrfs: be smarter about committing the transaction in
reserve_metadata_bytes (FATE#306586).
- Btrfs: make a delayed_block_rsv for the delayed item insertion
(FATE#306586).
- Btrfs: add a log of past tree roots (FATE#306586).
- btrfs: separate superblock items out of fs_info (FATE#306586).
- Btrfs: use the global reserve when truncating the free space
cache inode (FATE#306586).
- Btrfs: release metadata from global reserve if we have to
fallback for unlink (FATE#306586).
- Btrfs: make sure to flush queued bios if write_cache_pages waits
(FATE#306586).
- Btrfs: fix extent pinning bugs in the tree log (FATE#306586).
- Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN
(FATE#306586).
- Btrfs: don't wait as long for more batches during SSD log commit
(FATE#306586).
- btrfs: ratelimit WARN_ON in use_block_rsv (FATE#306586).
- btrfs: do not allow mounting non-subvolumes via subvol option
(FATE#306586).
- Btrfs: close all bdevs on mount failure (FATE#306586).
- Btrfs: fix a bug when opening seed devices (FATE#306586).
- btrfs: fix oops on failure path (FATE#306586).
- Btrfs: fix race between multi-task space allocation and caching
space (FATE#306586).
- Btrfs: fix return value of btrfs_get_acl() (FATE#306586).
- Btrfs: pass the correct root to lookup_free_space_inode()
(FATE#306586).
- Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
(FATE#306586).
- Btrfs: fix direct-io vs nodatacow (FATE#306586).
- Btrfs: remove BUG_ON() in compress_file_range() (FATE#306586).
- Btrfs: fix array bound checking (FATE#306586).
- btrfs: return EINVAL if start > total_bytes in fitrim ioctl
(FATE#306586).
- Btrfs: honor extent thresh during defragmentation (FATE#306586).
- btrfs: trivial fix, a potential memory leak in
btrfs_parse_early_options() (FATE#306586).
- Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
(FATE#306586).
- Btrfs: use i_size_read() in btrfs_defrag_file() (FATE#306586).
- Btrfs: fix defragmentation regression (FATE#306586).
- btrfs: fix memory leak in btrfs_defrag_file (FATE#306586).
- btrfs: check file extent backref offset underflow (FATE#306586).
- Btrfs: don't flush the cache inode before writing it
(FATE#306586).
- Btrfs: if we have a lot of pinned space, commit the transaction
(FATE#306586).
- Btrfs: seperate out btrfs_block_rsv_check out into 2 different
functions (FATE#306586).
- Btrfs: reserve some space for an orphan item when unlinking
(FATE#306586).
- Btrfs: release trans metadata bytes before flushing delayed refs
(FATE#306586).
- Btrfs: allow shrink_delalloc flush the needed reclaimed pages
(FATE#306586).
- Btrfs: wait for ordered extents if we're in trouble when
shrinking delalloc (FATE#306586).
- Btrfs: don't check bytes_pinned to determine if we should
commit the transaction (FATE#306586).
- Btrfs: fix regression in re-setting a large xattr (FATE#306586).
- Btrfs: fix the amount of space reserved for unlink
(FATE#306586).
- Btrfs: wait for ordered extents if we didn't reclaim enough
(FATE#306586).
- Btrfs: inline checksums into the disk free space cache
(FATE#306586).
- Btrfs: take overflow into account in reserving space
(FATE#306586).
- Btrfs: check the return value of filemap_write_and_wait in
the space cache (FATE#306586).
- Btrfs: add a io_ctl struct and helpers for dealing with the
space cache (FATE#306586).
- Btrfs: don't skip writing out a empty block groups cache
(FATE#306586).
- Btrfs: introduce mount option no_space_cache (FATE#306586).
- Btrfs: only inherit btrfs specific flags when creating files
(FATE#306586).
- Btrfs: allow us to overcommit our enospc reservations
(FATE#306586).
- Btrfs: break out of orphan cleanup if we can't make progress
(FATE#306586).
- Btrfs: use the global reserve as a backup for deleting inodes
(FATE#306586).
- Btrfs: stop using write_one_page (FATE#306586).
- Btrfs: introduce convert_extent_bit (FATE#306586).
- Btrfs: check unused against how much space we actually want
(FATE#306586).
- Btrfs: fix orphan cleanup regression (FATE#306586).
- Btrfs: use the inode's mapping mask for allocating pages
(FATE#306586).
- Btrfs: delay iput when deleting a block group (FATE#306586).
- Btrfs: make sure to unset trans->block_rsv before running
delayed refs (FATE#306586).
- Btrfs: stop passing a trans handle all around the reservation
code (FATE#306586).
- Btrfs: don't get the block_rsv in btrfs_free_tree_block
(FATE#306586).
- Btrfs: use the transactions block_rsv for the csum root
(FATE#306586).
- Btrfs: handle enospc accounting for free space inodes
(FATE#306586).
- Btrfs: put the block group cache after we commit the super
(FATE#306586).
- Btrfs: set truncate block rsv's size (FATE#306586).
- Btrfs: don't increase the block_rsv's size when emergency
allocating space (FATE#306586).
- Btrfs: fix space leak when we fail to make an allocation
(FATE#306586).
- Btrfs: fix call to btrfs_search_slot in free space cache
(FATE#306586).
- Btrfs: allow callers to specify if flushing can occur for
btrfs_block_rsv_check (FATE#306586).
- Btrfs: reduce the amount of space needed for truncates
(FATE#306586).
- Btrfs: only reserve space in fallocate if we have to do a
preallocate (FATE#306586).
- Btrfs: kill btrfs_truncate_reserve_metadata (FATE#306586).
- Btrfs: optimize how we account for space in truncate
(FATE#306586).
- Btrfs: don't try to commit in btrfs_block_rsv_check
(FATE#306586).
- Btrfs: kill unused parts of block_rsv (FATE#306586).
- Btrfs: ratelimit the generation printk for the free space cache
(FATE#306586).
- Btrfs: fix how we reserve space for deleting inodes
(FATE#306586).
- Btrfs: kill the durable block rsv stuff (FATE#306586).
- Btrfs: kill the orphan space calculation for snapshots
(FATE#306586).
- Btrfs: calculate checksum space correctly (FATE#306586).
- Btrfs: skip looking for delalloc if we don't have
->fill_delalloc (FATE#306586).
- Btrfs: use bytes_may_use for all ENOSPC reservations
(FATE#306586).
- Btrfs: fix how we mount subvol=<whatever> (FATE#306586).
- Btrfs: use d_obtain_alias when mounting subvol/subvolid
(FATE#306586).
- Btrfs: kill reserved_bytes in inode (FATE#306586).
- Btrfs: move stuff around in btrfs_inode to get better packing
(FATE#306586).
- commit ba3fdbf
-------------------------------------------------------------------
Tue Dec 13 19:48:57 CET 2011 - bpoirier@suse.de
- batman-adv: Only write requested number of byte to user buffer
(bnc#736149 CVE-2011-4604).
- batman-adv: bat_socket_read missing checks (bnc#736149
CVE-2011-4604).
- commit 94c2b73
-------------------------------------------------------------------
Mon Dec 12 13:16:03 CET 2011 - mmarek@suse.cz
- Revert "USB: fix ehci alignment error".
- kabi/severities: Check drivers/usb again
- commit 6f443ef
-------------------------------------------------------------------
Mon Dec 12 02:34:32 CET 2011 - trenn@suse.de
- x86, x2apic: Enable the bios request for x2apic optout.
- commit c1c0cfd
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz Sat Dec 10 20:20:50 CET 2011 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
# norootforbuild # norootforbuild
%define srcversion 3.1 %define srcversion 3.1
%define patchversion 3.1.6 %define patchversion 3.1.7
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-xen Name: kernel-xen
Summary: The Xen Kernel Summary: The Xen Kernel
Version: 3.1.6 Version: 3.1.7
Release: 0 Release: 0
License: GPL v2 only License: GPL v2 only
Group: System/Kernel Group: System/Kernel

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:69e1cb4ee2e37bca428e47b57f08af6761a3eac5b4251aed4a9ba5efa894e82b oid sha256:5639354f17c56273cefb9daa07b602d4d99f0afae0358f8f46bd5889e9c533b2
size 74766 size 76982

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:589332251bba6eb36e777f0b5c25f2eb8a813b012291eabe042479fdbe14f5be oid sha256:a202063c5b3b2c3bc7520be5cd6754d4fd5afb5be07983750bd5064f07c21f5d
size 24286 size 25932

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:182a72536e2762857eeed94a195d3b926790ef1bf7583d23ce67ba62610511e7 oid sha256:5f5fbb7cc719bf07626112bbf66b710e7b855fa92882ae8b301f9ae706f5f5e9
size 172817 size 173098

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:9ad2babdfe9e3a63eb9c7c822c9b21f88ad411ae5ae0d7225d9fe45a2df260c5 oid sha256:1f445c677fcf9db8bc223c6e8bc63ae01412fdab129eeef4473e553e624fe315
size 214075 size 344536

View File

@ -33,6 +33,7 @@
patches.kernel.org/patch-3.1.3-4 patches.kernel.org/patch-3.1.3-4
patches.kernel.org/patch-3.1.4-5 patches.kernel.org/patch-3.1.4-5
patches.kernel.org/patch-3.1.5-6 patches.kernel.org/patch-3.1.5-6
patches.kernel.org/patch-3.1.6-7
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.
@ -231,6 +232,8 @@
patches.arch/dell_optiplex_990_fix_reboot.patch patches.arch/dell_optiplex_990_fix_reboot.patch
patches.arch/dell_latitude_e6xxx_e5xxx__fix_reboot.patch patches.arch/dell_latitude_e6xxx_e5xxx__fix_reboot.patch
patches.arch/x2apic_opt_out.patch
######################################################## ########################################################
# CPUFREQ # CPUFREQ
######################################################## ########################################################
@ -286,6 +289,201 @@
# btrfs # btrfs
######################################################## ########################################################
patches.suse/btrfs-0110-move-stuff-around-in-btrfs_inode-to-get-better.patch
patches.suse/btrfs-0111-kill-reserved_bytes-in-inode.patch
patches.suse/btrfs-0112-use-d_obtain_alias-when-mounting-subvol-subvol.patch
patches.suse/btrfs-0113-fix-how-we-mount-subvol-whatever.patch
patches.suse/btrfs-0114-use-bytes_may_use-for-all-ENOSPC-reservations.patch
patches.suse/btrfs-0115-skip-looking-for-delalloc-if-we-don-t-have-fil.patch
patches.suse/btrfs-0116-calculate-checksum-space-correctly.patch
patches.suse/btrfs-0117-kill-the-orphan-space-calculation-for-snapshot.patch
patches.suse/btrfs-0118-kill-the-durable-block-rsv-stuff.patch
patches.suse/btrfs-0119-fix-how-we-reserve-space-for-deleting-inodes.patch
patches.suse/btrfs-0120-ratelimit-the-generation-printk-for-the-free-s.patch
patches.suse/btrfs-0121-kill-unused-parts-of-block_rsv.patch
patches.suse/btrfs-0122-don-t-try-to-commit-in-btrfs_block_rsv_check.patch
patches.suse/btrfs-0123-optimize-how-we-account-for-space-in-truncate.patch
patches.suse/btrfs-0124-kill-btrfs_truncate_reserve_metadata.patch
patches.suse/btrfs-0125-only-reserve-space-in-fallocate-if-we-have-to-.patch
patches.suse/btrfs-0126-reduce-the-amount-of-space-needed-for-truncate.patch
patches.suse/btrfs-0127-allow-callers-to-specify-if-flushing-can-occur.patch
patches.suse/btrfs-0128-fix-call-to-btrfs_search_slot-in-free-space-ca.patch
patches.suse/btrfs-0129-fix-space-leak-when-we-fail-to-make-an-allocat.patch
patches.suse/btrfs-0130-don-t-increase-the-block_rsv-s-size-when-emerg.patch
patches.suse/btrfs-0131-set-truncate-block-rsv-s-size.patch
patches.suse/btrfs-0132-put-the-block-group-cache-after-we-commit-the-.patch
patches.suse/btrfs-0133-handle-enospc-accounting-for-free-space-inodes.patch
patches.suse/btrfs-0134-use-the-transactions-block_rsv-for-the-csum-ro.patch
patches.suse/btrfs-0135-don-t-get-the-block_rsv-in-btrfs_free_tree_blo.patch
patches.suse/btrfs-0136-stop-passing-a-trans-handle-all-around-the-res.patch
patches.suse/btrfs-0137-make-sure-to-unset-trans-block_rsv-before-runn.patch
patches.suse/btrfs-0138-delay-iput-when-deleting-a-block-group.patch
patches.suse/btrfs-0139-use-the-inode-s-mapping-mask-for-allocating-pa.patch
patches.suse/btrfs-0140-fix-orphan-cleanup-regression.patch
patches.suse/btrfs-0141-check-unused-against-how-much-space-we-actuall.patch
patches.suse/btrfs-0142-introduce-convert_extent_bit.patch
patches.suse/btrfs-0143-stop-using-write_one_page.patch
patches.suse/btrfs-0144-use-the-global-reserve-as-a-backup-for-deletin.patch
patches.suse/btrfs-0145-break-out-of-orphan-cleanup-if-we-can-t-make-p.patch
patches.suse/btrfs-0146-allow-us-to-overcommit-our-enospc-reservations.patch
patches.suse/btrfs-0147-only-inherit-btrfs-specific-flags-when-creatin.patch
patches.suse/btrfs-0148-introduce-mount-option-no_space_cache.patch
patches.suse/btrfs-0149-don-t-skip-writing-out-a-empty-block-groups-ca.patch
patches.suse/btrfs-0150-add-a-io_ctl-struct-and-helpers-for-dealing-wi.patch
patches.suse/btrfs-0151-check-the-return-value-of-filemap_write_and_wa.patch
patches.suse/btrfs-0152-take-overflow-into-account-in-reserving-space.patch
patches.suse/btrfs-0153-inline-checksums-into-the-disk-free-space-cach.patch
patches.suse/btrfs-0154-wait-for-ordered-extents-if-we-didn-t-reclaim-.patch
patches.suse/btrfs-0155-fix-the-amount-of-space-reserved-for-unlink.patch
patches.suse/btrfs-0156-fix-regression-in-re-setting-a-large-xattr.patch
patches.suse/btrfs-0157-don-t-check-bytes_pinned-to-determine-if-we-sh.patch
patches.suse/btrfs-0158-wait-for-ordered-extents-if-we-re-in-trouble-w.patch
patches.suse/btrfs-0159-allow-shrink_delalloc-flush-the-needed-reclaim.patch
patches.suse/btrfs-0160-release-trans-metadata-bytes-before-flushing-d.patch
patches.suse/btrfs-0161-reserve-some-space-for-an-orphan-item-when-unl.patch
patches.suse/btrfs-0162-seperate-out-btrfs_block_rsv_check-out-into-2-.patch
patches.suse/btrfs-0163-if-we-have-a-lot-of-pinned-space-commit-the-tr.patch
patches.suse/btrfs-0164-don-t-flush-the-cache-inode-before-writing-it.patch
patches.suse/btrfs-0165-check-file-extent-backref-offset-underflow.patch
patches.suse/btrfs-0166-fix-memory-leak-in-btrfs_defrag_file.patch
patches.suse/btrfs-0167-fix-defragmentation-regression.patch
patches.suse/btrfs-0168-use-i_size_read-in-btrfs_defrag_file.patch
patches.suse/btrfs-0169-fix-wrong-max_to_defrag-in-btrfs_defrag_file.patch
patches.suse/btrfs-0170-trivial-fix-a-potential-memory-leak-in-btrfs_p.patch
patches.suse/btrfs-0171-honor-extent-thresh-during-defragmentation.patch
patches.suse/btrfs-0172-return-EINVAL-if-start-total_bytes-in-fitrim-i.patch
patches.suse/btrfs-0173-fix-array-bound-checking.patch
patches.suse/btrfs-0174-remove-BUG_ON-in-compress_file_range.patch
patches.suse/btrfs-0175-fix-direct-io-vs-nodatacow.patch
patches.suse/btrfs-0176-do-not-set-EXTENT_DIRTY-along-with-EXTENT_DELA.patch
patches.suse/btrfs-0177-pass-the-correct-root-to-lookup_free_space_ino.patch
patches.suse/btrfs-0178-fix-return-value-of-btrfs_get_acl.patch
patches.suse/btrfs-0179-fix-race-between-multi-task-space-allocation-a.patch
patches.suse/btrfs-0180-fix-oops-on-failure-path.patch
patches.suse/btrfs-0181-fix-a-bug-when-opening-seed-devices.patch
patches.suse/btrfs-0182-close-all-bdevs-on-mount-failure.patch
patches.suse/btrfs-0183-do-not-allow-mounting-non-subvolumes-via-subvo.patch
patches.suse/btrfs-0184-ratelimit-WARN_ON-in-use_block_rsv.patch
patches.suse/btrfs-0185-don-t-wait-as-long-for-more-batches-during-SSD.patch
patches.suse/btrfs-0186-make-sure-btrfs_remove_free_space-doesn-t-leak.patch
patches.suse/btrfs-0187-fix-extent-pinning-bugs-in-the-tree-log.patch
patches.suse/btrfs-0188-make-sure-to-flush-queued-bios-if-write_cache_.patch
patches.suse/btrfs-0189-release-metadata-from-global-reserve-if-we-hav.patch
patches.suse/btrfs-0190-use-the-global-reserve-when-truncating-the-fre.patch
patches.suse/btrfs-0191-separate-superblock-items-out-of-fs_info.patch
patches.suse/btrfs-0192-add-a-log-of-past-tree-roots.patch
patches.suse/btrfs-0193-make-a-delayed_block_rsv-for-the-delayed-item-.patch
patches.suse/btrfs-0194-be-smarter-about-committing-the-transaction-in.patch
patches.suse/btrfs-0195-ClearPageError-during-writepage-and-clean_tree.patch
patches.suse/btrfs-0196-fix-delayed-insertion-reservation.patch
patches.suse/btrfs-0197-add-an-extra-wait-mode-to-read_extent_buffer_p.patch
patches.suse/btrfs-0198-add-READAHEAD-extent-buffer-flag.patch
patches.suse/btrfs-0199-state-information-for-readahead.patch
patches.suse/btrfs-0200-initial-readahead-code-and-prototypes.patch
patches.suse/btrfs-0201-hooks-for-readahead.patch
patches.suse/btrfs-0202-use-readahead-API-for-scrub.patch
patches.suse/btrfs-0203-added-helper-functions-to-iterate-backrefs.patch
patches.suse/btrfs-0204-scrub-added-unverified_errors.patch
patches.suse/btrfs-0205-scrub-print-paths-of-corrupted-files.patch
patches.suse/btrfs-0206-scrub-bugfix-mirror_num-off-by-one.patch
patches.suse/btrfs-0207-add-mirror_num-to-extent_read_full_page.patch
patches.suse/btrfs-0208-scrub-use-int-for-mirror_num-not-u64.patch
patches.suse/btrfs-0209-scrub-add-fixup-code-for-errors-on-nodatasum-f.patch
patches.suse/btrfs-0210-new-ioctls-to-do-logical-inode-and-inode-path-.patch
patches.suse/btrfs-0211-btrfs_multi_bio-replaced-with-btrfs_bio.patch
patches.suse/btrfs-0212-Do-not-use-bio-bi_bdev-after-submission.patch
patches.suse/btrfs-0213-Put-mirror_num-in-bi_bdev.patch
patches.suse/btrfs-0214-Moved-repair-code-from-inode.c-to-extent_io.c.patch
patches.suse/btrfs-0215-integrating-raid-repair-and-scrub-fixup-nodata.patch
patches.suse/btrfs-0216-fix-the-new-inspection-ioctls-for-32-bit-compa.patch
patches.suse/btrfs-0217-fix-extent_buffer-leak-in-the-metadata-IO-erro.patch
patches.suse/btrfs-0218-stop-the-readahead-threads-on-failed-mount.patch
patches.suse/btrfs-0219-stop-leaking-btrfs_bios-on-readahead.patch
patches.suse/btrfs-0221-fix-a-potential-btrfs_bio-leak-on-scrub-fixups.patch
patches.suse/btrfs-0222-fix-race-during-transaction-joins.patch
patches.suse/btrfs-0223-check-for-a-null-fs-root-when-writing-to-the-b.patch
patches.suse/btrfs-0224-fix-double-free-tree_root-in-btrfs_mount.patch
patches.suse/btrfs-0225-fix-oops-on-NULL-trans-handle-in-btrfs_truncat.patch
patches.suse/btrfs-0226-fix-our-reservations-for-updating-an-inode-whe.patch
patches.suse/btrfs-0227-fix-memory-leak-in-btrfs_parse_early_options.patch
patches.suse/btrfs-0228-fix-subvol_name-leak-on-error-in-btrfs_mount.patch
patches.suse/btrfs-0229-avoid-null-dereference-and-leaks-when-bailing-.patch
patches.suse/btrfs-0230-close-devices-on-all-error-paths-in-open_ctree.patch
patches.suse/btrfs-0231-rework-error-handling-in-btrfs_mount.patch
patches.suse/btrfs-0232-tweak-the-delayed-inode-reservations-again.patch
patches.suse/btrfs-0233-fix-nocow-when-deleting-the-item.patch
patches.suse/btrfs-0234-fix-no-reserved-space-for-writing-out-inode-ca.patch
patches.suse/btrfs-0235-fix-unreleased-path-in-btrfs_orphan_cleanup.patch
patches.suse/btrfs-0236-Abstract-similar-code-for-btrfs_block_rsv_add-.patch
patches.suse/btrfs-0237-fix-orphan-backref-nodes.patch
patches.suse/btrfs-0238-only-map-pages-if-we-know-we-need-them-when-re.patch
patches.suse/btrfs-0239-fix-deadlock-caused-by-the-race-between-reloca.patch
patches.suse/btrfs-0240-handle-bio_add_page-failure-gracefully-in-scru.patch
patches.suse/btrfs-0241-rename-the-option-to-nospace_cache.patch
patches.suse/btrfs-0242-fix-tree-corruption-after-multi-thread-snapsho.patch
patches.suse/btrfs-0243-fix-barrier-flushes.patch
patches.suse/btrfs-0244-Fix-up-32-64-bit-compatibility-for-new-ioctls.patch
patches.suse/btrfs-0245-mirror_num-should-be-int-not-u64.patch
patches.suse/btrfs-0246-fix-to-search-one-more-bitmap-for-cluster-setu.patch
patches.suse/btrfs-0247-avoid-unnecessary-bitmap-search-for-cluster-se.patch
patches.suse/btrfs-0248-fix-stat-blocks-accounting.patch
patches.suse/btrfs-0249-prefix-resize-related-printks-with-btrfs.patch
patches.suse/btrfs-0250-wait-on-caching-if-we-re-loading-the-free-spac.patch
patches.suse/btrfs-0251-clear-pages-dirty-for-io-and-set-them-extent-m.patch
patches.suse/btrfs-0252-sectorsize-align-offsets-in-fiemap.patch
patches.suse/btrfs-0253-remove-free-space-cache.c-WARN-during-log-repl.patch
patches.suse/btrfs-0254-scrub-handle-ENOMEM-from-init_ipath.patch
patches.suse/btrfs-0256-fix-deadlock-on-metadata-reservation-when-evic.patch
patches.suse/btrfs-0257-Don-t-error-on-resizing-FS-to-same-size.patch
patches.suse/btrfs-0258-fix-oops-when-calling-statfs-on-readonly-devic.patch
patches.suse/btrfs-0259-initialize-new-bitmaps-list.patch
patches.suse/btrfs-0260-reset-cluster-s-max_size-when-creating-bitmap.patch
patches.suse/btrfs-0261-start-search-for-new-cluster-at-the-beginning.patch
patches.suse/btrfs-0262-skip-block-groups-without-enough-space-for-a-c.patch
patches.suse/btrfs-0263-skip-allocation-attempt-from-empty-cluster.patch
patches.suse/btrfs-0264-fix-meta-data-raid-repair-merge-problem.patch
patches.suse/btrfs-0265-try-to-allocate-from-cluster-even-at-LOOP_NO_E.patch
patches.suse/btrfs-0266-try-cluster-but-don-t-advance-in-search-list.patch
patches.suse/btrfs-0267-check-if-the-to-be-added-device-is-writable.patch
patches.suse/btrfs-0268-drop-spin-lock-when-memory-alloc-fails.patch
patches.suse/btrfs-0269-fix-btrfs_end_bio-to-deal-with-write-errors-to.patch
patches.suse/btrfs-0270-fix-wrong-i_size-when-truncating-a-file-to-a-l.patch
patches.suse/btrfs-0271-fix-wrong-disk-space-information-of-the-files.patch
patches.suse/btrfs-0272-fix-inaccurate-available-space-on-raid0-profil.patch
patches.suse/btrfs-0273-keep-orphans-for-subvolume-deletion.patch
patches.suse/btrfs-0274-fix-ctime-update-of-on-disk-inode.patch
patches.suse/btrfs-0275-add-a-cond_resched-into-the-worker-loop.patch
patches.suse/btrfs-0276-Establish-i_ops-before-calling-d_instantiate.patch
patches.suse/btrfs-0277-deal-with-NULL-srv_rsv-in-the-delalloc-inode-r.patch
patches.suse/btrfs-0278-fix-num_workers_starting-bug-and-other-bugs-in.patch
patches.suse/btrfs-0279-deal-with-enospc-from-dirtying-inodes-properly.patch
patches.suse/btrfs-0280-fix-how-we-do-delalloc-reservations-and-how-we.patch
patches.suse/btrfs-0281-fix-leaked-space-in-truncate.patch
patches.suse/btrfs-0282-don-t-panic-if-orphan-item-already-exists.patch
patches.suse/btrfs-0283-only-set-cache_generation-if-we-setup-the-bloc.patch
patches.suse/btrfs-0284-unplug-every-once-and-a-while.patch
# josef's tree
patches.suse/btrfs-0900-add-allocator-tracepoints.patch
# suse patches (pending upstream approval)
patches.suse/btrfs-allow-cross-subvolume-file-clone.patch
# patches collected from mailinglist
patches.suse/btrfs-8001-rewrite-btrfs_trim_block_group.patch
patches.suse/btrfs-8007-lock-and-disable-irq-during-space-alloc.patch
patches.suse/btrfs-8013-sector-size-check-during-mount.patch
patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch
patches.suse/btrfs-8015-make-lzo-the-default-compression-scheme.patch
patches.suse/btrfs-8024-workaround-for-cleaner-deadlock.patch
patches.suse/btrfs-8025-update-global-block_rsv-when-creating-a-new-bl.patch
patches.suse/btrfs-8026-fix-possible-deadlock-when-opening-a-seed-devi.patch
# Workaround for bnc#672923. Will be removed once we come up
# with something that can go upstream.
patches.suse/0001-vfs-allow-proc-pid-maps-to-return-a-custom-device.patch
patches.suse/0002-btrfs-Introduce-btrfs_get_maps_dev.patch
######################################################## ########################################################
# Reiserfs Patches # Reiserfs Patches
######################################################## ########################################################
@ -410,11 +608,14 @@
######################################################## ########################################################
patches.fixes/tulip-quad-NIC-ifdown patches.fixes/tulip-quad-NIC-ifdown
patches.drivers/ehea-modinfo.patch patches.drivers/ehea-modinfo.patch
patches.fixes/net-Add-a-flow_cache_flush_deferred-function.patch
######################################################## ########################################################
# Wireless Networking # Wireless Networking
######################################################## ########################################################
patches.suse/b43-missing-firmware-info.patch patches.suse/b43-missing-firmware-info.patch
patches.fixes/batman-adv-bat_socket_read-missing-checks.patch
patches.fixes/batman-adv-Only-write-requested-number-of-byte-to-us.patch
######################################################## ########################################################
# ISDN # ISDN

View File

@ -1,3 +1,3 @@
2012-01-02 11:31:04 +0100 2012-01-04 10:44:28 +0100
GIT Revision: 05b6faf71e695e6872a10a5f46ce8b7b01234549 GIT Revision: f82d3b3919495e9751ca8d49b6796a23dd47e7f7
GIT Branch: stable GIT Branch: stable