summaryrefslogtreecommitdiffstats
path: root/block/genhd.c
Commit message (Expand)AuthorAgeFilesLines
* proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan2008-10-231-1/+14
* proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan2008-10-231-1/+21
* block: fix current kernel-doc warningsRandy Dunlap2008-10-171-1/+1
* block: fix kernel-doc for blk_alloc_devt()Li Zefan2008-10-171-1/+0
* block: add fault injection mechanism for faking request timeoutsJens Axboe2008-10-091-0/+8
* block: fix duplicate headers for /proc/partitionsTejun Heo2008-10-091-1/+1
* block: don't test for partition size in bdget_disk() and blk_lookup_devt()Tejun Heo2008-10-091-2/+2
* block: kmalloc args reversed, small function definition fixesHarvey Harrison2008-10-091-2/+2
* block: allow disk to have extended device numberTejun Heo2008-10-091-1/+24
* block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo2008-10-091-15/+1
* block: make partition array dynamicTejun Heo2008-10-091-20/+109
* block: move stats from disk to part0Tejun Heo2008-10-091-73/+24
* block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo2008-10-091-29/+1
* block: move policy from disk to part0Tejun Heo2008-10-091-11/+5
* block: unify sysfs size node handlingTejun Heo2008-10-091-9/+1
* block: move __dev from disk to part0Tejun Heo2008-10-091-28/+12
* block: introduce partition 0Tejun Heo2008-10-091-17/+23
* block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-091-13/+14
* block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo2008-10-091-3/+35
* block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo2008-10-091-11/+34
* block: implement extended dev numbersTejun Heo2008-10-091-5/+115
* block: fix diskstats accessTejun Heo2008-10-091-9/+11
* block: fix disk->part[] dereferencing raceTejun Heo2008-10-091-31/+187
* block: don't depend on consecutive minor spaceTejun Heo2008-10-091-31/+76
* block: make variable and argument names more consistentTejun Heo2008-10-091-29/+25
* block: misc updatesTejun Heo2008-10-091-2/+2
* block: use class_dev_iterator instead of class_for_each_device()Tejun Heo2008-10-091-155/+97
* block: don't grab block_class_lock unnecessarilyTejun Heo2008-10-091-19/+9
* block: fix partition info printoutsTejun Heo2008-10-091-5/+5
* Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap2008-10-091-2/+3
* block: restore original behavior of /proc/partition when there's no partitionTejun Heo2008-09-011-1/+12
* remove blk_register_filter and blk_unregister_filter in gendiskFUJITA Tomonori2008-08-291-2/+0
* block: drop references taken by class_find_device()Kay Sievers2008-08-211-6/+16
* block: fix partial read() of /proc/{partitions,diskstats}Kay Sievers2008-08-211-6/+8
* block: make /proc/partitions and /proc/diskstats use class_find_device()Greg Kroah-Hartman2008-07-211-12/+13
* block: move header for /proc/partitions to seq_startGreg Kroah-Hartman2008-07-211-3/+4
* block: make proc files seq_start use the class_find_device()Greg Kroah-Hartman2008-07-211-14/+17
* block: make /proc/diskstats only build if CONFIG_PROC_FS is enabledRandy Dunlap2008-07-211-0/+2
* block: make blk_lookup_devt use the class iterator functionGreg Kroah-Hartman2008-07-211-12/+26
* block: make printk_partition use the class iterator functionGreg Kroah-Hartman2008-07-211-43/+50
* block: fix compiler warning in genhd.cGreg Kroah-Hartman2008-07-211-1/+3
* sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams2008-07-211-1/+4
* allow userspace to modify scsi command filter on per device basisAdel Gadllah2008-07-031-0/+2
* block: export "ro" attributeKay Sievers2008-07-031-0/+10
* Fix invalid access errors in blk_lookup_devtLinus Torvalds2008-06-091-0/+2
* block: do_mounts - accept root=<non-existant partition>Kay Sievers2008-05-141-3/+6
* mm: bdi: export BDI attributes in sysfsPeter Zijlstra2008-04-301-0/+8
* genhd must_check warning fixRoland McGrath2008-03-121-1/+3
* block/genhd.c: cleanupsAdrian Bunk2008-03-041-1/+5
* proper prototype for blk_dev_init()Adrian Bunk2008-03-041-2/+2