UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / block / genhd.c
2011-07-15 Tejun Heoblock: always allocate genhd->ev if check_events is...
2011-02-24 NeilBrownFix over-zealous flush_disk when changing device size.
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-17 Jens AxboeMerge branch 'for-2.6.38/core' into for-next
2010-12-17 Yang Zhangfs/block: type signature of major_to_index(int) to...
2010-12-17 Yang Zhangblock: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p)
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-10-24 Jens AxboeRevert "block: fix accounting bug on cross partition...
2010-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2010-10-22 Andi KleenSYSFS: Allow boot time switching between deprecated...
2010-10-19 Yasuaki Ishimatsublock: fix accounting bug on cross partition merges
2010-09-16 Signed-off-by: Jan... block: Fix race during disk initialization
2010-09-15 Will Drewryinit: add support for root devices specified by partiti...
2010-09-15 Will Drewryblock, partition: add partition_meta_info to hd_struct
2010-05-21 Paul E. McKenneyblock: remove all rcu head initializations
2010-04-15 Divyesh Shahblkio: fix for modular blk-cgroup build
2010-01-11 Martin K. Petersenblock: Fix discard alignment calculation and printing
2009-11-10 Martin K. Petersenblock: Expose discard granularity
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-19 Kay SieversDriver-Core: extend devnode callbacks to provide permis...
2009-09-15 David Brownelldriver model: constify attribute groups
2009-09-14 Nikanth KarthikesanSeperate read and write statistics of in_flight requests
2009-09-11 Hannes ReineckeSend uevents for write_protect changes
2009-06-16 Kay SieversDriver Core: block: add nodename support for block...
2009-05-22 Martin K. Petersenblock: Export I/O topology for block devices and partitions
2009-04-22 Tejun Heoblock: include empty disks in /proc/diskstats
2009-02-26 Márton Némethblock: add documentation for register_blkdev()
2009-02-18 Neil Brownblock: fix booting from partitioned md array
2009-01-06 Kay Sieversblock: struct device - replace bus_id with dev_name...
2008-12-29 Jens Axboeblock: add one-hit cache for disk partition lookup
2008-12-03 Cheng Renquanblock: set disk->node_id before it's being used
2008-11-18 Zhang, Yanminblock: fix boot failure with CONFIG_DEBUG_BLOCK_EXT_DEV...
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-17 Randy Dunlapblock: fix current kernel-doc warnings
2008-10-17 Li Zefanblock: fix kernel-doc for blk_alloc_devt()
2008-10-09 Jens Axboeblock: add fault injection mechanism for faking request...
2008-10-09 Tejun Heoblock: fix duplicate headers for /proc/partitions
2008-10-09 Tejun Heoblock: don't test for partition size in bdget_disk...
2008-10-09 Harvey Harrisonblock: kmalloc args reversed, small function definition...
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: 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: introduce partition 0
2008-10-09 Tejun Heoblock: implement and use {disk|part}_to_dev()
2008-10-09 Tejun Heoblock: implement CONFIG_DEBUG_BLOCK_EXT_DEVT
2008-10-09 Tejun Heoblock: adjust formatting for large minors and add ext_r...
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-10-09 Tejun Heoblock: use class_dev_iterator instead of class_for_each...
2008-10-09 Tejun Heoblock: don't grab block_class_lock unnecessarily
2008-10-09 Tejun Heoblock: fix partition info printouts
2008-10-09 Randy DunlapAdd some block/ source files to the kernel-api docbook...
2008-09-01 Tejun Heoblock: restore original behavior of /proc/partition...
2008-08-29 FUJITA Tomonoriremove blk_register_filter and blk_unregister_filter...
2008-08-21 Kay Sieversblock: drop references taken by class_find_device()
2008-08-21 Kay Sieversblock: fix partial read() of /proc/{partitions,diskstats}
2008-07-22 Greg Kroah-Hartmanblock: make /proc/partitions and /proc/diskstats use...
2008-07-22 Greg Kroah-Hartmanblock: move header for /proc/partitions to seq_start
2008-07-22 Greg Kroah-Hartmanblock: make proc files seq_start use the class_find_dev...
2008-07-22 Randy Dunlapblock: make /proc/diskstats only build if CONFIG_PROC_F...
2008-07-22 Greg Kroah-Hartmanblock: make blk_lookup_devt use the class iterator...
2008-07-22 Greg Kroah-Hartmanblock: make printk_partition use the class iterator...
2008-07-22 Greg Kroah-Hartmanblock: fix compiler warning in genhd.c
2008-07-22 Dan Williamssysfs: add /sys/dev/{char,block} to lookup sysfs path...
2008-07-03 Adel Gadllahallow userspace to modify scsi command filter on per...
2008-07-03 Kay Sieversblock: export "ro" attribute
2008-06-09 Linus TorvaldsFix invalid access errors in blk_lookup_devt
2008-05-14 Kay Sieversblock: do_mounts - accept root=<non-existant partition>
2008-04-30 Peter Zijlstramm: bdi: export BDI attributes in sysfs
2008-03-12 Roland McGrathgenhd must_check warning fix
2008-03-04 Adrian Bunkblock/genhd.c: cleanups
2008-03-04 Adrian Bunkproper prototype for blk_dev_init()
2008-02-08 Jerome MarchandEnhanced partition statistics: procfs
2008-01-29 Jan Engelhardtblock: constify function pointer tables
2008-01-25 Kay SieversDriver core: convert block from raw kobjects to core...
2008-01-25 Greg Kroah-Hartmankset: convert block_subsys to use kset_create
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2007-11-27 Jerome Marchandblock: Fix memory leak in alloc_disk_node()
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-07-17 Akinobu Mitaunregister_blkdev(): return void
2007-07-17 Akinobu Mitaunregister_blkdev(): do WARN_ON on failure
2007-07-17 Christoph LameterSlab allocators: Replace explicit zeroing with __GFP_ZERO
2007-05-24 Kristen Carlson... genhd: send async notification on media change
2007-05-24 Kristen Carlson... genhd: expose AN to user space
2007-05-09 Dave GilbertDisplay all possible partitions when the root filesyste...
next