summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig1-125/+33
2020-12-04block: remove the unused block_sleeprq tracepointChristoph Hellwig1-18/+0
2020-12-02bio: optimise bvec iterationPavel Begunkov1-2/+15
2020-12-02block: optimise for_each_bvec() advancePavel Begunkov1-5/+15
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig3-34/+15
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: remove the partno field from struct hd_structChristoph Hellwig1-1/+0
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig3-15/+14
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig3-11/+9
2020-12-01block: move the policy field to struct block_deviceChristoph Hellwig2-2/+3
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig2-3/+3
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig2-1/+1
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig2-1/+2
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig3-4/+4
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig3-21/+21
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-22/+7
2020-12-01block: simplify part_to_diskChristoph Hellwig1-7/+3
2020-12-01block: simplify the block device claiming interfaceChristoph Hellwig1-4/+2
2020-12-01block: remove ->bd_containsChristoph Hellwig1-1/+3
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig3-5/+12
2020-12-01block: remove i_bdevChristoph Hellwig2-2/+1
2020-12-01init: refactor name_to_dev_tChristoph Hellwig1-6/+1
2020-12-01block: add a bdev_kobj helperChristoph Hellwig1-0/+3
2020-12-01block: remove a duplicate __disk_get_part prototypeChristoph Hellwig1-1/+0
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2-2/+3
2020-12-01fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig1-3/+1
2020-11-25block: remove unused BIO_SPLIT_ENTRIESJeffle Xu1-6/+0
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig1-2/+1
2020-11-16block: switch gendisk lookup to a simple xarrayChristoph Hellwig1-7/+0
2020-11-16ide: remove ide_{,un}register_regionChristoph Hellwig1-3/+0
2020-11-16block: add an optional probe callback to major_namesChristoph Hellwig1-1/+4
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig1-2/+0
2020-11-16block: remove set_device_roChristoph Hellwig1-1/+0
2020-11-16block: add a new set_read_only methodChristoph Hellwig1-0/+1
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-12/+7
2020-11-15Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+9
2020-11-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-29/+26
2020-11-14mm: memcontrol: fix missing wakeup polling threadMuchun Song1-2/+9
2020-11-14compiler.h: fix barrier_data() on clangArvind Sankar4-27/+17
2020-11-13Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-11/+27
2020-11-13Merge tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-11-13Merge tag 'gpio-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-52/+54
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-18/+12
2020-11-12block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig1-1/+1
2020-11-12Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+16
2020-11-11Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+3
2020-11-10vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong1-3/+18
2020-11-10vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong1-10/+11
2020-11-10cpufreq: Add strict_target to struct cpufreq_policyRafael J. Wysocki1-0/+6
2020-11-10cpufreq: Introduce CPUFREQ_GOV_STRICT_TARGETRafael J. Wysocki1-0/+3