aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2011-11-04NVMe: Create nvme_map_user_pages() and nvme_unmap_user_pages()Matthew Wilcox
2011-11-04NVMe: Change NVME_IOCTL_GET_RANGE_TYPE to return all the rangesMatthew Wilcox
2011-11-04NVMe: Zero the command before we send itMatthew Wilcox
2011-11-04NVMe: Add nvme_setup_prps()Matthew Wilcox
2011-11-04NVMe: Use PRP2 for the nvme_identify ioctlMatthew Wilcox
2011-11-04NVMe: Fix admin IRQ claim on real hardwareMatthew Wilcox
2011-11-04NVMe: Rename 'cycle' to 'phase'Matthew Wilcox
2011-11-04NVMe: Implement per-CPU queuesMatthew Wilcox
2011-11-04NVMe: Reduce set_queue_count arguments by oneMatthew Wilcox
2011-11-04NVMe: Factor out queue_request_irq()Matthew Wilcox
2011-11-04NVMe: New driverMatthew Wilcox
2011-11-02virtio-blk: use ida to allocate disk indexMichael S. Tsirkin
2011-10-31block: Fix files that are modules and hence need module.hPaul Gortmaker
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-10-31virtio-blk: use ida to allocate disk indexMichael S. Tsirkin
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds
2011-10-26block: xen-blkback: use API provided by xenbus module to map ringsDavid Vrabel
2011-10-25libceph: create messenger with clientSage Weil
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds
2011-10-24Merge branch 'for-linus' into for-3.2/coreJens Axboe
2011-10-20cciss: add small delay when using PCI Power Management to reset for kumpMike Miller
2011-10-20Merge branch 'stable/for-jens-3.2' of git://oss.oracle.com/git/kwilk/xen into...Jens Axboe
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe
2011-10-17xen/blkback: Fix two races in the handling of barrier requests.Konrad Rzeszutek Wilk
2011-10-17loop: remove the incorrect write_begin/write_end shortcutChristoph Hellwig
2011-10-14xen/blkback: Check for proper operation.Konrad Rzeszutek Wilk
2011-10-14drbd: get rid of drbd_bcast_ee, it is of no use anymoreLars Ellenberg
2011-10-14drbd: fix drbd_delete_device: remove vnr from volumes; idr_remove(); synchron...Lars Ellenberg
2011-10-14drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg
2011-10-14drbd: use the newly introduced page pool for bitmap IOLars Ellenberg
2011-10-14drbd: add page pool to be used for meta data IOLars Ellenberg
2011-10-14drbd: only wakeup if something changed in update_peer_seqLars Ellenberg
2011-10-14drbd: remove unused defineLars Ellenberg
2011-10-14drbd: Replaced the minor_table array by an idrPhilipp Reisner
2011-10-14drbd: Implemented new commands to create/delete connections/minorsPhilipp Reisner
2011-10-14drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconnPhilipp Reisner
2011-10-14drbd: Preparing the connector interface to operator on connectionsPhilipp Reisner
2011-10-14drbd: Converted the transfer log from mdev to tconnPhilipp Reisner
2011-10-14drbd: Improved the dec_*() macrosPhilipp Reisner
2011-10-14drbd: Removed the mdev parameter from the ..to_tags() and ...from_tags() func...Philipp Reisner
2011-10-14drbd: Reworked the unconfiguring and thread stopping codePhilipp Reisner
2011-10-14drbd: Remove left-over function prototypesAndreas Gruenbacher
2011-10-14drbd: Replace get_asender_cmd() with its implementationAndreas Gruenbacher
2011-10-14drbd: Get rid of P_MAX_CMDAndreas Gruenbacher
2011-10-14drbd: Remove redundant checkAndreas Gruenbacher
2011-10-14drbd: Improve how conflicting writes are handledAndreas Gruenbacher
2011-10-14drbd: Use ping-timeout when waiting for missing ack packetsAndreas Gruenbacher
2011-10-14drbd: Replace atomic_add_return with atomic_inc_returnAndreas Gruenbacher
2011-10-14drbd: Concurrent write detection fixAndreas Gruenbacher