Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
06b76d44ba25e52711dc7cc4fc75b50907bc6b8e
/
block
f1fcd77
Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
5addeae
blk-cgroup: remove blkcg_drain_queue
by Guoqing Jiang
· 5 years ago
ecb6186
block: fix NULL pointer dereference in account statistics with IDE
by Logan Gunthorpe
· 5 years ago
cc90bc6
block: fix "check bi_size overflow before merge"
by Andreas Gruenbacher
· 5 years ago
c593642
treewide: Use sizeof_field() macro
by Pankaj Bharadiya
· 5 years ago
ece841a
block: fix memleak of bio integrity data
by Justin Tee
· 5 years ago
08802ed
bfq-iosched: Ensure bio->bi_blkg is valid before using it
by Hou Tao
· 5 years ago
6c6b354
block: set the zone size in blk_revalidate_disk_zones atomically
by Christoph Hellwig
· 5 years ago
ae58954
block: don't handle bio based drivers in blk_revalidate_disk_zones
by Christoph Hellwig
· 5 years ago
e94f581
block: allocate the zone bitmaps lazily
by Christoph Hellwig
· 5 years ago
f216fdd
block: replace seq_zones_bitmap with conv_zones_bitmap
by Christoph Hellwig
· 5 years ago
9b38bb4
block: simplify blkdev_nr_zones
by Christoph Hellwig
· 5 years ago
bb55628
block: remove the empty line at the end of blk-zoned.c
by Christoph Hellwig
· 5 years ago
0da5221
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
7e5192b
Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
464a47f
Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
ff6814b
Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
1e27915
Revert "block: split bio if the only bvec's length is > SZ_4K"
by Jens Axboe
· 5 years ago
b686631
block: add iostat counters for flush requests
by Konstantin Khlebnikov
· 5 years ago
40d47c1
block,bfq: Skip tracing hooks if possible
by Dmitry Monakhov
· 5 years ago
c6da429
block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_token_u64'
by Revanth Rajashekar
· 5 years ago
de678bc
block: Don't disable interrupts in trigger_softirq()
by Sebastian Andrzej Siewior
· 5 years ago
8b37bc2
iocost: check active_list of all the ancestors in iocg_activate()
by Jiufei Xue
· 5 years ago
f0b870d
block: remove (__)blkdev_reread_part as an exported API
by Christoph Hellwig
· 5 years ago
142fe8f
block: fix bdev_disk_changed for non-partitioned devices
by Christoph Hellwig
· 5 years ago
a1548b6
block: move rescan_partitions to fs/block_dev.c
by Christoph Hellwig
· 5 years ago
6917d06
block: merge invalidate_partitions into rescan_partitions
by Christoph Hellwig
· 5 years ago
f902b02
block: refactor rescan_partitions
by Christoph Hellwig
· 5 years ago
478de33
block, bfq: deschedule empty bfq_queues not referred by any process
by Paolo Valente
· 5 years ago
cb711b9
blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()
by John Garry
· 5 years ago
d410035
block: rework zone reporting
by Christoph Hellwig
· 5 years ago
5eac3eb
block: Remove partition support for zoned block devices
by Damien Le Moal
· 5 years ago
ceeb373
block: Simplify report zones execution
by Damien Le Moal
· 5 years ago
c98c3d09
block: cleanup the !zoned case in blk_revalidate_disk_zones
by Christoph Hellwig
· 5 years ago
d9dd730
block: Enhance blk_revalidate_disk_zones()
by Damien Le Moal
· 5 years ago
e3a5d8e
block: check bi_size overflow before merge
by Junichi Nomura
· 5 years ago
6952a7f
block: split bio if the only bvec's length is > SZ_4K
by Ming Lei
· 5 years ago
59db8ba
block: still try to split bio if the bvec crosses pages
by Ming Lei
· 5 years ago
1d156646
blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT
by Tejun Heo
· 5 years ago
f733164
blk-cgroup: reimplement basic IO stats using cgroup rstat
by Tejun Heo
· 5 years ago
8a80d5d
blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()
by Tejun Heo
· 5 years ago
7ca4643
blk-throtl: stop using blkg->stat_bytes and ->stat_ios
by Tejun Heo
· 5 years ago
fd41e60
bfq-iosched: stop using blkg->stat_bytes and ->stat_ios
by Tejun Heo
· 5 years ago
a557f1c
bfq-iosched: relocate bfqg_*rwstat*() helpers
by Tejun Heo
· 5 years ago
912c0a8
Merge branch 'for-linus' into for-5.5/block
by Jens Axboe
· 5 years ago
e876df1
block: add zone open, close and finish ioctl support
by Ajay Joshi
· 5 years ago
6c1b1da
block: add zone open, close and finish operations
by Ajay Joshi
· 5 years ago
c7a1d92
block: Simplify REQ_OP_ZONE_RESET_ALL handling
by Damien Le Moal
· 5 years ago
a84324d
block: Remove REQ_OP_ZONE_RESET plugging
by Damien Le Moal
· 5 years ago
b081436
blkcg: make blkcg_print_stat() print stats only for online blkgs
by Tejun Heo
· 5 years ago
f8db383
block: Warn if elevator= parameter is used
by Jan Kara
· 5 years ago
fa53228
block: avoid blk_bio_segment_split for small I/O operations
by Christoph Hellwig
· 5 years ago
d2c9be8
blk-mq: make sure that line break can be printed
by Ming Lei
· 5 years ago
62c441c
block: sed-opal: Introduce Opal Datastore UID
by Revanth Rajashekar
· 5 years ago
51f421c
block: sed-opal: Add support to read/write opal tables generically
by Revanth Rajashekar
· 5 years ago
3495ea1
block: sed-opal: Generalizing write data to any opal table
by Revanth Rajashekar
· 5 years ago
8962842
blk-mq: avoid sysfs buffer overflow with too many CPU cores
by Ming Lei
· 5 years ago
626fb73
blk-mq: Make blk_mq_run_hw_queue() return void
by John Garry
· 5 years ago
41591a5
iocost: don't nest spin_lock_irq in ioc_weight_write()
by Dan Carpenter
· 5 years ago
1fead71
blk-mq: remove needless goto from blk_mq_get_driver_tag
by André Almeida
· 5 years ago
f7e76db
block: Reduce the amount of memory used for tag sets
by Bart Van Assche
· 5 years ago
ac0d6b9
block: Reduce the amount of memory required per request queue
by Bart Van Assche
· 5 years ago
a9a8080
block: Remove the synchronize_rcu() call from __blk_mq_update_nr_hw_queues()
by Bart Van Assche
· 5 years ago
98aaaec
compat_ioctl: reimplement SG_IO handling
by Arnd Bergmann
· 6 years ago
307f406
blk-rq-qos: fix first node deletion of rq_qos_del()
by Tejun Heo
· 5 years ago
9d179b8
blkcg: Fix multiple bugs in blkcg_activate_policy()
by Tejun Heo
· 5 years ago
7a7c5e7
block: Fix elv_support_iosched()
by Damien Le Moal
· 5 years ago
48d9b0d
block: account statistics for passthrough requests
by Logan Gunthorpe
· 5 years ago
8148f0b
blk-stat: Optimise blk_stat_add()
by Pavel Begunkov
· 5 years ago
a2e80f6
blk-mq: Embed counters into struct mq_inflight
by Pavel Begunkov
· 5 years ago
bb4e6b1
blk-mq: Reuse callback in blk_mq_in_flight*()
by Pavel Begunkov
· 5 years ago
27a4698
blk-mq: Inline status checkers
by Pavel Begunkov
· 5 years ago
73f1c77
block: Reduce sysfs_lock locking inside blk_cleanup_queue()
by Bart Van Assche
· 5 years ago
bae85c1
block: Remove "dying" checks from sysfs callbacks
by Bart Van Assche
· 5 years ago
9566256
block: Remove request_queue.nr_queues
by Bart Van Assche
· 5 years ago
98e5440
block: Fix three kernel-doc warnings
by Bart Van Assche
· 5 years ago
b84477d
blk-wbt: fix performance regression in wbt scale_up/scale_down
by Harshad Shirwadkar
· 5 years ago
a9eb49c
block: sed-opal: fix sparse warning: convert __be64 data
by Randy Dunlap
· 5 years ago
dc30102
block: sed-opal: fix sparse warning: obsolete array init.
by Randy Dunlap
· 5 years ago
3154df2
blk-mq: apply normal plugging for HDD
by Ming Lei
· 5 years ago
a12de1d
blk-mq: honor IO scheduler for multiqueue devices
by Ming Lei
· 5 years ago
8d69966
block: fix null pointer dereference in blk_mq_rq_timed_out()
by Yufen Yu
· 5 years ago
2af2783
rq-qos: get rid of redundant wbt_update_limits()
by Yufen Yu
· 5 years ago
7afccca
iocost: bump up default latency targets for hard disks
by Tejun Heo
· 5 years ago
7cd806a
iocost: improve nr_lagging handling
by Tejun Heo
· 5 years ago
25d41e4
iocost: better trace vrate changes
by Tejun Heo
· 5 years ago
b89f625
block: don't release queue's sysfs lock during switching elevator
by Ming Lei
· 5 years ago
284b94b
blk-mq: move lockdep_assert_held() into elevator_exit
by Ming Lei
· 5 years ago
2e959dd
Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
d46fe2c
block: drop device references in bsg_queue_rq()
by Martin Wilck
· 5 years ago
be21683
block: t10-pi: fix -Wswitch warning
by Max Gurtovoy
· 5 years ago
671df18
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 5 years ago
58494c9
block, bfq: push up injection only after setting service time
by Paolo Valente
· 5 years ago
17c3d26
block, bfq: increase update frequency of inject limit
by Paolo Valente
· 5 years ago
c1e0a18
block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1
by Paolo Valente
· 5 years ago
23ed570
block, bfq: update inject limit only after injection occurred
by Paolo Valente
· 5 years ago
54d4e6a
block: centralize PI remapping logic to the block layer
by Max Gurtovoy
· 5 years ago
5eaed68
block: use symbolic constants for t10_pi type
by Max Gurtovoy
· 5 years ago
7ad67ca
Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
7f2444d
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
Next »