summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2017-01-13loop: return proper error from loop_queue_rq()Omar Sandoval1-1/+1
2016-07-11nbd: ratelimit error msgs after socket closeDan Streetman1-2/+2
2016-07-11paride: make 'verbose' parameter an 'int' againArnd Bergmann2-4/+4
2016-07-11mtip32xx: Fix broken service thread handlingAsai Thambi SP2-2/+15
2016-07-11mtip32xx: Fix for rmmod crash when drive is in FTL rebuildAsai Thambi SP1-7/+7
2016-04-20rbd: use GFP_NOIO consistently for request allocationsDavid Disseldorp1-3/+3
2016-04-18mtip32xx: Handle FTL rebuild failure state during device initializationAsai Thambi SP1-5/+6
2016-04-18mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BITAsai Thambi SP1-4/+1
2016-04-18mtip32xx: Handle safe removal during IOAsai Thambi SP2-2/+33
2016-04-18mtip32xx: fix crash on surprise removal of the driveAsai Thambi SP1-98/+45
2016-04-18mtip32xx: fix rmmod issueAsai Thambi SP1-6/+7
2016-04-18mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP1-8/+12
2016-04-18mtip32xx: Print exact time when an internal command is interruptedAsai Thambi SP1-2/+6
2016-02-04zram: try vmalloc() after kmalloc()Kyeongdon Kim2-4/+42
2016-02-04zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky3-4/+4
2015-12-15rbd: don't put snap_context twice in rbd_queue_workfn()Ilya Dryomov1-0/+1
2015-11-10NVMe: Fix memory leak on retried commandsKeith Busch1-3/+6
2015-11-10xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery1-1/+2
2015-11-10rbd: prevent kernel stack blow up on rbd mapIlya Dryomov1-10/+23
2015-11-10rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov1-20/+15
2015-11-10rbd: require stable pages if message data CRCs are enabledRonny Hegewald1-0/+3
2015-10-27rbd: fix double free on rbd_dev->header_nameIlya Dryomov1-1/+0
2015-10-03zram: fix possible use after free in zcomp_create()Luis Henriques1-5/+7
2015-09-13xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu1-2/+2
2015-09-13xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu1-2/+4
2015-08-17rbd: fix copyup completion raceIlya Dryomov1-5/+17
2015-08-03rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov1-2/+2
2015-08-03block: loop: avoiding too many pending per work I/OMing Lei1-1/+1
2015-08-03block: loop: convert to per-device workqueueMing Lei2-16/+15
2015-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-12block: pmem: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2015-06-11zram: clear disk io accounting when reset zram deviceWeijie Yang1-0/+2
2015-05-29NVMe: fix type warning on 32-bitArnd Bergmann1-4/+6
2015-05-13nvme: fix kernel memory corruption with short INQUIRY buffersChristoph Hellwig1-1/+2
2015-05-09Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+3
2015-05-07Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-24/+11
2015-05-06revert "zram: move compact_store() to sysfs functions area"Andrew Morton1-0/+23
2015-05-02rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown1-1/+1
2015-04-27xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu1-28/+3
2015-04-27xen/blkback: safely unmap purge persistent grantsBob Liu1-6/+18
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2015-04-23NVMe: Fix VPD B0 max sectors translationKeith Busch1-1/+2
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-6/+20
2015-04-22rbd: rbd_wq comment is obsoleteIlya Dryomov1-1/+1
2015-04-20rbd: mark block queue as non-rotationalIlya Dryomov1-2/+2
2015-04-20rbd: be more informative on -ENOENT failuresIlya Dryomov1-3/+17
2015-04-18Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+274
2015-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-174/+120
2015-04-17Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds8-236/+207