index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
writeback: remove {set,clear}_wb_congested
Christoph Hellwig
2020-07-09
2
-18
/
+8
*
drbd: remove a bogus bdi_rw_congested call
Christoph Hellwig
2020-07-09
1
-1
/
+0
*
mmc: remove the call to check_disk_change
Christoph Hellwig
2020-07-09
1
-3
/
+0
*
xtensa/simdisk: remove the call to check_disk_change
Christoph Hellwig
2020-07-09
1
-2
/
+0
*
isofs: remove a stale comment
Christoph Hellwig
2020-07-09
1
-3
/
+0
*
block: remove flush_disk
Christoph Hellwig
2020-07-09
1
-23
/
+7
*
cdrom: remove the unused cdrom_media_changed function
Christoph Hellwig
2020-07-09
3
-42
/
+6
*
md: switch to ->check_events for media change notifications
Christoph Hellwig
2020-07-09
4
-23
/
+10
*
blk-mq: centralise related handling into blk_mq_get_driver_tag
Ming Lei
2020-07-09
4
-43
/
+19
*
blk-mq: streamline handling of q->mq_ops->queue_rq result
Ming Lei
2020-07-09
1
-13
/
+11
*
block: remove a bogus warning in __submit_bio_noacct_mq
Christoph Hellwig
2020-07-07
1
-2
/
+1
*
block: initialize current->bio_list[1] in __submit_bio_noacct_mq
Christoph Hellwig
2020-07-02
1
-4
/
+3
*
Revert "blk-mq: put driver tag when this request is completed"
Jens Axboe
2020-07-02
5
-42
/
+70
*
dm: remove unused variable
Jens Axboe
2020-07-01
1
-1
/
+0
*
sbitmap: Consider cleared bits in sbitmap_bitmap_show()
John Garry
2020-07-01
1
-0
/
+3
*
block: remove the all_bdevs list
Christoph Hellwig
2020-07-01
2
-16
/
+7
*
block: remove the unused bd_private field from struct block_device
Christoph Hellwig
2020-07-01
1
-7
/
+0
*
block: remove the bd_queue field from struct block_device
Christoph Hellwig
2020-07-01
8
-15
/
+11
*
block: remove the bd_block_size field from struct block_device
Christoph Hellwig
2020-07-01
3
-9
/
+3
*
block: simplify set_init_blocksize
Christoph Hellwig
2020-07-01
1
-6
/
+0
*
dcssblk: don't set bd_block_size in ->open
Christoph Hellwig
2020-07-01
1
-1
/
+0
*
floppy: use block_size
Christoph Hellwig
2020-07-01
1
-6
/
+1
*
blk-iolatency: only call ktime_get() if needed
Hongnan Li
2020-07-01
1
-1
/
+2
*
block: remove direct_make_request
Christoph Hellwig
2020-07-01
4
-34
/
+2
*
block: shortcut __submit_bio_noacct for blk-mq drivers
Christoph Hellwig
2020-07-01
1
-0
/
+30
*
block: refator submit_bio_noacct
Christoph Hellwig
2020-07-01
1
-68
/
+75
*
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-07-01
44
-118
/
+115
*
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-07-01
36
-140
/
+153
*
block: remove the nr_sectors variable in generic_make_request_checks
Christoph Hellwig
2020-07-01
1
-2
/
+1
*
block: remove the NULL queue check in generic_make_request_checks
Christoph Hellwig
2020-07-01
1
-11
/
+1
*
block: tidy up a warning in bio_check_ro
Christoph Hellwig
2020-07-01
1
-2
/
+1
*
block: remove the request_queue argument from blk_queue_split
Christoph Hellwig
2020-07-01
15
-31
/
+28
*
fs: remove a weird comment in submit_bh_wbc
Christoph Hellwig
2020-07-01
1
-5
/
+0
*
dm: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-2
/
+1
*
bcache: stop setting ->queuedata
Christoph Hellwig
2020-07-01
1
-1
/
+0
*
zram: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-2
/
+1
*
umem: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-2
/
+2
*
rsxx: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-4
/
+1
*
ps3vram: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-2
/
+1
*
null_blk: stop using ->queuedata for bio mode
Christoph Hellwig
2020-07-01
1
-1
/
+1
*
drbd: stop using ->queuedata
Christoph Hellwig
2020-07-01
2
-2
/
+1
*
simdisk: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-3
/
+1
*
nfblock: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-2
/
+1
*
blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()
Hou Tao
2020-07-01
1
-2
/
+1
*
blk-cgroup: clean up indentation
Colin Ian King
2020-06-30
1
-1
/
+1
*
blk-mq: centralise related handling into blk_mq_get_driver_tag
Ming Lei
2020-06-30
4
-44
/
+20
*
blk-mq: move blk_mq_put_driver_tag() into blk-mq.c
Ming Lei
2020-06-30
2
-20
/
+20
*
blk-mq: move blk_mq_get_driver_tag into blk-mq.c
Ming Lei
2020-06-30
3
-66
/
+65
*
blk-mq: support batching dispatch in case of io
Ming Lei
2020-06-30
2
-9
/
+82
*
blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list
Ming Lei
2020-06-30
3
-9
/
+33
[next]