Re: Li-nux 2.6.28.7

From: Og
Date: Fri Feb 20 2009 - 18:00:41 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/