summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2015-05-29block: don't honor chunk sizes for data-less IOJens Axboe-1/+1
2015-05-29block: only honor SG gap prevention for merges that contain dataJens Axboe-1/+2
2015-05-26block: fix returnvar.cocci warningsJulia Lawall-2/+1
2015-05-22block, dm: don't copy bios for request clonesChristoph Hellwig-230/+73
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer-66/+27
2015-05-20block: replace trylock with mutex_lock in blkdev_reread_part()Ming Lei-2/+7
2015-05-20block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson-3/+28
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig-155/+122
2015-05-19block: collapse bio bit spaceJens Axboe-9/+9
2015-05-19block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig-4/+0
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig-38/+2
2015-05-19block: use an atomic_t for mq_freeze_depthChristoph Hellwig-15/+11
2015-05-08blk-mq: make plug work for mutiple disks and queuesShaohua Li-9/+23
2015-05-08blk-mq: do limited block plug for multiple queue caseShaohua Li-23/+59
2015-05-08blk-mq: avoid re-initialize request which is failed in direct dispatchShaohua Li-0/+2
2015-05-08blk-mq: fix plugging in blk_sq_make_requestJeff Moyer-22/+14
2015-05-08sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li-4/+1
2015-05-08blk: clean up plugShaohua Li-12/+12
2015-05-05nbd: stop using req->cmdChristoph Hellwig-27/+23
2015-05-05block: move PM request support to IDEChristoph Hellwig-51/+70
2015-05-05block: remove REQ_TYPE_PM_SHUTDOWNChristoph Hellwig-1/+0
2015-05-05block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig-10/+10
2015-05-05block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig-9/+9
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig-26/+26
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe-12/+30
2015-05-05bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe-15/+47
2015-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-11/+32
2015-05-05Merge tag 'media/v4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-17/+40
2015-05-04hwrng: bcm63xx - Fix driver compilationÁlvaro Fernández Rojas-9/+9
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann-2/+23
2015-05-03Linux 4.1-rc2v4.1-rc2Linus Torvalds-1/+1
2015-05-03Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-229/+210
2015-05-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-94/+117
2015-05-04Merge tag 'drm-intel-fixes-2015-04-30' of git://anongit.freedesktop.org/drm-i...Dave Airlie-0/+10
2015-05-04Merge branch 'drm-next0420' of https://github.com/markyzq/kernel-drm-rockchip...Dave Airlie-4/+12
2015-05-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-146/+48
2015-05-03Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-0/+7
2015-05-03Merge tag 'powerpc-4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds-47/+37
2015-05-02ext4: fix growing of tiny filesystemsJan Kara-2/+5
2015-05-02ext4: move check under lock scope to close a race.Davide Italiano-7/+8
2015-05-02ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner-0/+10
2015-05-02ext4 crypto: remove duplicated encryption mode definitionsChanho Park-6/+0
2015-05-02ext4 crypto: do not select from EXT4_FS_ENCRYPTIONHerbert Xu-2/+7
2015-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-159/+224
2015-05-01virtio: fix typo in vring_need_event() doc commentStefan Hajnoczi-1/+1
2015-05-01virtio: pass baton to Michael TsirkinRusty Russell-1/+0
2015-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-0/+5
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller-0/+1
2015-05-01rbd: end I/O the entire obj_request on errorIlya Dryomov-0/+5
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o-8/+31