index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
bitmap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-25
block: move block layer internals out of include/linux/genhd.h
Christoph Hellwig
5
-121
/
+118
2020-03-25
block: move guard_bio_eod to bio.c
Christoph Hellwig
4
-44
/
+44
2020-03-25
block: unexport get_gendisk
Christoph Hellwig
1
-1
/
+0
2020-03-25
block: unexport disk_map_sector_rcu
Christoph Hellwig
1
-1
/
+0
2020-03-25
block: unexport disk_get_part
Christoph Hellwig
1
-1
/
+0
2020-03-25
block: mark part_in_flight and part_in_flight_rw static
Christoph Hellwig
2
-6
/
+4
2020-03-25
block: mark block_depr static
Christoph Hellwig
2
-2
/
+1
2020-03-25
block: factor out requeue handling from dispatch code
Johannes Thumshirn
1
-11
/
+18
2020-03-25
block/diskstats: replace time_in_queue with sum of request times
Konstantin Khlebnikov
4
-6
/
+10
2020-03-25
block/diskstats: accumulate all per-cpu counters in one pass
Konstantin Khlebnikov
2
-35
/
+70
2020-03-25
block/diskstats: more accurate approximation of io_ticks for slow disks
Konstantin Khlebnikov
4
-8
/
+11
2020-03-24
block: merge partition-generic.c and check.c
Christoph Hellwig
5
-202
/
+166
2020-03-24
block: move the various x86 Unix label formats out of genhd.h
Christoph Hellwig
2
-143
/
+125
2020-03-24
partitions/msdos: remove LINUX_SWAP_PARTITION
Christoph Hellwig
2
-8
/
+13
2020-03-24
block: move the *_PARTITION enum out of genhd.h
Christoph Hellwig
4
-30
/
+40
2020-03-24
block: move struct partition out of genhd.h
Christoph Hellwig
9
-47
/
+51
2020-03-24
block: remove block/partitions/sun.h
Christoph Hellwig
2
-9
/
+3
2020-03-24
block: remove block/partitions/sgi.h
Christoph Hellwig
2
-9
/
+2
2020-03-24
block: remove block/partitions/osf.h
Christoph Hellwig
2
-8
/
+1
2020-03-24
block: remove block/partitions/karma.h
Christoph Hellwig
2
-7
/
+2
2020-03-24
block: declare all partition detection routines in check.h
Christoph Hellwig
26
-75
/
+22
2020-03-24
block: remove warn_no_part
Christoph Hellwig
3
-14
/
+6
2020-03-24
block: cleanup how md_autodetect_dev is called
Christoph Hellwig
3
-7
/
+8
2020-03-24
block: unexport read_dev_sector and put_dev_sector
Christoph Hellwig
3
-28
/
+26
2020-03-24
scsi: simplify scsi_partsize
Christoph Hellwig
7
-95
/
+46
2020-03-24
scsi: move scsicam_bios_param to the end of scsicam.c
Christoph Hellwig
1
-61
/
+59
2020-03-24
scsi: simplify scsi_bios_ptable
Christoph Hellwig
1
-13
/
+11
2020-03-24
block: remove alloc_part_info and free_part_info
Christoph Hellwig
2
-16
/
+5
2020-03-24
block: move sysfs methods shared by disks and partitions to genhd.c
Christoph Hellwig
4
-90
/
+91
2020-03-24
block: move disk_name and related helpers out of partition-generic.c
Christoph Hellwig
3
-32
/
+27
2020-03-24
block: remove __bdevname
Christoph Hellwig
6
-33
/
+9
2020-03-24
block: remove the blk_lookup_devt export
Christoph Hellwig
1
-1
/
+0
2020-03-21
block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offline
Paolo Valente
1
-7
/
+13
2020-03-21
block, bfq: make reparent_leaf_entity actually work only on leaf entities
Paolo Valente
1
-17
/
+31
2020-03-21
block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup
Paolo Valente
3
-6
/
+2
2020-03-21
block, bfq: move forward the getting of an extra ref in bfq_bfqq_move
Paolo Valente
1
-7
/
+7
2020-03-21
block, bfq: fix use-after-free in bfq_idle_slice_timer_body
Zhiqiang Liu
1
-4
/
+12
2020-03-18
scsi: Convert to use set_capacity_revalidate_and_notify
Balbir Singh
1
-1
/
+2
2020-03-18
nvme: Convert to use set_capacity_revalidate_and_notify
Balbir Singh
1
-1
/
+1
2020-03-18
xen-blkfront.c: Convert to use set_capacity_revalidate_and_notify
Balbir Singh
1
-5
/
+1
2020-03-18
virtio_blk.c: Convert to use set_capacity_revalidate_and_notify
Balbir Singh
1
-4
/
+1
2020-03-18
block/genhd: Notify udev about capacity change
Balbir Singh
2
-0
/
+26
2020-03-18
block: Prevent hung_check firing during long sync IO
Ming Lei
1
-1
/
+11
2020-03-18
block: fix a device invalidation regression
Christoph Hellwig
1
-4
/
+16
2020-03-12
block, zoned: fix integer overflow with BLKRESETZONE et al
Alexey Dobriyan
1
-1
/
+1
2020-03-12
blk-iocost: remove duplicated lines in comments
Weiping Zhang
1
-3
/
+0
2020-03-12
block: sed-opal: Change the check condition for regular session validity
Revanth Rajashekar
2
-1
/
+2
2020-03-12
block: Document genhd capability flags
Stephen Kitt
2
-23
/
+62
2020-03-12
block: cleanup comment for blk_flush_complete_seq
Guoqing Jiang
1
-3
/
+0
2020-03-12
block: remove unneeded argument from blk_alloc_flush_queue
Guoqing Jiang
3
-6
/
+5
[next]