summaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)Author
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-10block: avoid null pointer dereference on null diskColin Ian King
2017-11-10block: create 'slaves' and 'holders' entries for hidden gendisksHannes Reinecke
2017-11-03block: introduce GENHD_FL_HIDDENChristoph Hellwig
2017-11-03block: don't look at the struct device dev_t in disk_devtChristoph Hellwig
2017-10-26block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_com...Byungchul Park
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-23block: add a __disk_get_part helperChristoph Hellwig
2017-08-23block: reject attempts to allocate more than DISK_MAX_PARTS partitionsChristoph Hellwig
2017-08-18genhd: Annotate all part and part_tbl pointer dereferencesBart Van Assche
2017-08-09blk-mq: provide internal in-flight variantJens Axboe
2017-08-09block: make part_in_flight() take an array of two intsJens Axboe
2017-08-09block: pass in queue to inflight accountingJens Axboe
2017-07-17block: order /proc/devices by major numberLogan Gunthorpe
2017-06-20block: Constify disk_typeBart Van Assche
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds
2017-04-28block: hide badblocks attribute by defaultDan Williams
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com
2017-03-22block: Fix oops scsi_disk_get()Jan Kara
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara
2017-03-08block: Make del_gendisk() safer for disks without queuesJan Kara
2017-03-02block: Move bdi_unregister() to del_gendisk()Jan Kara
2017-02-21block: Unhash also block device inode for the whole deviceJan Kara
2017-02-21block: Move bdev_unhash_inode() after invalidate_partition()Jan Kara
2017-02-02scsi, block: fix duplicate bdi name registration crashesDan Williams
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-02-02block: Unhash block device inodes on gendisk destructionJan Kara
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams
2016-08-04block: fix use-after-free in seq fileVegard Nossum
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner
2016-06-27block: remove ->driverfs_devDan Williams
2016-06-15block: introduce device_add_disk()Dan Williams
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-09block: kill disk_{check|set|clear|alloc}_badblocksDan Williams
2016-01-09block: clarify badblocks lifetimeDan Williams
2016-01-09badblocks: rename badblocks_free to badblocks_exitDan Williams
2016-01-09block: Add badblock management for gendisksVishal Verma
2016-01-09block: fix del_gendisk() vs blkdev_ioctl crashDan Williams
2015-11-24block: do not initialise statics to 0 or NULLWei Tang
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen
2015-07-17block: partition: convert percpu refMing Lei
2015-07-17block: partition: introduce hd_free_part()Ming Lei
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-11block: fix ext_dev_lock lockdep reportDan Williams
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown
2014-11-19genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-09-22genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe