aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/genhd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-14block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig1-0/+1
2019-11-14block: move rescan_partitions to fs/block_dev.cChristoph Hellwig1-2/+2
2019-11-14block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig1-2/+2
2019-04-22block: fix use-after-free on gendiskYufen Yu1-0/+1
2019-04-12block: disk_events: introduce event flagsMartin Wilck1-1/+9
2019-04-12block: genhd: remove async_events fieldMartin Wilck1-1/+0
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-4/+4
2018-12-10block: return just one value from part_in_flightMikulas Patocka1-2/+1
2018-12-10block: switch to per-cpu in-flight countersMikulas Patocka1-7/+22
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka1-2/+1
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer1-13/+13
2018-11-28block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu1-1/+1
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-1/+4
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-2/+3
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval1-1/+4
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan1-1/+2
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan1-6/+7
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan1-0/+4
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval1-1/+3
2018-02-26genhd: Fix BUG in blkdev_open()Jan Kara1-0/+1
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara1-0/+1
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara1-1/+1
2018-01-15block: allow gendisk's request_queue registration to be deferredMike Snitzer1-0/+5
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2017-11-10fs: guard_bio_eod() needs to consider partitionsGreg Edwards1-0/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-03block: introduce GENHD_FL_HIDDENChristoph Hellwig1-0/+1
2017-11-03block: don't look at the struct device dev_t in disk_devtChristoph Hellwig1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-26block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_completion()Byungchul Park1-2/+20
2017-08-09blk-mq: provide internal in-flight variantJens Axboe1-29/+6
2017-08-09block: make part_in_flight() take an array of two intsJens Axboe1-3/+10
2017-08-09block: pass in queue to inflight accountingJens Axboe1-5/+9
2017-06-05block: remove blk_part_pack_uuidChristoph Hellwig1-11/+0
2017-04-21block: get rid of blk_integrity_revalidate()Ilya Dryomov1-2/+0
2017-03-24block: constify struct blk_integrity_profileEric Biggers1-5/+5
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara1-8/+0
2017-02-02scsi, block: fix duplicate bdi name registration crashesDan Williams1-0/+8
2016-12-22genhd: remove dead and duplicated scsi codeJon Derrick1-9/+0
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-1/+1
2016-06-27block: remove ->driverfs_devDan Williams1-3/+1
2016-06-15block: introduce device_add_disk()Dan Williams1-1/+7
2016-05-20include/linux/genhd.h: move to use generic UUID libraryAndy Shevchenko1-20/+3
2016-01-09block: kill disk_{check|set|clear|alloc}_badblocksDan Williams1-5/+0
2016-01-09block: Add badblock management for gendisksVishal Verma1-0/+7
2015-10-21block: move blk_integrity to request_queueDan Williams1-1/+0
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen1-2/+24
2015-10-21block: Move integrity kobject to struct gendiskMartin K. Petersen1-0/+1
2015-07-17block: partition: convert percpu refMing Lei1-10/+17
2015-07-17block: partition: introduce hd_free_part()Ming Lei1-0/+6