summaryrefslogtreecommitdiffstats
path: root/include/linux/genhd.h
AgeCommit message (Expand)Author
2019-01-22block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval
2018-02-26genhd: Fix BUG in blkdev_open()Jan Kara
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara
2018-01-15block: allow gendisk's request_queue registration to be deferredMike Snitzer
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-10fs: guard_bio_eod() needs to consider partitionsGreg Edwards
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-03block: introduce GENHD_FL_HIDDENChristoph Hellwig
2017-11-03block: don't look at the struct device dev_t in disk_devtChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-26block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_com...Byungchul Park
2017-08-09blk-mq: provide internal in-flight variantJens Axboe
2017-08-09block: make part_in_flight() take an array of two intsJens Axboe
2017-08-09block: pass in queue to inflight accountingJens Axboe
2017-06-05block: remove blk_part_pack_uuidChristoph Hellwig
2017-04-21block: get rid of blk_integrity_revalidate()Ilya Dryomov
2017-03-24block: constify struct blk_integrity_profileEric Biggers
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara
2017-02-02scsi, block: fix duplicate bdi name registration crashesDan Williams
2016-12-22genhd: remove dead and duplicated scsi codeJon Derrick
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-06-27block: remove ->driverfs_devDan Williams
2016-06-15block: introduce device_add_disk()Dan Williams
2016-05-20include/linux/genhd.h: move to use generic UUID libraryAndy Shevchenko
2016-01-09block: kill disk_{check|set|clear|alloc}_badblocksDan Williams
2016-01-09block: Add badblock management for gendisksVishal Verma
2015-10-21block: move blk_integrity to request_queueDan Williams
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen
2015-10-21block: Move integrity kobject to struct gendiskMartin K. Petersen
2015-07-17block: partition: convert percpu refMing Lei
2015-07-17block: partition: introduce hd_free_part()Ming Lei
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2013-02-26block: fix part_pack_uuid() build errorMimi Zohar
2012-11-23block: store partition_meta_info.uuid as a stringStephen Warren
2012-08-01Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-08-01block: add partition resize function to blkpg ioctlVivek Goyal
2012-07-16driver-core: Move kobj_to_dev from genhd.h to device.hLars-Peter Clausen
2012-05-15block: fix buffer overflow when printing partition UUIDsTejun Heo
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-11-10block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk"Tejun Heo
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-08-29[SCSI] genhd: add a new attribute "alias" in gendiskNao Nishijima
2011-08-23block: add GENHD_FL_NO_PART_SCANTejun Heo