index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2010-03-05
87
-1545
/
+1554
|
\
|
*
quota: stop using QUOTA_OK / NO_QUOTA
Christoph Hellwig
2010-03-05
2
-27
/
+24
|
*
dquot: cleanup dquot initialize routine
Christoph Hellwig
2010-03-05
39
-145
/
+141
|
*
dquot: move dquot initialization responsibility into the filesystem
Christoph Hellwig
2010-03-05
32
-56
/
+220
|
*
dquot: cleanup dquot drop routine
Christoph Hellwig
2010-03-05
22
-59
/
+49
|
*
dquot: move dquot drop responsibility into the filesystem
Christoph Hellwig
2010-03-05
9
-1
/
+27
|
*
dquot: cleanup dquot transfer routine
Christoph Hellwig
2010-03-05
17
-29
/
+19
|
*
dquot: move dquot transfer responsibility into the filesystem
Christoph Hellwig
2010-03-05
8
-38
/
+65
|
*
dquot: cleanup inode allocation / freeing routines
Christoph Hellwig
2010-03-05
18
-107
/
+61
|
*
dquot: cleanup space allocation / freeing routines
Christoph Hellwig
2010-03-05
29
-383
/
+258
|
*
ext3: add writepage sanity checks
Dmitry Monakhov
2010-03-05
1
-0
/
+7
|
*
ext3: Truncate allocated blocks if direct IO write fails to update i_size
Jan Kara
2010-03-05
1
-2
/
+3
|
*
quota: Properly invalidate caches even for filesystems with blocksize < pagesize
Jan Kara
2010-03-05
1
-5
/
+7
|
*
quota: generalize quota transfer interface
Dmitry Monakhov
2010-03-05
3
-14
/
+22
|
*
quota: sb_quota state flags cleanup
Dmitry Monakhov
2010-03-05
3
-23
/
+26
|
*
jbd: Delay discarding buffers in journal_unmap_buffer
Jan Kara
2010-03-05
2
-17
/
+36
|
*
ext3: quota_write cross block boundary behaviour
Dmitry Monakhov
2010-03-05
1
-35
/
+34
|
*
quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquota
Christoph Hellwig
2010-03-05
1
-4
/
+0
|
*
quota: split out compat_sys_quotactl support from quota.c
Christoph Hellwig
2010-03-05
4
-117
/
+124
|
*
quota: split out netlink notification support from quota.c
Christoph Hellwig
2010-03-05
3
-93
/
+96
|
*
quota: remove invalid optimization from quota_sync_all
Christoph Hellwig
2010-03-05
1
-15
/
+0
|
*
quota: move code from sync_quota_sb into vfs_quota_sync
Christoph Hellwig
2010-03-05
9
-71
/
+52
|
*
quota: clean up Q_XQUOTASYNC
Christoph Hellwig
2010-03-05
3
-20
/
+8
|
*
quota: simplify permission checking
Christoph Hellwig
2010-03-05
1
-61
/
+31
|
*
quota: special case Q_SYNC without device name
Christoph Hellwig
2010-03-05
1
-13
/
+27
|
*
quota: clean up checks for supported quota methods
Christoph Hellwig
2010-03-05
1
-84
/
+37
|
*
quota: split do_quotactl
Christoph Hellwig
2010-03-05
1
-104
/
+146
|
*
quota: Fix warning when a delayed write happens before quota is enabled
Jan Kara
2010-03-05
1
-4
/
+31
|
*
quota: manage reserved space when quota is not active [v2]
Dmitry Monakhov
2010-03-05
2
-6
/
+15
|
*
jbd[2]: remove references to BUFFER_DEBUG
Christoph Egger
2010-03-05
2
-22
/
+0
|
*
ext3: trivial quota cleanup
Dmitry Monakhov
2010-03-05
1
-54
/
+67
|
*
ext3: mount flags manipulation cleanup
Dmitry Monakhov
2010-03-05
1
-27
/
+20
|
*
ext3: Use bitops to read/modify EXT3_I(inode)->i_state
Jan Kara
2010-03-05
5
-27
/
+44
|
*
quota: Cleanup S_NOQUOTA handling
Jan Kara
2010-03-05
1
-36
/
+11
*
|
Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2010-03-05
74
-1661
/
+3770
|
\
\
|
*
|
KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEP
Jan Kiszka
2010-03-01
2
-0
/
+2
|
*
|
KVM: VMX: Update instruction length on intercepted BP
Jan Kiszka
2010-03-01
1
-0
/
+13
|
*
|
KVM: Fix emulate_sys[call, enter, exit]()'s fault handling
Takuya Yoshikawa
2010-03-01
1
-17
/
+20
|
*
|
KVM: Fix segment descriptor loading
Gleb Natapov
2010-03-01
3
-59
/
+151
|
*
|
KVM: Fix load_guest_segment_descriptor() to inject page fault
Takuya Yoshikawa
2010-03-01
1
-3
/
+10
|
*
|
KVM: x86 emulator: Forbid modifying CS segment register by mov instruction
Gleb Natapov
2010-03-01
1
-0
/
+6
|
*
|
KVM: Convert kvm->requests_lock to raw_spinlock_t
Avi Kivity
2010-03-01
2
-4
/
+4
|
*
|
KVM: Convert i8254/i8259 locks to raw_spinlocks
Thomas Gleixner
2010-03-01
5
-26
/
+27
|
*
|
KVM: x86 emulator: disallow opcode 82 in 64-bit mode
Gleb Natapov
2010-03-01
1
-8
/
+8
|
*
|
KVM: x86 emulator: code style cleanup
Wei Yongjun
2010-03-01
1
-1
/
+1
|
*
|
KVM: Plan obsolescence of kernel allocated slots, paravirt mmu
Avi Kivity
2010-03-01
1
-0
/
+30
|
*
|
KVM: x86 emulator: Add LOCK prefix validity checking
Gleb Natapov
2010-03-01
1
-41
/
+56
|
*
|
KVM: x86 emulator: Check CPL level during privilege instruction emulation
Gleb Natapov
2010-03-01
1
-15
/
+20
|
*
|
KVM: x86 emulator: Fix popf emulation
Gleb Natapov
2010-03-01
1
-1
/
+54
|
*
|
KVM: x86 emulator: Check IOPL level during io instruction emulation
Gleb Natapov
2010-03-01
3
-13
/
+87
[next]