summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2014-04-30drbd: resync: fix too large bursts for very slow ratesLars Ellenberg-1/+1
2014-04-30drbd: fix stalled resync detection in /proc/drbdLars Ellenberg-1/+1
2014-04-30drbd: Allow online layout change of AL while peer is not connectedPhilipp Reisner-1/+1
2014-04-30drbd: Remove drbd_wrappers.hPhilipp Reisner-58/+35
2014-04-30drbd: Leave IO suspended if the fence handler find the peer primaryPhilipp Reisner-11/+21
2014-04-30drbd: Break a deadlock while concurrent fencing and establishing a connectionPhilipp Reisner-10/+13
2014-04-22mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systemsAsai Thambi S P-0/+53
2014-04-22mtip32xx: Remove dfs_parent after pci unregisterAsai Thambi S P-2/+2
2014-04-22mtip32xx: Increase timeout for STANDBY IMMEDIATE commandAsai Thambi S P-31/+35
2014-04-21cciss: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev-5/+1
2014-04-21skd: Use pci_enable_msix_exact() instead of pci_enable_msix_range()Alexander Gordeev-4/+3
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang-3/+3
2014-04-16sd/skd: stuff discard page in request->completion_dataJens Axboe-2/+2
2014-04-16blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig-2/+2
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig-54/+86
2014-04-15blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig-12/+11
2014-04-15blk-mq: do not initialize req->specialChristoph Hellwig-5/+5
2014-04-15block: remove struct request buffer memberJens Axboe-40/+41
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-40/+20
2014-04-11Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds-236/+491
2014-04-10NVMe: Retry failed commands with non-fatal errorsKeith Busch-94/+151
2014-04-10NVMe: Add getgeo to block opsKeith Busch-0/+11
2014-04-10NVMe: Start-stop nvme_thread during device add-remove.Dan McLeran-14/+42
2014-04-10NVMe: Make I/O timeout a module parameterKeith Busch-0/+4
2014-04-10NVMe: CPU hot plug notificationKeith Busch-0/+19
2014-04-10NVMe: per-cpu io queuesKeith Busch-37/+167
2014-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+4
2014-04-08drivers/block/loop.c: ratelimit error messagesMike Galbraith-4/+4
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-170/+797
2014-04-07zram: support REQ_DISCARDJoonsoo Kim-0/+62
2014-04-07zram: use scnprintf() in attrs show() methodsSergey Senozhatsky-9/+11
2014-04-07zram: propagate error to userMinchan Kim-11/+20
2014-04-07zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky-15/+18
2014-04-07zram: move comp allocation out of init_lockSergey Senozhatsky-12/+15
2014-04-07zram: add lz4 algorithm backendSergey Senozhatsky-0/+82
2014-04-07zram: make compression algorithm selection possibleSergey Senozhatsky-6/+66
2014-04-07zram: add set_max_streams knobSergey Senozhatsky-3/+41
2014-04-07zram: add multi stream functionalitySergey Senozhatsky-5/+167
2014-04-07zram: factor out single stream compressionSergey Senozhatsky-10/+59
2014-04-07zram: use zcomp compressing backendsSergey Senozhatsky-43/+36
2014-04-07zram: introduce compressing backend abstractionSergey Senozhatsky-0/+237
2014-04-07zram: delete zram_init_device()Sergey Senozhatsky-11/+5
2014-04-07zram: move zram size warning to documentationSergey Senozhatsky-15/+0
2014-04-07zram: drop not used table `count' memberSergey Senozhatsky-1/+0
2014-04-07zram: report failed read and write statsSergey Senozhatsky-0/+4
2014-04-07zram: remove zram stats code duplicationSergey Senozhatsky-59/+23
2014-04-07zram: use atomic64_t for all zram statsSergey Senozhatsky-12/+12
2014-04-07zram: remove good and bad compress statsSergey Senozhatsky-13/+0
2014-04-07zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky-18/+12
2014-04-07zram: drop `init_done' struct zram memberSergey Senozhatsky-11/+11