aboutsummaryrefslogtreecommitdiffstats
path: root/block/partition-generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-24block: merge partition-generic.c and check.cChristoph Hellwig1-509/+0
2020-03-24block: cleanup how md_autodetect_dev is calledChristoph Hellwig1-7/+4
2020-03-24block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig1-12/+19
2020-03-24block: remove alloc_part_info and free_part_infoChristoph Hellwig1-2/+4
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig1-75/+1
2020-03-24block: move disk_name and related helpers out of partition-generic.cChristoph Hellwig1-32/+0
2020-03-24block: remove __bdevnameChristoph Hellwig1-14/+0
2020-01-26block: allow partitions on host aware zone devicesChristoph Hellwig1-4/+22
2019-11-25Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds1-101/+79
2019-11-25Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds1-65/+9
2019-11-21block: add iostat counters for flush requestsKonstantin Khlebnikov1-2/+5
2019-11-14block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig1-0/+5
2019-11-14block: move rescan_partitions to fs/block_dev.cChristoph Hellwig1-35/+2
2019-11-14block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig1-24/+14
2019-11-14block: refactor rescan_partitionsChristoph Hellwig1-78/+94
2019-11-12block: Remove partition support for zoned block devicesDamien Le Moal1-65/+9
2019-04-22block: fix use-after-free on gendiskYufen Yu1-0/+7
2018-12-10block: return just one value from part_in_flightMikulas Patocka1-3/+3
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka1-3/+0
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer1-3/+2
2018-11-28block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu1-3/+5
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval1-3/+3
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan1-2/+7
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan1-8/+8
2018-05-29block: don't print a message when the device went awayChristoph Hellwig1-2/+2
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-12/+10
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval1-4/+6
2018-03-01block: display the correct diskname for bioJiufei Xue1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25block: fix a crash caused by wrong APIShaohua Li1-1/+1
2017-08-24block: remove blk_free_devt in add_partitionweiping zhang1-1/+0
2017-08-18genhd: Annotate all part and part_tbl pointer dereferencesBart Van Assche1-3/+12
2017-08-09block: make part_in_flight() take an array of two intsJens Axboe1-1/+3
2017-08-09block: pass in queue to inflight accountingJens Axboe1-2/+3
2017-05-23block: fix an error code in add_partition()Dan Carpenter1-1/+3
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-15/+2
2017-04-25Revert "block: use DAX for partition table reads"Dan Williams1-15/+2
2017-04-21block: get rid of blk_integrity_revalidate()Ilya Dryomov1-1/+0
2017-01-12block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal1-7/+7
2016-12-01block: Check partition alignment on zoned block devicesDamien Le Moal1-0/+65
2016-06-14block/partition-generic.c: Remove a set-but-not-used variableBart Van Assche1-3/+0
2016-04-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+10
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-03-29block: partition: initialize percpuref before sending out KOBJ_ADDMing Lei1-3/+10
2016-03-15block: partition: add partition specific uevent callbacks for partition infoSan Mehat1-0/+11
2016-01-30block: use DAX for partition table readsDan Williams1-3/+15
2015-11-25Return EBUSY from BLKRRPART for mounted whole-dev fsEric Sandeen1-1/+1
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen1-0/+1
2015-07-17block: partition: convert percpu refMing Lei1-4/+5
2015-07-17block: partition: introduce hd_free_part()Ming Lei1-2/+1