aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+18
2015-09-17zram: fix possible use after free in zcomp_create()Luis Henriques1-5/+7
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+4
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+3
2015-09-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-14/+17
2015-09-08zram: unify error reportingSergey Senozhatsky1-7/+8
2015-09-08zsmalloc: account the number of compacted pagesSergey Senozhatsky1-1/+1
2015-09-08zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky2-7/+9
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+2
2015-09-08rbd: plug rbd_dev->header.object_prefix memory leakIlya Dryomov1-1/+4
2015-09-08rbd: fix double free on rbd_dev->header_nameIlya Dryomov1-1/+0
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-86/+60
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-3/+3
2015-09-08virtio-blk: Allow extended partitionsFam Zheng1-0/+1
2015-09-08virtio-blk: use VIRTIO_BLK_F_WCE and VIRTIO_BLK_F_CONFIG_WCE in virtio1Paolo Bonzini1-3/+2
2015-09-02null_blk: fix wrong capacity when bs is not 512 bytesMatias Bjørling1-2/+1
2015-09-02null_blk: fix memory leak on cleanupMatias Bjørling1-16/+17
2015-09-02Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-145/+484
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds25-224/+109
2015-08-27dax: drop size parameter to ->direct_access()Dan Williams1-5/+1
2015-08-26NVMe: Using PRACT bit to generate and verify PI by controllerAlok Pandey1-5/+8
2015-08-25mtip32x: fix regression introduced by blk-mq per-hctx flushJeff Moyer1-0/+8
2015-08-20pmem, dax: have direct_access use __pmem annotationRoss Zwisler1-2/+2
2015-08-20xen-blkfront: convert to blk-mq APIsBob Liu1-86/+60
2015-08-19NVMe:Remove unreachable code in nvme_abort_reqSunad Bhandary1-15/+9
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch1-1/+1
2015-08-18Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer1-1/+1
2015-08-18NVMe: Add nvme subsystem reset IOCTLJon Derrick1-0/+11
2015-08-18NVMe: Add nvme subsystem reset supportKeith Busch1-1/+10
2015-08-18NVMe: removed unused nn var from nvme_dev_addMatias Bjørling1-2/+0
2015-08-17NVMe: Set queue max segmentsKeith Busch1-1/+4
2015-08-17nbd: flags is a u32 variableMarkus Pargmann1-1/+1
2015-08-17nbd: Rename functions for clearness of recv/send pathMarkus Pargmann1-6/+6
2015-08-17nbd: Change 'disconnect' to be booleanMarkus Pargmann1-4/+4
2015-08-17nbd: Add debugfs entriesMarkus Pargmann1-1/+177
2015-08-17nbd: Remove variable 'pid'Markus Pargmann1-10/+9
2015-08-17nbd: Move clear queue debug messageMarkus Pargmann1-1/+1
2015-08-17nbd: Remove 'harderror' and propagate error properlyMarkus Pargmann1-14/+14
2015-08-17nbd: restructure sock_shutdownMarkus Pargmann1-6/+7
2015-08-17nbd: sock_shutdown, remove conditional lockMarkus Pargmann1-8/+8
2015-08-17nbd: Fix timeout detectionMarkus Pargmann1-28/+70
2015-08-14zram: fix pool name truncationSergey Senozhatsky1-4/+2
2015-08-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-58/+74
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet5-105/+0
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet6-2/+14
2015-07-31rbd: fix copyup completion raceIlya Dryomov1-5/+17
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig17-105/+83
2015-07-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe2-58/+74
2015-07-24xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu1-2/+2