index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-06
block: move blk_mq_sched_try_merge to blk-merge.c
Christoph Hellwig
3
-63
/
+50
2020-10-06
block: remove the unused blk_integrity_merge_bio export
Christoph Hellwig
2
-1
/
+7
2020-10-06
block: remove the unused blk_integrity_merge_rq export
Christoph Hellwig
2
-1
/
+8
2020-10-05
block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()
Eric Biggers
1
-1
/
+9
2020-10-05
block: make blk_crypto_rq_bio_prep() able to fail
Eric Biggers
4
-20
/
+34
2020-10-05
block: make bio_crypt_clone() able to fail
Eric Biggers
3
-22
/
+22
2020-10-05
block: add a bdget_part helper
Christoph Hellwig
2
-2
/
+2
2020-09-29
block-mq: fix comments in blk_mq_queue_tag_busy_iter
yangerkun
1
-3
/
+1
2020-09-28
blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()
Xianting Tian
1
-1
/
+3
2020-09-25
iocost: consider iocgs with active delays for debt forgiveness
Tejun Heo
1
-4
/
+7
2020-09-25
iocost: add iocg_forgive_debt tracepoint
Tejun Heo
1
-0
/
+12
2020-09-25
iocost: reimplement debt forgiveness using average usage
Tejun Heo
1
-25
/
+69
2020-09-25
iocost: recalculate delay after debt reduction
Tejun Heo
1
-1
/
+3
2020-09-25
iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level one
Tejun Heo
1
-8
/
+5
2020-09-25
iocost: factor out ioc_forgive_debts()
Tejun Heo
1
-31
/
+35
2020-09-25
block: add QUEUE_FLAG_NOWAIT
Mike Snitzer
1
-2
/
+2
2020-09-25
block: use bd_partno in bdevname
Christoph Hellwig
1
-1
/
+1
2020-09-25
block: add a bdev_is_partition helper
Christoph Hellwig
3
-4
/
+4
2020-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
3
-2
/
+6
2020-09-24
bdi: remove BDI_CAP_CGROUP_WRITEBACK
Christoph Hellwig
1
-1
/
+0
2020-09-24
block: lift setting the readahead size into the block layer
Christoph Hellwig
2
-2
/
+18
2020-09-24
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
1
-2
/
+0
2020-09-23
block: cleanup blkdev_bszset
Christoph Hellwig
1
-7
/
+6
2020-09-23
block: cleanup partition scanning in register_disk
Christoph Hellwig
1
-19
/
+14
2020-09-23
block: move the NEED_PART_SCAN flag to struct gendisk
Christoph Hellwig
1
-2
/
+2
2020-09-23
block: allow 'chunk_sectors' to be non-power-of-2
Mike Snitzer
1
-6
/
+4
2020-09-23
block: use lcm_not_zero() when stacking chunk_sectors
Mike Snitzer
1
-4
/
+8
2020-09-23
block: fix bmd->is_null_mapped initialization
Christoph Hellwig
1
-2
/
+1
2020-09-23
block: drop double zeroing
Julia Lawall
1
-1
/
+1
2020-09-14
blk-throttle: Avoid checking bps/iops limitation if bps or iops is unlimited
Baolin Wang
1
-0
/
+12
2020-09-14
blk-throttle: Avoid calculating bps/iops limitation repeatedly
Baolin Wang
1
-9
/
+10
2020-09-14
blk-throttle: Define readable macros instead of static variables
Baolin Wang
1
-5
/
+5
2020-09-14
blk-throttle: Use readable READ/WRITE macros
Baolin Wang
1
-2
/
+2
2020-09-14
blk-throttle: Fix some comments' typos
Baolin Wang
1
-7
/
+7
2020-09-14
iocost: fix infinite loop bug in adjust_inuse_and_calc_cost()
Tejun Heo
1
-3
/
+9
2020-09-11
blk-iocost: fix divide-by-zero in transfer_surpluses()
Tejun Heo
1
-4
/
+10
2020-09-11
block: introduce part_[begin|end]_io_acct
Song Liu
1
-6
/
+33
2020-09-11
blk-mq: always allow reserved allocation in hctx_may_queue
Ming Lei
2
-3
/
+5
2020-09-11
block: remove duplicate include statement in scsi_ioctl.c
Tian Tao
1
-2
/
+0
2020-09-10
blkcg: add plugging support for punt bio
Xianting Tian
1
-0
/
+9
2020-09-10
block: add a bdev_check_media_change helper
Christoph Hellwig
1
-1
/
+28
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-07
block: Remove unused blk_mq_sched_free_hctx_data()
Baolin Wang
2
-18
/
+0
2020-09-07
block: Do not discard buffers under a mounted filesystem
Jan Kara
1
-6
/
+10
2020-09-03
blk-mq, elevator: Count requests per hctx to improve performance
Kashyap Desai
3
-0
/
+12
2020-09-03
blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...
John Garry
3
-11
/
+40
2020-09-03
blk-mq: Record nr_active_requests per queue for when using shared sbitmap
John Garry
3
-4
/
+28
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
5
-7
/
+79
[next]