summaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)Author
2011-11-30block: genhd: Add disk/partition specific uevent callbacks for partition infoSan Mehat
2011-11-11block: make gendisk hold a reference to its queueTejun Heo
2011-08-02block/genhd.c: remove useless cast in diskstats_show()Herbert Poetzl
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-07-20block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu()Lai Jiangshan
2011-07-01block: flush MEDIA_CHANGE from drivers on close(2)Tejun Heo
2011-07-01Merge branch 'for-linus' into for-3.1/coreJens Axboe
2011-06-13block:remove some spare spaces in genhd.cWanlong Gao
2011-06-09block: make disk_block_events() properly wait for work cancellationTejun Heo
2011-06-09block: remove non-syncing __disk_block_events() and fold it into disk_block_e...Tejun Heo
2011-06-09block: don't use non-syncing event blocking in disk_check_events()Tejun Heo
2011-05-26block: always allocate genhd->ev if check_events is implementedTejun Heo
2011-04-21block: don't propagate unlisted DISK_EVENTs to userlandTejun Heo
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-09block: Don't implicitly trigger event check on disk_unblock_events()Tejun Heo
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo
2011-03-02block/genhd: Change some numerals into macrosLiu Yuan
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown
2011-01-13Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe
2011-01-07block: add internal hd part table referencesJens Axboe
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand
2010-12-17fs/block: type signature of major_to_index(int) to major_to_index(unsigned)Yang Zhang
2010-12-17block: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p)Yang Zhang
2010-12-16implement in-kernel gendisk events handlingTejun Heo
2010-12-16block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo
2010-12-16block: kill genhd_media_change_notify()Tejun Heo
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu
2010-09-16block: Fix race during disk initializationSigned-off-by: Jan Kara
2010-09-15init: add support for root devices specified by partition UUIDWill Drewry
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry
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