aboutsummaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)Author
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
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida
2014-09-03block: Fix dev_t minor allocation lifetimeKeith Busch
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches
2013-07-03block: do not pass disk names as format stringsKees Cook
2013-05-14block: queue work on power efficient wqViresh Kumar
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman
2013-04-08driver core: add uid and gid to devtmpfsKay Sievers
2013-02-27block: convert to idr_alloc()Tejun Heo
2013-02-27block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo
2013-02-27block: fix ext_devt_idr handlingTomas Henzl
2013-02-23block/genhd.c: apply pm_runtime_set_memalloc_noio on block devicesMing Lei
2012-12-19block: prevent race/cleanupDerek Basehore
2012-12-19block: remove deadlock in disk_clear_eventsDerek Basehore
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-11-23block: store partition_meta_info.uuid as a stringStephen Warren
2012-11-10block: use NUMA_NO_NODE instead of -1Ezequiel Garcia
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo
2012-08-03block: Don't use static to define "void *p" in show_partition_start()Jianpeng Ma
2012-08-01block: add partition resize function to blkpg ioctlVivek Goyal
2012-05-15block: fix buffer overflow when printing partition UUIDsTejun Heo
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern
2012-03-02block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2012-01-03fs: move code out of buffer.cAl Viro
2012-01-03make register_disk() staticAl Viro
2011-12-14block: misc updates to blk_get_queue()Tejun Heo
2011-11-10block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk"Tejun Heo
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds