Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | rpcrdma: Fix SQ size calculation when memreg is FRMR | Tom Tucker | 2010-08-11 | 2 | -4/+18 | |
| * | | | | | | xprtrdma: Do not truncate iova_start values in frmr registrations. | Steve Wise | 2010-08-11 | 1 | -1/+1 | |
| * | | | | | | nfs: Remove redundant NULL check upon kfree() | Davidlohr Bueso | 2010-08-11 | 1 | -2/+1 | |
| * | | | | | | nfs: Add "lookupcache" to displayed mount options | Patrick J. LoPresti | 2010-08-10 | 1 | -0/+7 | |
| * | | | | | | NFS: allow close-to-open cache semantics to apply to root of NFS filesystem | Neil Brown | 2010-08-10 | 1 | -0/+7 | |
| * | | | | | | SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494) | Andy Chittenden | 2010-08-10 | 1 | -6/+22 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-08-18 | 5 | -6/+20 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | USB HID: Add ID for eGalax Multitouch used in JooJoo tablet | Chris Ball | 2010-08-16 | 3 | -0/+11 | |
| * | | | | | | | HID: hiddev: fix memory corruption due to invalid intfdata | Jiri Kosina | 2010-08-13 | 1 | -2/+3 | |
| * | | | | | | | HID: hiddev: protect against disconnect/NULL-dereference race | Chris Ball | 2010-08-13 | 1 | -2/+4 | |
| * | | | | | | | HID: picolcd: correct ordering of framebuffer freeing | Bruno Prémont | 2010-08-06 | 1 | -1/+1 | |
| * | | | | | | | HID: picolcd: testing the wrong variable | Dan Carpenter | 2010-08-06 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2010-08-18 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [IA64] Fix build error: conflicting types for ‘sys_execve’ | Tony Luck | 2010-08-18 | 1 | -2/+0 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Fix the declaration of sys_execve() in asm-generic/syscalls.h | David Howells | 2010-08-18 | 1 | -2/+4 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-18 | 43 | -450/+797 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fs: brlock vfsmount_lock | Nick Piggin | 2010-08-18 | 5 | -77/+134 | |
| * | | | | | | | | fs: scale files_lock | Nick Piggin | 2010-08-18 | 3 | -18/+115 | |
| * | | | | | | | | lglock: introduce special lglock and brlock spin locks | Nick Piggin | 2010-08-18 | 1 | -0/+172 | |
| * | | | | | | | | tty: fix fu_list abuse | Nick Piggin | 2010-08-18 | 6 | -38/+69 | |
| * | | | | | | | | fs: cleanup files_lock locking | Nick Piggin | 2010-08-18 | 7 | -42/+48 | |
| * | | | | | | | | fs: remove extra lookup in __lookup_hash | Nick Piggin | 2010-08-18 | 2 | -41/+51 | |
| * | | | | | | | | fs: fs_struct rwlock to spinlock | Nick Piggin | 2010-08-18 | 5 | -34/+34 | |
| * | | | | | | | | apparmor: use task path helpers | Nick Piggin | 2010-08-18 | 1 | -7/+2 | |
| * | | | | | | | | fs: dentry allocation consolidation | Nick Piggin | 2010-08-18 | 1 | -37/+33 | |
| * | | | | | | | | fs: fix do_lookup false negative | Nick Piggin | 2010-08-18 | 1 | -8/+2 | |
| * | | | | | | | | mbcache: Limit the maximum number of cache entries | Andreas Gruenbacher | 2010-08-18 | 1 | -6/+24 | |
| * | | | | | | | | hostfs ->follow_link() braino | Al Viro | 2010-08-18 | 1 | -1/+1 | |
| * | | | | | | | | hostfs: dumb (and usually harmless) tpyo - strncpy instead of strlcpy | Al Viro | 2010-08-18 | 1 | -1/+1 | |
| * | | | | | | | | remove SWRITE* I/O types | Christoph Hellwig | 2010-08-18 | 16 | -94/+73 | |
| * | | | | | | | | kill BH_Ordered flag | Christoph Hellwig | 2010-08-18 | 5 | -73/+63 | |
| * | | | | | | | | vfs: update ctime when changing the file's permission by setfacl | Jan Kara | 2010-08-18 | 1 | -0/+1 | |
| * | | | | | | | | cramfs: only unlock new inodes | Alexander Shishkin | 2010-08-18 | 1 | -1/+1 | |
| * | | | | | | | | fix reiserfs_evict_inode end_writeback second call | Sergey Senozhatsky | 2010-08-18 | 1 | -0/+1 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y | Uwe Kleine-König | 2010-08-18 | 1 | -0/+2 | |
* | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-08-18 | 8 | -77/+185 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Ingo Molnar | 2010-08-18 | 1 | -6/+10 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | perf tools: Fix build on POSIX shells | Bernd Petrovitsch | 2010-08-17 | 1 | -6/+10 | |
| * | | | | | | | latencytop: Fix kconfig dependency warnings | Randy Dunlap | 2010-08-17 | 1 | -1/+4 | |
| * | | | | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Ingo Molnar | 2010-08-16 | 1 | -1/+2 | |
| |\| | | | | | | ||||||
| | * | | | | | | perf annotate tui: Fix exit and RIGHT keys handling | Arnaldo Carvalho de Melo | 2010-08-16 | 1 | -1/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel... | Steven Rostedt | 2010-08-16 | 5 | -69/+169 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | tracing: Sanitize value returned from write(trace_marker, "...", len) | Marcin Slusarz | 2010-08-13 | 1 | -3/+8 | |
| | * | | | | | tracing/events: Convert format output to seq_file | Steven Rostedt | 2010-08-12 | 1 | -67/+141 | |
| | * | | | | | tracing: Extend recordmcount to better support Blackfin mcount | Mike Frysinger | 2010-08-12 | 1 | -1/+6 | |
| | * | | | | | tracing: Fix ring_buffer_read_page reading out of page boundary | Huang Ying | 2010-08-06 | 1 | -0/+3 | |
| | * | | | | | tracing: Fix an unallocated memory access in function_graph | Shaohua Li | 2010-08-06 | 1 | -1/+9 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-08-18 | 9 | -50/+188 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'fix/asoc' into for-linus | Takashi Iwai | 2010-08-18 | 1 | -7/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ASoC: Remove DSP mode support for WM8776 | Mark Brown | 2010-08-16 | 1 | -7/+0 | |
| | |/ / / / / / |