index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtip32xx: fix dereference of stack garbage
Jens Axboe
2017-04-21
1
-0
/
+1
*
nbd: set the max segments to USHRT_MAX
Josef Bacik
2017-04-21
1
-0
/
+1
*
swim3: remove (commented out) printing of req->errors
Christoph Hellwig
2017-04-20
1
-2
/
+2
*
ataflop: switch from req->errors to req->error_count
Christoph Hellwig
2017-04-20
1
-5
/
+7
*
floppy: switch from req->errors to req->error_count
Christoph Hellwig
2017-04-20
1
-2
/
+4
*
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
2017-04-20
6
-9
/
+9
*
xen-blkfront: don't use req->errors
Christoph Hellwig
2017-04-20
1
-11
/
+25
*
mtip32xx: add a status field to struct mtip_cmd
Christoph Hellwig
2017-04-20
2
-7
/
+10
*
nbd: don't use req->errors
Christoph Hellwig
2017-04-20
1
-15
/
+15
*
null_blk: don't pass always-0 req->errors to blk_mq_complete_request
Christoph Hellwig
2017-04-20
1
-1
/
+1
*
loop: zero-fill bio on the submitting cpu
Christoph Hellwig
2017-04-20
2
-16
/
+15
*
scsi: introduce a result field in struct scsi_request
Christoph Hellwig
2017-04-20
3
-23
/
+23
*
virtio_blk: don't use req->errors
Christoph Hellwig
2017-04-20
1
-7
/
+3
*
virtio: fix spelling of virtblk_scsi_request_done
Christoph Hellwig
2017-04-20
1
-3
/
+3
*
block: remove the blk_execute_rq return value
Christoph Hellwig
2017-04-20
1
-1
/
+2
*
pd: don't check blk_execute_rq return value.
Christoph Hellwig
2017-04-20
1
-5
/
+2
*
null_blk: Use blk_init_request_from_bio() instead of open-coding it
Bart Van Assche
2017-04-20
1
-8
/
+1
*
block: remove the osdblk driver
Christoph Hellwig
2017-04-19
3
-710
/
+0
*
nbd: set the max segment size to UINT_MAX
Josef Bacik
2017-04-19
1
-0
/
+1
*
blkfront: add uevent for size change
Marc Olson
2017-04-18
1
-0
/
+3
*
nbd: add a flag to destroy an nbd device on disconnect
Josef Bacik
2017-04-17
1
-0
/
+30
*
nbd: add device refcounting
Josef Bacik
2017-04-17
1
-18
/
+86
*
nbd: add a status netlink command
Josef Bacik
2017-04-17
1
-0
/
+108
*
nbd: handle dead connections
Josef Bacik
2017-04-17
1
-4
/
+59
*
nbd: only clear the queue on device teardown
Josef Bacik
2017-04-17
1
-1
/
+3
*
nbd: multicast dead link notifications
Josef Bacik
2017-04-17
1
-12
/
+77
*
nbd: add a reconfigure netlink command
Josef Bacik
2017-04-17
1
-0
/
+141
*
nbd: add a basic netlink interface
Josef Bacik
2017-04-17
1
-26
/
+290
*
nbd: stop using the bdev everywhere
Josef Bacik
2017-04-17
1
-55
/
+37
*
nbd: separate out the config information
Josef Bacik
2017-04-17
1
-174
/
+263
*
nbd: handle single path failures gracefully
Josef Bacik
2017-04-17
1
-26
/
+125
*
nbd: put socket in error cases
Josef Bacik
2017-04-17
1
-2
/
+7
*
remove the mg_disk driver
Christoph Hellwig
2017-04-14
3
-1128
/
+0
*
block: remove the discard_zeroes_data flag
Christoph Hellwig
2017-04-08
5
-12
/
+1
*
drbd: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
2017-04-08
5
-7
/
+15
*
drbd: make intelligent use of blkdev_issue_zeroout
Christoph Hellwig
2017-04-08
4
-110
/
+7
*
rsxx: remove the discard_zeroes_data flag
Christoph Hellwig
2017-04-08
1
-1
/
+0
*
rbd: remove the discard_zeroes_data flag
Christoph Hellwig
2017-04-08
1
-1
/
+0
*
brd: remove discard support
Christoph Hellwig
2017-04-08
1
-54
/
+0
*
loop: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
2017-04-08
1
-0
/
+4
*
zram: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
2017-04-08
1
-5
/
+8
*
block: add a flags argument to (__)blkdev_issue_zeroout
Christoph Hellwig
2017-04-08
1
-3
/
+6
*
Merge branch 'for-linus' into for-4.12/block
Jens Axboe
2017-04-07
1
-33
/
+103
|
\
|
*
nbd: replace kill_bdev() with __invalidate_device()
Ratna Manoj Bolla
2017-03-24
1
-2
/
+6
|
*
nbd: set queue timeout properly
Josef Bacik
2017-03-24
1
-1
/
+4
|
*
nbd: set rq->errors to actual error code
Josef Bacik
2017-03-24
1
-4
/
+4
|
*
nbd: handle ERESTARTSYS properly
Josef Bacik
2017-03-24
1
-26
/
+89
*
|
remove the obsolete hd driver
Christoph Hellwig
2017-04-05
3
-832
/
+0
*
|
blk-mq: constify struct blk_mq_ops
Eric Biggers
2017-03-31
7
-7
/
+7
*
|
null_blk: add blocking mode
Jens Axboe
2017-03-30
1
-0
/
+9
[next]