summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-154-15/+41
|\
| * zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2016-01-152-4/+4
| * zram: pass gfp from zcomp frontend to backendMinchan Kim2016-01-154-35/+23Star
| * zram: try vmalloc() after kmalloc()Kyeongdon Kim2016-01-152-4/+42
| * zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-01-153-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-151-2/+3
|\ \ | |/ |/|
| * floppy: make local variable non-staticRasmus Villemoes2015-12-081-2/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-01-141-1/+1
|\ \
| * \ Merge branch 'jejb-scsi' into miscJames Bottomley2016-01-083-74/+234
| |\ \
| * | | cciss: print max outstanding commands as a hex valueColin Ian King2016-01-051-1/+1
* | | | nbd: use ->compat_ioctl()Al Viro2016-01-091-0/+1
* | | | Merge branch 'for-linus' into work.miscAl Viro2016-01-091-6/+5Star
|\ \ \ \
| * | | | null_blk: use async queue restart helperJens Axboe2015-12-281-6/+5Star
* | | | | rsxx: don't open-code memdup_user()Al Viro2016-01-061-7/+4Star
* | | | | mtip32xx: don't open-code memdup_user()Al Viro2016-01-061-15/+8Star
* | | | | cciss: switch to memdup_user_nul()Al Viro2016-01-041-10/+4Star
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-231-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/+24Star
|/ / / /
* | | | mtip32xx: use formatting capability of kthread_create_on_nodeRasmus Villemoes2015-11-201-4/+2Star
* | | | 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/+54Star
|\ \ \
| * | | rbd: remove duplicate calls to rbd_dev_mapping_clear()Ilya Dryomov2015-11-021-3/+0Star
| * | | rbd: set device_type::release instead of device::releaseIlya Dryomov2015-11-021-5/+2Star
| * | | 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/+2Star
* | | | 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-119-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/+26Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov2015-11-071-11/+4Star
| * | | | zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang2015-11-071-9/+9
| * | | | zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY2015-11-071-2/+2
| * | | | zram: introduce comp algorithm fallback functionalityLuis Henriques2015-11-071-3/+3
| * | | | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-074-5/+5
| * | | | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-072-2/+3
| |/ / /