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
*
block: fix amiga and atari floppy driver compile warning
Vivek Goyal
2010-11-15
2
-2
/
+2
*
blk-throttle: Fix calculation of max number of WRITES to be dispatched
Vivek Goyal
2010-11-15
1
-1
/
+1
*
ioprio: grab rcu_read_lock in sys_ioprio_{set,get}()
Greg Thelen
2010-11-15
1
-25
/
+6
*
Merge branch 'upstream/blkfront' of git://git.kernel.org/pub/scm/linux/kernel...
Jens Axboe
2010-11-12
1
-22
/
+33
|
\
|
*
xen/blkfront: cope with backend that fail empty BLKIF_OP_WRITE_BARRIER requests
Jeremy Fitzhardinge
2010-11-02
1
-0
/
+10
|
*
xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIER
Jeremy Fitzhardinge
2010-11-02
1
-2
/
+12
|
*
xen/blkfront: change blk_shadow.request to proper pointer
Jeremy Fitzhardinge
2010-11-02
1
-8
/
+6
|
*
xen/blkfront: map REQ_FLUSH into a full barrier
Jeremy Fitzhardinge
2010-11-02
1
-14
/
+5
*
|
block: remove unused copy_io_context()
Jens Axboe
2010-11-11
2
-15
/
+0
*
|
Documentation: remove anticipatory scheduler info
Randy Dunlap
2010-11-11
3
-7
/
+7
*
|
block: remove REQ_HARDBARRIER
Christoph Hellwig
2010-11-10
11
-51
/
+11
*
|
Merge branch 'for-2.6.37/drivers' into for-linus
Jens Axboe
2010-11-10
11
-413
/
+265
|
\
\
|
*
|
cciss: remove controllers supported by hpsa
Stephen M. Cameron
2010-10-23
1
-41
/
+4
|
*
|
cciss: use usleep_range not msleep for small sleeps
Stephen M. Cameron
2010-10-23
1
-1
/
+1
|
*
|
cciss: limit commands allocated on reset_devices
Stephen M. Cameron
2010-10-23
1
-0
/
+5
|
*
|
cciss: Use kernel provided PCI state save and restore functions
Stephen M. Cameron
2010-10-23
1
-58
/
+15
|
*
|
cciss: fix board status waiting code
Stephen M. Cameron
2010-10-23
2
-8
/
+39
|
*
|
Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/...
Jens Axboe
2010-10-23
9
-344
/
+202
|
|
\
\
|
|
*
|
drbd: Removed checks for REQ_HARDBARRIER on incomming BIOs
Philipp Reisner
2010-10-23
3
-20
/
+0
|
|
*
|
drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accesses
Philipp Reisner
2010-10-23
3
-20
/
+7
|
|
*
|
drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code
Philipp Reisner
2010-10-23
6
-219
/
+33
|
|
*
|
drbd: Silenced an assert
Philipp Reisner
2010-10-22
2
-2
/
+2
|
|
*
|
drbd: rate limit an error message
Lars Ellenberg
2010-10-22
1
-1
/
+2
|
|
*
|
drbd: fix a misleading printk
Lars Ellenberg
2010-10-22
1
-1
/
+1
|
|
*
|
drbd: fix potential data divergence after multiple failures
Lars Ellenberg
2010-10-22
3
-11
/
+37
|
|
*
|
drbd: fix potential deadlock on detach
Lars Ellenberg
2010-10-22
4
-63
/
+113
|
|
*
|
drbd: tag a few error messages with "assert failed"
Lars Ellenberg
2010-10-22
1
-5
/
+5
|
|
*
|
drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuid
Lars Ellenberg
2010-10-22
2
-2
/
+2
*
|
|
|
ioprio: rcu_read_lock/unlock protect find_task_by_vpid call (V2)
Sergey Senozhatsky
2010-11-10
1
-0
/
+4
*
|
|
|
ioprio: fix RCU locking around task dereference
Daniel J Blueman
2010-11-10
1
-2
/
+12
*
|
|
|
block: ioctl: fix information leak to userland
Vasiliy Kulikov
2010-11-10
1
-0
/
+1
*
|
|
|
block: read i_size with i_size_read()
Mike Snitzer
2010-11-10
5
-18
/
+18
*
|
|
|
cciss: fix proc warning on attempt to remove non-existant directory
Jens Axboe
2010-11-10
1
-1
/
+2
*
|
|
|
bio: take care not overflow page count when mapping/copying user data
Jens Axboe
2010-11-10
1
-1
/
+13
*
|
|
|
block: limit vec count in bio_kmalloc() and bio_alloc_map_data()
Jens Axboe
2010-11-10
1
-1
/
+8
*
|
|
|
block: take care not to overflow when calculating total iov length
Jens Axboe
2010-11-10
1
-10
/
+24
*
|
|
|
block: check for proper length of iov entries in blk_rq_map_user_iov()
Jens Axboe
2010-11-10
1
-0
/
+2
*
|
|
|
ipw2x00: remove the right /proc/net entry
Linus Torvalds
2010-11-06
1
-4
/
+5
*
|
|
|
Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2010-11-06
7
-13
/
+21
|
\
\
\
\
|
*
|
|
|
KVM: PPC: BookE: Load the lower half of MSR
Scott Wood
2010-11-05
1
-1
/
+1
|
*
|
|
|
KVM: PPC: BookE: fix sleep with interrupts disabled
Scott Wood
2010-11-05
1
-2
/
+0
|
*
|
|
|
KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit().
Scott Wood
2010-11-05
1
-1
/
+1
|
*
|
|
|
PPC: KVM: Book E doesn't have __end_interrupts.
Scott Wood
2010-11-05
1
-1
/
+1
|
*
|
|
|
KVM: x86: Issue smp_call_function_many with preemption disabled
Jan Kiszka
2010-11-05
1
-0
/
+2
|
*
|
|
|
KVM: x86: fix information leak to userland
Vasiliy Kulikov
2010-11-05
1
-0
/
+6
|
*
|
|
|
KVM: PPC: fix information leak to userland
Vasiliy Kulikov
2010-11-05
1
-0
/
+1
|
*
|
|
|
KVM: MMU: fix rmap_remove on non present sptes
Marcelo Tosatti
2010-11-05
1
-4
/
+5
|
*
|
|
|
KVM: Write protect memory after slot swap
Michael S. Tsirkin
2010-11-05
1
-4
/
+4
*
|
|
|
|
floppy: fix use-after-free in module load failure path
Linus Torvalds
2010-11-06
1
-1
/
+1
*
|
|
|
|
watchdog: Fix section mismatch and potential undefined behavior.
David Daney
2010-11-06
1
-1
/
+1
[next]