aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams1-2/+5
2016-01-15zram: don't call idr_remove() from zram_remove()Jerome Marchand1-3/+4
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-15/+41
2016-01-15zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2-4/+4
2016-01-15zram: pass gfp from zcomp frontend to backendMinchan Kim4-35/+23
2016-01-15zram: try vmalloc() after kmalloc()Kyeongdon Kim2-4/+42
2016-01-15zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky3-4/+4
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+3
2016-01-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2016-01-08nbd: use ->compat_ioctl()Al Viro1-0/+1
2016-01-08Merge branch 'for-linus' into work.miscAl Viro1-6/+5
2016-01-07Merge branch 'jejb-scsi' into miscJames Bottomley3-74/+234
2016-01-06rsxx: don't open-code memdup_user()Al Viro1-7/+4
2016-01-06mtip32xx: don't open-code memdup_user()Al Viro1-15/+8
2016-01-04cciss: print max outstanding commands as a hex valueColin Ian King1-1/+1
2016-01-04cciss: switch to memdup_user_nul()Al Viro1-10/+4
2015-12-28null_blk: use async queue restart helperJens Axboe1-6/+5
2015-12-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2015-12-22null_blk: fix use-after-free errorMike Krinkin1-3/+3
2015-12-18Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-9/+14
2015-12-18xen-blkback: read from indirect descriptors only onceRoger Pau Monné1-5/+10
2015-12-18xen-blkback: only read request operation from shared ring onceRoger Pau Monné1-4/+4
2015-12-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+21
2015-12-08null_blk: Fix error path in module initializationMinfei Huang1-7/+16
2015-12-08floppy: make local variable non-staticRasmus Villemoes1-2/+3
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling1-4/+5
2015-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+1
2015-12-04rbd: don't put snap_context twice in rbd_queue_workfn()Ilya Dryomov1-0/+1
2015-12-01null_blk: change type of completion_nsec to unsigned longArianna Avanzini1-2/+2
2015-12-01null_blk: guarantee device restart in all irq modesArianna Avanzini1-12/+15
2015-12-01null_blk: set a separate timer for each commandPaolo Valente1-55/+24
2015-11-20mtip32xx: use formatting capability of kthread_create_on_nodeRasmus Villemoes1-4/+2
2015-11-19null_blk: do not del gendisk with lightnvmMatias Bjørling1-3/+5
2015-11-19null_blk: use device addressing modeMatias Bjørling1-5/+23
2015-11-19null_blk: use ppa_cache poolMatias Bjørling1-2/+23
2015-11-16null_blk: register as a LightNVM deviceMatias Bjørling1-6/+154
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-55/+54
2015-11-11brd: Refuse improperly aligned discard requestsJan Kara1-0/+3
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds9-18/+24
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-32/+26
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe9-18/+24
2015-11-06signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov1-11/+4
2015-11-06zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang1-9/+9
2015-11-06zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY1-2/+2
2015-11-06zram: introduce comp algorithm fallback functionalityLuis Henriques1-3/+3
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman4-5/+5
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman2-2/+3
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2015-11-04Merge branch 'for-4.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds6-6028/+225