|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
[XFS updates] XFS development tree branch, for-linus, updated. v2.6.30-rc4-23625-g055bdbfThis is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing the project "XFS development tree". The branch, for-linus has been updated 2375669 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs a372bf8 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs f0f37e2 const: mark struct vm_struct_operations db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial b87221d const: mark remaining super_operations const 0d54b21 const: make struct super_block::s_qcop const 411c940 trivial: fix typo "for for" in multiple files aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems from ba313e68facf190317d8db3afdc0f0028c963a96 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 23756692147c5dfd3328afd42e16e9d943ff756c Merge: 0b3dc0e9c8ed4f09605fa844081503bf752388b0 05277c75f6dea8ecf59138cd1b6781fb54ae08bd Author: Linus Torvalds <torvalds@...> Date: Thu Oct 29 08:18:25 2009 -0700 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs * 'for-linus' of git://oss.sgi.com/xfs/xfs: xfs: fix double IRELE in xfs_dqrele_inode commit a372bf8b6a12f23f68e716113ccaea4bf646dd0f Merge: 0d5d1aadc8e299874a6a014d65b6bb903b12424d e09d39968bd8befa087f10f970fa236e8694b643 Author: Linus Torvalds <torvalds@...> Date: Fri Oct 9 13:29:42 2009 -0700 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs * 'for-linus' of git://oss.sgi.com/xfs/xfs: xfs: stop calling filemap_fdatawait inside ->fsync fix readahead calculations in xfs_dir2_leaf_getdents() xfs: make sure xfs_sync_fsdata covers the log xfs: mark inodes dirty before issuing I/O xfs: cleanup ->sync_fs xfs: fix xfs_quiesce_data xfs: implement ->dirty_inode to fix timestamp handling commit f0f37e2f77731b3473fa6bd5ee53255d9a9cdb40 Author: Alexey Dobriyan <adobriyan@...> Date: Sun Sep 27 22:29:37 2009 +0400 const: mark struct vm_struct_operations * mark struct vm_area_struct::vm_ops as const * mark vm_ops in AGP code But leave TTM code alone, something is fishy there with global vm_ops being used. Signed-off-by: Alexey Dobriyan <adobriyan@...> Signed-off-by: Linus Torvalds <torvalds@...> commit db16826367fefcb0ddb93d76b66adc52eb4e6339 Merge: cd6045138ed1bb5d8773e940d51c34318eef3ef2 465fdd97cbe16ef8727221857e96ef62dd352017 Author: Linus Torvalds <torvalds@...> Date: Thu Sep 24 07:53:22 2009 -0700 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 * 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6: (21 commits) HWPOISON: Enable error_remove_page on btrfs HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNs HWPOISON: Add madvise() based injector for hardware poisoned pages v4 HWPOISON: Enable error_remove_page for NFS HWPOISON: Enable .remove_error_page for migration aware file systems HWPOISON: The high level memory error handler in the VM v7 HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per process HWPOISON: shmem: call set_page_dirty() with locked page HWPOISON: Define a new error_remove_page address space op for async truncation HWPOISON: Add invalidate_inode_page HWPOISON: Refactor truncate to allow direct truncating of page v2 HWPOISON: check and isolate corrupted free pages v2 HWPOISON: Handle hardware poisoned pages in try_to_unmap HWPOISON: Use bitmask/action code for try_to_unmap behaviour HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2 HWPOISON: Add poison check to page fault handling HWPOISON: Add basic support for poisoned pages in fault handler v3 HWPOISON: Add new SIGBUS error codes for hardware poison signals HWPOISON: Add support for poison swap entries v2 HWPOISON: Export some rmap vma locking to outside world ... commit 8d65af789f3e2cf4cfbdbf71a0f7a61ebcd41d38 Author: Alexey Dobriyan <adobriyan@...> Date: Wed Sep 23 15:57:19 2009 -0700 sysctl: remove "struct file *" argument of ->proc_handler It's unused. It isn't needed -- read or write flag is already passed and sysctl shouldn't care about the rest. It _was_ used in two places at arch/frv for some reason. Signed-off-by: Alexey Dobriyan <adobriyan@...> Cc: David Howells <dhowells@...> Cc: "Eric W. Biederman" <ebiederm@...> Cc: Al Viro <viro@...> Cc: Ralf Baechle <ralf@...> Cc: Martin Schwidefsky <schwidefsky@...> Cc: Ingo Molnar <mingo@...> Cc: "David S. Miller" <davem@...> Cc: James Morris <jmorris@...> Signed-off-by: Andrew Morton <akpm@...> Signed-off-by: Linus Torvalds <torvalds@...> commit 342ff1a1b558ebbdb8cbd55ab6a63eca8b2473ca Merge: 50223e486cabdcf7e540e519da1f26bab3084e5d 24ed7a97464db44592495f98cff8bcee02f92bc2 Author: Linus Torvalds <torvalds@...> Date: Tue Sep 22 07:51:45 2009 -0700 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (34 commits) trivial: fix typo in aic7xxx comment trivial: fix comment typo in drivers/ata/pata_hpt37x.c trivial: typo in kernel-parameters.txt trivial: fix typo in tracing documentation trivial: add __init/__exit macros in drivers/gpio/bt8xxgpio.c trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.c trivial: remove unnecessary semicolons trivial: Fix duplicated word "options" in comment trivial: kbuild: remove extraneous blank line after declaration of usage() trivial: improve help text for mm debug config options trivial: doc: hpfall: accept disk device to unload as argument trivial: doc: hpfall: reduce risk that hpfall can do harm trivial: SubmittingPatches: Fix reference to renumbered step trivial: fix typos "man[ae]g?ment" -> "management" trivial: media/video/cx88: add __init/__exit macros to cx88 drivers trivial: fix typo in CONFIG_DEBUG_FS in gcov doc trivial: fix missing printk space in amd_k7_smp_check trivial: fix typo s/ketymap/keymap/ in comment trivial: fix typo "to to" in multiple files trivial: fix typos in comments s/DGBU/DBGU/ ... commit b87221de6a4934eda856475a0065688d12973a04 Author: Alexey Dobriyan <adobriyan@...> Date: Mon Sep 21 17:01:09 2009 -0700 const: mark remaining super_operations const Signed-off-by: Alexey Dobriyan <adobriyan@...> Signed-off-by: Andrew Morton <akpm@...> Signed-off-by: Linus Torvalds <torvalds@...> commit 0d54b217a247f39605361f867fefbb9e099a5432 Author: Alexey Dobriyan <adobriyan@...> Date: Mon Sep 21 17:01:09 2009 -0700 const: make struct super_block::s_qcop const Signed-off-by: Alexey Dobriyan <adobriyan@...> Signed-off-by: Andrew Morton <akpm@...> Signed-off-by: Linus Torvalds <torvalds@...> commit 411c94038594b2a3fd123d09bdec3fe2500e383d Author: Anand Gadiyar <gadiyar@...> Date: Tue Jul 7 15:24:23 2009 +0530 trivial: fix typo "for for" in multiple files trivial: fix typo "for for" in multiple files Signed-off-by: Anand Gadiyar <gadiyar@...> Signed-off-by: Jiri Kosina <jkosina@...> commit aa261f549d7652258331ebb12795f3bc4395d213 Author: Andi Kleen <andi@...> Date: Wed Sep 16 11:50:16 2009 +0200 HWPOISON: Enable .remove_error_page for migration aware file systems Enable removing of corrupted pages through truncation for a bunch of file systems: ext*, xfs, gfs2, ocfs2, ntfs These should cover most server needs. I chose the set of migration aware file systems for this for now, assuming they have been especially audited. But in general it should be safe for all file systems on the data area that support read/write and truncate. Caveat: the hardware error handler does not take i_mutex for now before calling the truncate function. Is that ok? Cc: tytso@... Cc: hch@... Cc: mfasheh@... Cc: aia21@... Cc: hugh.dickins@... Cc: swhiteho@... Signed-off-by: Andi Kleen <ak@...> ----------------------------------------------------------------------- Summary of changes: fs/xfs/linux-2.6/xfs_aops.c | 1 + fs/xfs/linux-2.6/xfs_file.c | 4 ++-- fs/xfs/linux-2.6/xfs_quotaops.c | 2 +- fs/xfs/linux-2.6/xfs_super.c | 4 ++-- fs/xfs/linux-2.6/xfs_super.h | 2 +- fs/xfs/linux-2.6/xfs_sysctl.c | 3 +-- fs/xfs/xfs_fs.h | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) hooks/post-receive -- XFS development tree _______________________________________________ xfs mailing list xfs@... http://oss.sgi.com/mailman/listinfo/xfs |
| Free embeddable forum powered by Nabble | Forum Help |