index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
iocost: recalculate delay after debt reduction
Tejun Heo
2020-09-25
1
-1
/
+3
*
iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level one
Tejun Heo
2020-09-25
1
-8
/
+5
*
iocost: factor out ioc_forgive_debts()
Tejun Heo
2020-09-25
1
-31
/
+35
*
block: add QUEUE_FLAG_NOWAIT
Mike Snitzer
2020-09-25
1
-2
/
+2
*
block: use bd_partno in bdevname
Christoph Hellwig
2020-09-25
1
-1
/
+1
*
block: add a bdev_is_partition helper
Christoph Hellwig
2020-09-25
3
-4
/
+4
*
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2020-09-24
3
-2
/
+6
*
bdi: remove BDI_CAP_CGROUP_WRITEBACK
Christoph Hellwig
2020-09-24
1
-1
/
+0
*
block: lift setting the readahead size into the block layer
Christoph Hellwig
2020-09-24
2
-2
/
+18
*
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
2020-09-24
1
-2
/
+0
*
block: cleanup blkdev_bszset
Christoph Hellwig
2020-09-23
1
-7
/
+6
*
block: cleanup partition scanning in register_disk
Christoph Hellwig
2020-09-23
1
-19
/
+14
*
block: move the NEED_PART_SCAN flag to struct gendisk
Christoph Hellwig
2020-09-23
1
-2
/
+2
*
block: allow 'chunk_sectors' to be non-power-of-2
Mike Snitzer
2020-09-23
1
-6
/
+4
*
block: use lcm_not_zero() when stacking chunk_sectors
Mike Snitzer
2020-09-23
1
-4
/
+8
*
block: fix bmd->is_null_mapped initialization
Christoph Hellwig
2020-09-23
1
-2
/
+1
*
block: drop double zeroing
Julia Lawall
2020-09-23
1
-1
/
+1
*
blk-throttle: Avoid checking bps/iops limitation if bps or iops is unlimited
Baolin Wang
2020-09-14
1
-0
/
+12
*
blk-throttle: Avoid calculating bps/iops limitation repeatedly
Baolin Wang
2020-09-14
1
-9
/
+10
*
blk-throttle: Define readable macros instead of static variables
Baolin Wang
2020-09-14
1
-5
/
+5
*
blk-throttle: Use readable READ/WRITE macros
Baolin Wang
2020-09-14
1
-2
/
+2
*
blk-throttle: Fix some comments' typos
Baolin Wang
2020-09-14
1
-7
/
+7
*
iocost: fix infinite loop bug in adjust_inuse_and_calc_cost()
Tejun Heo
2020-09-14
1
-3
/
+9
*
blk-iocost: fix divide-by-zero in transfer_surpluses()
Tejun Heo
2020-09-11
1
-4
/
+10
*
block: introduce part_[begin|end]_io_acct
Song Liu
2020-09-11
1
-6
/
+33
*
blk-mq: always allow reserved allocation in hctx_may_queue
Ming Lei
2020-09-11
2
-3
/
+5
*
block: remove duplicate include statement in scsi_ioctl.c
Tian Tao
2020-09-11
1
-2
/
+0
*
blkcg: add plugging support for punt bio
Xianting Tian
2020-09-10
1
-0
/
+9
*
block: add a bdev_check_media_change helper
Christoph Hellwig
2020-09-10
1
-1
/
+28
*
block: make QUEUE_SYSFS_BIT_FNS more useful
Christoph Hellwig
2020-09-08
1
-19
/
+5
*
block: add helper macros for queue sysfs entries
Christoph Hellwig
2020-09-08
1
-190
/
+58
*
block: Remove unused blk_mq_sched_free_hctx_data()
Baolin Wang
2020-09-07
2
-18
/
+0
*
block: Do not discard buffers under a mounted filesystem
Jan Kara
2020-09-07
1
-6
/
+10
*
blk-mq, elevator: Count requests per hctx to improve performance
Kashyap Desai
2020-09-03
3
-0
/
+12
*
blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...
John Garry
2020-09-03
3
-11
/
+40
*
blk-mq: Record nr_active_requests per queue for when using shared sbitmap
John Garry
2020-09-03
3
-4
/
+28
*
blk-mq: Relocate hctx_may_queue()
John Garry
2020-09-03
2
-33
/
+32
*
blk-mq: Facilitate a shared sbitmap per tagset
John Garry
2020-09-03
5
-7
/
+79
*
blk-mq: Use pointers for blk_mq_tags bitmap tags
John Garry
2020-09-03
6
-33
/
+39
*
blk-mq: Pass flags for tag init/free
John Garry
2020-09-03
5
-23
/
+35
*
blk-mq: Free tags in blk_mq_init_tags() upon error
Hannes Reinecke
2020-09-03
1
-8
/
+10
*
blk-mq: Rename blk_mq_update_tag_set_depth()
Hannes Reinecke
2020-09-03
1
-4
/
+4
*
blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
Ming Lei
2020-09-03
3
-14
/
+14
*
block: use revalidate_disk_size in set_capacity_revalidate_and_notify
Christoph Hellwig
2020-09-02
1
-4
/
+3
*
block: rename bd_invalidated
Christoph Hellwig
2020-09-02
1
-1
/
+1
*
block: Remove a duplicative condition
Baolin Wang
2020-09-01
1
-4
/
+2
*
block: better deal with the delayed not supported case in blk_cloned_rq_check...
Ritika Srivastava
2020-09-01
1
-5
/
+22
*
block: Return blk_status_t instead of errno codes
Ritika Srivastava
2020-09-01
1
-4
/
+4
*
block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
Khazhismel Kumykov
2020-09-01
1
-1
/
+1
*
blk-iocost: add three debug stat - cost.wait, indebt and indelay
Tejun Heo
2020-09-01
1
-5
/
+72
[next]