aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-23f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim4-7/+21
2021-06-23f2fs: compress: remove unneeded preallocationChao Yu2-28/+3
2021-06-23docs, af_xdp: Consistent indentation in examplesIlya Maximets1-16/+16
2021-06-23KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2)Christian Borntraeger1-0/+4
2021-06-23KVM: s390: gen_facilities: allow facilities 165, 193, 194 and 196Christian Borntraeger1-0/+4
2021-06-23phy: Revert "phy: ralink: Kconfig: convert mt7621-pci-phy into 'bool'"Vinod Koul1-2/+2
2021-06-23KVM: s390: get rid of register asm usageHeiko Carstens1-9/+9
2021-06-23Merge tag 'drm-misc-next-fixes-2021-06-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-27/+43
2021-06-23Merge tag 'drm/tegra/for-5.14-rc1' of ssh://git.freedesktop.org/git/tegra/linux into drm-nextDave Airlie8-20/+223
2021-06-22scsi: mvsas: Use DEVICE_ATTR_RO()/RW() macroZhen Lei1-17/+9
2021-06-22scsi: megaraid_mbox: Use DEVICE_ATTR_ADMIN_RO() macroZhen Lei1-10/+8
2021-06-22scsi: qedf: Use DEVICE_ATTR_RO() macroZhen Lei1-8/+6
2021-06-22scsi: qedi: Use DEVICE_ATTR_RO() macroZhen Lei1-7/+7
2021-06-22scsi: message: mptfc: Switch from pci_ to dma_ APIChristophe JAILLET1-17/+18
2021-06-22scsi: be2iscsi: Fix some missing space in some messagesChristophe JAILLET1-64/+38
2021-06-22scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()Christophe JAILLET1-0/+1
2021-06-22scsi: ufs: Fix build warning without CONFIG_PMYueHaibing1-0/+4
2021-06-22scsi: bnx2fc: Remove meaningless bnx2fc_abts_cleanup() return value assignmentSeongJae Park1-1/+1
2021-06-22scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART)Christoph Hellwig1-4/+18
2021-06-22scsi: qla2xxx: Add heartbeat checkQuinn Tran8-1/+117
2021-06-22scsi: virtio_scsi: Do not overwrite SCSI statusHannes Reinecke1-2/+1
2021-06-22ext4: use local variable ei instead of EXT4_I() macrochenyichong1-1/+1
2021-06-22ext4: fix avefreec in find_group_orlovPan Dong1-6/+5
2021-06-22ext4: correct the cache_nr in tracepoint ext4_es_shrink_exitZhang Yi1-0/+1
2021-06-22ext4: remove check for zero nr_to_scan in ext4_es_scan()Zhang Yi1-3/+0
2021-06-22ext4: remove set but rewrite variablesTian Tao1-1/+1
2021-06-22ext4: update journal documentationLeah Rumancik1-8/+31
2021-06-22ext4: add ioctl EXT4_IOC_CHECKPOINTLeah Rumancik2-0/+64
2021-06-22scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu8-0/+16
2021-06-22scsi: core: Inline scsi_mq_alloc_queue()Bart Van Assche3-17/+8
2021-06-22scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8Colin Ian King1-1/+1
2021-06-22scsi: elx: efct: Fix vport list linkage in LIO backendJames Smart1-4/+4
2021-06-22scsi: elx: libefc_sli: Fix ANDing with zero bit valueJames Smart1-2/+0
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie1141-5749/+13283
2021-06-22RDMA/irdma: Use the queried port attributesKamal Heib1-1/+1
2021-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-52/+65
2021-06-22ext4: add discard/zeroout flags to journal flushLeah Rumancik7-17/+134
2021-06-22net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offloadHuy Nguyen2-19/+70
2021-06-22net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen2-1/+41
2021-06-22net/mlx5: Optimize mlx5e_feature_checks for non IPsec packetHuy Nguyen2-9/+14
2021-06-22net/mlx5: remove "default n" from Kconfigcaihuoqing1-9/+0
2021-06-22net/mlx5: Fix spelling mistake "enught" -> "enough"Colin Ian King1-1/+1
2021-06-22net/mlx5: Use cpumask_available() in mlx5_eq_create_generic()Nathan Chancellor1-1/+1
2021-06-22net/mlx5: Fix missing error code in mlx5_init_fs()Jiapeng Chong1-1/+4
2021-06-22bpf: Fix null ptr deref with mixed tail calls and subprogsJohn Fastabend1-2/+4
2021-06-22Merge branch 'mptcp-C-flag-and-fixes'David S. Miller11-41/+157
2021-06-22mptcp: refine mptcp_cleanup_rbufPaolo Abeni2-34/+23
2021-06-22selftests: mptcp: turn rp_filter off on each NICYonglong Li1-1/+2
2021-06-22selftests: mptcp: add deny_join_id0 testcasesGeliang Tang1-1/+74
2021-06-22mptcp: add deny_join_id0 in mptcp_options_receivedGeliang Tang5-2/+15