summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-28Linux 5.4.215v5.4.215Greg Kroah-Hartman1-1/+1
2022-09-28ext4: make directory inode spreading reflect flexbg sizeJan Kara1-1/+1
2022-09-28xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong1-1/+1
2022-09-28xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong3-20/+26
2022-09-28xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong4-1/+130
2022-09-28xfs: split the sunit parameter update into two partsDarrick J. Wong1-51/+72
2022-09-28xfs: refactor agfl length computation functionDarrick J. Wong1-5/+13
2022-09-28xfs: use bitops interface for buf log item AIL flag checkBrian Foster1-1/+1
2022-09-28xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2-1/+13
2022-09-28xfs: fix some memory leaks in log recoveryDarrick J. Wong1-3/+5
2022-09-28xfs: always log corruption errorsDarrick J. Wong25-45/+179
2022-09-28xfs: constify the buffer pointer arguments to error functionsDarrick J. Wong4-8/+8
2022-09-28xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong5-21/+21
2022-09-28xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia3-5/+42
2022-09-28xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong1-0/+10
2022-09-28xfs: range check ri_cnt when recovering log itemsDarrick J. Wong1-1/+10
2022-09-28xfs: add missing assert in xfs_fsmap_owner_from_rmapDarrick J. Wong1-0/+1
2022-09-28xfs: slightly tweak an assert in xfs_fs_map_blocksChristoph Hellwig1-2/+2
2022-09-28xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong3-7/+7
2022-09-28ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques1-0/+4
2022-09-28workqueue: don't skip lockdep work dependency in cancel_work_sync()Tetsuo Handa1-4/+2
2022-09-28drm/rockchip: Fix return type of cdn_dp_connector_mode_validNathan Huckleberry1-2/+3
2022-09-28drm/amd/display: Limit user regamma to a valid valueYao Wang11-0/+4
2022-09-28drm/amdgpu: use dirty framebuffer helperHamza Mahfooz1-0/+2
2022-09-28Drivers: hv: Never allocate anything besides framebuffer from framebuffer mem...Vitaly Kuznetsov1-1/+9
2022-09-28cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2-10/+3
2022-09-28usb: xhci-mtk: fix issue of out-of-bounds array accessChunfeng Yun1-4/+6
2022-09-28s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroupStefan Haberland1-2/+7
2022-09-28serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accountingIlpo Järvinen1-1/+1
2022-09-28serial: tegra: Use uart_xmit_advance(), fixes icount.tx accountingIlpo Järvinen1-3/+2
2022-09-28serial: Create uart_xmit_advance()Ilpo Järvinen1-0/+17
2022-09-28net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua1-0/+1
2022-09-28net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLDSean Anderson1-2/+2
2022-09-28perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter1-5/+2
2022-09-28perf jit: Include program header in ELF filesLieven Hey2-0/+18
2022-09-28can: gs_usb: gs_can_open(): fix race dev->can.state conditionMarc Kleine-Budde1-2/+2
2022-09-28netfilter: ebtables: fix memory leak when blob is malformedFlorian Westphal1-1/+3
2022-09-28net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsVladimir Oltean1-3/+5
2022-09-28net/sched: taprio: avoid disabling offload when it was never enabledVladimir Oltean1-4/+6
2022-09-28of: mdio: Add of_node_put() when breaking out of for_each_xxLiang He1-0/+1
2022-09-28i40e: Fix set max_tx_rate when it is lower than 1 MbpsMichal Jaron1-6/+26
2022-09-28i40e: Fix VF set max MTU sizeMichal Jaron1-0/+20
2022-09-28iavf: Fix set max MTU size with port VLAN and jumbo framesMichal Jaron1-2/+5
2022-09-28iavf: Fix bad page stateNorbert Zulinski1-2/+2
2022-09-28MIPS: Loongson32: Fix PHY-mode being left unspecifiedSerge Semin1-8/+8
2022-09-28MIPS: lantiq: export clk_get_io() for lantiq_wdt.koRandy Dunlap1-0/+1
2022-09-28net: team: Unsync device addresses on ndo_stopBenjamin Poirier1-6/+18
2022-09-28ipvlan: Fix out-of-bound bugs caused by unset skb->mac_headerLu Wei1-2/+4
2022-09-28iavf: Fix cached head and tail value for iavf_get_tx_pendingBrett Creeley1-1/+4
2022-09-28netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find()Pablo Neira Ayuso1-1/+3