Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / include / linux / genhd.h
2012-05-15 Tejun Heoblock: fix buffer overflow when printing partition...
2012-03-02 Jun'ichi Nomurablock: Fix NULL pointer dereference in sd_revalidate_disk
2012-01-04 Al Viroswitch device_get_devnode() and ->devnode() to umode_t *
2011-11-10 Tejun Heoblock: Revert "[SCSI] genhd: add a new attribute "alias...
2011-11-05 Linus TorvaldsMerge branch 'for-3.2/drivers' of git://git.kernel...
2011-08-29 Nao Nishijima[SCSI] genhd: add a new attribute "alias" in gendisk
2011-08-24 Jeff Mahoney- Update to 3.1-rc3.
2011-08-23 Tejun Heoblock: add GENHD_FL_NO_PART_SCAN
2011-07-01 Tejun Heoblock: flush MEDIA_CHANGE from drivers on close(2)
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-08 Jeff Mahoney- Update to 3.0-rc2.
2011-05-31 Jeff MahoneyRevert "- Updated to 3.0-rc1."
2011-05-31 Jeff Mahoney- Updated to 3.0-rc1.
2011-05-30 Jens AxboeRevert "block: Remove extra discard_alignment from...
2011-05-07 Tao Mablock: Remove extra discard_alignment from hd_struct.
2011-04-21 Tejun Heoblock: don't block events on excl write for non-optical...
2011-04-12 Jeff Mahoney- Update to 2.6.39-rc2.
2011-03-22 Shaohua Liblock: fix non-atomic access to genhd inflight structures
2011-01-22 Jeff Mahoney- Update to 2.6.38-rc1.
2011-01-13 Jens AxboeMerge branch 'for-2.6.38/event-handling' into for-2...
2011-01-07 Jens Axboeblock: add internal hd part table references
2011-01-05 Jerome Marchandblock: fix accounting bug on cross partition merges
2010-12-16 Tejun Heoimplement in-kernel gendisk events handling
2010-12-16 Tejun Heoblock: move register_disk() and del_gendisk() to block...
2010-12-16 Tejun Heoblock: kill genhd_media_change_notify()
2010-11-12 Jeff Mahoney- Update to 2.6.37-rc1.
2010-10-24 Jens AxboeRevert "block: fix accounting bug on cross partition...
2010-10-23 Linus TorvaldsMerge branch 'for-2.6.37/core' of git://git.kernel...
2010-10-19 Yasuaki Ishimatsublock: fix accounting bug on cross partition merges
2010-09-15 Will Drewryblock, partition: add partition_meta_info to hd_struct
2010-08-20 Arnd Bergmannkernel: __rcu annotations
2010-04-14 Jeff Mahoney- Update to 2.6.34-rc4.
2010-03-23 Jeff Mahoney- patches.drivers/libata-prefer-over-ide: Delete.
2010-03-16 NeilBrownRemove GENHD_FL_DRIVERFS
2010-03-09 Jeff Mahoney- Updated to 2.6.34-rc1.
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to core kernel...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-11 Stephen Hemmingergenhd: overlapping variable definition
2009-11-10 Martin K. Petersenblock: Expose discard granularity
2009-10-16 Jeff Mahoney- Update to 2.6.32-rc5.
2009-10-09 Jeff Mahoney- Update to 2.6.32-rc3.
2009-10-08 Jeff Mahoney- Updated to 2.6.32-rc3.
2009-10-06 Nikanth Karthikesanblock: Seperate read and write statistics of in_flight...
2009-10-04 Jens AxboeRevert "Seperate read and write statistics of in_flight...
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-09-19 Kay SieversDriver-Core: extend devnode callbacks to provide permis...
2009-09-14 Nikanth KarthikesanSeperate read and write statistics of in_flight requests
2009-09-11 Nikanth Karthikesan- patches.suse/block-seperate-rw-inflight-stats: Sepera...
2009-07-03 Jeff Mahoney- Update to 2.6.31-rc1-git10.
2009-06-16 Kay SieversDriver Core: block: add nodename support for block...
2009-06-12 Linus TorvaldsMerge branch 'for-2.6.31' of git://git./linux/kernel...
2009-06-07 Bartlomiej Zolnier... partitions: add ->set_capacity block device method
2009-05-29 Tejun HeoRename mangle_minor to mangle_devt and also cover sd...
2009-05-22 Martin K. Petersenblock: Export I/O topology for block devices and partitions
2009-05-06 Greg Kroah-Hartman- Update config files.
2009-05-01 Jeff Mahoney- Update to 2.6.30-rc4.
2009-04-22 Tejun Heoblock: include empty disks in /proc/diskstats
2009-04-15 Jeff Mahoney- Update to 2.6.30-rc2.
2009-03-24 Petros Koutoupisblock: genhd.h cleanup patch
2009-03-24 Petros Koutoupisblock: genhd.h comment needs updating
2009-02-02 Jeff Mahoney- Updated to 2.6.29-rc3.
2008-12-29 Jens Axboeblock: add one-hit cache for disk partition lookup
2008-11-18 Tejun Heoblock: make add_partition() return pointer to hd_struct
2008-10-23 Alexey Dobriyanproc: move /proc/diskstats boilerplate to block/genhd.c
2008-10-23 Alexey Dobriyanproc: move rest of /proc/partitions code to block/genhd.c
2008-10-09 Tejun Heoblock: allow disk to have extended device number
2008-10-09 Tejun Heoblock: replace @ext_minors with GENHD_FL_EXT_DEVT
2008-10-09 Tejun Heoblock: make partition array dynamic
2008-10-09 Tejun Heoblock: move stats from disk to part0
2008-10-09 Tejun Heoblock: kill GENHD_FL_FAIL and use part0->make_it_fail
2008-10-09 Tejun Heoblock: always set bdev->bd_part
2008-10-09 Tejun Heoblock: move holder_dir from disk to part0
2008-10-09 Tejun Heoblock: move policy from disk to part0
2008-10-09 Tejun Heoblock: unify sysfs size node handling
2008-10-09 Tejun Heoblock: move __dev from disk to part0
2008-10-09 Tejun Heoblock: move capacity from disk to part0
2008-10-09 Tejun Heoblock: introduce partition 0
2008-10-09 Tejun Heoblock: implement and use {disk|part}_to_dev()
2008-10-09 Tejun Heoblock: implement extended dev numbers
2008-10-09 Tejun Heoblock: fix diskstats access
2008-10-09 Tejun Heoblock: fix disk->part[] dereferencing race
2008-10-09 Tejun Heoblock: don't depend on consecutive minor space
2008-10-09 Tejun Heoblock: make variable and argument names more consistent
2008-10-09 Tejun Heoblock: misc updates
2008-09-10 Hannes Reinecke- patches.suse/no-partition-scan: Implement 'no_partiti...
2008-08-27 FUJITA Tomonoriblock: move cmdfilter from gendisk to request_queue
2008-07-25 Abdel Benamrouchefs/partition/check.c: fix return value warning
2008-07-03 Adel Gadllahallow userspace to modify scsi command filter on per...
2008-07-03 Martin K. Petersenblock: Block layer data integrity support
2008-05-14 Kay Sieversblock: do_mounts - accept root=<non-existant partition>
2008-05-07 Jens Axboeblock: avoid duplicate calls to get_part() in disk...
2008-03-12 David WoodhouseRemove <linux/genhd.h> from user-visible headers.
2008-03-04 Adrian Bunkblock/genhd.c: proper externs
2008-03-04 Adrian Bunkblock/genhd.c: cleanups
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-08 Jerome MarchandEnhanced partition statistics: remove old partition...
2008-02-08 Jerome MarchandEnhanced partition statistics: update partition statitics
2008-02-08 Jerome MarchandEnhanced partition statistics: core statistics
2008-01-25 Kay SieversDriver core: convert block from raw kobjects to core...
2007-07-30 Mark Fortescue[PARTITION] MSDOS: Fix Sun num_partitions handling.
next