aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2015-08-25mtip32x: fix regression introduced by blk-mq per-hctx flushGravatar Jeff Moyer 1-0/+8
2015-08-14zram: fix pool name truncationGravatar Sergey Senozhatsky 1-4/+2
2015-08-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-58/+74
2015-07-31rbd: fix copyup completion raceGravatar Ilya Dryomov 1-5/+17
2015-07-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Jens Axboe 2-58/+74
2015-07-24xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Gravatar Bob Liu 1-2/+2
2015-07-24xen-blkfront: don't add indirect pages to list when !feature_persistentGravatar Bob Liu 1-2/+4
2015-07-24xen-blkfront: introduce blkfront_gather_backend_features()Gravatar Bob Liu 1-54/+68
2015-07-22null_blk: fix use-after-free problemGravatar Mike Krinkin 1-9/+9
2015-07-15NVMe: Reread partitions on metadata formatsGravatar Keith Busch 1-2/+11
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-10/+2
2015-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+7
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-42/+69
2015-07-02NVMe: Fix irq freeing when queue_request_irq failsGravatar Jon Derrick 1-2/+7
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-12/+6
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2015-06-30Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-168/+305
2015-07-01rbd: use GFP_NOIO in rbd_obj_request_create()Gravatar Ilya Dryomov 1-2/+2
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-275/+0
2015-06-27drivers/block/nvme-core.c: fix build with gcc-4.4.4Gravatar Andrew Morton 1-14/+16
2015-06-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Jens Axboe 4-110/+225
2015-06-27NVMe: Fix filesystem deadlock on removalGravatar Keith Busch 1-1/+1
2015-06-27NVMe: Failed controller initialization fixesGravatar Keith Busch 1-18/+15
2015-06-27NVMe: Unify controller probe and resumeGravatar Keith Busch 1-23/+29
2015-06-27NVMe: Don't use fake status on cancelled commandGravatar Keith Busch 1-1/+4
2015-06-27NVMe: Fix device cleanup on initialization failureGravatar Keith Busch 1-2/+16
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-7/+96
2015-06-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-433/+554
2015-06-25zram: check comp algorithm availability earlierGravatar Sergey Senozhatsky 3-0/+9
2015-06-25zram: cut trailing newline in algorithm nameGravatar Sergey Senozhatsky 2-1/+9
2015-06-25zram: cosmetic zram_bvec_write() cleanupGravatar Sergey Senozhatsky 1-5/+3
2015-06-25zram: add dynamic device add/remove functionalityGravatar Sergey Senozhatsky 1-3/+97
2015-06-25zram: close race by open overridingGravatar Sergey Senozhatsky 2-19/+38
2015-06-25zram: return zram device_id from zram_add()Gravatar Sergey Senozhatsky 1-9/+14
2015-06-25zram: trivial: correct flag operations commentGravatar Sergey Senozhatsky 1-1/+1
2015-06-25zram: report every added and removed deviceGravatar Sergey Senozhatsky 1-2/+3
2015-06-25zram: remove max_num_devices limitationGravatar Sergey Senozhatsky 2-13/+1
2015-06-25zram: reorganize code layoutGravatar Sergey Senozhatsky 1-363/+362
2015-06-25zram: use idr instead of `zram_devices' arrayGravatar Sergey Senozhatsky 1-37/+49
2015-06-25zram: cosmetic ZRAM_ATTR_RO code formatting tweakGravatar Sergey Senozhatsky 1-1/+1
2015-06-25zram: remove obsolete ZRAM_DEBUG optionGravatar Marcin Jabrzyk 2-13/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-5/+7
2015-06-25Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 9-1451/+964
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-33/+31
2015-06-25rbd: queue_depth map optionGravatar Ilya Dryomov 1-3/+14
2015-06-25rbd: store rbd_options in rbd_deviceGravatar Ilya Dryomov 1-7/+11
2015-06-25rbd: terminate rbd_opts_tokens with Opt_errGravatar Ilya Dryomov 1-16/+8
2015-06-25rbd: bump queue_max_segmentsGravatar Ilya Dryomov 1-0/+1
2015-06-25rbd: timeout watch teardown on unmap with mount_timeoutGravatar Ilya Dryomov 1-10/+28
2015-06-25libceph: store timeouts in jiffies, verify user inputGravatar Ilya Dryomov 1-2/+3