index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-12-28
3
-154
/
+372
|
\
|
*
zram: writeback throttle
Minchan Kim
2018-12-28
2
-3
/
+51
|
*
zram: add bd_stat statistics
Minchan Kim
2018-12-28
2
-0
/
+34
|
*
zram: support idle/huge page writeback
Minchan Kim
2018-12-28
3
-75
/
+178
|
*
zram: introduce ZRAM_IDLE flag
Minchan Kim
2018-12-28
2
-3
/
+55
|
*
zram: refactor flags and writeback stuff
Minchan Kim
2018-12-28
2
-69
/
+44
|
*
zram: fix double free backing device
Minchan Kim
2018-12-28
1
-1
/
+3
|
*
zram: fix lockdep warning of free block handling
Minchan Kim
2018-12-28
2
-18
/
+22
*
|
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-12-28
23
-767
/
+709
|
\
\
|
|
/
|
/
|
|
*
block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()
Chengguang Xu
2018-12-16
1
-1
/
+1
|
*
aoe: add __exit annotation
Chengguang Xu
2018-12-16
1
-1
/
+1
|
*
mtip32xx: use BLK_STS_DEV_RESOURCE for device resources
Jens Axboe
2018-12-10
1
-2
/
+2
|
*
mtip32xx: avoid using semaphores
Arnd Bergmann
2018-12-10
2
-5
/
+5
|
*
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou
2018-12-07
1
-2
/
+3
|
*
ataflop: implement mq_ops->commit_rqs() hook
Jens Axboe
2018-11-29
1
-0
/
+10
|
*
virtio_blk: implement mq_ops->commit_rqs() hook
Jens Axboe
2018-11-29
1
-0
/
+15
|
*
ataflop: fix error handling in atari_floppy_init()
Dan Carpenter
2018-11-29
1
-10
/
+6
|
*
sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
Young Xiao
2018-11-28
1
-0
/
+5
|
*
Merge tag 'v4.20-rc3' into for-4.21/block
Jens Axboe
2018-11-18
2
-1
/
+3
|
|
\
|
*
|
floppy: remove now unused 'flags' variable
Jens Axboe
2018-11-18
1
-1
/
+0
|
*
|
pktcdvd: remove queue_lock around blk_queue_max_hw_sectors
Christoph Hellwig
2018-11-16
1
-2
/
+0
|
*
|
floppy: remove queue_lock around floppy_end_request
Christoph Hellwig
2018-11-16
1
-5
/
+0
|
*
|
block: remove the queue_lock indirection
Christoph Hellwig
2018-11-15
2
-6
/
+6
|
*
|
block: remove the lock argument to blk_alloc_queue_node
Christoph Hellwig
2018-11-15
3
-4
/
+3
|
*
|
umem: don't override the queue_lock
Christoph Hellwig
2018-11-15
1
-2
/
+1
|
*
|
drbd: don't override the queue_lock
Christoph Hellwig
2018-11-15
1
-1
/
+1
|
*
|
block: don't hold the queue_lock over blk_abort_request
Christoph Hellwig
2018-11-15
1
-4
/
+1
|
*
|
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
Tetsuo Handa
2018-11-12
1
-2
/
+0
|
*
|
null_blk: remove unused nullb device
Jens Axboe
2018-11-10
1
-2
/
+0
|
*
|
pd: replace ->special use with private data in the request
Christoph Hellwig
2018-11-10
1
-5
/
+25
|
*
|
aoe: replace ->special use with private data in the request
Christoph Hellwig
2018-11-10
4
-23
/
+20
|
*
|
skd_main: don't use req->special
Christoph Hellwig
2018-11-10
1
-1
/
+7
|
*
|
nullb: remove leftover legacy request code
Christoph Hellwig
2018-11-10
1
-6
/
+3
|
*
|
mtip32xxx: use for_each_sg
Christoph Hellwig
2018-11-09
1
-3
/
+2
|
*
|
mtip32xx: don't use req->special
Christoph Hellwig
2018-11-09
2
-4
/
+8
|
*
|
mtip32xx: remove mtip_get_int_command
Christoph Hellwig
2018-11-09
1
-17
/
+7
|
*
|
mtip32xx: remove mtip_init_cmd_header
Christoph Hellwig
2018-11-09
2
-34
/
+15
|
*
|
mtip32xx: add missing endianess annotations on struct smart_attr
Christoph Hellwig
2018-11-09
1
-2
/
+2
|
*
|
mtip32xx: remove __force_bit2int
Christoph Hellwig
2018-11-09
2
-35
/
+26
|
*
|
mtip32xx: return a blk_status_t from mtip_send_trim
Christoph Hellwig
2018-11-09
1
-19
/
+11
|
*
|
mtip32xx: merge mtip_submit_request into mtip_queue_rq
Christoph Hellwig
2018-11-09
1
-50
/
+28
|
*
|
mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_io
Christoph Hellwig
2018-11-09
1
-7
/
+4
|
*
|
sx8: use a per-host tag_set
Christoph Hellwig
2018-11-09
1
-248
/
+95
|
*
|
sx8: cleanup queue and disk allocation / freeing
Christoph Hellwig
2018-11-09
1
-59
/
+48
|
*
|
blk-mq-tag: change busy_iter_fn to return whether to continue or not
Jens Axboe
2018-11-08
3
-7
/
+13
|
*
|
loop: Get rid of 'nested' acquisition of loop_ctl_mutex
Jan Kara
2018-11-08
1
-6
/
+6
|
*
|
loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex
Jan Kara
2018-11-08
1
-11
/
+15
|
*
|
loop: Fix deadlock when calling blkdev_reread_part()
Jan Kara
2018-11-08
1
-12
/
+16
|
*
|
loop: Move loop_reread_partitions() out of loop_ctl_mutex
Jan Kara
2018-11-08
1
-5
/
+14
|
*
|
loop: Move special partition reread handling in loop_clr_fd()
Jan Kara
2018-11-08
1
-14
/
+19
[next]