aboutsummaryrefslogtreecommitdiffstats
path: root/block/genhd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe1-28/+516
2011-01-07block: add internal hd part table referencesJens Axboe1-1/+2
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand1-0/+1
2010-12-17fs/block: type signature of major_to_index(int) to major_to_index(unsigned)Yang Zhang1-1/+1
2010-12-17block: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p)Yang Zhang1-1/+1
2010-12-16implement in-kernel gendisk events handlingTejun Heo1-0/+429
2010-12-16block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo1-3/+87
2010-12-16block: kill genhd_media_change_notify()Tejun Heo1-25/+0
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe1-14/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-5/+2
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen1-5/+2
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu1-0/+14
2010-09-16block: Fix race during disk initializationSigned-off-by: Jan Kara1-2/+4
2010-09-15init: add support for root devices specified by partition UUIDWill Drewry1-2/+7
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry1-0/+1
2010-05-21block: remove all rcu head initializationsPaul E. McKenney1-1/+0
2010-04-15blkio: fix for modular blk-cgroup buildDivyesh Shah1-0/+1
2010-01-11block: Fix discard alignment calculation and printingMartin K. Petersen1-1/+1
2009-11-10block: Expose discard granularityMartin K. Petersen1-0/+12
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan1-1/+3
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe1-3/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-4/+4
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan1-1/+3
2009-09-11Send uevents for write_protect changesHannes Reinecke1-2/+16
2009-06-15Driver Core: block: add nodename support for block drivers.Kay Sievers1-0/+10
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen1-0/+11
2009-04-22block: include empty disks in /proc/diskstatsTejun Heo1-4/+8
2009-02-26block: add documentation for register_blkdev()Márton Németh1-0/+16
2009-02-18block: fix booting from partitioned md arrayNeil Brown1-0/+8
2009-01-06block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-29block: add one-hit cache for disk partition lookupJens Axboe1-4/+19
2008-12-03block: set disk->node_id before it's being usedCheng Renquan1-1/+1
2008-11-18block: fix boot failure with CONFIG_DEBUG_BLOCK_EXT_DEVT=y and nashZhang, Yanmin1-0/+2
2008-10-23proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan1-1/+14
2008-10-23proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan1-1/+21
2008-10-17block: fix current kernel-doc warningsRandy Dunlap1-1/+1
2008-10-17block: fix kernel-doc for blk_alloc_devt()Li Zefan1-1/+0
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe1-0/+8
2008-10-09block: fix duplicate headers for /proc/partitionsTejun Heo1-1/+1
2008-10-09block: don't test for partition size in bdget_disk() and blk_lookup_devt()Tejun Heo1-2/+2
2008-10-09block: kmalloc args reversed, small function definition fixesHarvey Harrison1-2/+2
2008-10-09block: allow disk to have extended device numberTejun Heo1-1/+24
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo1-15/+1
2008-10-09block: make partition array dynamicTejun Heo1-20/+109
2008-10-09block: move stats from disk to part0Tejun Heo1-73/+24
2008-10-09block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo1-29/+1
2008-10-09block: move policy from disk to part0Tejun Heo1-11/+5
2008-10-09block: unify sysfs size node handlingTejun Heo1-9/+1
2008-10-09block: move __dev from disk to part0Tejun Heo1-28/+12