aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/partition-generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-03block: Fix dev_t minor allocation lifetimeKeith Busch1-1/+1
2013-04-08Revert "loop: cleanup partitions when detaching loop device"Jens Axboe1-1/+0
2013-03-22loop: cleanup partitions when detaching loop devicePhillip Susi1-0/+1
2013-02-27block/partitions: optimize memory allocation in check_partition()Ming Lei1-2/+2
2013-02-27block: fix ext_devt_idr handlingTomas Henzl1-1/+1
2012-08-01block: add partition resize function to blkpg ioctlVivek Goyal1-1/+3
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura1-8/+40
2012-01-03separate partition format handling from generic codeAl Viro1-0/+537