summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* md: be extra careful not to take a reference to a Faulty device.NeilBrown2016-06-133-2/+10
* md/multipath: add rcu protection to rdev access in multipath_status.NeilBrown2016-06-131-5/+7
* md/raid5: add rcu protection to rdev accesses in raid5_status.NeilBrown2016-06-131-4/+6
* md/raid5: add rcu protection to rdev accesses in want_replaceNeilBrown2016-06-131-3/+4
* md/raid5: add rcu protection to rdev accesses in handle_failed_sync.NeilBrown2016-06-131-2/+4
* md/raid1: add rcu protection to rdev in fix_read_errorNeilBrown2016-06-131-20/+32
* md/raid1: small code cleanup in end_sync_writeNeilBrown2016-06-131-10/+4
* md/raid1: small cleanup in raid1_end_read/write_requestNeilBrown2016-06-131-20/+15
* md/raid10: simplify print_conf a little.NeilBrown2016-06-131-6/+8
* md/raid10: minor code improvement in fix_read_error()NeilBrown2016-06-131-1/+1
* md/raid10: add rcu protection to rdev access during reshape.NeilBrown2016-06-131-8/+22
* md/raid10: add rcu protection to rdev access in raid10_sync_request.NeilBrown2016-06-131-48/+74
* md/raid10: add rcu protection in raid10_status.NeilBrown2016-06-131-4/+6
* md/raid10: fix refounct imbalance when resyncing an array with a replacement ...NeilBrown2016-06-131-1/+1
* md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown2016-06-132-15/+0
* md: disconnect device from personality before trying to remove it.NeilBrown2016-06-131-0/+2
* raid1/raid10: slow down resync if there is non-resync activity pendingTomasz Majchrzak2016-06-132-0/+14
* MD:Update superblock when err == 0 in size_storeXiao Ni2016-06-131-1/+2
* md: use a mutex to protect a global listCong Wang2016-06-091-0/+5
* md: simplify the code with md_kick_rdev_from_arrayGuoqing Jiang2016-06-031-2/+1
* md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang2016-06-032-12/+14
* right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMWSong Liu2016-05-251-2/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-2511-27/+85
|\
| * x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeAndy Lutomirski2016-05-201-3/+8
| * x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limitsAndy Lutomirski2016-05-202-4/+4
| * Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-20642-12145/+29810
| |\
| * | x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen2016-05-203-0/+48
| * | x86/entry/64: Fix stack return address retrieval in thunkJosh Poimboeuf2016-05-191-6/+5
| * | x86/efi: Fix 7-parameter efi_call()sLinus Torvalds2016-05-171-5/+4
| * | x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen2016-05-163-9/+13
| * | x86/tsc: Add missing Cherrytrail frequency to the tableJeremy Compostella2016-05-121-0/+3
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-253-9/+14
|\ \ \
| * | | sched/core: Fix remote wakeupsPeter Zijlstra2016-05-252-7/+12
| * | | sched/preempt: Fix preempt_count manipulationsPeter Zijlstra2016-05-171-2/+2
| | |/ | |/|
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-2556-330/+618
|\ \ \
| * \ \ Merge tag 'perf-core-for-mingo-20160523' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-2412-164/+319
| |\ \ \
| | * | | perf record: Read from backward ring bufferWang Nan2016-05-233-0/+54
| | * | | perf record: Rename variable to make code clearWang Nan2016-05-231-10/+11
| | * | | perf record: Prevent reading invalid data in record__mmap_readWang Nan2016-05-231-0/+8
| | * | | perf evlist: Add API to pause/resumeWang Nan2016-05-232-0/+29
| | * | | perf trace: Use the ptr->name beautifier as default for "filename" argsArnaldo Carvalho de Melo2016-05-231-77/+43
| | * | | perf trace: Use the fd->name beautifier as default for "fd" argsArnaldo Carvalho de Melo2016-05-231-78/+54
| | * | | perf report: Add srcline_from/to branch sort keysAndi Kleen2016-05-236-1/+101
| | * | | perf evsel: Record fd into perf_mmapWang Nan2016-05-202-0/+7
| | * | | perf evsel: Add overwrite attribute and check write_backwardWang Nan2016-05-202-0/+14
| |/ / /
| * | | Merge tag 'perf-core-for-mingo-20160520' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-2019-61/+109
| |\ \ \
| | * | | perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang2016-05-208-13/+41
| | * | | perf trace: Only auto set call-graph to "dwarf" when syscalls are being tracedArnaldo Carvalho de Melo2016-05-201-1/+1
| | * | | perf annotate: Sort list of recognised instructionsChris Ryder2016-05-201-5/+23
| | * | | perf annotate: Fix identification of ARM blt and bls instructionsChris Ryder2016-05-201-1/+1