aboutsummaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-10-23proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan
2008-10-23proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan
2008-10-17block: fix current kernel-doc warningsRandy Dunlap
2008-10-17block: fix kernel-doc for blk_alloc_devt()Li Zefan
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe
2008-10-09block: fix duplicate headers for /proc/partitionsTejun Heo
2008-10-09block: don't test for partition size in bdget_disk() and blk_lookup_devt()Tejun Heo
2008-10-09block: kmalloc args reversed, small function definition fixesHarvey Harrison
2008-10-09block: allow disk to have extended device numberTejun Heo
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo
2008-10-09block: make partition array dynamicTejun Heo
2008-10-09block: move stats from disk to part0Tejun Heo
2008-10-09block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo
2008-10-09block: move policy from disk to part0Tejun Heo
2008-10-09block: unify sysfs size node handlingTejun Heo
2008-10-09block: move __dev from disk to part0Tejun Heo
2008-10-09block: introduce partition 0Tejun Heo
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo
2008-10-09block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo
2008-10-09block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo
2008-10-09block: implement extended dev numbersTejun Heo
2008-10-09block: fix diskstats accessTejun Heo
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo
2008-10-09block: don't depend on consecutive minor spaceTejun Heo
2008-10-09block: make variable and argument names more consistentTejun Heo
2008-10-09block: misc updatesTejun Heo
2008-10-09block: use class_dev_iterator instead of class_for_each_device()Tejun Heo
2008-10-09block: don't grab block_class_lock unnecessarilyTejun Heo
2008-10-09block: fix partition info printoutsTejun Heo
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap
2008-09-01block: restore original behavior of /proc/partition when there's no partitionTejun Heo
2008-08-29remove blk_register_filter and blk_unregister_filter in gendiskFUJITA Tomonori
2008-08-21block: drop references taken by class_find_device()Kay Sievers
2008-08-21block: fix partial read() of /proc/{partitions,diskstats}Kay Sievers
2008-07-21block: make /proc/partitions and /proc/diskstats use class_find_device()Greg Kroah-Hartman
2008-07-21block: move header for /proc/partitions to seq_startGreg Kroah-Hartman
2008-07-21block: make proc files seq_start use the class_find_device()Greg Kroah-Hartman
2008-07-21block: make /proc/diskstats only build if CONFIG_PROC_FS is enabledRandy Dunlap
2008-07-21block: make blk_lookup_devt use the class iterator functionGreg Kroah-Hartman
2008-07-21block: make printk_partition use the class iterator functionGreg Kroah-Hartman
2008-07-21block: fix compiler warning in genhd.cGreg Kroah-Hartman
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams
2008-07-03allow userspace to modify scsi command filter on per device basisAdel Gadllah
2008-07-03block: export "ro" attributeKay Sievers
2008-06-09Fix invalid access errors in blk_lookup_devtLinus Torvalds
2008-05-14block: do_mounts - accept root=<non-existant partition>Kay Sievers
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra
2008-03-12genhd must_check warning fixRoland McGrath
2008-03-04block/genhd.c: cleanupsAdrian Bunk