index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
kunit
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-02
blk-iocost: streamline vtime margin and timer slack handling
Tejun Heo
1
-29
/
+38
2020-09-02
blk-iocost: make ioc_now->now and ioc->period_at 64bit
Tejun Heo
1
-2
/
+2
2020-09-02
blk-iocost: use WEIGHT_ONE based fixed point number for weights
Tejun Heo
1
-12
/
+13
2020-09-02
blk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/g
Tejun Heo
1
-10
/
+10
2020-09-02
blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debt
Tejun Heo
1
-1
/
+2
2020-09-02
blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()
Tejun Heo
1
-60
/
+60
2020-09-02
blk-iocost: clamp inuse and skip noops in __propagate_weights()
Tejun Heo
1
-1
/
+4
2020-09-02
blk-iocost: rename propagate_active_weights() to propagate_weights()
Tejun Heo
1
-20
/
+20
2020-09-02
blk-iocost: use local[64]_t for percpu stat
Tejun Heo
1
-10
/
+27
2020-09-02
block: remove the unused q argument to part_in_flight and part_in_flight_rw
Christoph Hellwig
1
-7
/
+5
2020-09-02
block: remove the disk argument to delete_partition
Christoph Hellwig
3
-6
/
+7
2020-09-02
block: cleanup __alloc_disk_node
Christoph Hellwig
1
-35
/
+38
2020-09-02
block: move the devcgroup_inode_permission call to blkdev_get
Christoph Hellwig
1
-19
/
+17
2020-09-02
block: remove an outdated comment on the bd_dev field
Christoph Hellwig
1
-1
/
+1
2020-09-02
block: remove the discard_alignment field from struct hd_struct
Christoph Hellwig
3
-6
/
+6
2020-09-02
block: remove the alignment_offset field from struct hd_struct
Christoph Hellwig
3
-7
/
+6
2020-09-02
blk-mq: use BLK_MQ_NO_TAG for no tag
Xianting Tian
2
-3
/
+3
2020-09-02
block: Remove blk_mq_attempt_merge() function
Baolin Wang
1
-28
/
+16
2020-09-02
block: Add a new helper to attempt to merge a bio
Baolin Wang
3
-60
/
+71
2020-09-02
block: Move blk_mq_bio_list_merge() into blk-merge.c
Baolin Wang
5
-48
/
+48
2020-09-02
block: Move bio merge related functions into blk-merge.c
Baolin Wang
2
-156
/
+157
2020-09-02
blk-wbt: Remove obsolete multiqueue I/O scheduling comment
Danny Lin
1
-2
/
+0
2020-09-02
virtio-blk: Use kobj_to_dev() instead of container_of()
Tian Tao
1
-1
/
+1
2020-09-02
raw: deprecate the raw driver
Christoph Hellwig
1
-0
/
+5
2020-09-02
block: remove the BIO_USER_MAPPED flag
Christoph Hellwig
2
-7
/
+4
2020-09-02
block: remove __blk_rq_map_user_iov
Christoph Hellwig
1
-90
/
+54
2020-09-02
block: remove __blk_rq_unmap_user
Christoph Hellwig
1
-18
/
+11
2020-09-02
block: remove the BIO_NULL_MAPPED flag
Christoph Hellwig
2
-5
/
+5
2020-09-02
nvme: don't call revalidate_disk from nvme_set_queue_dying
Christoph Hellwig
2
-23
/
+23
2020-09-02
block: fix locking for struct block_device size updates
Christoph Hellwig
6
-36
/
+22
2020-09-02
block: replace bd_set_size with bd_set_nr_sectors
Christoph Hellwig
6
-13
/
+14
2020-09-02
block: Make request_queue.rpm_status an enum
Geert Uytterhoeven
1
-1
/
+2
2020-09-02
blk-stat: make q->stats->lock irqsafe
Tejun Heo
1
-6
/
+11
2020-09-02
blk-iocost: ioc_pd_free() shouldn't assume irq disabled
Tejun Heo
1
-2
/
+3
2020-09-01
block: fix locking in bdev_del_partition
Christoph Hellwig
1
-14
/
+13
2020-09-01
block: release disk reference in hd_struct_free_work
Ming Lei
1
-1
/
+9
2020-09-01
block: ensure bdi->io_pages is always initialized
Jens Axboe
1
-0
/
+1
2020-08-31
Linux 5.9-rc3
v5.9-rc3
Linus Torvalds
1
-1
/
+1
2020-08-30
genirq/matrix: Deal with the sillyness of for_each_cpu() on UP
Thomas Gleixner
1
-0
/
+7
2020-08-29
fsldma: fix very broken 32-bit ppc ioread64 functionality
Linus Torvalds
1
-6
/
+6
2020-08-29
nvme-pci: cancel nvme device request before disabling
Tong Zhang
1
-2
/
+2
2020-08-29
nvme: only use power of two io boundaries
Keith Busch
1
-9
/
+38
2020-08-29
nvme: fix controller instance leak
Keith Busch
1
-1
/
+1
2020-08-29
nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'
Christophe JAILLET
1
-2
/
+2
2020-08-29
nvme: Fix NULL dereference for pci nvme controllers
Sagi Grimberg
1
-0
/
+4
2020-08-29
nvme-rdma: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
1
-1
/
+12
2020-08-29
nvme-rdma: fix timeout handler
Sagi Grimberg
1
-16
/
+33
2020-08-29
nvme-rdma: serialize controller teardown sequences
Sagi Grimberg
1
-0
/
+6
2020-08-29
nvme-tcp: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
1
-1
/
+12
2020-08-29
nvme-tcp: fix timeout handler
Sagi Grimberg
1
-20
/
+36
[next]