summaryrefslogtreecommitdiffstats
path: root/drivers/mcb (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig26-91/+68
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig42-194/+130
2022-02-02block: pass a block_device and opf to bio_alloc_kiocbChristoph Hellwig3-15/+18
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig19-79/+75
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni6-27/+18
2022-02-02block: move blk_next_bio to bio.cChristoph Hellwig2-13/+13
2022-02-02xen-blkback: bio_alloc can't fail if it is allow to sleepChristoph Hellwig1-14/+0
2022-02-02rnbd-srv: remove struct rnbd_dev_blk_ioChristoph Hellwig4-38/+7
2022-02-02rnbd-srv: simplify bio mapping in process_rdmaChristoph Hellwig3-69/+16
2022-02-02drbd: bio_alloc can't fail if it is allow to sleepChristoph Hellwig1-18/+4
2022-02-02dm-thin: use blkdev_issue_flush instead of open coding itChristoph Hellwig1-10/+1
2022-02-02dm-snap: use blkdev_issue_flush instead of open coding itChristoph Hellwig1-20/+1
2022-02-02dm-crypt: remove clone_initChristoph Hellwig1-13/+8
2022-02-02dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig5-51/+10
2022-02-02ntfs3: remove ntfs_alloc_bioChristoph Hellwig1-21/+2
2022-02-02nfs/blocklayout: remove bl_alloc_init_bioChristoph Hellwig1-21/+5
2022-02-02nilfs2: remove nilfs_alloc_seg_bioChristoph Hellwig1-27/+4
2022-02-02fs: remove mpage_allocChristoph Hellwig1-29/+6
2022-02-02block: remove genhd.hChristoph Hellwig62-350/+282
2022-02-02block: move blk_drop_partitions to blk.hChristoph Hellwig2-1/+1
2022-02-02block: move disk_{block,unblock,flush}_events to blk.hChristoph Hellwig2-3/+3
2022-02-02block: deprecate autoloading based on dev_tChristoph Hellwig3-3/+24
2022-01-30Linux 5.17-rc2v5.17-rc2Linus Torvalds1-1/+1
2022-01-30ocfs2: fix a deadlock when commit transJoseph Qi1-14/+11
2022-01-30jbd2: export jbd2_journal_[grab|put]_journal_headJoseph Qi1-0/+2
2022-01-30psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan1-38/+41
2022-01-30psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=nSuren Baghdasaryan1-6/+5
2022-01-30mm, kasan: use compare-exchange operation to set KASAN page tagPeter Collingbourne1-5/+12
2022-01-30kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver1-0/+5
2022-01-30tools/testing/scatterlist: add missing definesMaor Gottlieb1-1/+2
2022-01-30mm: page->mapping folio->mapping should have the same offsetWei Yang1-0/+1
2022-01-30memory-failure: fetch compound_head after pgmap_pfn_valid()Joao Martins1-0/+6
2022-01-30ia64: make IA64_MCA_RECOVERY bool instead of tristateRandy Dunlap1-1/+1
2022-01-30binfmt_misc: fix crash when load/unload moduleTong Zhang1-4/+4
2022-01-30include/linux/sysctl.h: fix register_sysctl_mount_point() return typeAndrew Morton1-1/+1
2022-01-28dm: properly fix redundant bio-based IO accountingMike Snitzer1-2/+3
2022-01-28dm: revert partial fix for redundant bio-based IO accountingMike Snitzer1-15/+0
2022-01-28block: add bio_start_io_acct_time() to control start_timeMike Snitzer2-6/+20
2022-01-28security, lsm: dentry_init_security() Handle multi LSM registrationVivek Goyal2-3/+14
2022-01-28dt-bindings: interrupt-controller: sifive,plic: Group interrupt tuplesGeert Uytterhoeven1-6/+5
2022-01-28dt-bindings: interrupt-controller: sifive,plic: Fix number of interruptsGeert Uytterhoeven1-0/+1
2022-01-28dt-bindings: irqchip: renesas-irqc: Add R-Car V3U supportGeert Uytterhoeven1-0/+1
2022-01-28arm64: cpufeature: List early Cortex-A510 parts as having broken dbmJames Morse3-0/+15
2022-01-28ocfs2: fix subdirectory registration with register_sysctl()Linus Torvalds1-12/+1
2022-01-28KVM: eventfd: Fix false positive RCU usage warningHou Wenlong1-4/+4
2022-01-28KVM: nVMX: Allow VMREAD when Enlightened VMCS is in useVitaly Kuznetsov2-16/+51
2022-01-28KVM: nVMX: Implement evmcs_field_offset() suitable for handle_vmread()Vitaly Kuznetsov2-10/+25
2022-01-28KVM: nVMX: Rename vmcs_to_field_offset{,_table}Vitaly Kuznetsov3-8/+8
2022-01-28KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMERVitaly Kuznetsov1-1/+3
2022-01-28KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCSVitaly Kuznetsov1-0/+1