summaryrefslogtreecommitdiffstats
path: root/include/linux/genhd.h
Commit message (Expand)AuthorAgeFilesLines
* scsi, block: fix duplicate bdi name registration crashesDan Williams2017-02-021-0/+8
* genhd: remove dead and duplicated scsi codeJon Derrick2016-12-221-9/+0
* latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-1/+1
* block: remove ->driverfs_devDan Williams2016-06-271-3/+1
* block: introduce device_add_disk()Dan Williams2016-06-151-1/+7
* include/linux/genhd.h: move to use generic UUID libraryAndy Shevchenko2016-05-201-20/+3
* block: kill disk_{check|set|clear|alloc}_badblocksDan Williams2016-01-091-5/+0
* block: Add badblock management for gendisksVishal Verma2016-01-091-0/+7
* block: move blk_integrity to request_queueDan Williams2015-10-211-1/+0
* block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-211-2/+24
* block: Move integrity kobject to struct gendiskMartin K. Petersen2015-10-211-0/+1
* block: partition: convert percpu refMing Lei2015-07-171-10/+17
* block: partition: introduce hd_free_part()Ming Lei2015-07-171-0/+6
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* block: fix part_pack_uuid() build errorMimi Zohar2013-02-261-0/+10
* block: store partition_meta_info.uuid as a stringStephen Warren2012-11-231-2/+6
* Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-011-0/+57
|\
| * block: add partition resize function to blkpg ioctlVivek Goyal2012-08-011-0/+57
* | driver-core: Move kobj_to_dev from genhd.h to device.hLars-Peter Clausen2012-07-161-1/+0
|/
* block: fix buffer overflow when printing partition UUIDsTejun Heo2012-05-151-6/+0
* block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura2012-03-021-0/+1
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
* block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk"Tejun Heo2011-11-101-4/+0
* Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-041-2/+4
|\
| * block: add GENHD_FL_NO_PART_SCANTejun Heo2011-08-231-2/+4
* | [SCSI] genhd: add a new attribute "alias" in gendiskNao Nishijima2011-08-291-0/+4
|/
* block: flush MEDIA_CHANGE from drivers on close(2)Tejun Heo2011-07-011-1/+1
* Revert "block: Remove extra discard_alignment from hd_struct."Jens Axboe2011-05-301-0/+1
* block: Remove extra discard_alignment from hd_struct.Tao Ma2011-05-061-1/+0
* block: don't block events on excl write for non-optical devicesTejun Heo2011-04-211-0/+1
* block: fix non-atomic access to genhd inflight structuresShaohua Li2011-03-221-6/+6
* Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe2011-01-131-3/+17
|\
| * implement in-kernel gendisk events handlingTejun Heo2010-12-161-1/+17
| * block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo2010-12-161-1/+0
| * block: kill genhd_media_change_notify()Tejun Heo2010-12-161-1/+0
* | block: add internal hd part table referencesJens Axboe2011-01-071-2/+25
* | block: fix accounting bug on cross partition mergesJerome Marchand2011-01-051-0/+2
|/
* Revert "block: fix accounting bug on cross partition merges"Jens Axboe2010-10-241-1/+0
* Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-2/+52
|\
| * block: fix accounting bug on cross partition mergesYasuaki Ishimatsu2010-10-191-0/+1
| * block, partition: add partition_meta_info to hd_structWill Drewry2010-09-151-2/+51
* | kernel: __rcu annotationsArnd Bergmann2010-08-191-3/+3
|/
* Remove GENHD_FL_DRIVERFSNeilBrown2010-03-161-1/+1
* percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo2010-02-171-1/+1
* genhd: overlapping variable definitionStephen Hemminger2010-01-111-3/+3
* block: Expose discard granularityMartin K. Petersen2009-11-101-0/+1
* block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan2009-10-061-7/+14
* Revert "Seperate read and write statistics of in_flight requests"Jens Axboe2009-10-041-14/+7
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-1/+1