aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/genhd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe1-1/+0
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+52
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu1-0/+1
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry1-2/+51
2010-08-19kernel: __rcu annotationsArnd Bergmann1-3/+3
2010-03-16Remove GENHD_FL_DRIVERFSNeilBrown1-1/+1
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo1-1/+1
2010-01-11genhd: overlapping variable definitionStephen Hemminger1-3/+3
2009-11-10block: Expose discard granularityMartin K. Petersen1-0/+1
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan1-7/+14
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