Age | Commit message (Expand) | Author |
2011-11-04 | NVMe: Request I/O regions | Matthew Wilcox |
2011-11-04 | NVMe: Allow queues to be allocated above 4GB | Matthew Wilcox |
2011-11-04 | NVMe: Enable device DMA | Matthew Wilcox |
2011-11-04 | NVMe: Enable and disable the PCI device | Shane Michael Matthews |
2011-11-04 | NVMe: Check returns from nvme_alloc_queue() | Matthew Wilcox |
2011-11-04 | NVMe: Remove 'node' from nvme_dev | Matthew Wilcox |
2011-11-04 | NVMe: Read the model, serial & firmware rev from the controller | Matthew Wilcox |
2011-11-04 | NVMe: Add NVME_IOCTL_SUBMIT_IO | Matthew Wilcox |
2011-11-04 | NVMe: Create nvme_map_user_pages() and nvme_unmap_user_pages() | Matthew Wilcox |
2011-11-04 | NVMe: Change NVME_IOCTL_GET_RANGE_TYPE to return all the ranges | Matthew Wilcox |
2011-11-04 | NVMe: Zero the command before we send it | Matthew Wilcox |
2011-11-04 | NVMe: Add nvme_setup_prps() | Matthew Wilcox |
2011-11-04 | NVMe: Use PRP2 for the nvme_identify ioctl | Matthew Wilcox |
2011-11-04 | NVMe: Fix admin IRQ claim on real hardware | Matthew Wilcox |
2011-11-04 | NVMe: Rename 'cycle' to 'phase' | Matthew Wilcox |
2011-11-04 | NVMe: Implement per-CPU queues | Matthew Wilcox |
2011-11-04 | NVMe: Reduce set_queue_count arguments by one | Matthew Wilcox |
2011-11-04 | NVMe: Factor out queue_request_irq() | Matthew Wilcox |
2011-11-04 | NVMe: New driver | Matthew Wilcox |
2011-11-02 | virtio-blk: use ida to allocate disk index | Michael S. Tsirkin |
2011-10-31 | block: Fix files that are modules and hence need module.h | Paul Gortmaker |
2011-10-31 | block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros | Paul Gortmaker |
2011-10-31 | virtio-blk: use ida to allocate disk index | Michael S. Tsirkin |
2011-10-28 | Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client | Linus Torvalds |
2011-10-26 | block: xen-blkback: use API provided by xenbus module to map rings | David Vrabel |
2011-10-25 | libceph: create messenger with client | Sage Weil |
2011-10-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2011-10-25 | Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker... | Linus Torvalds |
2011-10-24 | Merge branch 'for-linus' into for-3.2/core | Jens Axboe |
2011-10-20 | cciss: add small delay when using PCI Power Management to reset for kump | Mike Miller |
2011-10-20 | Merge branch 'stable/for-jens-3.2' of git://oss.oracle.com/git/kwilk/xen into... | Jens Axboe |
2011-10-19 | Merge branch 'v3.1-rc10' into for-3.2/core | Jens Axboe |
2011-10-17 | xen/blkback: Fix two races in the handling of barrier requests. | Konrad Rzeszutek Wilk |
2011-10-17 | loop: remove the incorrect write_begin/write_end shortcut | Christoph Hellwig |
2011-10-14 | xen/blkback: Check for proper operation. | Konrad Rzeszutek Wilk |
2011-10-13 | xen/blkback: Fix the inhibition to map pages when discarding sector ranges. | Konrad Rzeszutek Wilk |
2011-10-13 | xen/blkback: Report VBD_WSECT (wr_sect) properly. | Konrad Rzeszutek Wilk |
2011-10-13 | xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests. | Konrad Rzeszutek Wilk |
2011-10-13 | xen-blkfront: plug device number leak in xlblk_init() error path | Laszlo Ersek |
2011-10-13 | xen-blkfront: If no barrier or flush is supported, use invalid operation. | Konrad Rzeszutek Wilk |
2011-10-13 | xen-blkback: use kzalloc() in favor of kmalloc()+memset() | Jan Beulich |
2011-10-13 | xen-blkback: fixed indentation and comments | Joe Jin |
2011-10-13 | xen-blkfront: fix a deadlock while handling discard response | Li Dongyang |
2011-10-13 | xen-blkfront: Handle discard requests. | Li Dongyang |
2011-10-13 | xen-blkback: Implement discard requests ('feature-discard') | Li Dongyang |
2011-09-29 | xen: modify kernel mappings corresponding to granted pages | Stefano Stabellini |
2011-09-21 | floppy: use del_timer_sync() in init cleanup | Carsten Emde |
2011-09-21 | drivers/block/loop.c: remove unnecessary bdev argument from loop_clr_fd() | Ayan George |
2011-09-21 | drivers/block/loop.c: emit uevent on auto release | Phillip Susi |
2011-09-21 | drivers/block/cpqarray.c: use pci_dev->revision | Sergei Shtylyov |