aboutsummaryrefslogtreecommitdiffstats
path: root/block/genhd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds1-3/+4
2017-04-28block: hide badblocks attribute by defaultDan Williams1-0/+11
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com1-3/+4
2017-03-22block: Fix oops scsi_disk_get()Jan Kara1-1/+1
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara1-21/+0
2017-03-08block: Make del_gendisk() safer for disks without queuesJan Kara1-6/+10
2017-03-02block: Move bdi_unregister() to del_gendisk()Jan Kara1-0/+5
2017-02-21block: Unhash also block device inode for the whole deviceJan Kara1-0/+1
2017-02-21block: Move bdev_unhash_inode() after invalidate_partition()Jan Kara1-2/+1
2017-02-02scsi, block: fix duplicate bdi name registration crashesDan Williams1-0/+21
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-1/+1
2017-02-02block: Unhash block device inodes on gendisk destructionJan Kara1-0/+2
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams1-1/+1
2016-08-04block: fix use-after-free in seq fileVegard Nossum1-0/+1
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+9
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner1-5/+0
2016-06-27block: remove ->driverfs_devDan Williams1-7/+2
2016-06-15block: introduce device_add_disk()Dan Williams1-6/+11
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-01-09block: kill disk_{check|set|clear|alloc}_badblocksDan Williams1-42/+0
2016-01-09block: clarify badblocks lifetimeDan Williams1-5/+0
2016-01-09badblocks: rename badblocks_free to badblocks_exitDan Williams1-1/+1
2016-01-09block: Add badblock management for gendisksVishal Verma1-0/+76
2016-01-09block: fix del_gendisk() vs blkdev_ioctl crashDan Williams1-1/+0
2015-11-24block: do not initialise statics to 0 or NULLWei Tang1-1/+1
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen1-0/+2
2015-07-17block: partition: convert percpu refMing Lei1-1/+5
2015-07-17block: partition: introduce hd_free_part()Ming Lei1-2/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-11block: fix ext_dev_lock lockdep reportDan Williams1-6/+6
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown1-1/+0
2014-11-19genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe1-2/+9
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-09-22genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe1-2/+0
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida1-1/+1
2014-09-03block: Fix dev_t minor allocation lifetimeKeith Busch1-10/+14
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches1-2/+1
2013-07-03block: do not pass disk names as format stringsKees Cook1-1/+1
2013-05-14block: queue work on power efficient wqViresh Kumar1-4/+8
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman1-1/+1
2013-04-08driver core: add uid and gid to devtmpfsKay Sievers1-1/+2
2013-02-27block: convert to idr_alloc()Tejun Heo1-15/+6
2013-02-27block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo1-8/+5
2013-02-27block: fix ext_devt_idr handlingTomas Henzl1-1/+5
2013-02-23block/genhd.c: apply pm_runtime_set_memalloc_noio on block devicesMing Lei1-0/+10
2012-12-19block: prevent race/cleanupDerek Basehore1-15/+30
2012-12-19block: remove deadlock in disk_clear_eventsDerek Basehore1-1/+8
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+1
2012-11-23block: store partition_meta_info.uuid as a stringStephen Warren1-7/+1