aboutsummaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)Author
2010-05-21block: remove all rcu head initializationsPaul E. McKenney
2010-04-15blkio: fix for modular blk-cgroup buildDivyesh Shah
2010-01-11block: Fix discard alignment calculation and printingMartin K. Petersen
2009-11-10block: Expose discard granularityMartin K. Petersen
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan
2009-09-11Send uevents for write_protect changesHannes Reinecke
2009-06-15Driver Core: block: add nodename support for block drivers.Kay Sievers
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen
2009-04-22block: include empty disks in /proc/diskstatsTejun Heo
2009-02-26block: add documentation for register_blkdev()Márton Németh
2009-02-18block: fix booting from partitioned md arrayNeil Brown
2009-01-06block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-29block: add one-hit cache for disk partition lookupJens Axboe
2008-12-03block: set disk->node_id before it's being usedCheng Renquan
2008-11-18block: fix boot failure with CONFIG_DEBUG_BLOCK_EXT_DEVT=y and nashZhang, Yanmin
2008-10-23proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan
2008-10-23proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan
2008-10-17block: fix current kernel-doc warningsRandy Dunlap
2008-10-17block: fix kernel-doc for blk_alloc_devt()Li Zefan
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe
2008-10-09block: fix duplicate headers for /proc/partitionsTejun Heo
2008-10-09block: don't test for partition size in bdget_disk() and blk_lookup_devt()Tejun Heo
2008-10-09block: kmalloc args reversed, small function definition fixesHarvey Harrison
2008-10-09block: allow disk to have extended device numberTejun Heo
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo
2008-10-09block: make partition array dynamicTejun Heo
2008-10-09block: move stats from disk to part0Tejun Heo
2008-10-09block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo
2008-10-09block: move policy from disk to part0Tejun Heo
2008-10-09block: unify sysfs size node handlingTejun Heo
2008-10-09block: move __dev from disk to part0Tejun Heo
2008-10-09block: introduce partition 0Tejun Heo
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo
2008-10-09block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo
2008-10-09block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo
2008-10-09block: implement extended dev numbersTejun Heo
2008-10-09block: fix diskstats accessTejun Heo
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo
2008-10-09block: don't depend on consecutive minor spaceTejun Heo
2008-10-09block: make variable and argument names more consistentTejun Heo
2008-10-09block: misc updatesTejun Heo
2008-10-09block: use class_dev_iterator instead of class_for_each_device()Tejun Heo
2008-10-09block: don't grab block_class_lock unnecessarilyTejun Heo
2008-10-09block: fix partition info printoutsTejun Heo
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap
2008-09-01block: restore original behavior of /proc/partition when there's no partitionTejun Heo