aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/genhd.h
AgeCommit message (Expand)Author
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
2011-07-01block: flush MEDIA_CHANGE from drivers on close(2)Tejun Heo
2011-05-30Revert "block: Remove extra discard_alignment from hd_struct."Jens Axboe
2011-05-06block: Remove extra discard_alignment from hd_struct.Tao Ma
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo
2011-03-22block: fix non-atomic access to genhd inflight structuresShaohua Li
2011-01-13Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe
2011-01-07block: add internal hd part table referencesJens Axboe
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand
2010-12-16implement in-kernel gendisk events handlingTejun Heo
2010-12-16block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo
2010-12-16block: kill genhd_media_change_notify()Tejun Heo
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry
2010-08-19kernel: __rcu annotationsArnd Bergmann
2010-03-16Remove GENHD_FL_DRIVERFSNeilBrown
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo
2010-01-11genhd: overlapping variable definitionStephen Hemminger
2009-11-10block: Expose discard granularityMartin K. Petersen
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan
2009-06-15Driver Core: block: add nodename support for block drivers.Kay Sievers
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds