aboutsummaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Gravatar Joe Perches 1-2/+1
2013-07-03block: do not pass disk names as format stringsGravatar Kees Cook 1-1/+1
2013-05-14block: queue work on power efficient wqGravatar Viresh Kumar 1-4/+8
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGravatar Greg Kroah-Hartman 1-1/+1
2013-04-08driver core: add uid and gid to devtmpfsGravatar Kay Sievers 1-1/+2
2013-02-27block: convert to idr_alloc()Gravatar Tejun Heo 1-15/+6
2013-02-27block: fix synchronization and limit check in blk_alloc_devt()Gravatar Tejun Heo 1-8/+5
2013-02-27block: fix ext_devt_idr handlingGravatar Tomas Henzl 1-1/+5
2013-02-23block/genhd.c: apply pm_runtime_set_memalloc_noio on block devicesGravatar Ming Lei 1-0/+10
2012-12-19block: prevent race/cleanupGravatar Derek Basehore 1-15/+30
2012-12-19block: remove deadlock in disk_clear_eventsGravatar Derek Basehore 1-1/+8
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+1
2012-11-23block: store partition_meta_info.uuid as a stringGravatar Stephen Warren 1-7/+1
2012-11-10block: use NUMA_NO_NODE instead of -1Gravatar Ezequiel Garcia 1-1/+1
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-8/+6
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqGravatar Tejun Heo 1-5/+5
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueGravatar Tejun Heo 1-4/+2
2012-08-03block: Don't use static to define "void *p" in show_partition_start()Gravatar Jianpeng Ma 1-1/+1
2012-08-01block: add partition resize function to blkpg ioctlGravatar Vivek Goyal 1-5/+15
2012-05-15block: fix buffer overflow when printing partition UUIDsGravatar Tejun Heo 1-4/+6
2012-03-02Block: use a freezable workqueue for disk-event pollingGravatar Alan Stern 1-5/+5
2012-03-02block: fix __blkdev_get and add_disk race conditionGravatar Stanislaw Gruszka 1-13/+19
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZGravatar Al Viro 1-3/+2
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Gravatar Al Viro 1-1/+1
2012-01-03fs: move code out of buffer.cGravatar Al Viro 1-1/+0
2012-01-03make register_disk() staticGravatar Al Viro 1-1/+1
2011-12-14block: misc updates to blk_get_queue()Gravatar Tejun Heo 1-1/+1
2011-11-10block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk"Gravatar Tejun Heo 1-71/+0
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+8
2011-10-19block: make gendisk hold a reference to its queueGravatar Tejun Heo 1-0/+8
2011-08-29[SCSI] genhd: add a new attribute "alias" in gendiskGravatar Nao Nishijima 1-0/+71
2011-08-23block: add GENHD_FL_NO_PART_SCANGravatar Tejun Heo 1-2/+2
2011-08-02block/genhd.c: remove useless cast in diskstats_show()Gravatar Herbert Poetzl 1-4/+4
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-13/+15
2011-07-20block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu()Gravatar Lai Jiangshan 1-9/+1
2011-07-01block: flush MEDIA_CHANGE from drivers on close(2)Gravatar Tejun Heo 1-10/+12
2011-07-01Merge branch 'for-linus' into for-3.1/coreGravatar Jens Axboe 1-34/+45
2011-06-13block:remove some spare spaces in genhd.cGravatar Wanlong Gao 1-3/+3
2011-06-09block: make disk_block_events() properly wait for work cancellationGravatar Tejun Heo 1-0/+10
2011-06-09block: remove non-syncing __disk_block_events() and fold it into disk_block_e...Gravatar Tejun Heo 1-31/+24
2011-06-09block: don't use non-syncing event blocking in disk_check_events()Gravatar Tejun Heo 1-3/+11
2011-05-26block: always allocate genhd->ev if check_events is implementedGravatar Tejun Heo 1-1/+1
2011-04-21block: don't propagate unlisted DISK_EVENTs to userlandGravatar Tejun Heo 1-2/+6
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-09block: Don't implicitly trigger event check on disk_unblock_events()Gravatar Tejun Heo 1-1/+1
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreGravatar Tejun Heo 1-1/+1
2011-03-02block/genhd: Change some numerals into macrosGravatar Liu Yuan 1-8/+8
2011-02-24Fix over-zealous flush_disk when changing device size.Gravatar NeilBrown 1-1/+1