summaryrefslogtreecommitdiffstats
path: root/block/genhd.c
Commit message (Expand)AuthorAgeFilesLines
* block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-111-2/+1
* block: do not pass disk names as format stringsKees Cook2013-07-031-1/+1
* block: queue work on power efficient wqViresh Kumar2013-05-141-4/+8
* driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman2013-04-111-1/+1
* driver core: add uid and gid to devtmpfsKay Sievers2013-04-081-1/+2
* block: convert to idr_alloc()Tejun Heo2013-02-271-15/+6
* block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo2013-02-271-8/+5
* block: fix ext_devt_idr handlingTomas Henzl2013-02-271-1/+5
* block/genhd.c: apply pm_runtime_set_memalloc_noio on block devicesMing Lei2013-02-231-0/+10
* block: prevent race/cleanupDerek Basehore2012-12-191-15/+30
* block: remove deadlock in disk_clear_eventsDerek Basehore2012-12-191-1/+8
* Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-171-7/+1
|\
| * block: store partition_meta_info.uuid as a stringStephen Warren2012-11-231-7/+1
* | block: use NUMA_NO_NODE instead of -1Ezequiel Garcia2012-11-101-1/+1
|/
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-8/+6
|\
| * workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-201-5/+5
| * workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-131-4/+2
* | block: Don't use static to define "void *p" in show_partition_start()Jianpeng Ma2012-08-031-1/+1
|/
* block: add partition resize function to blkpg ioctlVivek Goyal2012-08-011-5/+15
* block: fix buffer overflow when printing partition UUIDsTejun Heo2012-05-151-4/+6
* Block: use a freezable workqueue for disk-event pollingAlan Stern2012-03-021-5/+5
* block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka2012-03-021-13/+19
* Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-151-1/+1
|\
| * block: misc updates to blk_get_queue()Tejun Heo2011-12-141-1/+1
| |
| \
*-. \ Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-061-3/+2
|\ \ \ | |_|/ |/| |
| | * fs: move code out of buffer.cAl Viro2012-01-031-1/+0
| | * make register_disk() staticAl Viro2012-01-031-1/+1
| |/ |/|
| * switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
|/
* block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk"Tejun Heo2011-11-101-71/+0
* Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-041-2/+2
|\
| * block: add GENHD_FL_NO_PART_SCANTejun Heo2011-08-231-2/+2
* | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-041-0/+8
|\ \
| * | block: make gendisk hold a reference to its queueTejun Heo2011-10-191-0/+8
* | | [SCSI] genhd: add a new attribute "alias" in gendiskNao Nishijima2011-08-291-0/+71
|/ /
* / block/genhd.c: remove useless cast in diskstats_show()Herbert Poetzl2011-08-021-4/+4
|/
* Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-251-13/+15
|\
| * block: flush MEDIA_CHANGE from drivers on close(2)Tejun Heo2011-07-011-10/+12
| * Merge branch 'for-linus' into for-3.1/coreJens Axboe2011-07-011-34/+45
| |\
| * | block:remove some spare spaces in genhd.cWanlong Gao2011-06-131-3/+3
* | | block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu()Lai Jiangshan2011-07-201-9/+1
| |/ |/|
* | block: make disk_block_events() properly wait for work cancellationTejun Heo2011-06-091-0/+10
* | block: remove non-syncing __disk_block_events() and fold it into disk_block_e...Tejun Heo2011-06-091-31/+24
* | block: don't use non-syncing event blocking in disk_check_events()Tejun Heo2011-06-091-3/+11
|/
* block: always allocate genhd->ev if check_events is implementedTejun Heo2011-05-261-1/+1
* block: don't propagate unlisted DISK_EVENTs to userlandTejun Heo2011-04-211-2/+6
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* block: Don't implicitly trigger event check on disk_unblock_events()Tejun Heo2011-03-091-1/+1
* Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-041-1/+1
|\
| * Fix over-zealous flush_disk when changing device size.NeilBrown2011-02-241-1/+1
* | block/genhd: Change some numerals into macrosLiu Yuan2011-03-021-8/+8
|/