[PATCH 0/4] Various intel small device drivers
These have been through my clean up processing, in particular the accelerometers are now using the input layer infrastructure. --- Kalhan Trisal (4): emc1403: thermal sensor support liss331d1: accelerometer driver isl29020: ambient light sensor hmc6352: Add driver for the HMC6352 co... 14 Apr 2010 09:54
kernel oops on boot
Hi, I have the same problem on my thinkpad T30 since this week: The kernel boots very slowly until the message: * Loading kernel modules... there my kernel hangs there forever now. The first problem is shown after the start of the udev (: * Waiting for /dev to be fully populated... [ 18.273664] B... 15 Apr 2010 06:56
Irish 2010 Winner
Agent Name: Mr. Greg Peterson Tel:+44 704-571-0545 Email:claimsdept11(a)live.co.uk �1,000,000Pounds has been awarded to you in the U.KPROMO.send details to: Names////////// Tel////////// Age////////// Address////////// Occupation////////// Country////////// Regards, Mrs. Rose Reyes Co-Ordinator -- To un... 14 Apr 2010 09:54
[PATCH 1/2] tracing: adding lost-events option
hi, adding option for control LOST EVENTS message output. wbr, jirka Signed-off-by: Jiri Olsa <jolsa(a)redhat.com> --- kernel/trace/trace.c | 7 +++++-- kernel/trace/trace.h | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c index 60... 14 Apr 2010 09:54
[PATCH 1/7] ext2: Use ext2_clear_super_error() in ext2_sync_fs()
ext2_sync_fs() used to duplicate the code from ext2_clear_super_error(). Signed-off-by: Jan Blunck <jblunck(a)suse.de> --- fs/ext2/super.c | 20 +++----------------- 1 files changed, 3 insertions(+), 17 deletions(-) diff --git a/fs/ext2/super.c b/fs/ext2/super.c index 42e4a30..8e8b675 100644 --- a/fs/ext2/s... 14 Apr 2010 09:54
[PATCH 2/7] ext2: Set the write time in ext2_sync_fs()
This is probably a typo since the write time should actually be updated by ext2_sync_fs() instead of the mount time. Signed-off-by: Jan Blunck <jblunck(a)suse.de> --- fs/ext2/super.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext2/super.c b/fs/ext2/super.c index 8e8b675..b2050... 14 Apr 2010 08:46
[PATCH 4/7] ext2: Fold ext2_commit_super() into ext2_sync_super()
Both function originally did similar things except that ext2_sync_super() is returning after the call to sync_dirty_buffer(sbh). Therefore this patch adds a wait flag to tell ext2_sync_super() if it has to call sync_dirty_buffer() to wait for in-progress I/O to finish. Signed-off-by: Jan Blunck <jblunck(a)suse.de> ... 14 Apr 2010 08:46
[PATCH 5/7] ext2: Move ext2_write_super() out of ext2_setup_super()
Move ext2_write_super() out of ext2_setup_super() as a preparation for the next patch that adds a new lock for superblock fields. Signed-off-by: Jan Blunck <jblunck(a)suse.de> --- fs/ext2/super.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/fs/ext2/super.c b/fs/ext2/super.c i... 14 Apr 2010 08:46
[PATCH 3/7] ext2: Remove duplicate code from ext2_sync_fs()
Depending in the state (valid or unchecked) of the filesystem either ext2_sync_super() or ext2_commit_super() is called. If the filesystem is currently valid (it is checked), we first mark it unchecked and afterwards duplicate the work that ext2_sync_super() is doing later. Therefore this patch removes the duplicat... 14 Apr 2010 08:46
[PATCH 0/7] ext2: Preparation to remove BKL (v2)
This is a series of patches in preparation to the removal of the big kernel lock from ext2. It consists mostly of cleanup patches to later introduce a spinlock to protect some of the superblock's fields against concurrent access. With the spinlock in place we don't need to use the big kernel lock anymore. This se... 14 Apr 2010 08:46