aboutsummaryrefslogtreecommitdiffstats
path: root/block/genhd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-23proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan1-1/+14
2008-10-23proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan1-1/+21
2008-10-17block: fix current kernel-doc warningsRandy Dunlap1-1/+1
2008-10-17block: fix kernel-doc for blk_alloc_devt()Li Zefan1-1/+0
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe1-0/+8
2008-10-09block: fix duplicate headers for /proc/partitionsTejun Heo1-1/+1
2008-10-09block: don't test for partition size in bdget_disk() and blk_lookup_devt()Tejun Heo1-2/+2
2008-10-09block: kmalloc args reversed, small function definition fixesHarvey Harrison1-2/+2
2008-10-09block: allow disk to have extended device numberTejun Heo1-1/+24
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo1-15/+1
2008-10-09block: make partition array dynamicTejun Heo1-20/+109
2008-10-09block: move stats from disk to part0Tejun Heo1-73/+24
2008-10-09block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo1-29/+1
2008-10-09block: move policy from disk to part0Tejun Heo1-11/+5
2008-10-09block: unify sysfs size node handlingTejun Heo1-9/+1
2008-10-09block: move __dev from disk to part0Tejun Heo1-28/+12
2008-10-09block: introduce partition 0Tejun Heo1-17/+23
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-13/+14
2008-10-09block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo1-3/+35
2008-10-09block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo1-11/+34
2008-10-09block: implement extended dev numbersTejun Heo1-5/+115
2008-10-09block: fix diskstats accessTejun Heo1-9/+11
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-31/+187
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-31/+76
2008-10-09block: make variable and argument names more consistentTejun Heo1-29/+25
2008-10-09block: misc updatesTejun Heo1-2/+2
2008-10-09block: use class_dev_iterator instead of class_for_each_device()Tejun Heo1-155/+97
2008-10-09block: don't grab block_class_lock unnecessarilyTejun Heo1-19/+9
2008-10-09block: fix partition info printoutsTejun Heo1-5/+5
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC.Randy Dunlap1-2/+3
2008-09-01block: restore original behavior of /proc/partition when there's no partitionTejun Heo1-1/+12
2008-08-29remove blk_register_filter and blk_unregister_filter in gendiskFUJITA Tomonori1-2/+0
2008-08-21block: drop references taken by class_find_device()Kay Sievers1-6/+16
2008-08-21block: fix partial read() of /proc/{partitions,diskstats}Kay Sievers1-6/+8
2008-07-21block: make /proc/partitions and /proc/diskstats use class_find_device()Greg Kroah-Hartman1-12/+13
2008-07-21block: move header for /proc/partitions to seq_startGreg Kroah-Hartman1-3/+4
2008-07-21block: make proc files seq_start use the class_find_device()Greg Kroah-Hartman1-14/+17
2008-07-21block: make /proc/diskstats only build if CONFIG_PROC_FS is enabledRandy Dunlap1-0/+2
2008-07-21block: make blk_lookup_devt use the class iterator functionGreg Kroah-Hartman1-12/+26
2008-07-21block: make printk_partition use the class iterator functionGreg Kroah-Hartman1-43/+50
2008-07-21block: fix compiler warning in genhd.cGreg Kroah-Hartman1-1/+3
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams1-1/+4
2008-07-03allow userspace to modify scsi command filter on per device basisAdel Gadllah1-0/+2
2008-07-03block: export "ro" attributeKay Sievers1-0/+10
2008-06-09Fix invalid access errors in blk_lookup_devtLinus Torvalds1-0/+2
2008-05-14block: do_mounts - accept root=<non-existant partition>Kay Sievers1-3/+6
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra1-0/+8
2008-03-12genhd must_check warning fixRoland McGrath1-1/+3
2008-03-04block/genhd.c: cleanupsAdrian Bunk1-1/+5
2008-03-04proper prototype for blk_dev_init()Adrian Bunk1-2/+2