aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2018-11-09mtip32xx: remove mtip_get_int_commandChristoph Hellwig1-17/+7
2018-11-09mtip32xx: remove mtip_init_cmd_headerChristoph Hellwig2-34/+15
2018-11-09mtip32xx: add missing endianess annotations on struct smart_attrChristoph Hellwig1-2/+2
2018-11-09mtip32xx: remove __force_bit2intChristoph Hellwig2-35/+26
2018-11-09mtip32xx: return a blk_status_t from mtip_send_trimChristoph Hellwig1-19/+11
2018-11-09mtip32xx: merge mtip_submit_request into mtip_queue_rqChristoph Hellwig1-50/+28
2018-11-09mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_ioChristoph Hellwig1-7/+4
2018-11-09sx8: use a per-host tag_setChristoph Hellwig1-248/+95
2018-11-09sx8: cleanup queue and disk allocation / freeingChristoph Hellwig1-59/+48
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe3-7/+13
2018-11-08loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara1-6/+6
2018-11-08loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexJan Kara1-11/+15
2018-11-08loop: Fix deadlock when calling blkdev_reread_part()Jan Kara1-12/+16
2018-11-08loop: Move loop_reread_partitions() out of loop_ctl_mutexJan Kara1-5/+14
2018-11-08loop: Move special partition reread handling in loop_clr_fd()Jan Kara1-14/+19
2018-11-08loop: Push loop_ctl_mutex down to loop_change_fd()Jan Kara1-11/+11
2018-11-08loop: Push loop_ctl_mutex down to loop_set_fd()Jan Kara1-12/+14
2018-11-08loop: Push loop_ctl_mutex down to loop_set_status()Jan Kara1-26/+25
2018-11-08loop: Push loop_ctl_mutex down to loop_get_status()Jan Kara1-27/+10
2018-11-08loop: Push loop_ctl_mutex down into loop_clr_fd()Jan Kara1-20/+29
2018-11-08loop: Split setting of lo_state from loop_clr_fdJan Kara1-21/+31
2018-11-08loop: Push lo_ctl_mutex down into individual ioctlsJan Kara1-25/+63
2018-11-08loop: Get rid of loop_index_mutexJan Kara1-21/+20
2018-11-08loop: Fold __loop_release into loop_releaseJan Kara1-9/+7
2018-11-08block/loop: Use global lock for ioctl() operation.Tetsuo Handa2-30/+29
2018-11-08block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa1-5/+5
2018-11-07sunvdc: fix compiler warningJens Axboe1-1/+0
2018-11-07blk-mq: abstract out queue mapJens Axboe1-1/+1
2018-11-07sunvdc: convert to blk-mqJens Axboe1-51/+98
2018-11-07null_blk: Add conventional zone configuration for zoned supportMasato Suzuki3-1/+34
2018-11-06xen-blkfront: fix kernel panic with negotiate_mq error pathManjunath Patil1-0/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds3-10/+15
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds4-14/+11
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-3/+2
2018-11-01block: brd: associate with queue until adding diskMing Lei1-5/+11
2018-10-31Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-12/+16
2018-10-30mtip32xx: clean an indentation issue, remove extraneous tabsColin Ian King1-2/+2
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+1
2018-10-26Merge tag 'for-linus-20181026' of git://git.kernel.dk/linux-blockLinus Torvalds5-70/+35
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-11/+11
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal1-0/+7
2018-10-25block: add a report_zones methodChristoph Hellwig3-68/+23
2018-10-25skd: fix unchecked return valuesGustavo A. R. Silva1-2/+2
2018-10-25xen/blkfront: avoid NULL blkfront_info dereference on device removalVasilis Liaskovitis1-0/+3
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells4-14/+11
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds44-12769/+1249
2018-10-22libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov1-7/+12
2018-10-22libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov1-2/+1
2018-10-22rbd: add __init/__exit annotationsChengguang Xu1-3/+3