summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-0587-1545/+1554
|\
| * quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig2010-03-052-27/+24
| * dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-0539-145/+141
| * dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-0532-56/+220
| * dquot: cleanup dquot drop routineChristoph Hellwig2010-03-0522-59/+49
| * dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-059-1/+27
| * dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-0517-29/+19
| * dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-058-38/+65
| * dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-0518-107/+61
| * dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-0529-383/+258
| * ext3: add writepage sanity checksDmitry Monakhov2010-03-051-0/+7
| * ext3: Truncate allocated blocks if direct IO write fails to update i_sizeJan Kara2010-03-051-2/+3
| * quota: Properly invalidate caches even for filesystems with blocksize < pagesizeJan Kara2010-03-051-5/+7
| * quota: generalize quota transfer interfaceDmitry Monakhov2010-03-053-14/+22
| * quota: sb_quota state flags cleanupDmitry Monakhov2010-03-053-23/+26
| * jbd: Delay discarding buffers in journal_unmap_bufferJan Kara2010-03-052-17/+36
| * ext3: quota_write cross block boundary behaviourDmitry Monakhov2010-03-051-35/+34
| * quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquotaChristoph Hellwig2010-03-051-4/+0
| * quota: split out compat_sys_quotactl support from quota.cChristoph Hellwig2010-03-054-117/+124
| * quota: split out netlink notification support from quota.cChristoph Hellwig2010-03-053-93/+96
| * quota: remove invalid optimization from quota_sync_allChristoph Hellwig2010-03-051-15/+0
| * quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig2010-03-059-71/+52
| * quota: clean up Q_XQUOTASYNCChristoph Hellwig2010-03-053-20/+8
| * quota: simplify permission checkingChristoph Hellwig2010-03-051-61/+31
| * quota: special case Q_SYNC without device nameChristoph Hellwig2010-03-051-13/+27
| * quota: clean up checks for supported quota methodsChristoph Hellwig2010-03-051-84/+37
| * quota: split do_quotactlChristoph Hellwig2010-03-051-104/+146
| * quota: Fix warning when a delayed write happens before quota is enabledJan Kara2010-03-051-4/+31
| * quota: manage reserved space when quota is not active [v2]Dmitry Monakhov2010-03-052-6/+15
| * jbd[2]: remove references to BUFFER_DEBUGChristoph Egger2010-03-052-22/+0
| * ext3: trivial quota cleanupDmitry Monakhov2010-03-051-54/+67
| * ext3: mount flags manipulation cleanupDmitry Monakhov2010-03-051-27/+20
| * ext3: Use bitops to read/modify EXT3_I(inode)->i_stateJan Kara2010-03-055-27/+44
| * quota: Cleanup S_NOQUOTA handlingJan Kara2010-03-051-36/+11
* | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-03-0574-1661/+3770
|\ \
| * | KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEPJan Kiszka2010-03-012-0/+2
| * | KVM: VMX: Update instruction length on intercepted BPJan Kiszka2010-03-011-0/+13
| * | KVM: Fix emulate_sys[call, enter, exit]()'s fault handlingTakuya Yoshikawa2010-03-011-17/+20
| * | KVM: Fix segment descriptor loadingGleb Natapov2010-03-013-59/+151
| * | KVM: Fix load_guest_segment_descriptor() to inject page faultTakuya Yoshikawa2010-03-011-3/+10
| * | KVM: x86 emulator: Forbid modifying CS segment register by mov instructionGleb Natapov2010-03-011-0/+6
| * | KVM: Convert kvm->requests_lock to raw_spinlock_tAvi Kivity2010-03-012-4/+4
| * | KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner2010-03-015-26/+27
| * | KVM: x86 emulator: disallow opcode 82 in 64-bit modeGleb Natapov2010-03-011-8/+8
| * | KVM: x86 emulator: code style cleanupWei Yongjun2010-03-011-1/+1
| * | KVM: Plan obsolescence of kernel allocated slots, paravirt mmuAvi Kivity2010-03-011-0/+30
| * | KVM: x86 emulator: Add LOCK prefix validity checkingGleb Natapov2010-03-011-41/+56
| * | KVM: x86 emulator: Check CPL level during privilege instruction emulationGleb Natapov2010-03-011-15/+20
| * | KVM: x86 emulator: Fix popf emulationGleb Natapov2010-03-011-1/+54
| * | KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov2010-03-013-13/+87