aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-17nbd: stop using the bdev everywhereJosef Bacik1-55/+37
2017-04-17nbd: separate out the config informationJosef Bacik1-174/+263
2017-04-17nbd: handle single path failures gracefullyJosef Bacik1-26/+125
2017-04-17nbd: put socket in error casesJosef Bacik1-2/+7
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-04-14remove the mg_disk driverChristoph Hellwig3-1128/+0
2017-04-13zram: do not use copy_page with non-page aligned addressMinchan Kim1-2/+2
2017-04-13zram: fix operator precedence to get offsetMinchan Kim1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current_restore_flags()NeilBrown1-1/+1
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-28Fix dead URLs to ftp.kernel.orgSeongJae Park1-1/+1
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/viro/vfsLinus 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/kernel/git/tip/tipLinus 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/viro/vfsLinus Torvalds1-2/+2
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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