aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+8
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+328
2017-07-06zram: count same page write as page_storedMinchan Kim1-0/+2
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-29/+32
2017-06-29take floppy compat ioctls to sodding floppy.cAl Viro1-0/+328
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig1-1/+1
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig1-2/+2
2017-06-27drbd: Drop unnecessary staticJulia Lawall1-1/+1
2017-06-27dax: remove default copy_from_iter fallbackDan Williams1-0/+8
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig9-0/+10
2017-06-27blk-mq: don't bounce by defaultChristoph Hellwig2-6/+0
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig3-3/+0
2017-06-27pktcdvd: remove the call to blk_queue_bounceChristoph Hellwig1-2/+0
2017-06-26Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fsAl Viro2-15/+20
2017-06-23mtip32xx: fix up the checking for internal command failureJens Axboe1-17/+4
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe3-41/+26
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-20null_blk: add support for shared tagsJens Axboe1-42/+70
2017-06-20Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe3-41/+26
2017-06-18xen-blkfront: remove bio splitting.NeilBrown1-51/+3
2017-06-18pktcdvd: use bio_clone_fast() instead of bio_clone()NeilBrown1-2/+10
2017-06-18drbd: use bio_clone_fast() instead of bio_clone()NeilBrown3-1/+13
2017-06-18rbd: use bio_clone_fast() instead of bio_clone()NeilBrown1-1/+15
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown1-1/+3
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown5-5/+5
2017-06-18loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown1-1/+7
2017-06-16block: swim3: make of_device_ids const.Arvind Yadav1-1/+1
2017-06-13xen-blkback: don't leak stack data via response ringJan Beulich2-31/+17
2017-06-13xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2-4/+0
2017-06-13xen/blkback: don't free be structure too earlyJuergen Gross1-4/+3
2017-06-13xen/blkback: fix disconnect while I/Os in flightJuergen Gross2-2/+6
2017-06-13zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()Greg Kroah-Hartman1-1/+1
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe3-10/+10
2017-06-09block: switch bios to blk_status_tChristoph Hellwig17-73/+65
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig7-33/+28
2017-06-09block: introduce new block status code typeChristoph Hellwig25-123/+129
2017-06-09nbd: set sk->sk_sndtimeo for our socketsJosef Bacik1-0/+2
2017-06-09loop: fix error handling regressionArnd Bergmann1-1/+2
2017-06-09pktcdvd: use class_groups instead of class_attrsGreg Kroah-Hartman1-18/+17
2017-06-09zram: use class_groups instead of class_attrsGreg Kroah-Hartman1-11/+15
2017-06-08loop: support 4k physical blocksizeHannes Reinecke2-6/+38
2017-06-08loop: Remove unused 'bdev' argument from loop_set_capacityHannes Reinecke1-2/+2
2017-06-08Fix loop device flush before configure v3James Wang1-0/+3
2017-06-02Merge tag 'ceph-for-4.12-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+2
2017-06-01pktcdvd: Check queue type before attaching to a queueBart Van Assche1-0/+5
2017-06-01block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche1-0/+1