aboutsummaryrefslogtreecommitdiffstats
path: root/block/genhd.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-19genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe1-2/+9
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-09-22genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe1-2/+0
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida1-1/+1
2014-09-03block: Fix dev_t minor allocation lifetimeKeith Busch1-10/+14
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches1-2/+1
2013-07-03block: do not pass disk names as format stringsKees Cook1-1/+1
2013-05-14block: queue work on power efficient wqViresh Kumar1-4/+8
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman1-1/+1
2013-04-08driver core: add uid and gid to devtmpfsKay Sievers1-1/+2
2013-02-27block: convert to idr_alloc()Tejun Heo1-15/+6
2013-02-27block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo1-8/+5
2013-02-27block: fix ext_devt_idr handlingTomas Henzl1-1/+5
2013-02-23block/genhd.c: apply pm_runtime_set_memalloc_noio on block devicesMing Lei1-0/+10
2012-12-19block: prevent race/cleanupDerek Basehore1-15/+30
2012-12-19block: remove deadlock in disk_clear_eventsDerek Basehore1-1/+8
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+1
2012-11-23block: store partition_meta_info.uuid as a stringStephen Warren1-7/+1
2012-11-10block: use NUMA_NO_NODE instead of -1Ezequiel Garcia1-1/+1
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-8/+6
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo1-5/+5
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-4/+2
2012-08-03block: Don't use static to define "void *p" in show_partition_start()Jianpeng Ma1-1/+1
2012-08-01block: add partition resize function to blkpg ioctlVivek Goyal1-5/+15
2012-05-15block: fix buffer overflow when printing partition UUIDsTejun Heo1-4/+6
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern1-5/+5
2012-03-02block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka1-13/+19
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro1-3/+2
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2012-01-03make register_disk() staticAl Viro1-1/+1
2011-12-14block: misc updates to blk_get_queue()Tejun Heo1-1/+1
2011-11-10block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk"Tejun Heo1-71/+0
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+8
2011-10-19block: make gendisk hold a reference to its queueTejun Heo1-0/+8
2011-08-29[SCSI] genhd: add a new attribute "alias" in gendiskNao Nishijima1-0/+71
2011-08-23block: add GENHD_FL_NO_PART_SCANTejun Heo1-2/+2
2011-08-02block/genhd.c: remove useless cast in diskstats_show()Herbert Poetzl1-4/+4
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+15
2011-07-20block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu()Lai Jiangshan1-9/+1
2011-07-01block: flush MEDIA_CHANGE from drivers on close(2)Tejun Heo1-10/+12
2011-07-01Merge branch 'for-linus' into for-3.1/coreJens Axboe1-34/+45
2011-06-13block:remove some spare spaces in genhd.cWanlong Gao1-3/+3
2011-06-09block: make disk_block_events() properly wait for work cancellationTejun Heo1-0/+10
2011-06-09block: remove non-syncing __disk_block_events() and fold it into disk_block_e...Tejun Heo1-31/+24
2011-06-09block: don't use non-syncing event blocking in disk_check_events()Tejun Heo1-3/+11
2011-05-26block: always allocate genhd->ev if check_events is implementedTejun Heo1-1/+1
2011-04-21block: don't propagate unlisted DISK_EVENTs to userlandTejun Heo1-2/+6
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-09block: Don't implicitly trigger event check on disk_unblock_events()Tejun Heo1-1/+1
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo1-1/+1
2011-03-02block/genhd: Change some numerals into macrosLiu Yuan1-8/+8
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown1-1/+1
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
2008-10-09block: introduce partition 0Tejun Heo1-17/+23
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-13/+14
2008-10-09block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo1-3/+35
2008-10-09block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo1-11/+34
2008-10-09block: implement extended dev numbersTejun Heo1-5/+115
2008-10-09block: fix diskstats accessTejun Heo1-9/+11
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-31/+187
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-31/+76
2008-10-09block: make variable and argument names more consistentTejun Heo1-29/+25
2008-10-09block: misc updatesTejun Heo1-2/+2
2008-10-09block: use class_dev_iterator instead of class_for_each_device()Tejun Heo1-155/+97
2008-10-09block: don't grab block_class_lock unnecessarilyTejun Heo1-19/+9
2008-10-09block: fix partition info printoutsTejun Heo1-5/+5
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap1-2/+3
2008-09-01block: restore original behavior of /proc/partition when there's no partitionTejun Heo1-1/+12
2008-08-29remove blk_register_filter and blk_unregister_filter in gendiskFUJITA Tomonori1-2/+0
2008-08-21block: drop references taken by class_find_device()Kay Sievers1-6/+16
2008-08-21block: fix partial read() of /proc/{partitions,diskstats}Kay Sievers1-6/+8
2008-07-21block: make /proc/partitions and /proc/diskstats use class_find_device()Greg Kroah-Hartman1-12/+13
2008-07-21block: move header for /proc/partitions to seq_startGreg Kroah-Hartman1-3/+4
2008-07-21block: make proc files seq_start use the class_find_device()Greg Kroah-Hartman1-14/+17
2008-07-21block: make /proc/diskstats only build if CONFIG_PROC_FS is enabledRandy Dunlap1-0/+2
2008-07-21block: make blk_lookup_devt use the class iterator functionGreg Kroah-Hartman1-12/+26
2008-07-21block: make printk_partition use the class iterator functionGreg Kroah-Hartman1-43/+50
2008-07-21block: fix compiler warning in genhd.cGreg Kroah-Hartman1-1/+3
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams1-1/+4
2008-07-03allow userspace to modify scsi command filter on per device basisAdel Gadllah1-0/+2
2008-07-03block: export "ro" attributeKay Sievers1-0/+10
2008-06-09Fix invalid access errors in blk_lookup_devtLinus Torvalds1-0/+2
2008-05-14block: do_mounts - accept root=<non-existant partition>Kay Sievers1-3/+6
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra1-0/+8
2008-03-12genhd must_check warning fixRoland McGrath1-1/+3
2008-03-04block/genhd.c: cleanupsAdrian Bunk1-1/+5
2008-03-04proper prototype for blk_dev_init()Adrian Bunk1-2/+2
2008-02-08Enhanced partition statistics: procfsJerome Marchand1-6/+22
2008-01-29block: constify function pointer tablesJan Engelhardt1-2/+2
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-233/+183
2008-01-24kset: convert block_subsys to use kset_createGreg Kroah-Hartman1-18/+16
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-2/+3
2007-11-27block: Fix memory leak in alloc_disk_node()Jerome Marchand1-0/+1
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-27/+8
2007-07-17unregister_blkdev(): return voidAkinobu Mita1-6/+1
2007-07-17unregister_blkdev(): do WARN_ON on failureAkinobu Mita1-2/+3
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter1-4/+4
2007-05-23genhd: send async notification on media changeKristen Carlson Accardi1-0/+23
2007-05-23genhd: expose AN to user spaceKristen Carlson Accardi1-1/+9
2007-05-09Display all possible partitions when the root filesystem failed to mountDave Gilbert1-0/+53
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-6/+6
2007-04-04[PATCH] remove protection of LANANA-reserved majorsAndrew Morton1-2/+0
2007-02-20[PATCH] rework reserved major handlingAndrew Morton1-7/+2
2007-02-12[PATCH] register_blkdev(): don't hand out the LOCAL/EXPERIMENTAL majorsAndrew Morton1-0/+8
2006-12-08[PATCH] fault-injection capability for disk IOAkinobu Mita1-0/+31
2006-09-29[PATCH] block: handle subsystem_register() init errorsRandy Dunlap1-2/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] Driver core: add generic "subsystem" link to all devicesKay Sievers1-5/+2
2006-05-12Revert "[BLOCK] Fix oops on removal of SD/MMC card"Linus Torvalds1-2/+0
2006-05-05[BLOCK] Fix oops on removal of SD/MMC cardRussell King1-0/+2
2006-03-31[PATCH] Simplify proc/devices and fix early termination regressionJoe Korty1-92/+11
2006-03-27[BLOCK] increase size of disk stat countersBen Woodard1-3/+3
2006-03-20[PATCH] kobj_map semaphore to mutex conversionJes Sorensen1-15/+16
2006-01-14[PATCH] convert /proc/devices to use seq_file interfaceNeil Horman1-20/+86
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-24/+24
2005-11-12[BLOCK] Document the READ/WRITE splitup of the disk statsJens Axboe1-6/+8
2005-11-04[BLOCK] Move all core block layer code to new block/ directoryJens Axboe1-0/+726