aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/genhd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-08[PATCH] kmap: remove usage of rwsem from kobj_map.Greg Kroah-Hartman1-1/+1
2005-03-08[PATCH] block core: export MAJOR/MINOR to the hotplug envKay Sievers1-18/+33
2005-02-28[PATCH] genhd: NULL checking fixAndrew Morton1-2/+3
2005-01-25[PATCH] genhd: rename device_initAnton Blanchard1-2/+2
2005-01-13[PATCH] Block: move struct disk_attribute to genhd.hGreg Kroah-Hartman1-6/+0
2005-01-13[PATCH] Block: Remove block_subsys.rwsem usageGreg Kroah-Hartman1-19/+12
2005-01-04[PATCH] get_blkdev_list() cleanupAndrew Morton1-0/+2
2004-11-11[PATCH] add the driver name to the hotplug environmentKay Sievers1-0/+6
2004-11-03[PATCH] add the physical device and the bus to the hotplug environmentKay Sievers1-1/+39
2004-09-22[PATCH] fix diskstats_show() accounting with PREEMPTIngo Molnar1-0/+4
2004-07-14[PATCH] add removeable sysfs block device attributeOlaf Hering1-0/+11
2004-06-30[PATCH] sparse: NULL vs 0 - rest of driversMika Kukkonen1-1/+1
2004-05-14[PATCH] Covert drivers to use msec_to_jiffiesAndrew Morton1-18/+8
2004-03-15[PATCH] Fix comment in drivers/block/genhd.cAndrew Morton1-1/+1
2004-02-18[PATCH] fix display of NBD in /proc/partitionsAndrew Morton1-2/+3
2004-02-03[PATCH] /proc/paritions: omit removable mediaAndrew Morton1-2/+4
2003-12-30[PATCH] call_usermodehelper retval fixAndrew Morton1-1/+3
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo1-6/+16
2003-10-04[PATCH] Get rid of magic numbers in fsRusty Russell1-2/+2
2003-09-03[PATCH] Remove percpufication of in_flight counter inAndrew Morton1-2/+2
2003-08-30[PATCH] dev_t handling cleanups (12/12)Alexander Viro1-16/+8
2003-07-31[PATCH] dev_t printingAndrew Morton1-1/+1
2003-07-16[PATCH] remove all #include <blk.h>'sAdrian Bunk1-1/+1
2003-07-04[PATCH] per queue nr_requestsAndrew Morton1-2/+2
2003-06-02[PATCH] ->minor_shift removalAlexander Viro1-2/+0
2003-05-25[PATCH] drivers/* strlcpy conversionsBen Collins1-2/+1
2003-05-24[PATCH] kobj_mapAlexander Viro1-95/+10
2003-05-24[PATCH] switch blk_register_area() to kobjectAlexander Viro1-14/+15
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds1-3/+1
2003-05-03[PATCH] make __bdevname output more similar to bdevnameChristoph Hellwig1-24/+0
2003-04-27[PATCH] bdget_disk()Alexander Viro1-0/+11
2003-04-23[PATCH] C99 initializers for drivers/block/genhd.cArt Haas1-4/+4
2003-04-20[PATCH] Aggregated disk statisticsAndrew Morton1-0/+86
2003-04-20[PATCH] Allocate hd_structs dynamicallyAndrew Morton1-8/+11
2003-04-04block: add /sbin/hotplug support for when block devices are created and destr...Greg Kroah-Hartman1-1/+13
2003-03-22[PATCH] make the bdevname() API saneAndrew Morton1-3/+2
2003-03-22[PATCH] register_blkdev() fixesAndrew Morton1-12/+19
2003-03-22[PATCH] __bdevname atomicity fixAndrew Morton1-5/+22
2003-03-17[PATCH] Add error checking get_disk()Andrew Morton1-1/+9
2003-03-10[PATCH] remove devfs_only()Christoph Hellwig1-8/+1
2003-03-08[PATCH] Make diskstats per-cpu using kmalloc_percpuAndrew Morton1-10/+17
2003-03-08[PATCH] register_blkdev cleanupsAndrew Morton1-4/+136
2003-02-24[PATCH] remove MAX_BLKDEV from genhd.cAndrew Morton1-40/+38
2003-02-11[PATCH] genhd warnings fixAndrew Morton1-1/+1
2003-02-10[PATCH] genhd device unregistration fixAndries E. Brouwer1-1/+1
2003-01-12[PATCH] rbtree core for io schedulerJens Axboe1-0/+2
2003-01-09sysfs: fix up block and partition sysfs callbacks. Patrick Mochel1-15/+11
2003-01-06block devices: use list and lock in block_subsys, instead of those defined in...Patrick Mochel1-31/+21
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel1-5/+2
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel1-2/+6