aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-08-08f2fs: dax: support collapse/insertfeature/daxChao Yu1-6/+0
2022-08-08f2fs: handle layout changes to pinned DAX mappingsChao Yu2-2/+74
2022-08-08f2fs: dax optionsChao Yu8-16/+184
2022-08-08f2fs: add truncation and other operation supportChao Yu2-0/+54
2022-08-08f2fs: support dax address space operationChao Yu4-3/+31
2022-08-08f2fs: support dax page faultChao Yu1-3/+62
2022-08-08f2fs: support migrate page in dax deviceChao Yu1-2/+130
2022-08-08f2fs: support dax file operationsChao Yu3-1/+76
2022-08-08f2fs: support iomap operationChao Yu4-40/+125
2022-08-05f2fs: use onstack pages instead of pvecFengnan Chang3-14/+14
2022-08-05f2fs: intorduce f2fs_all_cluster_page_readyFengnan Chang3-11/+22
2022-08-05f2fs: clean up f2fs_abort_atomic_write()Chao Yu4-23/+19
2022-08-05f2fs: handle decompress only post processing in softirqDaeho Jeong3-93/+179
2022-08-05f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim1-0/+10
2022-08-05f2fs: do not set compression bit if kernel doesn't supportJaegeuk Kim2-3/+8
2022-08-05f2fs: remove device type check for direct IOEunhee Rho1-6/+1
2022-08-05f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin3-3/+9
2022-08-05f2fs: revive F2FS_IOC_ABORT_VOLATILE_WRITEDaeho Jeong2-3/+29
2022-07-30f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu1-0/+13
2022-07-30f2fs: obsolete unused MAX_DISCARD_BLOCKSChao Yu1-1/+0
2022-07-30f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu1-1/+5
2022-07-30f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu1-8/+1
2022-07-30f2fs: introduce sysfs atomic write statisticsDaeho Jeong7-3/+112
2022-07-30f2fs: don't bother wait_ms by foreground gcqixiaoyu11-2/+5
2022-07-30f2fs: invalidate meta pages only for post_read required inodeChao Yu3-7/+11
2022-07-30f2fs: allow compression of files without blocksChao Liu1-1/+1
2022-07-30f2fs: fix to check inline_data during compressed inode conversionChao Yu1-1/+1
2022-07-30f2fs: Delete f2fs_copy_page() and replace with memcpy_page()Fabio M. De Francesco2-11/+1
2022-07-30f2fs: fix to invalidate META_MAPPING before DIO writeChao Yu1-2/+5
2022-07-30f2fs: add a sysfs entry to show zone capacityJaegeuk Kim2-0/+16
2022-07-30f2fs: adjust zone capacity when considering valid block countJaegeuk Kim5-14/+13
2022-07-30f2fs: enforce single zone capacityJaegeuk Kim4-35/+22
2022-07-30f2fs: remove redundant code for gc conditionduguowei1-11/+10
2022-07-30f2fs: introduce memory modeDaeho Jeong3-0/+42
2022-06-28f2fs: initialize page_array_entry slab only if compression feature is onChao Yu1-0/+3
2022-06-28f2fs: optimize error handling in redirty_blocksJack Qiu1-4/+4
2022-06-28f2fs: do not skip updating inode when retrying to flush node pageJaegeuk Kim1-6/+2
2022-06-25f2fs: use the updated test_dummy_encryption helper functionsEric Biggers1-8/+21
2022-06-25Merge tag 'char-misc-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-52/+92
2022-06-25Merge tag 'usb-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds13-48/+124
2022-06-25Merge tag 'loongarch-fixes-5.19-3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-15/+13
2022-06-25Merge tag 'f2fs-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-20/+32
2022-06-25LoongArch: Make compute_return_era() return voidTiezhu Yang2-4/+2
2022-06-25LoongArch: Fix wrong fpu versionTiezhu Yang1-1/+1
2022-06-25LoongArch: Fix EENTRY/MERRENTRY setting in setup_tlb_handler()Huacai Chen1-2/+3
2022-06-25LoongArch: Fix sleeping in atomic context in setup_tlb_handler()Huacai Chen1-1/+1
2022-06-25LoongArch: Fix the _stext symbol addressHuacai Chen2-2/+1
2022-06-25LoongArch: Fix the !THP buildHuacai Chen1-5/+5
2022-06-24Merge tag 'gpio-fixes-for-v5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-39/+38
2022-06-24Merge tag 'mtd/fixes-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+1
2022-06-24Merge tag 'spi-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-13/+39
2022-06-24Merge tag 'regulator-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2022-06-24Merge tag 'regmap-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+13
2022-06-24Merge tag 'iommu-fixes-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+12
2022-06-24Merge tag 'riscv-for-linus-5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2022-06-24Merge tag 's390-5.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-7/+45
2022-06-24Merge tag 'for-linus-5.19a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-60/+127
2022-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-53/+92
2022-06-24Merge tag 'drm-fixes-2022-06-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds47-268/+670
2022-06-24Merge tag 'for-5.19/dm-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-7/+19
2022-06-24Merge tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds1-0/+1
2022-06-24Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds16-105/+91
2022-06-24Merge tag 'io_uring-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds2-18/+50
2022-06-24Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-640/+65
2022-06-24MAINTAINERS: Add new IOMMU development mailing listJoerg Roedel1-0/+11
2022-06-24usb: chipidea: udc: check request status before setting device addressXu Yang1-0/+3
2022-06-24USB: gadget: Fix double-free bug in raw_gadget driverAlan Stern1-6/+7
2022-06-24KVM: SEV: Init target VMCBs in sev_migrate_fromPeter Gonda3-33/+48
2022-06-24KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()Mingwei Zhang1-2/+2
2022-06-24Merge tag 'drm-msm-fixes-2022-06-20' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie17-69/+106
2022-06-24Merge tag 'drm-intel-fixes-2022-06-22' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-7/+34
2022-06-24Merge tag 'drm-misc-fixes-2022-06-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie20-162/+503
2022-06-24Merge tag 'amd-drm-fixes-5.19-2022-06-22' of https://gitlab.freedesktop.org/a...Dave Airlie7-30/+27
2022-06-23gpio: mxs: Fix header commentStefan Wahren1-1/+1
2022-06-23gpio: Fix kernel-doc comments to nested unionAkira Yokosawa1-13/+16
2022-06-23Merge tag 'pm-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2022-06-23Merge tag 'random-5.19-rc4-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+11
2022-06-23dm mirror log: clear log bits up to BITS_PER_LONG boundaryMikulas Patocka1-1/+1
2022-06-23dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bioMing Lei2-4/+8
2022-06-23Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-5/+11
2022-06-23Merge tag 'folio-5.19b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds4-3/+16
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek12-640/+65
2022-06-23Merge tag 'mips-fixes_5.19_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-9/+31
2022-06-23io_uring: use original request task for inflight trackingJens Axboe1-1/+1
2022-06-23MAINTAINERS: Reorganize KVM/x86 maintainershipPaolo Bonzini1-9/+32
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek9-78/+2
2022-06-23Revert "printk: add kthread console printers"Petr Mladek2-309/+22
2022-06-23Revert "printk: extend console_lock for per-console locking"Petr Mladek2-220/+56
2022-06-23Revert "printk: remove @console_locked"Petr Mladek1-14/+15
2022-06-23Revert "printk: Block console kthreads when direct printing will be required"Petr Mladek1-3/+1
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek6-47/+0
2022-06-23filemap: Fix serialization adding transparent huge pages to page cacheAlistair Popple1-0/+2
2022-06-23mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)2-0/+2
2022-06-23s390/pai: Fix multiple concurrent event installationThomas Richter1-3/+12
2022-06-23s390/pai: Prevent invalid event number for pai_crypto PMUThomas Richter1-2/+3
2022-06-23s390/cpumf: Handle events cycles and instructions identicalThomas Richter1-1/+21
2022-06-23s390/crash: make copy_oldmem_page() return number of bytes copiedAlexander Gordeev1-3/+4
2022-06-23s390/crash: add missing iterator advance in copy_oldmem_page()Alexander Gordeev1-0/+7
2022-06-23gpio: grgpio: Fix device removingUwe Kleine-König1-13/+1
2022-06-23io_uring: move io_uring_get_opcode out of TP_printkDylan Yudaken1-7/+35
2022-06-23gpio: winbond: Fix error code in winbond_gpio_get()Dan Carpenter1-3/+4
2022-06-23xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCIUtkarsh Patel1-1/+3
2022-06-23xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCITanveer Alam1-1/+3
2022-06-23xhci: turn off port power in shutdownMathias Nyman3-3/+16
2022-06-23xhci: Keep interrupt disabled in initialization until host is running.Hongyu Xie1-13/+22
2022-06-23Merge tag 'kvmarm-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-3/+4
2022-06-23selftests: KVM: Handle compiler optimizations in ucallRaghavendra Rao Ananta1-5/+4
2022-06-23Merge tag 'usb-serial-5.19-rc4' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-12/+23
2022-06-23Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds47-215/+617
2022-06-23Merge tag 'mmc-v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2-8/+14
2022-06-23Merge tag 'nvme-5.19-2022-06-23' of git://git.infradead.org/nvme into block-5.19Jens Axboe3-6/+18
2022-06-23block: remove WARN_ON() from bd_link_disk_holderLi Nan1-4/+0
2022-06-23Merge tag 'sound-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds13-58/+90
2022-06-23xen/gntdev: Avoid blocking in unmap_grant_pages()Demi Marie Obenour2-51/+113
2022-06-23nvme: move the Samsung X5 quirk entry to the core quirksChristoph Hellwig2-4/+14
2022-06-23nvme: fix the CRIMS and CRWMS definitions to match the specJoel Granados1-2/+2
2022-06-23nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFHLeo Savernik1-0/+2
2022-06-23USB: serial: option: add Quectel RM500K module supportMacpaul Lin1-0/+2
2022-06-23net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden1-1/+1
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski4-3/+12
2022-06-23Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski1-3/+0
2022-06-22virtio_net: fix xdp_rxq_info bug after suspend/resumeStephan Gerhold1-19/+6
2022-06-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-7/+89
2022-06-22igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng1-7/+5
2022-06-22net: dsa: qca8k: reduce mgmt ethernet timeoutChristian Marangi1-1/+1
2022-06-22net: dsa: qca8k: reset cpu port on MTU changeChristian Marangi1-1/+21
2022-06-22MAINTAINERS: Add a maintainer for OCP Time CardVadim Fedorenko1-0/+1
2022-06-22amd/display/dc: Fix COLOR_ENCODING and COLOR_RANGE doing nothing for DCN20+Joshua Ashton3-0/+9
2022-06-22drm/amd/display: Fix typo in override_lane_settingsGeorge Shen1-1/+1
2022-06-22drm/amd/display: Fix DC warning at driver loadQingqing Zhuo1-1/+1
2022-06-22drm/amd: Revert "drm/amd/display: keep eDP Vdd on when eDP stream is already ...Mario Limonciello1-22/+2
2022-06-22drm/amdgpu: Adjust logic around GTT size (v3)Alex Deucher1-6/+14
2022-06-22Merge tag 'linux-kselftest-fixes-5.19-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds5-5/+29
2022-06-22hinic: Replace memcpy() with direct assignmentKees Cook1-3/+1
2022-06-22ALSA: hda/realtek: Add quirk for Clevo NS50PUTim Crawford1-0/+1
2022-06-22drm/sun4i: Return if frontend is not presentSaud Farooqui1-1/+1
2022-06-22drm/vc4: fix error code in vc4_check_tex_size()Dan Carpenter1-1/+1
2022-06-22iommu/ipmmu-vmsa: Fix compatible for rcar-gen4Yoshihiro Shimoda1-1/+1
2022-06-22Merge tag '9p-for-5.19-rc4' of https://github.com/martinetd/linuxLinus Torvalds4-17/+29
2022-06-22Revert "drivers/net/ethernet/neterion/vxge: Fix a use-after-free bug in vxge-...Jakub Kicinski1-1/+1
2022-06-22regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald1-1/+2
2022-06-22regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald1-2/+3
2022-06-22drm/sun4i: Add DMA mask and segment sizeJernej Skrabec1-0/+8
2022-06-22drm/vc4: hdmi: Fixed possible integer overflowSaud Farooqui1-1/+1
2022-06-22USB: serial: option: add Quectel EM05-G modemYonglin Tan1-0/+3
2022-06-22USB: serial: pl2303: add support for more HXN (G) typesJohan Hovold1-12/+17
2022-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski5-26/+28
2022-06-21net: phy: smsc: Disable Energy Detect Power-Down in interrupt modeLukas Wunner1-2/+4
2022-06-21io_uring: fix double poll leak on repollingPavel Begunkov1-0/+1
2022-06-21io_uring: fix wrong arm_poll error handlingPavel Begunkov1-0/+1
2022-06-21io_uring: fail links when poll failsPavel Begunkov1-0/+2
2022-06-21ice: ethtool: Prohibit improper channel config for DCBAnatolii Gerasymenko2-5/+47
2022-06-21ice: ethtool: advertise 1000M speeds properlyAnatolii Gerasymenko1-1/+38
2022-06-21mips: lantiq: Add missing of_node_put() in irq.cLiang He1-0/+1
2022-06-21ice: Fix switchdev rules book keepingWojciech Drewek1-0/+1
2022-06-21PM: hibernate: Use kernel_can_power_off()Dmitry Osipenko1-1/+1
2022-06-21ice: ignore protocol field in GTP offloadMarcin Szycik1-1/+3
2022-06-21dm: do not return early from dm_io_complete if BLK_STS_AGAIN without pollingMike Snitzer1-1/+3
2022-06-21dm era: commit metadata in postsuspend after worker stopsNikos Tsironis1-1/+7
2022-06-21Merge tag 'efi-urgent-for-v5.19-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+1
2022-06-21Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds11-23/+268
2022-06-21Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+51
2022-06-21block: pop cached rq before potentially blocking rq_qos_throttle()Jens Axboe1-3/+8
2022-06-21afs: Fix dynamic root getattrDavid Howells1-1/+2
2022-06-21efi/x86: libstub: Fix typo in __efi64_argmap* nameEvgeniy Baskov1-1/+1
2022-06-21efi: sysfb_efi: remove unnecessary <asm/efi.h> includeJavier Martinez Canillas1-2/+0
2022-06-21f2fs: do not count ENOENT for error caseJaegeuk Kim1-1/+3
2022-06-21mips: dts: ingenic: Add TCU clock to x1000/x1830 tcu device nodeAidan MacDonald2-4/+6
2022-06-21certs: Add FIPS selftestsDavid Howells5-1/+251
2022-06-21certs: Move load_certificate_list() to be with the asymmetric keys codeDavid Howells7-22/+17
2022-06-21mips/pic32/pic32mzda: Fix refcount leak bugsLiang He2-1/+9
2022-06-21mips: lantiq: xway: Fix refcount leak bug in sysctrlLiang He1-0/+4
2022-06-21mips: lantiq: falcon: Fix refcount leak bug in sysctrlLiang He1-0/+6
2022-06-21mips: ralink: Fix refcount leak in of.cLiang He1-0/+2
2022-06-21mips: mti-malta: Fix refcount leak in malta-time.cLiang He1-0/+2
2022-06-21arch: mips: generic: Add missing of_node_put() in board-ranchu.cLiang He1-0/+1
2022-06-21MIPS: Remove repetitive increase irq_err_counthuhai2-4/+0
2022-06-21drm/xen: Add missing VM_DONTEXPAND flag in mmap callbackOleksandr Tyshchenko1-1/+1
2022-06-21x86/xen: Remove undefined behavior in setup_features()Julien Grall1-1/+1
2022-06-21xen-blkfront: Handle NULL gendiskJason Andryuk1-7/+12
2022-06-21usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMICAndy Shevchenko1-1/+0
2022-06-21usb: gadget: uvc: fix list double add in uvcg_video_pumpDan Vacura1-0/+3
2022-06-21dt-bindings: usb: ehci: Increase the number of PHYsGeert Uytterhoeven1-1/+2
2022-06-21dt-bindings: usb: ohci: Increase the number of PHYsGeert Uytterhoeven1-1/+2
2022-06-21io_uring: fix req->apoll_eventsPavel Begunkov1-4/+8
2022-06-21io_uring: fix merge error in checking send/recv addr2 flagsJens Axboe1-4/+0
2022-06-21ALSA: hda: Fix discovery of i915 graphics PCI deviceTakashi Iwai1-9/+6
2022-06-21usb: gadget: Fix non-unique driver names in raw-gadget driverAlan Stern1-16/+46
2022-06-21MAINTAINERS: add include/dt-bindings/usb to USB SUBSYSTEMLukas Bulwahn1-0/+1
2022-06-21netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal1-4/+15
2022-06-21netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal1-4/+10
2022-06-21selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.shJie2x Zhou1-1/+1
2022-06-20filemap: Handle sibling entries in filemap_get_read_batch()Matthew Wilcox (Oracle)1-0/+2
2022-06-20filemap: Correct the conditions for marking a folio as accessedMatthew Wilcox (Oracle)1-3/+10
2022-06-20drm/i915/display: Re-add check for low voltage sku for max dp source rateJason A. Donenfeld1-3/+29
2022-06-20regmap: Wire up regmap_config provided bulk write in missed functionsJavier Martinez Canillas1-6/+4
2022-06-20regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't setJavier Martinez Canillas1-0/+3
2022-06-20regmap: Re-introduce bulk read support check in regmap_bulk_read()Javier Martinez Canillas1-1/+1
2022-06-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-55/+161
2022-06-20Merge tag 'perf-tools-fixes-for-v5.19-2022-06-19' of git://git.kernel.org/pub...Linus Torvalds15-105/+125