summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2018-05-30pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig
2018-05-30nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor
2018-05-29null_blk: complete requests from ->timeoutChristoph Hellwig
2018-05-29mtip32xx: complete requests from ->timeoutChristoph Hellwig
2018-05-29nbd: complete requests from ->timeoutChristoph Hellwig
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-23nbd: set discard granularity properlyJosef Bacik
2018-05-22block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic
2018-05-16nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik
2018-05-16nbd: fix how we set bd_invalidatedJosef Bacik
2018-05-16nbd: clear_sock on netlink disconnectJosef Bacik
2018-05-16nbd: use bd_set_size when updating disk sizeJosef Bacik
2018-05-16nbd: update size when connectedJosef Bacik
2018-05-16nbd: fix nbd device deletionJosef Bacik
2018-05-14block: Split out bio_list_copy_data()Kent Overstreet
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-05-11ps3disk: handle highmem pagesChristoph Hellwig
2018-05-11aoe: handle highmem pagesChristoph Hellwig
2018-05-11DAC960: don't use block layer bounce buffersChristoph Hellwig
2018-05-11mtip32xx: don't use block layer bounce buffersChristoph Hellwig
2018-05-10mtip32xx: Fix an error handling path in 'mtip_pci_probe()'Christophe JAILLET
2018-05-09brd: Mark as non-rotationalSeongJae Park
2018-05-07loop: remember whether sysfs_create_group() was doneTetsuo Handa
2018-04-25Merge tag 'for-linus-20180425' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-16block/swim: Select appropriate drive on device openFinn Thain
2018-04-16block/swim: Fix IO error at end of mediumFinn Thain
2018-04-16block/swim: Check drive typeFinn Thain
2018-04-16block/swim: Rename macros to avoid inconsistent inverted logicFinn Thain
2018-04-16block/swim: Don't log an error message for an invalid ioctlFinn Thain
2018-04-16block/swim: Remove extra put_disk() call from error pathFinn Thain
2018-04-16block/swim: Fix array bounds checkFinn Thain
2018-04-16m68k/mac: Don't remap SWIM MMIO regionFinn Thain
2018-04-16rbd: notrim map optionIlya Dryomov
2018-04-16rbd: adjust queue limits for "fancy" stripingIlya Dryomov
2018-04-16rbd: avoid Wreturn-type warningsArnd Bergmann
2018-04-16rbd: support timeout in rbd_wait_state_locked()Dongsheng Yang
2018-04-16rbd: refactor rbd_wait_state_locked()Ilya Dryomov
2018-04-14loop: handle short DIO readsJens Axboe
2018-04-14loop: remove cmd->rq memberJens Axboe
2018-04-13Merge tag 'for-linus-20180413' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-04-10loop: fix LOOP_GET_STATUS lock imbalanceOmar Sandoval
2018-04-10block/loop: fix deadlock after loop_set_statusTetsuo Handa
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-05zram: drop max_zpage_size and use zs_huge_class_size()Sergey Senozhatsky
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds