index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-20
swim3: remove (commented out) printing of req->errors
Christoph Hellwig
1
-2
/
+2
2017-04-20
ataflop: switch from req->errors to req->error_count
Christoph Hellwig
1
-5
/
+7
2017-04-20
floppy: switch from req->errors to req->error_count
Christoph Hellwig
1
-2
/
+4
2017-04-20
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
10
-13
/
+13
2017-04-20
xen-blkfront: don't use req->errors
Christoph Hellwig
1
-11
/
+25
2017-04-20
mtip32xx: add a status field to struct mtip_cmd
Christoph Hellwig
2
-7
/
+10
2017-04-20
nbd: don't use req->errors
Christoph Hellwig
1
-15
/
+15
2017-04-20
dm mpath: don't check for req->errors
Christoph Hellwig
1
-1
/
+1
2017-04-20
dm rq: don't pass irrelevant error code to blk_mq_complete_request
Christoph Hellwig
1
-1
/
+1
2017-04-20
null_blk: don't pass always-0 req->errors to blk_mq_complete_request
Christoph Hellwig
1
-1
/
+1
2017-04-20
loop: zero-fill bio on the submitting cpu
Christoph Hellwig
2
-16
/
+15
2017-04-20
scsi: introduce a result field in struct scsi_request
Christoph Hellwig
25
-103
/
+102
2017-04-20
virtio_blk: don't use req->errors
Christoph Hellwig
1
-7
/
+3
2017-04-20
virtio: fix spelling of virtblk_scsi_request_done
Christoph Hellwig
1
-3
/
+3
2017-04-20
nvme: make nvme_error_status private
Christoph Hellwig
3
-6
/
+4
2017-04-20
nvme: split nvme status from block req->errors
Christoph Hellwig
7
-60
/
+65
2017-04-20
nvme-fc: fix status code handling in nvme_fc_fcpio_done
Christoph Hellwig
1
-8
/
+8
2017-04-20
block: remove the blk_execute_rq return value
Christoph Hellwig
12
-17
/
+27
2017-04-20
pd: don't check blk_execute_rq return value.
Christoph Hellwig
1
-5
/
+2
2017-04-20
bdi: Drop 'parent' argument from bdi_register[_va]()
Jan Kara
1
-1
/
+1
2017-04-20
fs: Remove SB_I_DYNBDI flag
Jan Kara
1
-1
/
+0
2017-04-20
mtd: Convert to dynamically allocated bdi infrastructure
Jan Kara
2
-12
/
+18
2017-04-20
lustre: Convert to separately allocated bdi
Jan Kara
2
-25
/
+3
2017-04-20
ligtnvm: fix double blk_put_queue on same queue
Rakesh Pandit
1
-0
/
+1
2017-04-19
lightnvm: Use blk_init_request_from_bio() instead of open-coding it
Bart Van Assche
1
-5
/
+1
2017-04-19
null_blk: Use blk_init_request_from_bio() instead of open-coding it
Bart Van Assche
1
-8
/
+1
2017-04-19
lightnvm: assume 64-bit lba numbers
Arnd Bergmann
1
-1
/
+1
2017-04-19
block: remove the osdblk driver
Christoph Hellwig
3
-710
/
+0
2017-04-19
nbd: set the max segment size to UINT_MAX
Josef Bacik
1
-0
/
+1
2017-04-18
blkfront: add uevent for size change
Marc Olson
1
-0
/
+3
2017-04-17
nbd: add a flag to destroy an nbd device on disconnect
Josef Bacik
1
-0
/
+30
2017-04-17
nbd: add device refcounting
Josef Bacik
1
-18
/
+86
2017-04-17
nbd: add a status netlink command
Josef Bacik
1
-0
/
+108
2017-04-17
nbd: handle dead connections
Josef Bacik
1
-4
/
+59
2017-04-17
nbd: only clear the queue on device teardown
Josef Bacik
1
-1
/
+3
2017-04-17
nbd: multicast dead link notifications
Josef Bacik
1
-12
/
+77
2017-04-17
nbd: add a reconfigure netlink command
Josef Bacik
1
-0
/
+141
2017-04-17
nbd: add a basic netlink interface
Josef Bacik
1
-26
/
+290
2017-04-17
nbd: stop using the bdev everywhere
Josef Bacik
1
-55
/
+37
2017-04-17
nbd: separate out the config information
Josef Bacik
1
-174
/
+263
2017-04-17
nbd: handle single path failures gracefully
Josef Bacik
1
-26
/
+125
2017-04-17
nbd: put socket in error cases
Josef Bacik
1
-2
/
+7
2017-04-16
lightnvm: fix some error code in pblk-init.c
Dan Carpenter
1
-6
/
+14
2017-04-16
lightnvm: fix some WARN() messages
Dan Carpenter
3
-8
/
+8
2017-04-16
lightnvm: pblk-gc: fix an error pointer dereference in init
Dan Carpenter
1
-2
/
+2
2017-04-16
lightnvm: physical block device (pblk) target
Javier González
14
-0
/
+8023
2017-04-16
lightnvm: convert sprintf into strlcpy
Javier González
1
-3
/
+3
2017-04-16
lightnvm: fix type checks on rrpc
Javier González
1
-2
/
+2
2017-04-16
lightnvm: clean unused variable
Javier González
1
-3
/
+0
2017-04-16
lightnvm: make nvm_free static
Javier González
1
-1
/
+1
[next]