summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | umem: don't override the queue_lockChristoph Hellwig2018-11-151-2/+1
| * | drbd: don't override the queue_lockChristoph Hellwig2018-11-151-1/+1
| * | block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2018-11-151-4/+1
| * | loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa2018-11-121-2/+0
| * | null_blk: remove unused nullb deviceJens Axboe2018-11-101-2/+0
| * | pd: replace ->special use with private data in the requestChristoph Hellwig2018-11-101-5/+25
| * | aoe: replace ->special use with private data in the requestChristoph Hellwig2018-11-104-23/+20
| * | skd_main: don't use req->specialChristoph Hellwig2018-11-101-1/+7
| * | nullb: remove leftover legacy request codeChristoph Hellwig2018-11-101-6/+3
| * | mtip32xxx: use for_each_sgChristoph Hellwig2018-11-091-3/+2
| * | mtip32xx: don't use req->specialChristoph Hellwig2018-11-092-4/+8
| * | mtip32xx: remove mtip_get_int_commandChristoph Hellwig2018-11-091-17/+7
| * | mtip32xx: remove mtip_init_cmd_headerChristoph Hellwig2018-11-092-34/+15
| * | mtip32xx: add missing endianess annotations on struct smart_attrChristoph Hellwig2018-11-091-2/+2
| * | mtip32xx: remove __force_bit2intChristoph Hellwig2018-11-092-35/+26
| * | mtip32xx: return a blk_status_t from mtip_send_trimChristoph Hellwig2018-11-091-19/+11
| * | mtip32xx: merge mtip_submit_request into mtip_queue_rqChristoph Hellwig2018-11-091-50/+28
| * | mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_ioChristoph Hellwig2018-11-091-7/+4
| * | sx8: use a per-host tag_setChristoph Hellwig2018-11-091-248/+95
| * | sx8: cleanup queue and disk allocation / freeingChristoph Hellwig2018-11-091-59/+48
| * | blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-083-7/+13
| * | loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara2018-11-081-6/+6
| * | loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexJan Kara2018-11-081-11/+15
| * | loop: Fix deadlock when calling blkdev_reread_part()Jan Kara2018-11-081-12/+16
| * | loop: Move loop_reread_partitions() out of loop_ctl_mutexJan Kara2018-11-081-5/+14
| * | loop: Move special partition reread handling in loop_clr_fd()Jan Kara2018-11-081-14/+19
| * | loop: Push loop_ctl_mutex down to loop_change_fd()Jan Kara2018-11-081-11/+11
| * | loop: Push loop_ctl_mutex down to loop_set_fd()Jan Kara2018-11-081-12/+14
| * | loop: Push loop_ctl_mutex down to loop_set_status()Jan Kara2018-11-081-26/+25
| * | loop: Push loop_ctl_mutex down to loop_get_status()Jan Kara2018-11-081-27/+10
| * | loop: Push loop_ctl_mutex down into loop_clr_fd()Jan Kara2018-11-081-20/+29
| * | loop: Split setting of lo_state from loop_clr_fdJan Kara2018-11-081-21/+31
| * | loop: Push lo_ctl_mutex down into individual ioctlsJan Kara2018-11-081-25/+63
| * | loop: Get rid of loop_index_mutexJan Kara2018-11-081-21/+20
| * | loop: Fold __loop_release into loop_releaseJan Kara2018-11-081-9/+7
| * | block/loop: Use global lock for ioctl() operation.Tetsuo Handa2018-11-082-30/+29
| * | block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa2018-11-081-5/+5
| * | sunvdc: fix compiler warningJens Axboe2018-11-081-1/+0
| * | blk-mq: abstract out queue mapJens Axboe2018-11-071-1/+1
| * | sunvdc: convert to blk-mqJens Axboe2018-11-071-51/+98
| * | null_blk: Add conventional zone configuration for zoned supportMasato Suzuki2018-11-073-1/+34
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-1/+1
|\ \ \ | |_|/ |/| |
| * | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-1/+1
| |/
* | Merge tag 'for-linus-20181115' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-161-1/+2
|\ \
| * | floppy: fix race condition in __floppy_read_block_0()Jens Axboe2018-11-101-1/+2
| |/
* | Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-101-0/+1
|\ \ | |/ |/|
| * xen-blkfront: fix kernel panic with negotiate_mq error pathManjunath Patil2018-11-061-0/+1
* | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-023-10/+15
|\ \
| * | blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-021-3/+2
| * | block: brd: associate with queue until adding diskMing Lei2018-11-021-5/+11