| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.infradead.org/users/willy/linux-nvme | Linus Torvalds | 2013-05-09 | 3 | -164/+3484 |
|\ |
|
| * | NVMe: Use user defined admin ioctl timeout | Keith Busch | 2013-05-09 | 1 | -1/+5 |
| * | NVMe: Simplify Firmware Activate code slightly | Matthew Wilcox | 2013-05-08 | 1 | -4/+2 |
| * | NVMe: Only clear the enable bit when disabling controller | Matthew Wilcox | 2013-05-08 | 1 | -1/+4 |
| * | NVMe: Wait for device to acknowledge shutdown | Matthew Wilcox | 2013-05-08 | 1 | -19/+46 |
| * | NVMe: Schedule timeout for sync commands | Keith Busch | 2013-05-02 | 1 | -1/+1 |
| * | NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO | Keith Busch | 2013-05-02 | 1 | -4/+67 |
| * | NVMe: Device specific stripe size handling | Keith Busch | 2013-05-02 | 1 | -4/+15 |
| * | NVMe: Split non-mergeable bio requests | Keith Busch | 2013-05-02 | 1 | -30/+122 |
| * | NVMe: Remove dead code in nvme_dev_add | Keith Busch | 2013-05-02 | 1 | -9/+2 |
| * | NVMe: Check for NULL memory in nvme_dev_add | Keith Busch | 2013-05-02 | 1 | -0/+2 |
| * | NVMe: Fix error clean-up on nvme_alloc_queue | Keith Busch | 2013-05-02 | 1 | -1/+1 |
| * | NVMe: Free admin queue on request_irq error | Keith Busch | 2013-05-02 | 1 | -4/+9 |
| * | NVMe: Add scsi unmap to SG_IO | Keith Busch | 2013-05-02 | 1 | -0/+78 |
| * | NVMe: queue usage fixes in nvme-scsi | Keith Busch | 2013-05-02 | 1 | -5/+20 |
| * | NVMe: Set TASK_INTERRUPTIBLE before processing queues | Arjan van de Ven | 2013-05-01 | 1 | -2/+1 |
| * | NVMe: Add a character device for each nvme device | Keith Busch | 2013-04-16 | 1 | -10/+64 |
| * | NVMe: Fix endian-related problems in user I/O submission path | Matthew Wilcox | 2013-04-16 | 1 | -4/+4 |
| * | NVMe: Fix I/O cancellation status on big-endian machines | Matthew Wilcox | 2013-04-16 | 1 | -1/+1 |
| * | NVMe: Fix sparse warnings in scsi emulation | Vishal Verma | 2013-04-16 | 1 | -39/+60 |
| * | NVMe: Don't fail initialisation unnecessarily | Matthew Wilcox | 2013-04-16 | 1 | -1/+7 |
| * | NVMe: Abstract out sector to block number conversion | Matthew Wilcox | 2013-04-16 | 2 | -3/+3 |
| * | NVMe: Use round_jiffies_relative() for the periodic, once-per-second timer | Arjan van de Ven | 2013-04-16 | 1 | -1/+1 |
| * | NVMe: Add nvme-scsi.c | Vishal Verma | 2013-03-28 | 3 | -18/+2962 |
| * | NVMe: Add definitions for format command | Vishal Verma | 2013-03-27 | 1 | -0/+1 |
| * | NVMe: Move structures & definitions to header file | Vishal Verma | 2013-03-27 | 1 | -55/+0 |
| * | NVMe: Rename nvme.c to nvme-core.c | Vishal Verma | 2013-03-26 | 2 | -0/+1 |
| * | NVMe: Add discard support for capable devices | Keith Busch | 2013-03-26 | 1 | -1/+59 |
* | | Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-05-08 | 17 | -350/+938 |
|\ \ |
|
| * | | cciss: bug fix to prevent cciss from loading in kdump crash kernel | Mike Miller | 2013-04-29 | 1 | -0/+10 |
| * | | cciss: add cciss_allow_hpsa module parameter | Mike Miller | 2013-04-29 | 1 | -1/+11 |
| * | | drivers/block/mg_disk.c: add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han | 2013-04-29 | 1 | -0/+2 |
| * | | mtip32xx: Workaround for unaligned writes | Asai Thambi S P | 2013-04-29 | 2 | -12/+58 |
| * | | mtip32xx: mtip32xx: Disable TRIM support | Asai Thambi S P | 2013-04-14 | 1 | -0/+2 |
| * | | mtip32xx: fix a smatch warning | Asai Thambi S P | 2013-04-14 | 1 | -10/+8 |
| * | | drbd: fix if(); found by kbuild test robot | Lars Ellenberg | 2013-03-28 | 1 | -1/+1 |
| * | | drbd: use sched_setscheduler() | Philipp Reisner | 2013-03-28 | 1 | -2/+4 |
| * | | drbd: fix for deadlock when using automatic split-brain-recovery | Philipp Reisner | 2013-03-28 | 1 | -1/+0 |
| * | | drbd: add module_put() on error path in drbd_proc_open() | Alexey Khoroshilov | 2013-03-28 | 1 | -2/+8 |
| * | | drbd: fix drbd epoch write count for ahead/behind mode | Lars Ellenberg | 2013-03-28 | 1 | -7/+7 |
| * | | drbd: Fix build error when CONFIG_CRYPTO_HMAC is not set | Philipp Reisner | 2013-03-28 | 1 | -2/+2 |
| * | | drbd: validate resync_after dependency on attach already | Lars Ellenberg | 2013-03-28 | 2 | -3/+18 |
| * | | drbd: fix memory leak | Lars Ellenberg | 2013-03-28 | 1 | -0/+1 |
| * | | drbd: only fail empty flushes if no good data is reachable | Lars Ellenberg | 2013-03-28 | 2 | -4/+16 |
| * | | drbd: Fix disconnect to keep the peer disk state if connection breaks during ... | Philipp Reisner | 2013-03-28 | 3 | -9/+13 |
| * | | drbd: fix spurious warning about bitmap being locked from detach | Philipp Reisner | 2013-03-28 | 1 | -1/+5 |
| * | | drbd: drop now useless duplicate state request from invalidate | Philipp Reisner | 2013-03-28 | 1 | -34/+28 |
| * | | drbd: fix effective error returned when refusing an invalidate | Philipp Reisner | 2013-03-28 | 1 | -0/+7 |
| * | | drbd: move invalidating the whole bitmap out of after_state ch() | Philipp Reisner | 2013-03-28 | 2 | -23/+20 |
| * | | drbd: abort start of resync early, if it raced with connection breakage | Philipp Reisner | 2013-03-28 | 1 | -1/+3 |