index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Kbuild
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-20
block: remove the errors field from struct request
Christoph Hellwig
7
-49
/
+24
2017-04-20
blktrace: remove the unused block_rq_abort tracepoint
Christoph Hellwig
2
-43
/
+10
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
block: add a error_count field to struct request
Christoph Hellwig
1
-0
/
+1
2017-04-20
blk-mq: simplify __blk_mq_complete_request
Christoph Hellwig
1
-17
/
+8
2017-04-20
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
12
-26
/
+17
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
31
-123
/
+123
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
16
-28
/
+34
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
4
-15
/
+11
2017-04-20
block: Remove unused functions
Jan Kara
2
-55
/
+6
2017-04-20
fs: Remove SB_I_DYNBDI flag
Jan Kara
6
-11
/
+1
2017-04-20
ubifs: Convert to separately allocated bdi
Jan Kara
2
-19
/
+9
2017-04-20
nfs: Convert to separately allocated bdi
Jan Kara
5
-36
/
+28
2017-04-20
ncpfs: Convert to separately allocated bdi
Jan Kara
2
-7
/
+2
2017-04-20
nilfs2: Convert to properly refcounting bdi
Jan Kara
1
-1
/
+2
2017-04-20
gfs2: Convert to properly refcounting bdi
Jan Kara
1
-6
/
+3
2017-04-20
fuse: Get rid of bdi_initialized
Jan Kara
3
-8
/
+2
2017-04-20
fuse: Convert to separately allocated bdi
Jan Kara
3
-36
/
+17
2017-04-20
exofs: Convert to separately allocated bdi
Jan Kara
2
-12
/
+6
2017-04-20
coda: Convert to separately allocated bdi
Jan Kara
2
-8
/
+4
2017-04-20
mtd: Convert to dynamically allocated bdi infrastructure
Jan Kara
3
-17
/
+18
2017-04-20
afs: Convert to separately allocated bdi
Jan Kara
3
-10
/
+4
2017-04-20
ecryptfs: Convert to separately allocated bdi
Jan Kara
2
-4
/
+1
2017-04-20
cifs: Convert to separately allocated bdi
Jan Kara
3
-12
/
+6
2017-04-20
ceph: Convert to separately allocated bdi
Jan Kara
4
-28
/
+17
2017-04-20
btrfs: Convert to separately allocated bdi
Jan Kara
3
-30
/
+14
2017-04-20
9p: Convert to separately allocated bdi
Jan Kara
3
-13
/
+13
2017-04-20
lustre: Convert to separately allocated bdi
Jan Kara
2
-25
/
+3
2017-04-20
fs: Get proper reference for s_bdi
Jan Kara
1
-5
/
+2
2017-04-20
fs: Provide infrastructure for dynamic BDIs in filesystems
Jan Kara
3
-1
/
+56
2017-04-20
bdi: Export bdi_alloc_node() and bdi_put()
Jan Kara
1
-0
/
+2
2017-04-20
block: Unregister bdi on last reference drop
Jan Kara
1
-0
/
+2
2017-04-20
bdi: Provide bdi_register_va() and bdi_alloc()
Jan Kara
2
-5
/
+21
2017-04-20
blk-throttle: fix unused variable warning with BLK_DEV_THROTTLING_LOW=n
Jens Axboe
1
-7
/
+15
2017-04-20
bfq: fix compile error if CONFIG_CGROUPS=n
Jens Axboe
1
-3
/
+2
[next]