| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-10-02 | 1 | -2/+2 |
|\ |
|
| * | userns: Convert loop to use kuid_t instead of uid_t | Eric W. Biederman | 2012-09-21 | 1 | -2/+2 |
* | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-10-02 | 2 | -5/+4 |
|\ \ |
|
| * | | workqueue: deprecate __cancel_delayed_work() | Tejun Heo | 2012-08-21 | 1 | -1/+1 |
| * | | workqueue: use mod_delayed_work() instead of __cancel + queue | Tejun Heo | 2012-08-21 | 1 | -2/+1 |
| * | | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 2012-08-20 | 1 | -2/+2 |
| |/ |
|
* | | Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 2012-10-01 | 3 | -2487/+0 |
|\ \ |
|
| * \ | Merge 3.6-rc6 into usb-next | Greg Kroah-Hartman | 2012-09-17 | 5 | -23/+61 |
| |\ \ |
|
| * | | | block: remove the deprecated ub driver | Cong Wang | 2012-09-06 | 3 | -2487/+0 |
* | | | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2012-10-01 | 1 | -1/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge commit 'v3.6-rc5' into next | Bjorn Helgaas | 2012-09-13 | 6 | -35/+64 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | make drivers with pci error handlers const | Stephen Hemminger | 2012-09-08 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge git://git.infradead.org/users/willy/linux-nvme | Linus Torvalds | 2012-09-29 | 1 | -50/+103 |
|\ \ \ \ |
|
| * | | | | NVMe: Cancel outstanding IOs on queue deletion | Matthew Wilcox | 2012-08-07 | 1 | -23/+32 |
| * | | | | NVMe: Free admin queue memory on initialisation failure | Matthew Wilcox | 2012-08-03 | 1 | -9/+19 |
| * | | | | NVMe: Use ida for nvme device instance | Quoc-Son Anh | 2012-07-31 | 1 | -5/+26 |
| * | | | | NVMe: Fix whitespace damage in nvme_init | Matthew Wilcox | 2012-07-31 | 1 | -2/+2 |
| * | | | | NVMe: handle allocation failure in nvme_map_user_pages() | Dan Carpenter | 2012-07-31 | 1 | -0/+2 |
| * | | | | NVMe: Fix uninitialized iod compiler warning | Keith Busch | 2012-07-27 | 1 | -1/+1 |
| * | | | | NVMe: Do not set IO queue depth beyond device max | Keith Busch | 2012-07-27 | 1 | -4/+6 |
| * | | | | NVMe: Set block queue max sectors | Keith Busch | 2012-07-26 | 1 | -0/+7 |
| * | | | | NVMe: use namespace id for nvme_get_features | Keith Busch | 2012-07-26 | 1 | -2/+2 |
| * | | | | NVMe: replace nvme_ns with nvme_dev for user admin | Keith Busch | 2012-07-26 | 1 | -3/+2 |
| * | | | | NVMe: Fix nvme module init when nvme_major is set | Keith Busch | 2012-07-26 | 1 | -2/+4 |
| * | | | | NVMe: Set request queue logical block size | Keith Busch | 2012-07-25 | 1 | -0/+1 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-09-25 | 1 | -4/+3 |
|\ \ \ \ \ |
|
| * | | | | | rbd: drop dev reference on error in rbd_open() | Alex Elder | 2012-09-22 | 1 | -4/+3 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-09-21 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | aoe: assert AoE packets marked as requiring no checksum | Ed Cashin | 2012-09-21 | 1 | -0/+1 |
| |/ / / / |
|
* | | | | | Merge tag 'stable/for-linus-3.6-rc6-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-09-21 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | xen/m2p: do not reuse kmap_op->dev_bus_addr | Stefano Stabellini | 2012-09-12 | 1 | -1/+1 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-09-19 | 3 | -16/+33 |
|\ \ \ \ \ \ |
|
| * | | | | | | cciss: fix handling of protocol error | Stephen M. Cameron | 2012-09-18 | 1 | -0/+1 |
| * | | | | | | mtip32xx: fix user_buffer check in exec_drive_command | David Milburn | 2012-09-12 | 1 | -1/+1 |
| * | | | | | | mtip32xx: Remove dead code | Asai Thambi S P | 2012-09-12 | 1 | -6/+0 |
| * | | | | | | mtip32xx: Change printk to pr_xxxx | Asai Thambi S P | 2012-09-12 | 1 | -3/+3 |
| * | | | | | | mtip32xx: Proper reporting of write protect status on big-endian | Asai Thambi S P | 2012-09-12 | 1 | -2/+2 |
| * | | | | | | mtip32xx: Increase timeout for standby command | Asai Thambi S P | 2012-09-12 | 1 | -1/+1 |
| * | | | | | | mtip32xx: Handle NCQ commands during the security locked state | Asai Thambi S P | 2012-09-12 | 2 | -1/+11 |
| * | | | | | | mtip32xx: Add support for new devices | Asai Thambi S P | 2012-09-12 | 2 | -2/+14 |
| | |/ / / /
| |/| | | | |
|
* / | | | | | nbd: clear waiting_queue on shutdown | Paul Clements | 2012-09-18 | 1 | -0/+9 |
|/ / / / / |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-08-25 | 5 | -23/+61 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-linus | Jens Axboe | 2012-08-16 | 5 | -23/+61 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | drbd: Write all pages of the bitmap after an online resize | Philipp Reisner | 2012-08-16 | 3 | -3/+17 |
| | * | | | drbd: Finish requests that completed while IO was frozen | Philipp Reisner | 2012-08-16 | 2 | -16/+18 |
| | * | | | drbd: fix drbd wire compatibility for empty flushes | Lars Ellenberg | 2012-08-16 | 1 | -4/+26 |
* | | | | | cciss: fix incorrect scsi status reporting | Stephen M. Cameron | 2012-08-22 | 1 | -10/+1 |
* | | | | | drbd: nuke pdflush from comments | Artem Bityutskiy | 2012-08-04 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-08-01 | 12 | -100/+182 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Jens Axboe | 2012-07-31 | 1 | -2/+1 |
| |\ \ \ \ |
|