aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-106/+12
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds28-229/+226
2018-05-30pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet1-25/+25
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet6-59/+38
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2-14/+3
2018-05-30nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor1-6/+15
2018-05-29null_blk: complete requests from ->timeoutChristoph Hellwig1-2/+4
2018-05-29mtip32xx: complete requests from ->timeoutChristoph Hellwig1-1/+2
2018-05-29nbd: complete requests from ->timeoutChristoph Hellwig1-3/+4
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches17-83/+81
2018-05-24Merge tag 'for-linus-20180524' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2018-05-23nbd: set discard granularity properlyJosef Bacik1-2/+8
2018-05-22block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic1-1/+2
2018-05-21loop: clear wb_err in bd_inode when detaching backing fileJeff Layton1-0/+1
2018-05-16nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik1-1/+1
2018-05-16nbd: fix how we set bd_invalidatedJosef Bacik1-4/+3
2018-05-16nbd: clear_sock on netlink disconnectJosef Bacik1-0/+1
2018-05-16nbd: use bd_set_size when updating disk sizeJosef Bacik1-1/+9
2018-05-16nbd: update size when connectedJosef Bacik1-0/+2
2018-05-16nbd: fix nbd device deletionJosef Bacik1-1/+4
2018-05-16drbd: switch to proc_create_singleChristoph Hellwig3-35/+4
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig3-71/+9
2018-05-14block: Split out bio_list_copy_data()Kent Overstreet1-1/+1
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2-2/+3
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig4-4/+4
2018-05-11ps3disk: handle highmem pagesChristoph Hellwig1-2/+0
2018-05-11aoe: handle highmem pagesChristoph Hellwig2-2/+2
2018-05-11DAC960: don't use block layer bounce buffersChristoph Hellwig2-8/+2
2018-05-11mtip32xx: don't use block layer bounce buffersChristoph Hellwig1-1/+0
2018-05-10mtip32xx: Fix an error handling path in 'mtip_pci_probe()'Christophe JAILLET1-1/+1
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov1-1/+3
2018-05-09brd: Mark as non-rotationalSeongJae Park1-0/+4
2018-05-07loop: remember whether sysfs_create_group() was doneTetsuo Handa2-5/+7
2018-04-25Merge tag 'for-linus-20180425' of git://git.kernel.dk/linux-blockLinus Torvalds4-52/+68
2018-04-16block/swim: Select appropriate drive on device openFinn Thain1-1/+1
2018-04-16block/swim: Fix IO error at end of mediumFinn Thain1-5/+8
2018-04-16block/swim: Check drive typeFinn Thain1-2/+4
2018-04-16block/swim: Rename macros to avoid inconsistent inverted logicFinn Thain2-7/+7
2018-04-16block/swim: Don't log an error message for an invalid ioctlFinn Thain1-7/+2
2018-04-16block/swim: Remove extra put_disk() call from error pathFinn Thain1-1/+0
2018-04-16block/swim: Fix array bounds checkFinn Thain1-1/+1
2018-04-16m68k/mac: Don't remap SWIM MMIO regionFinn Thain1-7/+3
2018-04-16rbd: notrim map optionIlya Dryomov1-5/+14
2018-04-16rbd: adjust queue limits for "fancy" stripingIlya Dryomov1-9/+8
2018-04-16rbd: avoid Wreturn-type warningsArnd Bergmann1-3/+3
2018-04-16rbd: support timeout in rbd_wait_state_locked()Dongsheng Yang1-1/+21
2018-04-16rbd: refactor rbd_wait_state_locked()Ilya Dryomov1-17/+26
2018-04-14loop: handle short DIO readsJens Axboe1-7/+27
2018-04-14loop: remove cmd->rq memberJens Axboe2-18/+19