summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: remove the request_queue argument to the block_split tracepointChristoph Hellwig2020-12-041-8/+6
* block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig2020-12-041-125/+33
* block: remove the unused block_sleeprq tracepointChristoph Hellwig2020-12-041-18/+0
* bio: optimise bvec iterationPavel Begunkov2020-12-021-2/+15
* block: optimise for_each_bvec() advancePavel Begunkov2020-12-021-5/+15
* block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-013-34/+15
* block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig2020-12-011-2/+2
* block: remove the partno field from struct hd_structChristoph Hellwig2020-12-011-1/+0
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-013-15/+14
* block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-013-11/+9
* block: move the policy field to struct block_deviceChristoph Hellwig2020-12-012-2/+3
* block: move make_it_fail to struct block_deviceChristoph Hellwig2020-12-012-3/+3
* block: move holder_dir to struct block_deviceChristoph Hellwig2020-12-012-1/+1
* block: move the partition_meta_info to struct block_deviceChristoph Hellwig2020-12-012-1/+2
* block: move the start_sect field to struct block_deviceChristoph Hellwig2020-12-013-4/+4
* block: move disk stat accounting to struct block_deviceChristoph Hellwig2020-12-013-21/+21
* block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-22/+7
* block: simplify part_to_diskChristoph Hellwig2020-12-011-7/+3
* block: simplify the block device claiming interfaceChristoph Hellwig2020-12-011-4/+2
* block: remove ->bd_containsChristoph Hellwig2020-12-011-1/+3
* block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig2020-12-013-5/+12
* block: remove i_bdevChristoph Hellwig2020-12-012-2/+1
* init: refactor name_to_dev_tChristoph Hellwig2020-12-011-6/+1
* block: add a bdev_kobj helperChristoph Hellwig2020-12-011-0/+3
* block: remove a duplicate __disk_get_part prototypeChristoph Hellwig2020-12-011-1/+0
* fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-012-2/+3
* fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig2020-12-011-3/+1
* block: remove unused BIO_SPLIT_ENTRIESJeffle Xu2020-11-251-6/+0
* block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-161-2/+1
* block: switch gendisk lookup to a simple xarrayChristoph Hellwig2020-11-161-7/+0
* ide: remove ide_{,un}register_regionChristoph Hellwig2020-11-161-3/+0
* block: add an optional probe callback to major_namesChristoph Hellwig2020-11-161-1/+4
* block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-161-2/+0
* block: remove set_device_roChristoph Hellwig2020-11-161-1/+0
* block: add a new set_read_only methodChristoph Hellwig2020-11-161-0/+1
* Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-152-12/+7
|\
| * perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-092-10/+2
| * perf: Reduce stack usage of perf_output_begin()Peter Zijlstra2020-11-091-2/+5
* | Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-11-151-9/+9
|\ \
| * | asm-generic: percpu: avoid Wshadow warningArnd Bergmann2020-10-261-9/+9
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-11-145-29/+26
|\ \ \
| * | | mm: memcontrol: fix missing wakeup polling threadMuchun Song2020-11-141-2/+9
| * | | compiler.h: fix barrier_data() on clangArvind Sankar2020-11-144-27/+17
* | | | Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-11-131-11/+27
|\ \ \ \
| * | | | vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong2020-11-101-3/+18
| * | | | vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong2020-11-101-10/+11
| | |/ / | |/| |
* | | | Merge tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-131-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-121-1/+1
* | | | Merge tag 'gpio-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-11-131-52/+54
|\ \ \ \
| * | | | gpio: uapi: clarify the meaning of 'empty' char arraysKent Gibson2020-10-281-3/+3