aboutsummaryrefslogtreecommitdiffstats
path: root/block/genhd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-10block: use NUMA_NO_NODE instead of -1Ezequiel Garcia1-1/+1
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-8/+6
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo1-5/+5
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-4/+2
2012-08-03block: Don't use static to define "void *p" in show_partition_start()Jianpeng Ma1-1/+1
2012-08-01block: add partition resize function to blkpg ioctlVivek Goyal1-5/+15
2012-05-15block: fix buffer overflow when printing partition UUIDsTejun Heo1-4/+6
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern1-5/+5
2012-03-02block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka1-13/+19
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro1-3/+2
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2012-01-03make register_disk() staticAl Viro1-1/+1
2011-12-14block: misc updates to blk_get_queue()Tejun Heo1-1/+1
2011-11-10block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk"Tejun Heo1-71/+0
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+8