index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
genhd.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-03
Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+0
2020-05-27
block: always use a percpu variable for disk stats
Christoph Hellwig
1
-13
/
+0
2020-05-27
block: always define struct blk_integrity in genhd.h
Max Gurtovoy
1
-4
/
+0
2020-05-13
block: re-organize fields of 'struct hd_part'
Ming Lei
1
-7
/
+8
2020-05-13
block: only define 'nr_sects_seq' in hd_part for 32bit SMP
Ming Lei
1
-0
/
+9
2020-05-04
block: add a cdrom_device_info pointer to struct gendisk
Christoph Hellwig
1
-0
/
+9
2020-04-20
block: remove the disk argument from blk_drop_partitions
Christoph Hellwig
1
-1
/
+1
2020-03-30
Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-462
/
+61
2020-03-27
block: move the ->devnode callback to struct block_device_operations
Christoph Hellwig
1
-1
/
+0
2020-03-25
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
1
-108
/
+0
2020-03-25
block: move block layer internals out of include/linux/genhd.h
Christoph Hellwig
1
-120
/
+0
2020-03-25
block: mark part_in_flight and part_in_flight_rw static
Christoph Hellwig
1
-3
/
+0
2020-03-25
block: mark block_depr static
Christoph Hellwig
1
-1
/
+0
2020-03-25
block/diskstats: replace time_in_queue with sum of request times
Konstantin Khlebnikov
1
-1
/
+0
2020-03-25
block/diskstats: accumulate all per-cpu counters in one pass
Konstantin Khlebnikov
1
-3
/
+0
2020-03-25
block/diskstats: more accurate approximation of io_ticks for slow disks
Konstantin Khlebnikov
1
-1
/
+1
2020-03-24
block: move the various x86 Unix label formats out of genhd.h
Christoph Hellwig
1
-143
/
+0
2020-03-24
block: move the *_PARTITION enum out of genhd.h
Christoph Hellwig
1
-30
/
+0
2020-03-24
block: move struct partition out of genhd.h
Christoph Hellwig
1
-13
/
+0
2020-03-24
block: remove alloc_part_info and free_part_info
Christoph Hellwig
1
-14
/
+1
2020-03-24
block: move sysfs methods shared by disks and partitions to genhd.c
Christoph Hellwig
1
-14
/
+0
2020-03-19
block/genhd: Notify udev about capacity change
Balbir Singh
1
-0
/
+2
2020-03-12
block: Fix partition support for host aware zoned block devices
Shin'ichiro Kawasaki
1
-12
/
+1
2020-03-12
block: Document genhd capability flags
Stephen Kitt
1
-11
/
+58
2020-01-28
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2020-01-26
block: allow partitions on host aware zone devices
Christoph Hellwig
1
-0
/
+12
2019-12-08
sched/rt, fs: Use CONFIG_PREEMPTION
Thomas Gleixner
1
-3
/
+3
2019-11-14
block: fix bdev_disk_changed for non-partitioned devices
Christoph Hellwig
1
-0
/
+1
2019-11-14
block: move rescan_partitions to fs/block_dev.c
Christoph Hellwig
1
-2
/
+2
2019-11-14
block: merge invalidate_partitions into rescan_partitions
Christoph Hellwig
1
-2
/
+2
2019-04-22
block: fix use-after-free on gendisk
Yufen Yu
1
-0
/
+1
2019-04-12
block: disk_events: introduce event flags
Martin Wilck
1
-1
/
+9
2019-04-12
block: genhd: remove async_events field
Martin Wilck
1
-1
/
+0
2019-04-06
block: remove CONFIG_LBDAF
Christoph Hellwig
1
-4
/
+4
2018-12-10
block: return just one value from part_in_flight
Mikulas Patocka
1
-2
/
+1
2018-12-10
block: switch to per-cpu in-flight counters
Mikulas Patocka
1
-7
/
+22
2018-12-10
block: delete part_round_stats and switch to less precise counting
Mikulas Patocka
1
-2
/
+1
2018-12-10
block: stop passing 'cpu' to all percpu stats methods
Mike Snitzer
1
-13
/
+13
2018-11-28
block: use rcu_work instead of call_rcu to avoid sleep in softirq
Yufen Yu
1
-1
/
+1
2018-10-01
Merge tag 'v4.19-rc6' into for-4.20/block
Jens Axboe
1
-1
/
+4
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
1
-2
/
+3
2018-09-22
block: use nanosecond resolution for iostat
Omar Sandoval
1
-1
/
+4
2018-07-18
block: Track DISCARD statistics and output them in stat and diskstat
Michael Callahan
1
-1
/
+2
2018-07-18
block: Define and use STAT_READ and STAT_WRITE
Michael Callahan
1
-6
/
+7
2018-07-18
block: Add part_stat_read_accum to read across field entries.
Michael Callahan
1
-0
/
+4
2018-04-26
blk-mq: fix sysfs inflight counter
Omar Sandoval
1
-1
/
+3
2018-02-26
genhd: Fix BUG in blkdev_open()
Jan Kara
1
-0
/
+1
2018-02-26
genhd: Add helper put_disk_and_module()
Jan Kara
1
-0
/
+1
2018-02-26
genhd: Rename get_disk() to get_disk_and_module()
Jan Kara
1
-1
/
+1
2018-01-15
block: allow gendisk's request_queue registration to be deferred
Mike Snitzer
1
-0
/
+5
[next]