summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2009-09-23virtio_blk: add support for cache flushChristoph Hellwig
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao
2009-09-23virtio: get rid of redundant VIRTIO_ID_9P definitionFernando Luis Vazquez Cao
2009-09-23virtio: make add_buf return capacity remainingRusty Russell
2009-09-23virtio_pci: minor MSI-X cleanupsRusty Russell
2009-09-23Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar
2009-09-23perf tools: Fix module symbol loading bugMike Galbraith
2009-09-23CRIS: Cleanup linker script using new linker script macros.Jesper Nilsson
2009-09-23perf_event, x86: Fix 'perf sched record' crashing the machinePeter Zijlstra
2009-09-23ocfs2: Use buffer IO if we are appending a file.Tao Ma
2009-09-23ocfs2: add spinlock protection when dealing with lockres->purge.Wengang Wang
2009-09-23dlmglue.c: add missed mlog linesColy Li
2009-09-23ocfs2: __ocfs2_abort() should not enable panic for local mountsSunil Mushran
2009-09-23modules, tracing: Remove stale struct marker signature from module_layout()Ingo Molnar
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown
2009-09-23md: raid-1/10: fix RW bits manipulationDmitry Monakhov
2009-09-23md: remove unnecessary memset from multipath.NeilBrown
2009-09-23md: report device as congested when suspendedNeilBrown
2009-09-23md: Improve name of threads created by md_register_threadNeilBrown
2009-09-23md: remove sparse warnings about lock context.NeilBrown
2009-09-23md: remove sparse waring "symbol xxx shadows an earlier one"NeilBrown
2009-09-23mtd: jedec_probe: add PSD4256G6V idMike Frysinger
2009-09-22x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0Roland McGrath
2009-09-22x86: ptrace: do not sign-extend orig_ax on writeRoland McGrath
2009-09-23score: update email address in MAINTAINERS.Chen Liqin
2009-09-23score: Cleanup linker script using new macros.Tim Abbott
2009-09-23score: Make THREAD_SIZE available to assembly files.Tim Abbott
2009-09-23score: Make PAGE_SIZE available to assembly.Tim Abbott
2009-09-22Input: add driver for Atmel AT42QT2160 Sensor ChipRaphael Derosso Pereira
2009-09-22x86: ptrace: sysret path should reach syscall_trace_leaveRoland McGrath
2009-09-22ocfs2: Add ioctl for reflink.Tao Ma
2009-09-22ocfs2: Enable refcount tree support.Tao Ma
2009-09-22ocfs2: Implement ocfs2_reflink.Tao Ma
2009-09-22ocfs2: Add preserve to reflink.Tao Ma
2009-09-22ocfs2: Create reflinked file in orphan dir.Tao Ma
2009-09-22ocfs2: Use proper parameter for some inode operation.Tao Ma
2009-09-22ocfs2: Make transaction extend more efficient.Tao Ma
2009-09-22ocfs2: Don't merge in 1st refcount ops of reflink.Tao Ma
2009-09-22ocfs2: Modify removing xattr process for refcount.Tao Ma
2009-09-22ocfs2: Add reflink support for xattr.Tao Ma
2009-09-22ocfs2: Create an xattr indexed block if needed.Tao Ma
2009-09-22ocfs2: Call refcount tree remove process properly.Tao Ma
2009-09-22ocfs2: Attach xattr clusters to refcount tree.Tao Ma
2009-09-22ocfs2: Abstract ocfs2 xattr tree extend rec iteration process.Tao Ma
2009-09-22ocfs2: Abstract the creation of xattr block.Tao Ma
2009-09-22ocfs2: Remove inode from ocfs2_xattr_bucket_get_name_value.Tao Ma
2009-09-22ocfs2: Add CoW support for xattr.Tao Ma
2009-09-22ocfs2: Abstract duplicate clusters process in CoW.Tao Ma
2009-09-22ocfs2: Return extent flags for xattr value tree.Tao Ma
2009-09-22ocfs2: handle file attributes issue for reflink.Tao Ma