aboutsummaryrefslogtreecommitdiffstats
path: root/block/genhd.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Enhanced partition statistics: procfsJerome Marchand2008-02-081-6/+22
* block: constify function pointer tablesJan Engelhardt2008-01-291-2/+2
* Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-241-233/+183
* kset: convert block_subsys to use kset_createGreg Kroah-Hartman2008-01-241-18/+16
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-2/+3
* block: Fix memory leak in alloc_disk_node()Jerome Marchand2007-11-271-0/+1
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-27/+8
* unregister_blkdev(): return voidAkinobu Mita2007-07-171-6/+1
* unregister_blkdev(): do WARN_ON on failureAkinobu Mita2007-07-171-2/+3
* Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-171-4/+4
* genhd: send async notification on media changeKristen Carlson Accardi2007-05-231-0/+23
* genhd: expose AN to user spaceKristen Carlson Accardi2007-05-231-1/+9
* Display all possible partitions when the root filesystem failed to mountDave Gilbert2007-05-091-0/+53
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-6/+6
* [PATCH] remove protection of LANANA-reserved majorsAndrew Morton2007-04-041-2/+0
* [PATCH] rework reserved major handlingAndrew Morton2007-02-201-7/+2