aboutsummaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-01block: restore original behavior of /proc/partition when there's no partitionGravatar Tejun Heo 1-1/+12
2008-08-29remove blk_register_filter and blk_unregister_filter in gendiskGravatar FUJITA Tomonori 1-2/+0
2008-08-21block: drop references taken by class_find_device()Gravatar Kay Sievers 1-6/+16
2008-08-21block: fix partial read() of /proc/{partitions,diskstats}Gravatar Kay Sievers 1-6/+8
2008-07-21block: make /proc/partitions and /proc/diskstats use class_find_device()Gravatar Greg Kroah-Hartman 1-12/+13
2008-07-21block: move header for /proc/partitions to seq_startGravatar Greg Kroah-Hartman 1-3/+4
2008-07-21block: make proc files seq_start use the class_find_device()Gravatar Greg Kroah-Hartman 1-14/+17
2008-07-21block: make /proc/diskstats only build if CONFIG_PROC_FS is enabledGravatar Randy Dunlap 1-0/+2
2008-07-21block: make blk_lookup_devt use the class iterator functionGravatar Greg Kroah-Hartman 1-12/+26
2008-07-21block: make printk_partition use the class iterator functionGravatar Greg Kroah-Hartman 1-43/+50
2008-07-21block: fix compiler warning in genhd.cGravatar Greg Kroah-Hartman 1-1/+3
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorGravatar Dan Williams 1-1/+4
2008-07-03allow userspace to modify scsi command filter on per device basisGravatar Adel Gadllah 1-0/+2
2008-07-03block: export "ro" attributeGravatar Kay Sievers 1-0/+10
2008-06-09Fix invalid access errors in blk_lookup_devtGravatar Linus Torvalds 1-0/+2
2008-05-14block: do_mounts - accept root=<non-existant partition>Gravatar Kay Sievers 1-3/+6
2008-04-30mm: bdi: export BDI attributes in sysfsGravatar Peter Zijlstra 1-0/+8
2008-03-12genhd must_check warning fixGravatar Roland McGrath 1-1/+3
2008-03-04block/genhd.c: cleanupsGravatar Adrian Bunk 1-1/+5
2008-03-04proper prototype for blk_dev_init()Gravatar Adrian Bunk 1-2/+2
2008-02-08Enhanced partition statistics: procfsGravatar Jerome Marchand 1-6/+22
2008-01-29block: constify function pointer tablesGravatar Jan Engelhardt 1-2/+2
2008-01-24Driver core: convert block from raw kobjects to core devicesGravatar Kay Sievers 1-233/+183
2008-01-24kset: convert block_subsys to use kset_createGravatar Greg Kroah-Hartman 1-18/+16
2008-01-24kobject: remove struct kobj_type from struct ksetGravatar Greg Kroah-Hartman 1-2/+3
2007-11-27block: Fix memory leak in alloc_disk_node()Gravatar Jerome Marchand 1-0/+1
2007-10-12Driver core: change add_uevent_var to use a structGravatar Kay Sievers 1-27/+8
2007-07-17unregister_blkdev(): return voidGravatar Akinobu Mita 1-6/+1
2007-07-17unregister_blkdev(): do WARN_ON on failureGravatar Akinobu Mita 1-2/+3
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROGravatar Christoph Lameter 1-4/+4
2007-05-23genhd: send async notification on media changeGravatar Kristen Carlson Accardi 1-0/+23
2007-05-23genhd: expose AN to user spaceGravatar Kristen Carlson Accardi 1-1/+9
2007-05-09Display all possible partitions when the root filesystem failed to mountGravatar Dave Gilbert 1-0/+53
2007-05-02remove "struct subsystem" as it is no longer neededGravatar Greg Kroah-Hartman 1-6/+6
2007-04-04[PATCH] remove protection of LANANA-reserved majorsGravatar Andrew Morton 1-2/+0
2007-02-20[PATCH] rework reserved major handlingGravatar Andrew Morton 1-7/+2
2007-02-12[PATCH] register_blkdev(): don't hand out the LOCAL/EXPERIMENTAL majorsGravatar Andrew Morton 1-0/+8
2006-12-08[PATCH] fault-injection capability for disk IOGravatar Akinobu Mita 1-0/+31
2006-09-29[PATCH] block: handle subsystem_register() init errorsGravatar Randy Dunlap 1-2/+7
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-21[PATCH] Driver core: add generic "subsystem" link to all devicesGravatar Kay Sievers 1-5/+2
2006-05-12Revert "[BLOCK] Fix oops on removal of SD/MMC card"Gravatar Linus Torvalds 1-2/+0
2006-05-05[BLOCK] Fix oops on removal of SD/MMC cardGravatar Russell King 1-0/+2
2006-03-31[PATCH] Simplify proc/devices and fix early termination regressionGravatar Joe Korty 1-92/+11
2006-03-27[BLOCK] increase size of disk stat countersGravatar Ben Woodard 1-3/+3
2006-03-20[PATCH] kobj_map semaphore to mutex conversionGravatar Jes Sorensen 1-15/+16
2006-01-14[PATCH] convert /proc/devices to use seq_file interfaceGravatar Neil Horman 1-20/+86
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Gravatar Kay Sievers 1-24/+24
2005-11-12[BLOCK] Document the READ/WRITE splitup of the disk statsGravatar Jens Axboe 1-6/+8
2005-11-04[BLOCK] Move all core block layer code to new block/ directoryGravatar Jens Axboe 1-0/+726