summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fix fs/sysv s_dirt handlingAl Viro2010-05-271-0/+1
| * | | | fat: convert to use the new truncate convention.npiggin@suse.de2010-05-273-15/+57
| * | | | ext2: convert to use the new truncate convention.npiggin@suse.de2010-05-273-36/+119
| * | | | tmpfs: convert to use the new truncate conventionnpiggin@suse.de2010-05-271-21/+22
| * | | | fs: convert simple fs to new truncateNick Piggin2010-05-275-19/+15
| * | | | kill spurious reference to vmtruncatenpiggin@suse.de2010-05-2710-22/+37
| * | | | fs: introduce new truncate sequencenpiggin@suse.de2010-05-278-63/+300
| * | | | fs/super: fix kernel-doc warningRandy Dunlap2010-05-271-2/+2
| * | | | fs/minix: bugfix, number of indirect block ptrs per block depends on block sizeErik van der Kouwe2010-05-271-12/+15
| * | | | rename the generic fsync implementationsChristoph Hellwig2010-05-2723-32/+44
| * | | | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-2769-157/+129
| * | | | fs: Add missing mutex_unlockJulia Lawall2010-05-271-4/+9
| * | | | Fix racy use of anon_inode_getfd() in perf_event.cAl Viro2010-05-271-18/+22
| * | | | get rid of the magic around f_count in aioAl Viro2010-05-274-15/+14
| * | | | VFS: fix recent breakage of FS_REVAL_DOTNeil Brown2010-05-271-1/+1
| * | | | Revert "anon_inode: set S_IFREG on the anon_inode"Al Viro2010-05-271-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-2762-519/+720
|\ \ \ \ | |/ / / |/| | |
| * | | libata: implement dump_id force paramTejun Heo2010-05-253-0/+12
| * | | libata: disable ATAPI AN by defaultTejun Heo2010-05-251-1/+6
| * | | libata-sff: make BMDMA optionalTejun Heo2010-05-254-286/+341
| * | | libata-sff: kill dummy BMDMA ops from sata_qstor and pata_octeon_cfTejun Heo2010-05-252-32/+0
| * | | libata-sff: separate out BMDMA initTejun Heo2010-05-2541-66/+166
| * | | libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-2522-100/+155
| * | | libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo2010-05-257-36/+44
| * | | sata_mv: drop unncessary EH callback resettingTejun Heo2010-05-251-2/+0
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-05-272-0/+21
|\ \ \ \
| * | | | [IA64] Fix build breakageTony Luck2010-05-272-0/+21
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-2775-3147/+1847
|\ \ \ \ \
| * | | | | tracing: Add __used annotation to event variableSteven Rostedt2010-05-251-1/+1
| * | | | | perf, trace: Fix !x86 build bugPeter Zijlstra2010-05-252-2/+8
| * | | | | perf report: Support multiple events on the TUIArnaldo Carvalho de Melo2010-05-233-40/+108
| * | | | | perf annotate: Fix up usage of the build id cacheArnaldo Carvalho de Melo2010-05-231-2/+11
| * | | | | Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-05-235-44/+116
| |\ \ \ \ \
| | * | | | | perf annotate: Add TUI interfaceArnaldo Carvalho de Melo2010-05-226-47/+112
| | * | | | | perf tui: Remove annotate from popup menu after failureArnaldo Carvalho de Melo2010-05-221-0/+5
| | * | | | | perf report: Don't start the TUI if -D is usedArnaldo Carvalho de Melo2010-05-211-1/+3
| * | | | | | x86/mmiotrace: Remove redundant instruction prefix checksAkinobu Mita2010-05-231-1/+1
| |/ / / / /
| * | | | | Merge branch 'tip/tracing/core-7' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2010-05-2128-611/+907
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-21559-8753/+10073
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-18382-8781/+16219
| | |\ \ \ \ \ \
| | * | | | | | | tracing: Comment the use of event_mutex with trace event flagsSteven Rostedt2010-05-141-1/+8
| | * | | | | | | tracing: Fix function declarations if !CONFIG_STACKTRACELi Zefan2010-05-141-2/+2
| | * | | | | | | tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt2010-05-145-17/+34
| | * | | | | | | tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-148-32/+34
| | * | | | | | | tracing: Move print functions into event classSteven Rostedt2010-05-146-52/+41
| | * | | | | | | tracing: Allow events to share their print functionsSteven Rostedt2010-05-1413-92/+192
| | * | | | | | | tracing: Move raw_init from events to classSteven Rostedt2010-05-147-18/+17
| | * | | | | | | tracing: Move fields from event to class structureSteven Rostedt2010-05-1410-46/+102
| | * | | | | | | tracing: Remove per event trace registeringSteven Rostedt2010-05-147-147/+171
| | * | | | | | | tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-1414-210/+298
OpenPOWER on IntegriCloud