summaryrefslogtreecommitdiff
path: root/block/genhd.c (follow)
Commit message (Expand)AuthorAge
* Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2021-02-07
|\
| * Merge 4.4.252 into android-4.4-pGreg Kroah-Hartman2021-01-17
| |\
| | * block: fix use-after-free in disk_part_iter_nextMing Lei2021-01-17
* | | block: Use pointer to backing_dev_info from request_queueJan Kara2017-10-18
* | | block: Unhash block device inodes on gendisk destructionJan Kara2017-10-18
* | | Merge branch 'android-4.4@e4528dd' into branch 'msm-4.4'Blagovest Kolenichev2017-05-02
|\| |
| * | Merge 4.4.64 into android-4.4Greg Kroah-Hartman2017-04-27
| |\|
| | * block: fix del_gendisk() vs blkdev_ioctl crashDan Williams2017-04-27
| * | Merge tag 'v4.4.19' into android-4.4.yDmitry Shmidt2016-08-22
| |\|
* | | block: Make del_gendisk() safer for disks without queuesJan Kara2017-04-04
* | | block: Move bdi_unregister() to del_gendisk()Jan Kara2017-04-03
* | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-09-20
|\ \ \ | | |/ | |/|
| * | block: fix bdi vs gendisk lifetime mismatchDan Williams2016-08-20
* | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-08-18
|\| | | |/ |/|
| * block: fix use-after-free in seq fileVegard Nossum2016-08-16
* | block: genhd: Add disk/partition specific uevent callbacks for partition infoSan Mehat2016-02-16
|/
* block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-21
* block: partition: convert percpu refMing Lei2015-07-17
* block: partition: introduce hd_free_part()Ming Lei2015-07-17
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\
| * writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-02
* | block: fix ext_dev_lock lockdep reportDan Williams2015-06-11
* | block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown2015-05-28
|/
* genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe2014-11-19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-07
|\
| * Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-09
* | genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe2014-09-22
* | block: Fix dev_t minor allocation lifetimeKeith Busch2014-09-03
|/
* block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-11
* block: do not pass disk names as format stringsKees Cook2013-07-03
* block: queue work on power efficient wqViresh Kumar2013-05-14
* driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman2013-04-11
* driver core: add uid and gid to devtmpfsKay Sievers2013-04-08
* block: convert to idr_alloc()Tejun Heo2013-02-27
* block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo2013-02-27
* block: fix ext_devt_idr handlingTomas Henzl2013-02-27
* block/genhd.c: apply pm_runtime_set_memalloc_noio on block devicesMing Lei2013-02-23
* block: prevent race/cleanupDerek Basehore2012-12-19
* block: remove deadlock in disk_clear_eventsDerek Basehore2012-12-19
* Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-17
|\
| * block: store partition_meta_info.uuid as a stringStephen Warren2012-11-23
* | block: use NUMA_NO_NODE instead of -1Ezequiel Garcia2012-11-10
|/
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-02
|\
| * workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-20
| * workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-13
* | block: Don't use static to define "void *p" in show_partition_start()Jianpeng Ma2012-08-03
|/
* block: add partition resize function to blkpg ioctlVivek Goyal2012-08-01
* block: fix buffer overflow when printing partition UUIDsTejun Heo2012-05-15
* Block: use a freezable workqueue for disk-event pollingAlan Stern2012-03-02
* block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka2012-03-02