summaryrefslogtreecommitdiffstats
path: root/block/partition-generic.c
Commit message (Expand)AuthorAgeFilesLines
* block: allow partitions on host aware zone devicesChristoph Hellwig2020-01-261-4/+22
* Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-101/+79
|\
| * block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig2019-11-141-0/+5
| * block: move rescan_partitions to fs/block_dev.cChristoph Hellwig2019-11-141-35/+2
| * block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig2019-11-141-24/+14
| * block: refactor rescan_partitionsChristoph Hellwig2019-11-141-78/+94
* | Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-65/+9
|\ \ | |/
| * block: Remove partition support for zoned block devicesDamien Le Moal2019-11-121-65/+9
* | block: add iostat counters for flush requestsKonstantin Khlebnikov2019-11-211-2/+5
|/
* block: fix use-after-free on gendiskYufen Yu2019-04-221-0/+7
* block: return just one value from part_in_flightMikulas Patocka2018-12-101-3/+3
* block: delete part_round_stats and switch to less precise countingMikulas Patocka2018-12-101-3/+0
* block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-101-3/+2
* block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu2018-11-281-3/+5
* block: use nanosecond resolution for iostatOmar Sandoval2018-09-211-3/+3
* block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan2018-07-181-2/+7
* block: Define and use STAT_READ and STAT_WRITEMichael Callahan2018-07-181-8/+8
* 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
OpenPOWER on IntegriCloud