summaryrefslogtreecommitdiffstats
path: root/block/partition-generic.c
Commit message (Expand)AuthorAgeFilesLines
* block: don't print a message when the device went awayChristoph Hellwig2018-05-291-2/+2
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-12/+10
* blk-mq: fix sysfs inflight counterOmar Sandoval2018-04-261-4/+6
* block: display the correct diskname for bioJiufei Xue2018-03-011-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* block: fix a crash caused by wrong APIShaohua Li2017-09-251-1/+1
* block: remove blk_free_devt in add_partitionweiping zhang2017-08-241-1/+0
* genhd: Annotate all part and part_tbl pointer dereferencesBart Van Assche2017-08-181-3/+12
* 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/+3
* block: fix an error code in add_partition()Dan Carpenter2017-05-231-1/+3
* Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-15/+2
|\
| * Revert "block: use DAX for partition table reads"Dan Williams2017-04-251-15/+2
* | block: get rid of blk_integrity_revalidate()Ilya Dryomov2017-04-211-1/+0
|/
* block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal2017-01-121-7/+7
* block: Check partition alignment on zoned block devicesDamien Le Moal2016-12-011-0/+65
* block/partition-generic.c: Remove a set-but-not-used variableBart Van Assche2016-06-141-3/+0
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-04-151-3/+10
|\
| * block: partition: initialize percpuref before sending out KOBJ_ADDMing Lei2016-03-291-3/+10
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
|/
* block: partition: add partition specific uevent callbacks for partition infoSan Mehat2016-03-151-0/+11
* block: use DAX for partition table readsDan Williams2016-01-301-3/+15
* Return EBUSY from BLKRRPART for mounted whole-dev fsEric Sandeen2015-11-251-1/+1
* block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-211-0/+1
* block: partition: convert percpu refMing Lei2015-07-171-4/+5
* block: partition: introduce hd_free_part()Ming Lei2015-07-171-2/+1
* block: Fix dev_t minor allocation lifetimeKeith Busch2014-09-031-1/+1
* Revert "loop: cleanup partitions when detaching loop device"Jens Axboe2013-04-081-1/+0
* loop: cleanup partitions when detaching loop devicePhillip Susi2013-03-221-0/+1
* block/partitions: optimize memory allocation in check_partition()Ming Lei2013-02-271-2/+2
* block: fix ext_devt_idr handlingTomas Henzl2013-02-271-1/+1
* block: add partition resize function to blkpg ioctlVivek Goyal2012-08-011-1/+3
* block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura2012-03-021-8/+40
* separate partition format handling from generic codeAl Viro2012-01-031-0/+537
OpenPOWER on IntegriCloud