[GIT] CIFS fix
The following changes since commit 05ce7bfe547c9fa967d9cab6c37867a9cb6fb3fa: �Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 (2010-04-20 09:39:40 -0700) are available in the git repository at: �git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git for... 13 May 2010 13:48
[PATCH] perf: Fix hists__browse no-newt case
Fix mistake in a parameter type of the no-newt hists__browse() version. Fixes: builtin-report.c: In function '__cmd_report': builtin-report.c:314: erreur: incompatible type for argument 1 of 'hists__browse' Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Peter Zi... 13 May 2010 13:48
[PATCH -next] usb: fix functionfs for CONFIG_NET disabled
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix functionfs build to handle CONFIG_NET not enabled, to prevent these build errors: ERROR: "netif_carrier_on" [drivers/usb/gadget/g_ffs.ko] undefined! ERROR: "netif_carrier_off" [drivers/usb/gadget/g_ffs.ko] undefined! ERROR: "skb_realloc_headroom" [drivers/usb/ga... 13 May 2010 13:48
staging: hv: Fix error checking in channel.c
On Thu, May 13, 2010 at 03:56:30PM +0000, Haiyang Zhang wrote: From: Haiyang Zhang <haiyangz(a)microsoft.com> Subject: staging: hv: Fix error checking in channel.c Fixed errors in return value checking code, which caused vmbus channel not functioning. Doh, sorry about that. Bill, be a bit more careful... 13 May 2010 12:42
ftrace syscalls, PowerPC: Fixes and PowerPC raw syscall tracepoint implementation
On Thu, May 13, 2010 at 12:06:11PM -0400, Steven Rostedt wrote: Frederic, I'm fine with these patches, but since you mainly did the syscall work, I'll let you take them. Sure. The patches that touch the PowerPC code needs an acked-by from Ben or Paul. -- Steve Ok, Thanks.... 13 May 2010 12:42
libata: implement ->set_capacity()
On Thu, 2010-05-13 at 17:56 +0200, Tejun Heo wrote: Hello, Jens, James, Jeff, This patchset implements ->set_capacity() in libata so that HPA can be unlocked on demand. 0001-block-restart-partition-scan-after-resizing-a-device.patch 0002-SCSI-implement-sd_set_capacity.patch 0003-libata-use-... 17 May 2010 05:52
[PATCH 1/1] staging: hv: Fix error checking in channel.c
From: Haiyang Zhang <haiyangz(a)microsoft.com> Subject: staging: hv: Fix error checking in channel.c Fixed errors in return value checking code, which caused vmbus channel not functioning. Cc: Greg Kroah-Hartman <gregkh(a)suse.de> Signed-off-by: Haiyang Zhang <haiyangz(a)microsoft.com> Signed-off-by: Hank Janssen <... 13 May 2010 12:42
[PATCH 1/4] block: restart partition scan after resizing a device
Device resize via ->set_capacity() can reveal new partitions (e.g. in chained partition table formats such as dos extended parts). Restart partition scan from the beginning after resizing a device. Signed-off-by: Tejun Heo <tj(a)kernel.org> Reported-by: Ben Hutchings <ben(a)decadent.org.uk> --- fs/partitions/chec... 13 May 2010 12:42
[PATCHSET] libata: implement ->set_capacity()
Hello, Jens, James, Jeff, This patchset implements ->set_capacity() in libata so that HPA can be unlocked on demand. 0001-block-restart-partition-scan-after-resizing-a-device.patch 0002-SCSI-implement-sd_set_capacity.patch 0003-libata-use-the-enlarged-capacity-after-late-HPA-unlo.patch 0004-libata-impleme... 13 May 2010 12:42
[PATCH 3/4] libata: use the enlarged capacity after late HPA unlock
After late HPA unlock, libata kept using the original capacity ignoring the new larger native capacity. Enlarging device on the fly doesn't cause any harm. Use the larger native capacity instead. This will enable on-demand HPA unlocking. Signed-off-by: Tejun Heo <tj(a)kernel.org> Cc: Ben Hutchings <ben(a)decadent... 13 May 2010 12:42