summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: Update mach-typesRussell King2013-03-221-594/+397Star
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-226-56/+43Star
|\
| * cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton2013-03-211-48/+5Star
| * cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-133-1/+33
| * cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2013-03-132-7/+5Star
* | Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-03-2212-81/+540
|\ \
| * | ext4: fix data=journal fast mount/umount hangTheodore Ts'o2013-03-201-1/+2
| * | ext4: fix ext4_evict_inode() racing against workqueue processing codeTheodore Ts'o2013-03-203-4/+14
| * | ext4: fix memory leakage in mext_check_coverageDmitry Monakhov2013-03-181-16/+19
| * | ext4: use s_extent_max_zeroout_kb value as number of kbLukas Czerner2013-03-121-1/+1
| * | ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o2013-03-125-15/+15
| * | jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara2013-03-111-5/+10
| * | ext4: reserve metadata block for every delayed writeLukas Czerner2013-03-111-2/+61
| * | ext4: update reserved space after the 'correction'Lukas Czerner2013-03-111-3/+9
| * | ext4: do not use yield()Lukas Czerner2013-03-112-7/+3Star
| * | ext4: remove unused variable in ext4_free_blocks()Lukas Czerner2013-03-111-3/+0Star
| * | ext4: fix WARN_ON from ext4_releasepage()Jan Kara2013-03-111-2/+2
| * | ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu2013-03-111-1/+5
| * | ext4: update extent status tree after an extent is zeroed outZheng Liu2013-03-114-4/+61
| * | ext4: fix wrong m_len value after unwritten extent conversionZheng Liu2013-03-111-0/+4
| * | ext4: add self-testing infrastructure to do a sanity checkDmitry Monakhov2013-03-113-0/+277
| * | ext4: avoid a potential overflow in ext4_es_can_be_merged()Zheng Liu2013-03-111-5/+15
| * | ext4: invalidate extent status tree during extent migrationDmitry Monakhov2013-03-041-0/+8
| * | ext4: remove unnecessary wait for extent conversion in ext4_fallocate()Jan Kara2013-03-041-2/+0Star
| * | ext4: add warning to ext4_convert_unwritten_extents_endioDmitry Monakhov2013-03-041-1/+12
| * | ext4: disable merging of uninitialized extentsDmitry Monakhov2013-03-041-3/+5
| * | ext4: ext4_split_extent should take care of extent zerooutDmitry Monakhov2013-03-041-6/+17
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2013-03-214-31/+24Star
|\ \ \
| * | | thermal: exynos_thermal: return a proper error code while thermal_zone_device...Devendra Naga2013-03-111-1/+1
| * | | thermal: rcar_thermal: propagate return value of thermal_zone_device_registerDevendra Naga2013-03-111-1/+3
| * | | Thermal: kirkwood: Convert to devm_ioremap_resource()Sachin Kamat2013-03-111-5/+3Star
| * | | Thermal: rcar: Convert to devm_ioremap_resource()Sachin Kamat2013-03-111-10/+6Star
| * | | Thermal: dove: Convert to devm_ioremap_resource()Sachin Kamat2013-03-111-10/+6Star
| * | | thermal: rcar: fix missing unlock on error in rcar_thermal_update_temp()Wei Yongjun2013-03-111-4/+5
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-2117-35/+152
|\ \ \ \
| * | | | perf/x86: Add SNB/SNB-EP scheduling constraints for cycle_activity eventStephane Eranian2013-03-181-0/+4
| * | | | kprobes/x86: Check Interrupt Flag modifier when registering probeMasami Hiramatsu2013-03-182-1/+5
| * | | | kprobes: Make hash_64() as always inlinedMasami Hiramatsu2013-03-181-1/+2
| * | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-03-187-7/+53
| |\ \ \ \
| | * | | | perf tools: Fix LIBNUMA build with glibc 2.12 and older.Vinson Lee2013-03-141-0/+24
| | * | | | perf/POWER7: Create a sysfs format entry for Power7 eventsSukadev Bhattiprolu2013-03-131-0/+13
| | * | | | perf probe: Fix segfaultAnanth N Mavinakayanahalli2013-03-131-1/+1
| | * | | | libtraceevent: Remove hard coded include to /usr/local/include in MakefileJack Mitchell2013-03-131-1/+1
| | * | | | perf record: Fix -C optionJiri Olsa2013-03-131-2/+4
| | * | | | perf tools: check if -DFORTIFY_SOURCE=2 is allowedMarcin Slusarz2013-03-131-1/+7
| | * | | | perf report: Fix build with NO_NEWT=1Michael Ellerman2013-03-131-0/+1
| | * | | | perf annotate: Fix build with NO_NEWT=1Michael Ellerman2013-03-131-2/+2
| * | | | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-03-184-21/+78
| |\ \ \ \ \
| | * | | | | tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-03-154-16/+65
| | * | | | | tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)2013-03-151-1/+5