aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2015-07-24xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu1-2/+4
2015-07-24xen-blkfront: introduce blkfront_gather_backend_features()Bob Liu1-54/+68
2015-07-22null_blk: fix use-after-free problemMike Krinkin1-9/+9
2015-07-21nvme: Fixes u64 division which breaks i386 buildsJon Derrick1-2/+3
2015-07-21NVMe: Use CMB for the IO SQes if availableJon Derrick1-5/+117
2015-07-21NVMe: Unify SQ entry writing and doorbell ringingJon Derrick1-45/+35
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe8-10/+10
2015-07-15NVMe: Reread partitions on metadata formatsKeith Busch1-2/+11
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+2
2015-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+7
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-42/+69
2015-07-02NVMe: Fix irq freeing when queue_request_irq failsJon Derrick1-2/+7
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-12/+6
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2015-06-30Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-168/+305
2015-07-01rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov1-2/+2
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimmLinus Torvalds3-275/+0
2015-06-27drivers/block/nvme-core.c: fix build with gcc-4.4.4Andrew Morton1-14/+16
2015-06-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe4-110/+225
2015-06-27NVMe: Fix filesystem deadlock on removalKeith Busch1-1/+1
2015-06-27NVMe: Failed controller initialization fixesKeith Busch1-18/+15