aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/genhd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe1-14/+7
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-1/+1
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan1-7/+14
2009-06-15Driver Core: block: add nodename support for block drivers.Kay Sievers1-1/+1
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-0/+1
2009-06-07partitions: add ->set_capacity block device methodBartlomiej Zolnierkiewicz1-0/+1
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen1-0/+1
2009-04-22block: include empty disks in /proc/diskstatsTejun Heo1-0/+1
2009-03-24block: genhd.h cleanup patchPetros Koutoupis1-2/+1
2009-03-24block: genhd.h comment needs updatingPetros Koutoupis1-1/+1
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