summaryrefslogtreecommitdiffstats
path: root/block/genhd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-21/+49
|\
| * block: avoid null pointer dereference on null diskColin Ian King2017-11-101-1/+1
| * block: create 'slaves' and 'holders' entries for hidden gendisksHannes Reinecke2017-11-101-7/+7
| * block: introduce GENHD_FL_HIDDENChristoph Hellwig2017-11-031-18/+50
| * block: don't look at the struct device dev_t in disk_devtChristoph Hellwig2017-11-031-4/+0
* | block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_com...Byungchul Park2017-10-261-8/+2
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-20/+71
|\
| * block: add a __disk_get_part helperChristoph Hellwig2017-08-231-13/+13
| * block: reject attempts to allocate more than DISK_MAX_PARTS partitionsChristoph Hellwig2017-08-231-0/+7
| * genhd: Annotate all part and part_tbl pointer dereferencesBart Van Assche2017-08-181-5/+10
| * blk-mq: provide internal in-flight variantJens Axboe2017-08-091-0/+37
| * block: make part_in_flight() take an array of two intsJens Axboe2017-08-091-1/+3
| * block: pass in queue to inflight accountingJens Axboe2017-08-091-2/+2
* | block: order /proc/devices by major numberLogan Gunthorpe2017-07-171-5/+13
|/
* block: Constify disk_typeBart Van Assche2017-06-201-2/+2
* Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds2017-05-021-3/+4
|\
| * kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com2017-04-021-3/+4
* | block: hide badblocks attribute by defaultDan Williams2017-04-281-0/+11
* | block: Fix oops scsi_disk_get()Jan Kara2017-03-221-1/+1
* | Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara2017-03-081-21/+0
* | block: Make del_gendisk() safer for disks without queuesJan Kara2017-03-081-6/+10
|/
* block: Move bdi_unregister() to del_gendisk()Jan Kara2017-03-021-0/+5
* block: Unhash also block device inode for the whole deviceJan Kara2017-02-211-0/+1
* block: Move bdev_unhash_inode() after invalidate_partition()Jan Kara2017-02-211-2/+1
* scsi, block: fix duplicate bdi name registration crashesDan Williams2017-02-021-0/+21
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-1/+1
* block: Unhash block device inodes on gendisk destructionJan Kara2017-02-021-0/+2
* block: fix bdi vs gendisk lifetime mismatchDan Williams2016-08-041-1/+1
* block: fix use-after-free in seq fileVegard Nossum2016-08-041-0/+1
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-9/+9
|\
| * block: remove ->driverfs_devDan Williams2016-06-271-7/+2
| * block: introduce device_add_disk()Dan Williams2016-06-151-6/+11
* | timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-5/+0
|/
* Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-191-1/+1
|\
| * block: do not initialise statics to 0 or NULLWei Tang2015-11-241-1/+1
* | block: kill disk_{check|set|clear|alloc}_badblocksDan Williams2016-01-091-42/+0
* | block: clarify badblocks lifetimeDan Williams2016-01-091-5/+0
* | badblocks: rename badblocks_free to badblocks_exitDan Williams2016-01-091-1/+1
* | block: Add badblock management for gendisksVishal Verma2016-01-091-0/+76
* | block: fix del_gendisk() vs blkdev_ioctl crashDan Williams2016-01-091-1/+0
|/
* block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-211-0/+2
* block: partition: convert percpu refMing Lei2015-07-171-1/+5
* block: partition: introduce hd_free_part()Ming Lei2015-07-171-2/+1
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-0/+1
|\
| * writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
* | block: fix ext_dev_lock lockdep reportDan Williams2015-06-111-6/+6
* | block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown2015-05-281-1/+0
|/
* genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe2014-11-191-2/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-1/+1
|\
| * Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-091-1/+1
OpenPOWER on IntegriCloud