From: Og <og@kroah.com>
To: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@kernel.org
Cc: Greg KH <greg@kroah.com>
Subject: Re: Li-nux 2.6.28.7
Date: Fri, 20 Feb 2009 14:56:48 -0800 [thread overview]
Message-ID: <20090220225648.GD14122@kroah.com> (raw)
In-Reply-To: <20090220225448.GA14122@kroah.com>
2.6.28.7:
Makefile | 2
arch/powerpc/kernel/align.c | 7
arch/x86/kernel/traps.c | 10
arch/x86/mm/pageattr.c | 14 +
drivers/ata/pata_via.c | 4
drivers/ata/sata_nv.c | 14 -
drivers/bluetooth/btsdio.c | 1
drivers/net/3c505.c | 26 +
drivers/pci/intel-iommu.c | 14 -
drivers/scsi/libiscsi.c | 1
drivers/watchdog/Kconfig | 2
drivers/watchdog/iTCO_vendor_support.c | 32 ++
drivers/watchdog/iTCO_wdt.c | 35 +-
fs/ext2/super.c | 9
fs/ext4/balloc.c | 168 ++++--------
fs/ext4/ext4.h | 41 ++-
fs/ext4/ext4_sb.h | 4
fs/ext4/hash.c | 77 +++++
fs/ext4/ialloc.c | 166 ++++++++----
fs/ext4/inode.c | 76 ++++-
fs/ext4/mballoc.c | 433 +++++++++++++++++++++++++--------
fs/ext4/mballoc.h | 26 -
fs/ext4/namei.c | 28 +-
fs/ext4/resize.c | 68 +----
fs/ext4/super.c | 46 ++-
fs/jbd2/commit.c | 27 +-
include/linux/jbd2.h | 4
include/linux/mod_devicetable.h | 7
include/linux/pci_ids.h | 1
include/linux/pid.h | 18 +
ipc/mqueue.c | 3
kernel/sched_fair.c | 30 +-
32 files changed, 938 insertions(+), 456 deletions(-)
Alexey Dobriyan (1):
Fix longstanding "error: storage size of '__mod_dmi_device_table' isn't known"
Aneesh Kumar K.V (14):
ext4: Fix the delalloc writepages to allocate blocks at the right offset.
ext4: avoid ext4_error when mounting a fs with a single bg
ext4: Don't overwrite allocation_context ac_status
ext4: Add blocks added during resize to bitmap
ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
ext4: cleanup mballoc header files
ext4: don't use blocks freed but not yet committed in buddy cache init
ext4: Fix race between read_block_bitmap() and mark_diskspace_used()
ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()
ext4: Use new buffer_head flag to check uninit group bitmaps initialization
ext4: mark the blocks/inode bitmap beyond end of group as used
ext4: Don't allow new groups to be added during block allocation
ext4: Init the complete page while building buddy cache
ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc
Carsten Otte (1):
ext2/xip: refuse to change xip flag during remount with busy inodes
David Woodhouse (1):
Fix Intel IOMMU write-buffer flushing
Eric W. Biederman (1):
pid: implement ns_of_pid
Greg Kroah-Hartman (1):
Linux 2.6.28.7
Jeremy Fitzhardinge (1):
x86/cpa: make sure cpa is safe to call in lazy mmu mode
Mark Fasheh (1):
jbd2: Add BH_JBDPrivateStart
Michael Neuling (1):
powerpc/vsx: Fix VSX alignment handler for regs 32-63
Mike Christie (1):
SCSI: libiscsi: fix iscsi pool leak
Peter Zijlstra (1):
sched: SCHED_OTHER vs SCHED_IDLE isolation
Roel Kluin (1):
3c505: do not set pcb->data.raw beyond its size
Sukadev Bhattiprolu (1):
mqueue: fix si_pid value in mqueue do_notify()
Tejun Heo (1):
sata_nv: give up hardreset on nf2
Theodore Ts'o (8):
ext4: Add support for non-native signed/unsigned htree hash algorithms
ext4: tone down ext4_da_writepages warnings
jbd2: Add barrier not supported test to journal_wait_on_commit_record
ext4: Add sanity checks for the superblock before mounting the filesystem
ext4: only use i_size_high for regular files
ext4: Add sanity check to make_indexed_dir
jbd2: On a __journal_expect() assertion failure printk "JBD2", not "EXT3-fs"
ext4: Initialize the new group descriptor when resizing the filesystem
Thomas Gleixner (1):
x86, vm86: fix preemption bug
Tomas Winkler (1):
Bluetooth: Fix TX error path in btsdio driver
Wim Van Sebroeck (1):
WATCHDOG: iTCO_wdt: fix SMI_EN regression 2
Yasunori Goto (1):
ext4: Widen type of ext4_sb_info.s_mb_maxs[]
Zlatko Calusic (1):
Add support for VT6415 PCIE PATA IDE Host Controller
next prev parent reply other threads:[~2009-02-20 23:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-20 22:54 Li-nux 2.6.27.19 2.6.28.7 Og
2009-02-20 22:55 ` Li-nux 2.6.27.19 Og
2009-02-20 22:56 ` Og
2009-02-20 22:56 ` Og [this message]
2009-02-20 22:57 ` Li-nux 2.6.28.7 Og
2009-02-21 1:53 ` Li-nux 2.6.27.19 2.6.28.7 Linus Torvalds
2009-03-13 22:10 ` [stable] " Andrew Morton
2009-03-13 22:20 ` Greg KH
2009-03-13 23:45 ` Andrew Morton
2009-03-14 1:01 ` [E1000-devel] " Brandeburg, Jesse
2009-03-14 1:21 ` Tetsuo Handa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090220225648.GD14122@kroah.com \
--to=og@kroah.com \
--cc=akpm@linux-foundation.org \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox