summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* brd: Fix discard request processingBart Van Assche2016-04-121-1/+1
* mtip32xx: Cleanup queued requests after surprise removalAsai Thambi SP2016-04-121-18/+60
* mtip32xx: Implement timeout handlerAsai Thambi SP2016-04-122-10/+92
* mtip32xx: Handle FTL rebuild failure state during device initializationAsai Thambi SP2016-04-121-5/+6
* mtip32xx: Handle safe removal during IOAsai Thambi SP2016-04-122-2/+33
* mtip32xx: Fix for rmmod crash when drive is in FTL rebuildAsai Thambi SP2016-04-121-7/+7
* mtip32xx: Print exact time when an internal command is interruptedAsai Thambi SP2016-04-121-2/+6
* mtip32xx: Remove unwanted code from taskfile error handlerAsai Thambi SP2016-04-121-8/+1
* mtip32xx: Fix broken service thread handlingAsai Thambi SP2016-04-122-3/+8
* mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP2016-04-121-8/+12
* zram: don't call idr_remove() from zram_remove()Jerome Marchand2016-02-171-3/+4
* zram: try vmalloc() after kmalloc()Kyeongdon Kim2016-02-172-4/+42
* zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-02-173-4/+4
* null_blk: use async queue restart helperJens Axboe2015-12-281-6/+5
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-221-3/+3
|\
| * null_blk: fix use-after-free errorMike Krinkin2015-12-221-3/+3
* | Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-182-9/+14
|\ \
| * | xen-blkback: read from indirect descriptors only onceRoger Pau Monné2015-12-181-5/+10
| * | xen-blkback: only read request operation from shared ring onceRoger Pau Monné2015-12-181-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-121-11/+21
|\ \ \ | | |/ | |/|
| * | null_blk: Fix error path in module initializationMinfei Huang2015-12-081-7/+16
| * | lightnvm: replace req queue with nvmdev for lldMatias Bjørling2015-12-071-4/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-12-041-0/+1
|\ \ \ | |/ / |/| |
| * | rbd: don't put snap_context twice in rbd_queue_workfn()Ilya Dryomov2015-12-041-0/+1
* | | null_blk: change type of completion_nsec to unsigned longArianna Avanzini2015-12-011-2/+2
* | | null_blk: guarantee device restart in all irq modesArianna Avanzini2015-12-011-12/+15
* | | null_blk: set a separate timer for each commandPaolo Valente2015-12-011-55/+24
|/ /
* | mtip32xx: use formatting capability of kthread_create_on_nodeRasmus Villemoes2015-11-201-4/+2
* | null_blk: do not del gendisk with lightnvmMatias Bjørling2015-11-191-3/+5
* | null_blk: use device addressing modeMatias Bjørling2015-11-191-5/+23
* | null_blk: use ppa_cache poolMatias Bjørling2015-11-191-2/+23
* | null_blk: register as a LightNVM deviceMatias Bjørling2015-11-161-6/+154
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-11-131-55/+54
|\ \
| * | rbd: remove duplicate calls to rbd_dev_mapping_clear()Ilya Dryomov2015-11-021-3/+0
| * | rbd: set device_type::release instead of device::releaseIlya Dryomov2015-11-021-5/+2
| * | rbd: don't free rbd_dev outside of the release callbackIlya Dryomov2015-11-021-42/+47
| * | rbd: return -ENOMEM instead of pool id if rbd_dev_create() failsIlya Dryomov2015-11-021-2/+4
| * | rbd: drop null test before destroy functionsJulia Lawall2015-11-021-4/+2
* | | brd: Refuse improperly aligned discard requestsJan Kara2015-11-111-0/+3
* | | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-109-18/+24
|\ \ \
| * | | block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-079-18/+24
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-078-32/+26
|\ \ \ \
| * | | | signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov2015-11-061-11/+4
| * | | | zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang2015-11-061-9/+9
| * | | | zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY2015-11-061-2/+2
| * | | | zram: introduce comp algorithm fallback functionalityLuis Henriques2015-11-061-3/+3
| * | | | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-064-5/+5
| * | | | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-062-2/+3
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-2/+1
|\ \ \ \
| * | | | pktcdvd: drop null test before destroy functionsJulia Lawall2015-09-291-2/+1