Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-12-09 | 1204 | -44127/+102650 |
|\ | |||||
| * | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-12-08 | 1 | -1/+1 |
| |\ | |||||
| | * | cpumask: Use modern cpumask style in Xen | Rusty Russell | 2009-11-04 | 1 | -1/+1 |
| * | | Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-08 | 2 | -1/+15 |
| |\ \ | |||||
| | * | | vgacon: Add support for setting the default cursor state | Matthew Garrett | 2009-11-14 | 1 | -1/+4 |
| | * | | vc: Add support for hiding the cursor when creating VTs | Matthew Garrett | 2009-11-14 | 2 | -1/+12 |
| * | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-08 | 1 | -4/+6 |
| |\ \ \ | |||||
| | * | | | x86: Export srat physical topology | David Rientjes | 2009-10-12 | 1 | -4/+6 |
| * | | | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-12-08 | 24 | -298/+19651 |
| |\ \ \ \ | |||||
| | * | | | | drbd_req.c: use part_[inc|dec]_in_flight() | Philipp Reisner | 2009-12-03 | 1 | -2/+2 |
| | * | | | | writeback: remove unused nonblocking and congestion checks | Wu Fengguang | 2009-12-03 | 1 | -10/+0 |
| | * | | | | Merge branch 'master' into for-2.6.33 | Jens Axboe | 2009-12-03 | 380 | -2613/+5147 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.33 | Jens Axboe | 2009-11-26 | 2 | -2/+5 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Fixed a regression in resync decission code drbd_uuid_compare() [Bugz 260] | Philipp Reisner | 2009-11-24 | 1 | -0/+1 |
| | | * | | | | | add missing state change on corrupt packet header in drbd_recv_header | Lars Ellenberg | 2009-11-24 | 1 | -1/+3 |
| | | * | | | | | fix in-kernel configuration serialization | Lars Ellenberg | 2009-11-24 | 1 | -1/+1 |
| | * | | | | | | block: add helpers to run flush_dcache_page() against a bio and a request's p... | Ilya Loginov | 2009-11-26 | 1 | -0/+2 |
| | |/ / / / / | |||||
| | * | | | | | cciss: change Cmd_sg_list.sg_chain_dma type to dma_addr_t | Alex Chiang | 2009-11-23 | 1 | -1/+1 |
| | * | | | | | cciss: fix scatter gather cleanup problems | Stephen M. Cameron | 2009-11-23 | 1 | -7/+18 |
| | * | | | | | cciss: Fix weird usage of ENXIO in cciss_scsi.c | Stephen M. Cameron | 2009-11-13 | 2 | -6/+3 |
| | * | | | | | cciss: Add enhanced scatter-gather support. | Don Brace | 2009-11-13 | 3 | -20/+188 |
| | * | | | | | cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGED | Stephen M. Cameron | 2009-11-13 | 1 | -2/+16 |
| | * | | | | | cciss: Remove unnecessary check in scan_thread | Stephen M. Cameron | 2009-11-13 | 1 | -7/+5 |
| | * | | | | | cciss: fix typo that causes scsi status to be lost. | Stephen M. Cameron | 2009-11-13 | 1 | -1/+1 |
| | * | | | | | cciss: remove sendcmd() as it is no longer used. | Stephen M. Cameron | 2009-11-13 | 1 | -163/+0 |
| | * | | | | | cciss: clean up code in cciss_shutdown | Stephen M. Cameron | 2009-11-13 | 1 | -20/+18 |
| | * | | | | | cciss: Remove the "withirq" parameter from various functions where possible | Stephen M. Cameron | 2009-11-13 | 1 | -60/+29 |
| | * | | | | | cciss: Retry driver initiated cmds with unit attention condition | Stephen M. Cameron | 2009-11-13 | 1 | -0/+2 |
| | * | | | | | cciss: Fix problem with remove_from_scan_list on driver unload | Stephen M. Cameron | 2009-11-13 | 1 | -8/+13 |
| | * | | | | | cciss: Make device attributes static | Alex Chiang | 2009-11-13 | 1 | -8/+8 |
| | * | | | | | Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.33 | Jens Axboe | 2009-11-04 | 4 | -15/+19 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | drbd: performance - don't lose unplug events | Lars Ellenberg | 2009-11-04 | 1 | -1/+6 |
| | | * | | | | | Do not deadlock in drbd_disconnect() [bugz 258] | Philipp Reisner | 2009-11-04 | 1 | -4/+0 |
| | | * | | | | | drbdsetup X resume-io should be usable to resume IO [Bugz 256] | Philipp Reisner | 2009-11-04 | 1 | -4/+3 |
| | | * | | | | | drbd: fix check for too large lower level device | Lars Ellenberg | 2009-11-04 | 1 | -5/+9 |
| | | * | | | | | fix grammar in printk | Lars Ellenberg | 2009-11-04 | 1 | -1/+1 |
| | | * | | | | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block into for-2.6.33 | Philipp Reisner | 2009-11-03 | 17 | -0/+19347 |
| | | |\ \ \ \ \ | |||||
| | * | | | | | | | block/ps3: fix slow VRAM IO | Hideyuki Sasaki | 2009-11-04 | 1 | -1/+9 |
| | * | | | | | | | Merge branch 'for-linus' into for-2.6.33 | Jens Axboe | 2009-11-03 | 835 | -16580/+76614 |
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | |||||
| | * | | | | | | | drbd: fix in_flight rw indexing | Jens Axboe | 2009-10-28 | 1 | -2/+2 |
| | * | | | | | | | Merge branch 'for-linus' into for-2.6.33 | Jens Axboe | 2009-10-13 | 2 | -48/+47 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | drbd: needs __ratelimit() | Randy Dunlap | 2009-10-07 | 1 | -0/+1 |
| | * | | | | | | | | drbd: Work on permission enforcement | Philipp Reisner | 2009-10-06 | 1 | -1/+6 |
| | * | | | | | | | | drbd: fixup for reverted dual in_flight patch | Jens Axboe | 2009-10-05 | 1 | -2/+2 |
| | * | | | | | | | | Merge branch 'master' into for-2.6.33 | Jens Axboe | 2009-10-05 | 222 | -12764/+14182 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | drbd: remove tracing bits | Jens Axboe | 2009-10-01 | 11 | -1021/+3 |
| | * | | | | | | | | | dropping unneeded include autoconf.h | Lars Ellenberg | 2009-10-01 | 7 | -7/+0 |
| | * | | | | | | | | | The DRBD driver | Philipp Reisner | 2009-10-01 | 19 | -0/+20366 |
| | * | | | | | | | | | block: use normal I/O path for discard requests | Christoph Hellwig | 2009-10-01 | 2 | -15/+6 |
| * | | | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-12-08 | 36 | -258/+804 |
| |\ \ \ \ \ \ \ \ \ \ |