aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-24aoe: set an optimal I/O sizeChristoph Hellwig1-2/+2
2020-09-24bcache: inherit the optimal I/O sizeChristoph Hellwig1-0/+2
2020-09-24drbd: remove dead code in device_to_statisticsChristoph Hellwig1-6/+0
2020-09-24fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig2-3/+2
2020-09-23block: mark blkdev_get staticChristoph Hellwig2-3/+1
2020-09-23PM: mm: cleanup swsusp_swap_checkChristoph Hellwig1-6/+4
2020-09-23mm: split swap_type_ofChristoph Hellwig4-40/+35
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig3-9/+9
2020-09-23mm: cleanup claim_swapfileChristoph Hellwig1-3/+3
2020-09-23ocfs2: cleanup o2hb_region_dev_storeChristoph Hellwig1-18/+10
2020-09-23dasd: cleanup dasd_scan_partitionsChristoph Hellwig1-11/+4
2020-09-23raw: don't keep unopened block device aroundChristoph Hellwig1-32/+19
2020-09-23zram: cleanup backing_dev_storeChristoph Hellwig1-3/+4
2020-09-23pktcdvd: use blkdev_get_by_dev instead of open coding itChristoph Hellwig1-14/+11
2020-09-23pktcdvd: remove the if 0'ed pkt_start_recovery functionChristoph Hellwig1-65/+2
2020-09-23block: cleanup blkdev_bszsetChristoph Hellwig1-7/+6
2020-09-23block: cleanup partition scanning in register_diskChristoph Hellwig1-19/+14
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig6-14/+13
2020-09-23block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer2-9/+13
2020-09-23block: use lcm_not_zero() when stacking chunk_sectorsMike Snitzer1-4/+8
2020-09-23block: fix bmd->is_null_mapped initializationChristoph Hellwig1-2/+1
2020-09-23block: drop double zeroingJulia Lawall1-1/+1
2020-09-14blk-throttle: Avoid checking bps/iops limitation if bps or iops is unlimitedBaolin Wang1-0/+12
2020-09-14blk-throttle: Avoid calculating bps/iops limitation repeatedlyBaolin Wang1-9/+10
2020-09-14blk-throttle: Define readable macros instead of static variablesBaolin Wang1-5/+5
2020-09-14blk-throttle: Use readable READ/WRITE macrosBaolin Wang1-2/+2
2020-09-14blk-throttle: Fix some comments' typosBaolin Wang1-7/+7
2020-09-14iocost: fix infinite loop bug in adjust_inuse_and_calc_cost()Tejun Heo1-3/+9
2020-09-11blk-iocost: fix divide-by-zero in transfer_surpluses()Tejun Heo1-4/+10
2020-09-11bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu1-4/+6
2020-09-11md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu1-4/+4
2020-09-11block: introduce part_[begin|end]_io_acctSong Liu2-6/+38
2020-09-11blk-mq: always allow reserved allocation in hctx_may_queueMing Lei2-3/+5
2020-09-11block: remove duplicate include statement in scsi_ioctl.cTian Tao1-2/+0
2020-09-10blkcg: add plugging support for punt bioXianting Tian1-0/+9
2020-09-10block: remove check_disk_changeChristoph Hellwig2-21/+0
2020-09-10sr: simplify sr_block_revalidate_diskChristoph Hellwig1-23/+13
2020-09-10sr: use bdev_check_media_changeChristoph Hellwig1-2/+4
2020-09-10sd: use bdev_check_media_changeChristoph Hellwig1-3/+4
2020-09-10md: use bdev_check_media_changeChristoph Hellwig1-1/+1
2020-09-10ide-gd: stop using the disk events mechanismChristoph Hellwig4-50/+7
2020-09-10ide-cd: remove idecd_revalidate_diskChristoph Hellwig1-12/+5
2020-09-10ide-cd: use bdev_check_media_changedChristoph Hellwig1-2/+3
2020-09-10gdrom: use bdev_check_media_changeChristoph Hellwig1-1/+1
2020-09-10paride/pcd: use bdev_check_media_changeChristoph Hellwig1-1/+1
2020-09-10xsysace: simplify media change handlingChristoph Hellwig1-16/+10
2020-09-10xsysace: use bdev_check_media_changeChristoph Hellwig1-2/+2
2020-09-10swim3: use bdev_check_media_changedChristoph Hellwig1-2/+2
2020-09-10swim: simplify media change handlingChristoph Hellwig1-22/+2
2020-09-10swim: use bdev_check_media_changeChristoph Hellwig1-2/+4