summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2010-12-177-40/+13
* blk-throttle: Correct the placement of smp_rmb()Vivek Goyal2010-12-011-14/+9
* blk-throttle: Trim/adjust slice_end once a bio has been dispatchedVivek Goyal2010-12-011-0/+16
* block: check for proper length of iov entries earlier in blk_rq_map_user_iov()Xiaotian Feng2010-11-291-2/+3
* drbd: fix for spin_lock_irqsave in endio callbackLars Ellenberg2010-11-272-2/+11
* drbd: don't recvmsg with zero lengthLars Ellenberg2010-11-271-6/+8
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-11-278-41/+71
|\
| * NFS: Ensure we return the dirent->d_type when it is knownTrond Myklebust2010-11-226-3/+22
| * NFS: Correct the array bound calculation in nfs_readdir_add_to_arrayTrond Myklebust2010-11-221-4/+5
| * NFS: Don't ignore errors from nfs_do_filldir()Trond Myklebust2010-11-221-9/+9
| * NFS: Fix the error handling in "uncached_readdir()"Trond Myklebust2010-11-221-3/+2
| * NFS: Fix a page leak in uncached_readdir()Trond Myklebust2010-11-221-2/+3
| * NFS: Fix a page leak in nfs_do_filldir()Trond Myklebust2010-11-221-5/+5
| * NFS: Assume eof if the server returns no readdir recordsTrond Myklebust2010-11-221-3/+7
| * NFS: Buffer overflow in ->decode_dirent() should not be fatalTrond Myklebust2010-11-223-3/+3
| * Pure nfs client performance using odirect.Arun Bharadwaj2010-11-221-1/+1
| * SUNRPC: Fix an infinite loop in call_refresh/call_refreshresultTrond Myklebust2010-11-221-9/+15
* | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2010-11-271-7/+9
|\ \
| * | UBI: release locks in check_corruptionDan Carpenter2010-11-191-7/+9
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-11-271-6/+6
|\ \ \
| * | | posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid callSergey Senozhatsky2010-11-101-6/+6
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-11-2710-46/+98
|\ \ \ \
| * | | | dmar, x86: Use function stubs when CONFIG_INTR_REMAP is disabledRandy Dunlap2010-11-261-3/+14
| * | | | x86-64: Fix and clean up AMD Fam10 MMCONF enablingJan Beulich2010-11-182-35/+31
| * | | | x86: UV: Address interrupt/IO port operation conflictDimitri Sivanich2010-11-185-5/+49
| * | | | x86: Use online node real index in calulate_tbl_offset()Yinghai Lu2010-11-181-2/+3
| * | | | x86, asm: Fix binutils 2.15 build failureTetsuo Handa2010-11-181-1/+1
| | |/ / | |/| |
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-2712-32/+123
|\ \ \ \
| * | | | perf symbols: Remove incorrect open-coded container_of()Rabin Vincent2010-11-231-1/+3
| * | | | perf record: Handle restrictive permissions in /proc/{kallsyms,modules}Arnaldo Carvalho de Melo2010-11-221-8/+9
| * | | | x86/kprobes: Prevent kprobes to probe on save_args()Masami Hiramatsu2010-11-181-0/+2
| * | | | irq_work: Drop cmpxchg() resultSergio Aguirre2010-11-181-1/+3
| * | | | perf: Fix owner-list vs exitPeter Zijlstra2010-11-181-12/+51
| * | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-11-184-2/+15
| |\ \ \ \
| | * | | | perf,hw_breakpoint: Initialize hardware api earlierJason Wessel2010-11-123-2/+11
| | * | | | x86: Ignore trap bits on single step exceptionsFrederic Weisbecker2010-11-121-0/+4
| * | | | | x86, hw_nmi: Move backtrace_mask declaration under ARCH_HAS_NMI_WATCHDOGRakib Mullick2010-11-181-3/+4
| * | | | | Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2010-11-183-5/+36
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | tracing: Fix recursive user stack traceSteven Rostedt2010-11-121-0/+19
| | * | | | tracing: Force arch_local_irq_* notrace for paravirtSteven Rostedt2010-11-101-5/+5
| | * | | | tracing: Fix module use of trace_bprintk()Steven Rostedt2010-11-101-0/+12
* | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-11-271-5/+3
|\ \ \ \ \ \
| * | | | | | sched: Fix idle balancingNikhil Rao2010-11-181-1/+3
| * | | | | | sched: Fix volanomark performance regressionAlex Shi2010-11-181-4/+0
* | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-11-273-12/+14
|\ \ \ \ \ \ \
| * | | | | | | [S390] qdio: free indicator after reset is finishedJan Glauber2010-11-251-1/+1
| * | | | | | | [S390] nmi: fix clock comparator revalidationHeiko Carstens2010-11-252-11/+13
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-11-276-52/+43
|\ \ \ \ \ \ \ \
| * | | | | | | | cciss: fix build for PROC_FS disabledJens Axboe2010-11-171-2/+1
| * | | | | | | | block: fix amiga and atari floppy driver compile warningVivek Goyal2010-11-152-2/+2
OpenPOWER on IntegriCloud