aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-18NVMe: enable IO stats by defaultJens Axboe1-1/+0
2014-11-18NVMe: nvme_submit_async_admin_req() must use atomic rq allocationJens Axboe1-1/+1
2014-11-17NVMe: replace blk_put_request() with blk_mq_free_request()Jens Axboe1-7/+7
2014-11-13zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang1-1/+2
2014-11-10drbd: Remove an useless copy of kernel_setsockopt()Philipp Reisner1-25/+4
2014-11-10drbd: Fix state change in case of connection timeoutPhilipp Reisner1-1/+1
2014-11-10drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg1-0/+1
2014-11-10drbd: fix resync throttling initializationLars Ellenberg3-3/+5
2014-11-10drbd: fix race between role change and handshakePhilipp Reisner3-8/+40
2014-11-10drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher3-16/+4
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher4-44/+34
2014-11-10NVMe: __nvme_submit_admin_cmd() can be statickbuild test robot1-1/+1
2014-11-05NVMe: blk_mq_alloc_request() returns error pointersDan Carpenter1-6/+6
2014-11-04NVMe: Convert to blk-mqMatias Bjørling2-813/+561
2014-11-04NVMe: Do not over allocate for discard requestsKeith Busch1-1/+3
2014-11-04NVMe: Do not open disks that are being deletedKeith Busch1-4/+16
2014-11-04NVMe: Clear QUEUE_FLAG_STACKABLEKeith Busch1-0/+1
2014-11-04NVMe: Fix device probe waiting on kthreadKeith Busch1-1/+1
2014-11-04NVMe: Passthrough IOCTL for IO commandsKeith Busch1-5/+12
2014-11-04NVMe: Add revalidate_disk callbackKeith Busch1-0/+30
2014-11-04NVMe: Fix nvmeq waitqueue entry initializationKeith Busch1-7/+4
2014-11-04NVMe: Translate NVMe status to errnoKeith Busch1-1/+13
2014-11-04NVMe: Fix SG_IO status valuesKeith Busch1-0/+8
2014-11-04NVMe: Remove duplicate compat SG_IO codeKeith Busch2-149/+1
2014-11-04NVMe: Reference count pci deviceKeith Busch1-2/+5
2014-11-04nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-11-04NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queuesSam Bradshaw1-2/+2
2014-11-04NVMe: Fix filesystem sync deadlock on removalKeith Busch1-2/+2
2014-11-04NVMe: Call nvme_free_queue directlyKeith Busch1-7/+11
2014-11-04NVMe: Add shutdown timeout as module parameter.Dan McLeran1-1/+6
2014-11-04NVMe: Skip orderly shutdown on failed devicesKeith Busch1-1/+4
2014-11-04NVMe: Whitespace fixesKeith Busch1-5/+5
2014-11-04NVMe: Use pci_stop_and_remove_bus_device_locked()Keith Busch1-1/+1
2014-11-04NVMe: Handling devices incapable of I/OKeith Busch1-11/+8
2014-11-04NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config.Dan McLeran1-8/+12
2014-11-04NVMe: Mismatched host/device page size supportKeith Busch1-19/+40
2014-11-04NVMe: Async event requestKeith Busch1-0/+42
2014-11-04block: Use dma_zalloc_coherentJoe Perches1-3/+2
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman3-3/+0
2014-11-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-16/+19
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-9/+0
2014-10-31sunvdc: don't call VD_OP_GET_VTOCDwight Engen1-9/+0
2014-10-30rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara1-1/+1
2014-10-30rbd: use a single workqueue for all devicesIlya Dryomov1-15/+18
2014-10-29Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds1-4/+6
2014-10-29zram: avoid NULL pointer access in concurrent situationWeijie Yang1-4/+6
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe3-10/+12
2014-10-22null_blk: Cleanup error recovery in null_add_dev()Jan Kara1-7/+7
2014-10-21block: remove artifical max_hw_sectors capChristoph Hellwig1-1/+1
2014-10-20block: drop owner assignment from platform_driversWolfram Sang3-3/+0