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
2019-11-25
Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-280
/
+156
2019-11-25
Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
31
-516
/
+963
2019-11-21
Revert "block: split bio if the only bvec's length is > SZ_4K"
Jens Axboe
1
-1
/
+1
2019-11-21
block: add iostat counters for flush requests
Konstantin Khlebnikov
3
-5
/
+25
2019-11-20
block,bfq: Skip tracing hooks if possible
Dmitry Monakhov
1
-0
/
+4
2019-11-18
block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_to...
Revanth Rajashekar
2
-5
/
+5
2019-11-18
block: Don't disable interrupts in trigger_softirq()
Sebastian Andrzej Siewior
1
-4
/
+0
2019-11-14
iocost: check active_list of all the ancestors in iocg_activate()
Jiufei Xue
1
-2
/
+6
2019-11-14
block: remove (__)blkdev_reread_part as an exported API
Christoph Hellwig
1
-30
/
+5
2019-11-14
block: fix bdev_disk_changed for non-partitioned devices
Christoph Hellwig
2
-4
/
+7
2019-11-14
block: move rescan_partitions to fs/block_dev.c
Christoph Hellwig
1
-35
/
+2
2019-11-14
block: merge invalidate_partitions into rescan_partitions
Christoph Hellwig
2
-25
/
+15
2019-11-14
block: refactor rescan_partitions
Christoph Hellwig
1
-78
/
+94
2019-11-14
block, bfq: deschedule empty bfq_queues not referred by any process
Paolo Valente
1
-6
/
+26
2019-11-13
blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()
John Garry
3
-15
/
+0
2019-11-12
block: rework zone reporting
Christoph Hellwig
1
-156
/
+97
2019-11-12
block: Remove partition support for zoned block devices
Damien Le Moal
3
-121
/
+21
2019-11-12
block: Simplify report zones execution
Damien Le Moal
1
-29
/
+5
2019-11-12
block: cleanup the !zoned case in blk_revalidate_disk_zones
Christoph Hellwig
1
-3
/
+4
2019-11-12
block: Enhance blk_revalidate_disk_zones()
Damien Le Moal
1
-2
/
+60
2019-11-12
block: check bi_size overflow before merge
Junichi Nomura
1
-1
/
+1
2019-11-08
block: split bio if the only bvec's length is > SZ_4K
Ming Lei
1
-1
/
+1
2019-11-08
block: still try to split bio if the bvec crosses pages
Ming Lei
1
-1
/
+2
2019-11-07
blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT
Tejun Heo
8
-97
/
+287
2019-11-07
blk-cgroup: reimplement basic IO stats using cgroup rstat
Tejun Heo
1
-25
/
+99
2019-11-07
blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()
Tejun Heo
1
-83
/
+0
2019-11-07
blk-throtl: stop using blkg->stat_bytes and ->stat_ios
Tejun Heo
1
-9
/
+61
2019-11-07
bfq-iosched: stop using blkg->stat_bytes and ->stat_ios
Tejun Heo
3
-12
/
+35
2019-11-07
bfq-iosched: relocate bfqg_*rwstat*() helpers
Tejun Heo
1
-23
/
+23
2019-11-07
Merge branch 'for-linus' into for-5.5/block
Jens Axboe
6
-43
/
+83
2019-11-07
block: add zone open, close and finish ioctl support
Ajay Joshi
2
-6
/
+27
2019-11-07
block: add zone open, close and finish operations
Ajay Joshi
2
-17
/
+30
2019-11-07
block: Simplify REQ_OP_ZONE_RESET_ALL handling
Damien Le Moal
1
-27
/
+13
2019-11-07
block: Remove REQ_OP_ZONE_RESET plugging
Damien Le Moal
1
-4
/
+0
2019-11-06
blkcg: make blkcg_print_stat() print stats only for online blkgs
Tejun Heo
1
-5
/
+8
2019-11-06
block: Warn if elevator= parameter is used
Jan Kara
1
-0
/
+9
2019-11-04
block: avoid blk_bio_segment_split for small I/O operations
Christoph Hellwig
1
-1
/
+15
2019-11-04
blk-mq: make sure that line break can be printed
Ming Lei
1
-1
/
+1
2019-11-04
block: sed-opal: Introduce Opal Datastore UID
Revanth Rajashekar
2
-0
/
+3
2019-11-04
block: sed-opal: Add support to read/write opal tables generically
Revanth Rajashekar
2
-1
/
+172
2019-11-04
block: sed-opal: Generalizing write data to any opal table
Revanth Rajashekar
1
-64
/
+74
2019-11-02
blk-mq: avoid sysfs buffer overflow with too many CPU cores
Ming Lei
1
-5
/
+10
2019-11-01
blk-mq: Make blk_mq_run_hw_queue() return void
John Garry
1
-6
/
+2
2019-10-31
iocost: don't nest spin_lock_irq in ioc_weight_write()
Dan Carpenter
1
-2
/
+2
2019-10-25
blk-mq: remove needless goto from blk_mq_get_driver_tag
André Almeida
1
-2
/
+1
2019-10-25
block: Reduce the amount of memory used for tag sets
Bart Van Assche
1
-17
/
+30
2019-10-25
block: Reduce the amount of memory required per request queue
Bart Van Assche
1
-7
/
+17
2019-10-25
block: Remove the synchronize_rcu() call from __blk_mq_update_nr_hw_queues()
Bart Van Assche
1
-4
/
+0
2019-10-23
compat_ioctl: reimplement SG_IO handling
Arnd Bergmann
1
-4
/
+128
2019-10-15
blk-rq-qos: fix first node deletion of rq_qos_del()
Tejun Heo
1
-8
/
+5
[prev]
[next]