aboutsummaryrefslogtreecommitdiffstats
path: root/block/genhd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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_events()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