summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-12-02block: remove i_bdevChristoph Hellwig2-2/+1
2020-12-02init: refactor name_to_dev_tChristoph Hellwig1-6/+1
2020-12-02block: add a bdev_kobj helperChristoph Hellwig1-0/+3
2020-12-02block: remove a duplicate __disk_get_part prototypeChristoph Hellwig1-1/+0
2020-12-02fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2-2/+3
2020-12-02fs: 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-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-29/+25
2020-11-14mm: memcontrol: fix missing wakeup polling threadMuchun Song1-2/+9
2020-11-14compiler.h: fix barrier_data() on clangArvind Sankar3-27/+16
2020-11-14Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-11/+27
2020-11-14Merge tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-11-13Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-17/+11
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-12Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+3
2020-11-11vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong1-3/+18
2020-11-11vfs: 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
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki1-2/+7
2020-11-09Merge tag 'ext4_for_linus_cleanups' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+15
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2-10/+2
2020-11-09perf: Reduce stack usage of perf_output_begin()Peter Zijlstra1-2/+5
2020-11-08Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-11-08Merge branch 'hch' (patches from Christoph)Linus Torvalds1-0/+1
2020-11-08Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-11-07jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar1-1/+1
2020-11-07jbd2: don't use state lock during commit pathHarshad Shirwadkar1-4/+6
2020-11-07ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar1-1/+1
2020-11-07jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar1-2/+7
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski3-17/+11
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-19/+22
2020-11-06seq_file: add seq_read_iterChristoph Hellwig1-0/+1
2020-11-05Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-4/+2
2020-11-04io_uring: properly handle SQPOLL request cancelationsJens Axboe1-1/+2
2020-11-04iomap: support partial page discard on writeback block mapping failureBrian Foster1-1/+1
2020-11-04can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()Oleksij Rempel1-12/+8
2020-11-04Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxLinus Torvalds4-104/+76
2020-11-02mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe2-4/+9
2020-11-02PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki1-2/+0
2020-11-02PM: runtime: Drop runtime PM references to supplier on link removalRafael J. Wysocki1-2/+2