aboutsummaryrefslogtreecommitdiff
path: root/block/partition-generic.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-10block: return just one value from part_in_flightGravatar Mikulas Patocka 1-3/+3
2018-12-10block: delete part_round_stats and switch to less precise countingGravatar Mikulas Patocka 1-3/+0
2018-12-10block: stop passing 'cpu' to all percpu stats methodsGravatar Mike Snitzer 1-3/+2
2018-11-28block: use rcu_work instead of call_rcu to avoid sleep in softirqGravatar Yufen Yu 1-3/+5
2018-09-21block: use nanosecond resolution for iostatGravatar Omar Sandoval 1-3/+3
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatGravatar Michael Callahan 1-2/+7
2018-07-18block: Define and use STAT_READ and STAT_WRITEGravatar Michael Callahan 1-8/+8
2018-05-29block: don't print a message when the device went awayGravatar Christoph Hellwig 1-2/+2
2018-05-24block drivers/block: Use octal not symbolic permissionsGravatar Joe Perches 1-12/+10
2018-04-26blk-mq: fix sysfs inflight counterGravatar Omar Sandoval 1-4/+6
2018-03-01block: display the correct diskname for bioGravatar Jiufei Xue 1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-25block: fix a crash caused by wrong APIGravatar Shaohua Li 1-1/+1
2017-08-24block: remove blk_free_devt in add_partitionGravatar weiping zhang 1-1/+0
2017-08-18genhd: Annotate all part and part_tbl pointer dereferencesGravatar Bart Van Assche 1-3/+12
2017-08-09block: make part_in_flight() take an array of two intsGravatar Jens Axboe 1-1/+3
2017-08-09block: pass in queue to inflight accountingGravatar Jens Axboe 1-2/+3
2017-05-23block: fix an error code in add_partition()Gravatar Dan Carpenter 1-1/+3
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-15/+2
2017-04-25Revert "block: use DAX for partition table reads"Gravatar Dan Williams 1-15/+2
2017-04-21block: get rid of blk_integrity_revalidate()Gravatar Ilya Dryomov 1-1/+0
2017-01-12block: Rename blk_queue_zone_size and bdev_zone_sizeGravatar Damien Le Moal 1-7/+7
2016-12-01block: Check partition alignment on zoned block devicesGravatar Damien Le Moal 1-0/+65
2016-06-14block/partition-generic.c: Remove a set-but-not-used variableGravatar Bart Van Assche 1-3/+0
2016-04-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+10
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-4/+4
2016-03-29block: partition: initialize percpuref before sending out KOBJ_ADDGravatar Ming Lei 1-3/+10
2016-03-15block: partition: add partition specific uevent callbacks for partition infoGravatar San Mehat 1-0/+11
2016-01-30block: use DAX for partition table readsGravatar Dan Williams 1-3/+15
2015-11-25Return EBUSY from BLKRRPART for mounted whole-dev fsGravatar Eric Sandeen 1-1/+1
2015-10-21block: Inline blk_integrity in struct gendiskGravatar Martin K. Petersen 1-0/+1
2015-07-17block: partition: convert percpu refGravatar Ming Lei 1-4/+5
2015-07-17block: partition: introduce hd_free_part()Gravatar Ming Lei 1-2/+1
2014-09-03block: Fix dev_t minor allocation lifetimeGravatar Keith Busch 1-1/+1
2013-04-08Revert "loop: cleanup partitions when detaching loop device"Gravatar Jens Axboe 1-1/+0
2013-03-22loop: cleanup partitions when detaching loop deviceGravatar Phillip Susi 1-0/+1
2013-02-27block/partitions: optimize memory allocation in check_partition()Gravatar Ming Lei 1-2/+2
2013-02-27block: fix ext_devt_idr handlingGravatar Tomas Henzl 1-1/+1
2012-08-01block: add partition resize function to blkpg ioctlGravatar Vivek Goyal 1-1/+3
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskGravatar Jun'ichi Nomura 1-8/+40
2012-01-03separate partition format handling from generic codeGravatar Al Viro 1-0/+537