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
2021-04-12
block: remove an incorrect check from blk_rq_append_bio
Christoph Hellwig
1
-3
/
+0
2021-04-08
block: Fix sys_ioprio_set(.which=IOPRIO_WHO_PGRP) task iteration
Peter Zijlstra
1
-2
/
+9
2021-04-08
block: remove disk_part_iter
Christoph Hellwig
1
-79
/
+13
2021-04-08
block: simplify diskstats_show
Christoph Hellwig
1
-4
/
+6
2021-04-08
block: simplify show_partition
Christoph Hellwig
1
-6
/
+7
2021-04-08
block: simplify printk_all_partitions
Christoph Hellwig
1
-17
/
+16
2021-04-08
block: simplify partition_overlaps
Christoph Hellwig
1
-10
/
+10
2021-04-08
block: simplify partition removal
Christoph Hellwig
1
-4
/
+6
2021-04-08
block: take bd_mutex around delete_partitions in del_gendisk
Christoph Hellwig
2
-0
/
+6
2021-04-08
block: refactor blk_drop_partitions
Christoph Hellwig
3
-22
/
+4
2021-04-08
block: move more syncing and invalidation to delete_partition
Christoph Hellwig
2
-7
/
+4
2021-04-08
block: remove invalidate_partition
Christoph Hellwig
1
-14
/
+11
2021-04-08
dasd: use bdev_disk_changed instead of blk_drop_partitions
Christoph Hellwig
1
-4
/
+0
2021-04-07
blk-zoned: Remove the definition of blk_zone_start()
Bart Van Assche
1
-8
/
+0
2021-04-07
blk-mq: set default elevator as deadline in case of hctx shared tagset
Ming Lei
1
-1
/
+2
2021-04-06
block: stop calling blk_queue_bounce for passthrough requests
Christoph Hellwig
2
-95
/
+32
2021-04-06
block: refactor the bounce buffering code
Christoph Hellwig
4
-72
/
+27
2021-04-06
block: remove BLK_BOUNCE_ISA support
Christoph Hellwig
6
-119
/
+30
2021-04-06
blk-mq: Always use blk_mq_is_sbitmap_shared
Nikolay Borisov
1
-2
/
+2
2021-04-06
block: add sysfs entry for virt boundary mask
Max Gurtovoy
1
-1
/
+8
2021-03-25
block, bfq: merge bursts of newly-created queues
Paolo Valente
3
-10
/
+266
2021-03-25
block, bfq: keep shared queues out of the waker mechanism
Paolo Valente
1
-1
/
+11
2021-03-25
block, bfq: fix weight-raising resume with !low_latency
Paolo Valente
1
-2
/
+8
2021-03-25
block, bfq: make shared queues inherit wakers
Paolo Valente
1
-3
/
+39
2021-03-25
block, bfq: put reqs of waker and woken in dispatch list
Paolo Valente
1
-1
/
+43
2021-03-25
block, bfq: always inject I/O of queues blocked by wakers
Paolo Valente
2
-5
/
+35
2021-03-25
blk-mq: Sentence reconstruct for better readability
Bhaskar Chowdhury
1
-2
/
+2
2021-03-11
block: Discard page cache of zone reset target range
Shin'ichiro Kawasaki
1
-2
/
+36
2021-03-11
block: Suppress uevent for hidden device when removed
Daniel Wagner
1
-3
/
+1
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
5
-13
/
+13
2021-03-10
block: Fix REQ_OP_ZONE_RESET_ALL handling
Damien Le Moal
1
-1
/
+1
2021-03-05
blk-cgroup: Fix the recursive blkg rwstat
Xunlei Pang
1
-1
/
+2
2021-03-02
block/bfq: update comments and default value in docs for fifo_expire
Joseph Qi
1
-1
/
+1
2021-03-01
block: Drop leftover references to RQF_SORTED
Jean Delvare
2
-6
/
+1
2021-02-28
block: revert "block: fix bd_size_lock use"
Damien Le Moal
2
-7
/
+4
2021-02-28
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
14
-92
/
+79
2021-02-26
block: Add bio_max_segs
Matthew Wilcox (Oracle)
1
-3
/
+1
2021-02-24
block: memory allocations in bounce_clone_bio must not fail
Christoph Hellwig
1
-3
/
+2
2021-02-24
block: remove the gfp_mask argument to bounce_clone_bio
Christoph Hellwig
1
-6
/
+6
2021-02-24
block: fix bounce_clone_bio for passthrough bios
Christoph Hellwig
1
-8
/
+9
2021-02-24
block-crypto-fallback: use a bio_set for splitting bios
Christoph Hellwig
1
-2
/
+10
2021-02-23
block: fix logging on capacity change
Ming Lei
1
-1
/
+1
2021-02-23
blk-settings: align max_sectors on "logical_block_size" boundary
Mikulas Patocka
1
-0
/
+12
2021-02-23
block: reopen the device in blkdev_reread_part
Christoph Hellwig
1
-7
/
+14
2021-02-23
block: don't skip empty device in in disk_uevent
Christoph Hellwig
1
-1
/
+1
2021-02-22
kyber: introduce kyber_depth_updated()
Yang Yang
1
-16
/
+13
2021-02-22
Merge tag 'for-5.12/block-ipi-2021-02-21' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-68
/
+41
2021-02-22
Merge tag 'for-5.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-0
/
+147
2021-02-22
Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-0
/
+29
2021-02-22
block: fix potential IO hang when turning off io_poll
Jeffle Xu
1
-2
/
+5
[next]