[PATCHv4 06/17] EXT2: do not manipulate s_dirt directly
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> .... use new VFS helpers instead. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> Cc: linux-ext4(a)vger.kernel.org --- fs/ext2/balloc.c | 4 ++-- fs/ext2/ialloc.c | 4 ++-- fs/ext2/super.c | 6 +++--- fs/ext2/xattr.c | 2 +- 4 fi... 25 May 2010 10:12
[PATCHv4 17/17] writeback: lessen sync_supers wakeup count
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> The 'sync_supers' thread wakes up every 5 seconds (by default) and writes back all super blocks. It keeps waking up even if there are no dirty super-blocks. For many file-systems the superblock becomes dirty very rarely, if ever, so 'sync_supers' does not do an... 25 May 2010 10:12
[PATCHv4 05/17] EXOFS: do not manipulate s_dirt directly
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> .... use new VFS helpers instead. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> Cc: Boaz Harrosh <bharrosh(a)panasas.com> --- fs/exofs/file.c | 2 +- fs/exofs/inode.c | 2 +- fs/exofs/super.c | 6 +++--- 3 files changed, 5 insertion... 25 May 2010 10:12
[PATCHv4 14/17] UDF: do not manipulate s_dirt directly
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> .... use new VFS helpers instead. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> Cc: Jan Kara <jack(a)suse.cz> --- fs/udf/super.c | 6 +++--- fs/udf/udfdecl.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/u... 25 May 2010 10:12
[PATCHv4 10/17] HFSPLUS: do not manipulate s_dirt directly
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> .... use new VFS helpers instead. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> --- fs/hfsplus/bitmap.c | 4 ++-- fs/hfsplus/dir.c | 2 +- fs/hfsplus/inode.c | 6 +++--- fs/hfsplus/super.c | 16 ++++++++-------- 4 files chan... 25 May 2010 10:12
[PATCHv4 03/17] BFS: do not manipulate s_dirt directly
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> .... use new VFS helpers instead. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> Cc: Tigran A. Aivazian <tigran(a)aivazian.fsnet.co.uk> --- fs/bfs/inode.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/bfs/i... 25 May 2010 10:12
[GIT PULL] perf updates
Ingo, Please pull the perf/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/core Thanks, Frederic --- Frederic Weisbecker (2): x86: Unify dumpstack.h and stacktrace.h perf: Drop the skip argument from perf_arch_fetch_regs_cal... 25 May 2010 10:12
tracing: Add __used annotation to event variable
* Steven Rostedt <rostedt(a)goodmis.org> wrote: Ingo, This fixes the warning/error on PowerPC. Please pull the latest tip/perf/core tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/perf/core Steven Rostedt (1): ... 25 May 2010 10:12
Staging: vme: devices: vme_user.c: fixed ERRORS and WARNINGS
On Tue, May 25, 2010 at 01:09:32PM +0000, nanakos(a)wired-net.gr wrote: From: Nanakos Chrysostomos <nanakos(a)wired-net.gr> Fixed ERRORS and WARNINGS What type of ERRORS and WARNINGS? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message t... 25 May 2010 10:12
[PATCH] Staging: vme: vme.c: fixed an EXPORT_SYMBOL warning
From: Nanakos Chrysostomos <nanakos(a)wired-net.gr> Fixed an EXPORT_SYMBOL warning. Signed-off-by: Nanakos Chrysostomos <nanakos(a)wired-net.gr> --- drivers/staging/vme/vme.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/vme/vme.c b/drivers/staging/vme/vme.c index 09... 25 May 2010 10:12