aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/genhd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-29block: add one-hit cache for disk partition lookupJens Axboe1-0/+1
2008-11-18block: make add_partition() return pointer to hd_structTejun Heo1-1/+3
2008-10-23proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan1-2/+0
2008-10-23proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan1-1/+0
2008-10-09block: allow disk to have extended device numberTejun Heo1-1/+2
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo1-8/+8
2008-10-09block: make partition array dynamicTejun Heo1-1/+18
2008-10-09block: move stats from disk to part0Tejun Heo1-114/+45
2008-10-09block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo1-1/+7
2008-10-09block: always set bdev->bd_partTejun Heo1-1/+1
2008-10-09block: move holder_dir from disk to part0Tejun Heo1-1/+0
2008-10-09block: move policy from disk to part0Tejun Heo1-1/+5
2008-10-09block: unify sysfs size node handlingTejun Heo1-0/+3
2008-10-09block: move __dev from disk to part0Tejun Heo1-5/+8
2008-10-09block: move capacity from disk to part0Tejun Heo1-3/+2
2008-10-09block: introduce partition 0Tejun Heo1-2/+9
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-9/+11
2008-10-09block: implement extended dev numbersTejun Heo1-3/+10
2008-10-09block: fix diskstats accessTejun Heo1-82/+57
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-14/+39
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-6/+21
2008-10-09block: make variable and argument names more consistentTejun Heo1-6/+6
2008-10-09block: misc updatesTejun Heo1-3/+10
2008-08-27block: move cmdfilter from gendisk to request_queueFUJITA Tomonori1-10/+0
2008-07-25fs/partition/check.c: fix return value warningAbdel Benamrouche1-1/+1
2008-07-03allow userspace to modify scsi command filter on per device basisAdel Gadllah1-0/+9
2008-07-03block: Block layer data integrity supportMartin K. Petersen1-0/+3
2008-05-14block: do_mounts - accept root=<non-existant partition>Kay Sievers1-2/+2
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe1-17/+18
2008-03-12Remove <linux/genhd.h> from user-visible headers.David Woodhouse1-27/+3
2008-03-04block/genhd.c: proper externsAdrian Bunk1-0/+3
2008-03-04block/genhd.c: cleanupsAdrian Bunk1-2/+0
2008-02-08Enhanced partition statistics: remove old partition statisticsJerome Marchand1-1/+0
2008-02-08Enhanced partition statistics: update partition statiticsJerome Marchand1-0/+1
2008-02-08Enhanced partition statistics: core statisticsJerome Marchand1-10/+141
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-14/+23
2007-07-30[PARTITION] MSDOS: Fix Sun num_partitions handling.Mark Fortescue1-1/+1
2007-05-23genhd: send async notification on media changeKristen Carlson Accardi1-1/+3
2007-05-23genhd: expose AN to user spaceKristen Carlson Accardi1-0/+1
2007-05-11Fix compile/link of init/do_mounts.c with !CONFIG_BLOCKJens Axboe1-1/+5
2007-05-09Display all possible partitions when the root filesystem failed to mountDave Gilbert1-0/+1
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+7
2007-02-11[PATCH] relax check for AIX in msdos partition tableOlaf Hering1-0/+2
2007-02-10[PARTITION]: Add whole_disk attribute.Fabio Massimo Di Nitto1-1/+7
2006-12-08[PATCH] fault-injection capability for disk IOAkinobu Mita1-0/+4
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-0/+4
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman1-2/+0
2006-04-25Include various private files only from within __KERNEL__ in genhd.hDavid Woodhouse1-6/+6
2006-04-14[PATCH] BLOCK: delay all uevents until partition table is scannedKay Sievers1-0/+1
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki1-2/+2