aboutsummaryrefslogtreecommitdiff
path: root/include/linux/genhd.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+0
2020-05-27block: always use a percpu variable for disk statsGravatar Christoph Hellwig 1-13/+0
2020-05-27block: always define struct blk_integrity in genhd.hGravatar Max Gurtovoy 1-4/+0
2020-05-12block: re-organize fields of 'struct hd_part'Gravatar Ming Lei 1-7/+8
2020-05-12block: only define 'nr_sects_seq' in hd_part for 32bit SMPGravatar Ming Lei 1-0/+9
2020-05-04block: add a cdrom_device_info pointer to struct gendiskGravatar Christoph Hellwig 1-0/+9
2020-04-20block: remove the disk argument from blk_drop_partitionsGravatar Christoph Hellwig 1-1/+1
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-462/+61
2020-03-27block: move the ->devnode callback to struct block_device_operationsGravatar Christoph Hellwig 1-1/+0
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerGravatar Christoph Hellwig 1-108/+0
2020-03-25block: move block layer internals out of include/linux/genhd.hGravatar Christoph Hellwig 1-120/+0
2020-03-25block: mark part_in_flight and part_in_flight_rw staticGravatar Christoph Hellwig 1-3/+0
2020-03-25block: mark block_depr staticGravatar Christoph Hellwig 1-1/+0
2020-03-25block/diskstats: replace time_in_queue with sum of request timesGravatar Konstantin Khlebnikov 1-1/+0
2020-03-25block/diskstats: accumulate all per-cpu counters in one passGravatar Konstantin Khlebnikov 1-3/+0
2020-03-25block/diskstats: more accurate approximation of io_ticks for slow disksGravatar Konstantin Khlebnikov 1-1/+1
2020-03-24block: move the various x86 Unix label formats out of genhd.hGravatar Christoph Hellwig 1-143/+0
2020-03-24block: move the *_PARTITION enum out of genhd.hGravatar Christoph Hellwig 1-30/+0
2020-03-24block: move struct partition out of genhd.hGravatar Christoph Hellwig 1-13/+0
2020-03-24block: remove alloc_part_info and free_part_infoGravatar Christoph Hellwig 1-14/+1
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cGravatar Christoph Hellwig 1-14/+0
2020-03-18block/genhd: Notify udev about capacity changeGravatar Balbir Singh 1-0/+2
2020-03-12block: Fix partition support for host aware zoned block devicesGravatar Shin'ichiro Kawasaki 1-12/+1
2020-03-12block: Document genhd capability flagsGravatar Stephen Kitt 1-11/+58
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2020-01-26block: allow partitions on host aware zone devicesGravatar Christoph Hellwig 1-0/+12
2019-12-08sched/rt, fs: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 1-3/+3
2019-11-14block: fix bdev_disk_changed for non-partitioned devicesGravatar Christoph Hellwig 1-0/+1
2019-11-14block: move rescan_partitions to fs/block_dev.cGravatar Christoph Hellwig 1-2/+2
2019-11-14block: merge invalidate_partitions into rescan_partitionsGravatar Christoph Hellwig 1-2/+2
2019-04-22block: fix use-after-free on gendiskGravatar Yufen Yu 1-0/+1
2019-04-12block: disk_events: introduce event flagsGravatar Martin Wilck 1-1/+9
2019-04-12block: genhd: remove async_events fieldGravatar Martin Wilck 1-1/+0
2019-04-06block: remove CONFIG_LBDAFGravatar Christoph Hellwig 1-4/+4
2018-12-10block: return just one value from part_in_flightGravatar Mikulas Patocka 1-2/+1
2018-12-10block: switch to per-cpu in-flight countersGravatar Mikulas Patocka 1-7/+22
2018-12-10block: delete part_round_stats and switch to less precise countingGravatar Mikulas Patocka 1-2/+1
2018-12-10block: stop passing 'cpu' to all percpu stats methodsGravatar Mike Snitzer 1-13/+13
2018-11-28block: use rcu_work instead of call_rcu to avoid sleep in softirqGravatar Yufen Yu 1-1/+1
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockGravatar Jens Axboe 1-1/+4
2018-09-28block: genhd: add 'groups' argument to device_add_diskGravatar Hannes Reinecke 1-2/+3
2018-09-21block: use nanosecond resolution for iostatGravatar Omar Sandoval 1-1/+4
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatGravatar Michael Callahan 1-1/+2
2018-07-18block: Define and use STAT_READ and STAT_WRITEGravatar Michael Callahan 1-6/+7
2018-07-18block: Add part_stat_read_accum to read across field entries.Gravatar Michael Callahan 1-0/+4
2018-04-26blk-mq: fix sysfs inflight counterGravatar Omar Sandoval 1-1/+3
2018-02-26genhd: Fix BUG in blkdev_open()Gravatar Jan Kara 1-0/+1
2018-02-26genhd: Add helper put_disk_and_module()Gravatar Jan Kara 1-0/+1
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Gravatar Jan Kara 1-1/+1
2018-01-15block: allow gendisk's request_queue registration to be deferredGravatar Mike Snitzer 1-0/+5