summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-056-268/+126
|\
| * quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig2010-03-051-3/+0
| * dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-052-14/+4
| * dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-0/+4
| * dquot: cleanup dquot drop routineChristoph Hellwig2010-03-052-4/+2
| * dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-052-4/+2
| * dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-052-22/+4
| * dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-052-158/+58
| * quota: generalize quota transfer interfaceDmitry Monakhov2010-03-052-2/+2
| * quota: sb_quota state flags cleanupDmitry Monakhov2010-03-052-22/+24
| * quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig2010-03-052-17/+2
| * quota: clean up Q_XQUOTASYNCChristoph Hellwig2010-03-051-1/+1
| * quota: manage reserved space when quota is not active [v2]Dmitry Monakhov2010-03-051-2/+9
| * jbd[2]: remove references to BUFFER_DEBUGChristoph Egger2010-03-052-22/+0
| * ext3: Use bitops to read/modify EXT3_I(inode)->i_stateJan Kara2010-03-052-9/+26
* | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-03-053-29/+93
|\ \
| * | KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEPJan Kiszka2010-03-011-0/+1
| * | KVM: Convert kvm->requests_lock to raw_spinlock_tAvi Kivity2010-03-011-1/+1
| * | KVM: MMU: Add tracepoint for guest page agingAvi Kivity2010-03-011-0/+22
| * | KVM: Introduce kvm_host_page_sizeJoerg Roedel2010-03-011-0/+1
| * | KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin2010-03-012-1/+4
| * | KVM: trace guest fpu loads and unloadsAvi Kivity2010-03-011-0/+19
| * | KVM: Implement NotifyLongSpinWait HYPER-V hypercallGleb Natapov2010-03-011-0/+1
| * | KVM: Add HYPER-V apic access MSRsGleb Natapov2010-03-011-0/+1
| * | KVM: Implement bare minimum of HYPER-V MSRsGleb Natapov2010-03-011-0/+1
| * | KVM: Lazify fpu activation and deactivationAvi Kivity2010-03-011-0/+1
| * | KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-011-1/+1
| * | KVM: switch vcpu context to use SRCUMarcelo Tosatti2010-03-011-0/+2
| * | KVM: convert io_bus to SRCUMarcelo Tosatti2010-03-011-14/+13
| * | KVM: x86: switch kvm_set_memory_alias to SRCU updateMarcelo Tosatti2010-03-011-0/+6
| * | KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti2010-03-012-6/+3
| * | KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pagesMarcelo Tosatti2010-03-011-2/+1
| * | KVM: introduce gfn_to_pfn_memslotMarcelo Tosatti2010-03-011-0/+2
| * | KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti2010-03-011-1/+6
| * | KVM: modify memslots layout in struct kvmMarcelo Tosatti2010-03-011-4/+8
* | | Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-03-053-3/+3
|\ \ \
| * | | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-053-3/+3
* | | | Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-051-0/+44
|\ \ \ \
| * | | | kprobes: Jump optimization sysctl interfaceMasami Hiramatsu2010-02-251-0/+8
| * | | | kprobes: Introduce kprobes jump optimizationMasami Hiramatsu2010-02-251-0/+36
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-03-053-9/+131
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ext4: Use slab allocator for sub-page sized allocationsTheodore Ts'o2009-12-071-9/+2
| * | | | ext4: Add new tracepoints to debug delayed allocation space functionsTheodore Ts'o2010-01-011-0/+101
| * | | | ext4: Add new tracepoint for jbd2_cleanup_journal_tailTheodore Ts'o2009-12-231-0/+28
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds2010-03-041-3/+4
|\ \ \ \ \
| * | | | | ide: make ide_get_best_pio_mode() staticBartlomiej Zolnierkiewicz2010-01-191-1/+0
| * | | | | ide: change ->set_dma_mode method parametersBartlomiej Zolnierkiewicz2010-01-191-1/+1
| * | | | | ide: change ->set_pio_mode method parametersBartlomiej Zolnierkiewicz2010-01-191-1/+1
| * | | | | ide: add drive->dma_mode fieldBartlomiej Zolnierkiewicz2010-01-191-0/+1
| * | | | | ide: add drive->pio_mode fieldBartlomiej Zolnierkiewicz2010-01-191-0/+1