index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
/
sprd-mailbox.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-10
gdrom: use bdev_check_media_change
Christoph Hellwig
1
-1
/
+1
2020-09-10
paride/pcd: use bdev_check_media_change
Christoph Hellwig
1
-1
/
+1
2020-09-10
xsysace: simplify media change handling
Christoph Hellwig
1
-16
/
+10
2020-09-10
xsysace: use bdev_check_media_change
Christoph Hellwig
1
-2
/
+2
2020-09-10
swim3: use bdev_check_media_changed
Christoph Hellwig
1
-2
/
+2
2020-09-10
swim: simplify media change handling
Christoph Hellwig
1
-22
/
+2
2020-09-10
swim: use bdev_check_media_change
Christoph Hellwig
1
-2
/
+4
2020-09-10
floppy: use bdev_check_media_change
Christoph Hellwig
1
-3
/
+5
2020-09-10
ataflop: use bdev_check_media_change
Christoph Hellwig
1
-3
/
+4
2020-09-10
amiflop: use bdev_check_media_change
Christoph Hellwig
1
-1
/
+1
2020-09-10
block: add a bdev_check_media_change helper
Christoph Hellwig
3
-16
/
+32
2020-09-08
block: make QUEUE_SYSFS_BIT_FNS more useful
Christoph Hellwig
1
-19
/
+5
2020-09-08
block: add helper macros for queue sysfs entries
Christoph Hellwig
1
-190
/
+58
2020-09-08
blktrace: make function blk_trace_bio_get_cgid() static
Wang Hai
1
-1
/
+1
2020-09-08
block: Remove unused blk_mq_sched_free_hctx_data()
Baolin Wang
2
-18
/
+0
2020-09-08
block: Do not discard buffers under a mounted filesystem
Jan Kara
3
-10
/
+50
2020-09-07
fs: Don't invalidate page buffers in block_write_full_page()
Jan Kara
1
-16
/
+0
2020-09-03
blk-mq, elevator: Count requests per hctx to improve performance
Kashyap Desai
4
-0
/
+16
2020-09-03
blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...
John Garry
5
-11
/
+42
2020-09-03
blk-mq: Record nr_active_requests per queue for when using shared sbitmap
John Garry
4
-4
/
+30
2020-09-03
blk-mq: Relocate hctx_may_queue()
John Garry
2
-33
/
+32
2020-09-03
blk-mq: Facilitate a shared sbitmap per tagset
John Garry
6
-7
/
+85
2020-09-03
blk-mq: Use pointers for blk_mq_tags bitmap tags
John Garry
6
-33
/
+39
2020-09-03
blk-mq: Pass flags for tag init/free
John Garry
5
-23
/
+35
2020-09-03
blk-mq: Free tags in blk_mq_init_tags() upon error
Hannes Reinecke
1
-8
/
+10
2020-09-03
blk-mq: Rename blk_mq_update_tag_set_depth()
Hannes Reinecke
1
-4
/
+4
2020-09-03
blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
Ming Lei
5
-16
/
+16
2020-09-02
block: remove revalidate_disk()
Christoph Hellwig
3
-21
/
+1
2020-09-02
nvdimm: simplify revalidate_disk handling
Christoph Hellwig
5
-13
/
+7
2020-09-02
sd: open code revalidate_disk
Christoph Hellwig
1
-2
/
+4
2020-09-02
nvme: opencode revalidate_disk in nvme_validate_ns
Christoph Hellwig
1
-6
/
+10
2020-09-02
block: use revalidate_disk_size in set_capacity_revalidate_and_notify
Christoph Hellwig
2
-6
/
+5
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
10
-35
/
+46
2020-09-02
block: rename bd_invalidated
Christoph Hellwig
4
-11
/
+13
2020-09-02
block: don't clear bd_invalidated in check_disk_size_change
Christoph Hellwig
1
-1
/
+2
2020-09-02
Documentation/filesystems/locking.rst: remove an incorrect sentence
Christoph Hellwig
1
-3
/
+0
2020-09-02
block: Remove a duplicative condition
Baolin Wang
1
-4
/
+2
2020-09-02
block: better deal with the delayed not supported case in blk_cloned_rq_check...
Ritika Srivastava
1
-5
/
+22
2020-09-02
block: Return blk_status_t instead of errno codes
Ritika Srivastava
1
-4
/
+4
2020-09-02
block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
Khazhismel Kumykov
2
-1
/
+3
2020-09-02
blk-iocost: update iocost_monitor.py
Tejun Heo
1
-35
/
+19
2020-09-02
blk-iocost: add three debug stat - cost.wait, indebt and indelay
Tejun Heo
1
-5
/
+72
2020-09-02
blk-iocost: restore inuse update tracepoints
Tejun Heo
2
-3
/
+19
2020-09-02
blk-iocost: implement vtime loss compensation
Tejun Heo
1
-42
/
+90
2020-09-02
blk-iocost: halve debts if device stays idle
Tejun Heo
1
-1
/
+48
2020-09-02
blk-iocost: implement delay adjustment hysteresis
Tejun Heo
2
-56
/
+86
2020-09-02
blk-iocost: revamp debt handling
Tejun Heo
1
-24
/
+93
2020-09-02
blk-iocost: revamp in-period donation snapbacks
Tejun Heo
1
-37
/
+96
2020-09-02
blk-iocost: revamp donation amount determination
Tejun Heo
1
-82
/
+51
2020-09-02
blk-iocost: implement Andy's method for donation weight updates
Tejun Heo
1
-8
/
+244
[next]