summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-28ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/...Theodore Ts'o1-0/+2
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg5-93/+17
2020-10-28ext4: do not use extent after put_bhyangerkun1-15/+15
2020-10-28ext4: use IS_ERR() for error checking of pathHarshad Shirwadkar1-2/+4
2020-10-28ext4: fix mmap write protection for data=journal modeJan Kara1-2/+3
2020-10-28jbd2: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-10-28ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar3-15/+15
2020-10-28ext4: make num of fast commit blocks configurableHarshad Shirwadkar2-2/+15
2020-10-28ext4: properly check for dirty state in ext4_inode_datasync_dirty()Andrea Righi1-4/+6
2020-10-28ext4: fix double locking in ext4_fc_commit_dentry_updates()Harshad Shirwadkar1-1/+0
2020-10-28RDMA/qedr: Fix memory leak in iWARP CMAlok Prasad1-0/+1
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe6-29/+48
2020-10-28net: phylink: disable BMCR_ISOLATE in phylink_mii_c22_pcs_configRobert Hancock1-1/+2
2020-10-28net: protect tcf_block_unbind with block lockLeon Romanovsky1-2/+2
2020-10-28ibmveth: Fix use of ibmveth in a bridge.Thomas Bogendoerfer1-6/+0
2020-10-28net: core: Use skb_is_gso() in skb_checksum_help()Yi Li1-1/+1
2020-10-28net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault1-0/+1
2020-10-28ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov1-3/+7
2020-10-28devlink: Unlock on error in dumpit()Dan Carpenter1-2/+4
2020-10-28devlink: Fix some error codesDan Carpenter1-9/+15
2020-10-28chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav1-15/+12
2020-10-28chelsio/chtls: fix deadlock issueVinay Kumar Yadav1-2/+0
2020-10-28net: microchip: Remove unneeded variable retXu Wang1-2/+1
2020-10-28vxge: remove unnecessary cast in kfree()Xu Wang1-1/+1
2020-10-28afs: Fix afs_launder_page to not clear PG_writebackDavid Howells2-4/+7
2020-10-28afs: Fix a use after free in afs_xattr_get_acl()Dan Carpenter1-1/+1
2020-10-28afs: Fix tracing deref-before-checkDavid Howells1-1/+2
2020-10-28afs: Fix copy_file_range()David Howells1-0/+1
2020-10-28Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-15/+25
2020-10-27Merge tag 'orphan-handling-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+5
2020-10-27mm/process_vm_access: Add missing #include <linux/compat.h>Geert Uytterhoeven1-0/+1
2020-10-27arm/build: Always handle .ARM.exidx and .ARM.extab sectionsNathan Chancellor1-0/+4
2020-10-27vmlinux.lds.h: Keep .ctors.* with .ctorsKees Cook1-0/+1
2020-10-27Merge tag 'devicetree-fixes-for-5.10-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds118-348/+656
2020-10-27Fix compat regression in process_vm_rw()Jens Axboe1-1/+2
2020-10-27tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSteven Rostedt (VMware)1-14/+22
2020-10-27net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu1-1/+1
2020-10-27Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski2-18/+32
2020-10-27bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.Vasundhara Volam1-1/+2
2020-10-27bnxt_en: Check abort error state in bnxt_open_nic().Michael Chan1-1/+4
2020-10-27bnxt_en: Re-write PCI BARs after PCI fatal error.Vasundhara Volam2-1/+19
2020-10-27bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.Vasundhara Volam1-11/+2
2020-10-27bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().Vasundhara Volam1-4/+5
2020-10-27Merge branch 'mlxsw-various-fixes'Jakub Kicinski4-2/+43
2020-10-27mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()Amit Cohen1-0/+3
2020-10-27mlxsw: core: Fix memory leak on module removalIdo Schimmel1-0/+2
2020-10-27mlxsw: Only advertise link modes supported by both driver and deviceAmit Cohen3-2/+38
2020-10-27Merge branch 'net-smc-fixes-2020-10-23'Jakub Kicinski3-6/+10
2020-10-27s390/ism: fix incorrect system EIDKarsten Graul1-1/+1
2020-10-27net/smc: fix suppressed return codeKarsten Graul1-2/+5