index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-21
blk-mq: Remove blk_mq_sched_move_to_dispatch()
Bart Van Assche
2
-19
/
+0
2017-04-21
blk-mq: add might_sleep check to blk_mq_get_driver_tag()
Jens Axboe
1
-0
/
+2
2017-04-21
blk-mq: Fix poll_stat for new size-based bucketing.
Stephen Bates
3
-9
/
+13
2017-04-21
blk-mq: fix schedule-while-atomic with scheduler attached
Jens Axboe
1
-5
/
+6
2017-04-21
blk-mq: Add a polling specific stats function
Stephen Bates
1
-10
/
+35
2017-04-21
blk-stat: convert blk-stat bucket callback to signed
Stephen Bates
3
-7
/
+10
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
[prev]
[next]