summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig5-12/+1
2017-04-08drbd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig5-7/+15
2017-04-08drbd: make intelligent use of blkdev_issue_zerooutChristoph Hellwig4-110/+7
2017-04-08rsxx: remove the discard_zeroes_data flagChristoph Hellwig1-1/+0
2017-04-08rbd: remove the discard_zeroes_data flagChristoph Hellwig1-1/+0
2017-04-08brd: remove discard supportChristoph Hellwig1-54/+0
2017-04-08loop: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+4
2017-04-08zram: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-5/+8
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig1-3/+6
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-33/+103
2017-04-05remove the obsolete hd driverChristoph Hellwig3-832/+0
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers7-7/+7
2017-03-30null_blk: add blocking modeJens Axboe1-0/+9
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei1-1/+1
2017-03-28swim: stop sharing request queue across multiple gendisksOmar Sandoval1-19/+36
2017-03-28parport/pf: stop sharing request queue across multiple gendisksOmar Sandoval1-19/+38
2017-03-28parport/pcd: stop sharing request queue across multiple gendisksOmar Sandoval1-19/+38
2017-03-28parport/pd: stop sharing request queue across multiple gendisksOmar Sandoval1-16/+34
2017-03-28hd: stop sharing request queue across multiple gendisksOmar Sandoval1-23/+39
2017-03-24nbd: replace kill_bdev() with __invalidate_device()Ratna Manoj Bolla1-2/+6
2017-03-24nbd: set queue timeout properlyJosef Bacik1-1/+4
2017-03-24nbd: set rq->errors to actual error codeJosef Bacik1-4/+4
2017-03-24nbd: handle ERESTARTSYS properlyJosef Bacik1-26/+89
2017-03-24mg_disk: use setup_timerGeliang Tang1-3/+1
2017-03-24block: floppy: use setup_timerGeliang Tang1-3/+1
2017-03-10Merge tag 'ceph-for-4.11-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds1-4/+12
2017-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-5/+5
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada5-5/+5
2017-03-08zram: set physical queue limits to avoid array out of bounds accessesJohannes Thumshirn1-0/+2
2017-03-07rbd: supported_features bus attributeIlya Dryomov1-4/+12
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+28
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+11
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5-3/+6
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-1/+2
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-52/+35
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+13
2017-03-02loop: fix LO_FLAGS_PARTSCAN hangOmar Sandoval1-7/+8
2017-03-02nbd: stop leaking socketsJosef Bacik1-1/+3
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar4-2/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar1-0/+1
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-4/+2
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2-380/+231
2017-02-27scripts/spelling.txt: add "algined" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27virtio_blk: use virtio IRQ affinityChristoph Hellwig1-1/+12
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+2
2017-02-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-70/+69