summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-17ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o
2022-08-17ksmbd: prevent out of bound read for SMB2_WRITEHyunchul Lee
2022-08-17ksmbd: fix wrong smbd max read/write size checkNamjae Jeon
2022-08-17ksmbd: add smbd max io size parameterNamjae Jeon
2022-08-17ksmbd: smbd: introduce read/write credits for RDMA read/writeHyunchul Lee
2022-08-17ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee
2022-08-17ksmbd: validate length in smb2_write()Marios Makassikis
2022-08-17tracing: Use a struct alignof to determine trace event field alignmentSteven Rostedt (Google)
2022-08-17batman-adv: tracing: Use the new __vstring() helperSteven Rostedt (Google)
2022-08-17hugetlb_cgroup: fix wrong hugetlb cgroup numa statMiaohe Lin
2022-08-17mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()Jianglei Nie
2022-08-17dm raid: fix address sanitizer warning in raid_resumeMikulas Patocka
2022-08-17dm raid: fix address sanitizer warning in raid_statusMikulas Patocka
2022-08-17KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it existsSean Christopherson
2022-08-17KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRLSean Christopherson
2022-08-17KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrlLike Xu
2022-08-17KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if there's no vPMUSean Christopherson
2022-08-17KVM: x86/pmu: Introduce the ctrl_mask value for fixed counterLike Xu
2022-08-17s390/unwind: fix fgraph return address recoverySumanth Korikkar
2022-08-17powerpc/powernv/kvm: Use darn for H_RANDOM on Power9Jason A. Donenfeld
2022-08-17ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki
2022-08-17intel_idle: make SPR C1 and C1E be independentArtem Bityutskiy
2022-08-17intel_idle: Add AlderLake supportZhang Rui
2022-08-17btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota
2022-08-17btrfs: zoned: write out partially allocated regionNaohiro Aota
2022-08-17btrfs: zoned: activate necessary block groupNaohiro Aota
2022-08-17btrfs: zoned: activate metadata block group on flush_spaceNaohiro Aota
2022-08-17btrfs: zoned: introduce space_info->active_total_bytesNaohiro Aota
2022-08-17btrfs: store chunk size in space-info structStefan Roesch
2022-08-17btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota
2022-08-17btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik
2022-08-17btrfs: zoned: disable metadata overcommit for zonedNaohiro Aota
2022-08-17btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota
2022-08-17btrfs: let can_allocate_chunk return errorNaohiro Aota
2022-08-17btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota
2022-08-17btrfs: zoned: revive max_zone_append_bytesNaohiro Aota
2022-08-17block: add bdev_max_segments() helperNaohiro Aota
2022-08-17block: add a bdev_max_zone_append_sectors helperChristoph Hellwig
2022-08-17btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATANikolay Borisov
2022-08-17btrfs: reset block group chunk force if we have to waitJosef Bacik
2022-08-17btrfs: fix error handling of fallback uncompress writeNaohiro Aota
2022-08-17btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota
2022-08-17btrfs: tree-log: make the return value for log syncing consistentJosef Bacik
2022-08-17block: don't allow the same type rq_qos add more than onceJinke Han
2022-08-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig
2022-08-17locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin
2022-08-17timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld
2022-08-17net/9p: Initialize the iounit field during fid creationTyler Hicks
2022-08-17dm thin: fix use-after-free crash in dm_sm_register_threshold_callbackLuo Meng
2022-08-17tracing/events: Add __vstring() and __assign_vstr() helper macrosSteven Rostedt (Google)