summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams4-1/+22
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 Torvalds129-1279/+11613
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner8-38/+1
2016-06-27block: remove ->driverfs_devDan Williams3-11/+4
2016-06-16block: introduce device_add_disk()Dan Williams2-7/+18
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds17-64/+79
2016-01-10block: kill disk_{check|set|clear|alloc}_badblocksDan Williams2-47/+0
2016-01-09block: clarify badblocks lifetimeDan Williams2-5/+2
2016-01-09badblocks: rename badblocks_free to badblocks_exitDan Williams4-6/+6
2016-01-09block: Add badblock management for gendisksVishal Verma2-0/+83
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. Petersen10-181/+152
2015-07-17block: partition: convert percpu refMing Lei3-15/+27
2015-07-17block: partition: introduce hd_free_part()Ming Lei3-4/+8
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds74-1242/+3890
2015-06-11block: fix ext_dev_lock lockdep reportDan Williams1-6/+6
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo29-102/+134
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown4-20/+1
2014-11-19genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe1-2/+9
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds92-135/+125
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 Iida11-17/+17
2014-09-03block: Fix dev_t minor allocation lifetimeKeith Busch2-11/+15
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches4-5/+4
2013-07-03block: do not pass disk names as format stringsKees Cook3-3/+4
2013-05-14block: queue work on power efficient wqViresh Kumar3-6/+12
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman5-20/+20
2013-04-08driver core: add uid and gid to devtmpfsKay Sievers5-18/+39
2013-02-28block: convert to idr_alloc()Tejun Heo2-32/+15
2013-02-28block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo1-8/+5
2013-02-28block: fix ext_devt_idr handlingTomas Henzl2-2/+6
2013-02-24block/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 Torvalds49-8636/+12920
2012-11-23block: store partition_meta_info.uuid as a stringStephen Warren4-26/+25
2012-11-10block: use NUMA_NO_NODE instead of -1Ezequiel Garcia2-3/+3
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds134-995/+988
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo10-30/+29
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo18-105/+41
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 Goyal5-9/+132
2012-05-15block: fix buffer overflow when printing partition UUIDsTejun Heo2-10/+6
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern3-6/+15
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 Torvalds28-949/+1121
2012-01-07Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro375-1471/+1008
2012-01-04switch device_get_devnode() and ->devnode() to umode_t *Al Viro31-35/+35
[next]