aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2015-11-10Merge tag 'v3.10.93' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Kevin Hilman
2015-11-09xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery
2015-11-09rbd: prevent kernel stack blow up on rbd mapIlya Dryomov
2015-11-09rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov
2015-11-09rbd: require stable pages if message data CRCs are enabledRonny Hegewald
2015-11-04Merge tag 'v3.10.92' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Kevin Hilman
2015-10-27rbd: fix double free on rbd_dev->header_nameIlya Dryomov
2015-09-14Merge tag 'v3.10.88' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...lsk-v3.10-15.09Kevin Hilman
2015-08-16rbd: fix copyup completion raceIlya Dryomov
2015-08-14Merge tag 'v3.10.86' into linux-linaro-lsk-v3.10lsk-v3.10-15.08Kevin Hilman
2015-08-03rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov
2015-05-21 Merge tag 'v3.10.79' into linux-linaro-lsk-v3.10Alex Shi
2015-05-13rbd: end I/O the entire obj_request on errorIlya Dryomov
2015-05-11zram: fix umount-reset_store-mount race conditionv3.10/topic/zramSergey Senozhatsky
2015-05-11zram: free meta table in zram_meta_freeGanesh Mahendran
2015-05-11mm/zram: correct ZRAM_ZERO flag bit positionMahendran Ganesh
2015-05-11zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang
2015-05-11zram: avoid NULL pointer access in concurrent situationWeijie Yang
2015-05-11zram: use notify_free to account all free notificationsSergey Senozhatsky
2015-05-11zram: report maximum used memoryMinchan Kim
2015-05-11zram: zram memory size limitationMinchan Kim
2015-05-11zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim
2015-05-11zram: fix incorrect stat with failed_readsChao Yu
2015-05-11zram: replace global tb_lock with fine grain lockWeijie Yang
2015-05-11zram: use size_t instead of u16Minchan Kim
2015-05-11zram: remove unused SECTOR_SIZE defineSergey Senozhatsky
2015-05-11zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky
2015-05-11zram: avoid lockdep splat by revalidate_diskMinchan Kim
2015-05-11zram: revalidate disk after capacity changeMinchan Kim
2015-05-11zram: correct offset usage in zram_bio_discardWeijie Yang
2015-05-11zram: support REQ_DISCARDJoonsoo Kim
2015-05-11zram: use scnprintf() in attrs show() methodsSergey Senozhatsky
2015-05-11zram: propagate error to userMinchan Kim
2015-05-11zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky
2015-05-11zram: move comp allocation out of init_lockSergey Senozhatsky
2015-05-11zram: add lz4 algorithm backendSergey Senozhatsky
2015-05-11zram: make compression algorithm selection possibleSergey Senozhatsky
2015-05-11zram: add set_max_streams knobSergey Senozhatsky
2015-05-11zram: add multi stream functionalitySergey Senozhatsky
2015-05-11zram: factor out single stream compressionSergey Senozhatsky
2015-05-11zram: use zcomp compressing backendsSergey Senozhatsky
2015-05-11zram: introduce compressing backend abstractionSergey Senozhatsky
2015-05-11zram: delete zram_init_device()Sergey Senozhatsky
2015-05-11zram: move zram size warning to documentationSergey Senozhatsky
2015-05-11zram: drop not used table `count' memberSergey Senozhatsky
2015-05-11zram: report failed read and write statsSergey Senozhatsky
2015-05-11zram: remove zram stats code duplicationSergey Senozhatsky
2015-05-11zram: use atomic64_t for all zram statsSergey Senozhatsky
2015-05-11zram: remove good and bad compress statsSergey Senozhatsky
2015-05-11zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky