summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-06-16mailmap: add entry for Danilo KrummrichDanilo Krummrich1-0/+1
2025-06-16xfs: actually use the xfs_growfs_check_rtgeom tracepointDarrick J. Wong1-0/+2
2025-06-16xfs: Improve error handling in xfs_mru_cache_create()Markus Elfring1-11/+4
2025-06-16xfs: move xfs_submit_zoned_bio a bitChristoph Hellwig1-20/+20
2025-06-16xfs: use xfs_readonly_buftarg in xfs_remount_rwChristoph Hellwig1-3/+2
2025-06-16xfs: remove NULL pointer checks in xfs_mru_cache_insertChristoph Hellwig1-4/+0
2025-06-16xfs: check for shutdown before going to sleep in xfs_select_zoneChristoph Hellwig1-1/+1
2025-06-16fs: drop assert in file_seek_cur_needs_f_lockLuis Henriques1-2/+6
2025-06-16gpio: spacemit: Add missing MODULE_DEVICE_TABLEVivian Wang1-0/+1
2025-06-16drm/i915/dsi: Fix off by one in BXT_MIPI_TRANS_VTOTALVille Syrjälä1-2/+2
2025-06-16drm/i915/pmu: Fix build error with GCOV and AutoFDO enabledTzung-Bi Shih1-2/+2
2025-06-16bcachefs: fsck: fix extent past end of inode repairKent Overstreet1-5/+26
2025-06-16bcachefs: fsck: fix add_inode()Kent Overstreet1-1/+1
2025-06-16bcachefs: Fix snapshot_key_missing_inode_snapshot repairKent Overstreet1-6/+4
2025-06-16bcachefs: Fix "now allowing incompatible features" messageKent Overstreet1-1/+1
2025-06-16bcachefs: pass last_seq into fs_journal_start()Kent Overstreet3-15/+9
2025-06-16bcachefs: better __bch2_snapshot_is_ancestor() assertKent Overstreet1-3/+5
2025-06-16bcachefs: btree_iter: fix updates, journal overlayKent Overstreet1-12/+17
2025-06-16bcachefs: Fix bch2_journal_keys_peek_prev_min()Kent Overstreet1-2/+2
2025-06-16bcachefs: Delay calculation of trans->journal_u64sAlan Huang1-4/+7
2025-06-16bcachefs: Add missing EBUG_ONAlan Huang1-0/+2
2025-06-16bcachefs: Fix alloc_req use after freeAlan Huang2-14/+35
2025-06-16bcachefs: Don't allocate new memory when mempool is exhaustedAlan Huang1-25/+4
2025-06-16bcachefs: btree iter tracepointsKent Overstreet2-5/+82
2025-06-16bcachefs: trace_extent_trim_atomicKent Overstreet2-1/+17
2025-06-16lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and olderNathan Chancellor1-0/+4
2025-06-16lib/crypto: Annotate crypto strings with nonstringKees Cook2-27/+27
2025-06-15Linux 6.16-rc2v6.16-rc2Linus Torvalds1-1/+1
2025-06-15io_uring: fix task leak issue in io_wq_create()Penglei Jiang1-1/+3
2025-06-15Merge tag 'kbuild-fixes-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-64/+33
2025-06-15gendwarfksyms: Fix structure type overridesSami Tolvanen2-58/+21
2025-06-15phy: use per-PHY lockdep keysDmitry Baryshkov2-1/+6
2025-06-15kbuild: move warnings about linux/export.h from W=1 to W=2Masahiro Yamada2-6/+12
2025-06-15phy: tegra: xusb: Fix unbalanced regulator disable in UTMI PHY modeWayne Chang1-22/+37
2025-06-15phy: tegra: xusb: Disable periodic tracking on Tegra234Haotien Hsu1-1/+1
2025-06-15phy: tegra: xusb: Decouple CYA_TRK_CODE_UPDATE_ON_IDLE from trk_hw_modeWayne Chang2-6/+9
2025-06-15io_uring/rsrc: validate buffer count with offset for cloningJens Axboe1-0/+2
2025-06-14Merge tag 'v6.16-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-22/+35
2025-06-14Merge tag 'iommu-fixes-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds7-38/+114
2025-06-14clk: sunxi-ng: a523: Mark MBUS clock as criticalChen-Yu Tsai1-1/+2
2025-06-14Merge tag 'io_uring-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds6-23/+59
2025-06-14Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-06-14Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/s...Linus Torvalds14-29/+134
2025-06-14drm/msm: Fix inverted WARN_ON() logicRob Clark1-1/+1
2025-06-14ALSA: hda/realtek: Add quirk for Asus GA605KSimon Trimmer1-0/+17
2025-06-14ALSA: hda/realtek: enable headset mic on Latitude 5420 RuggedJonathan Lane1-0/+1
2025-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-14/+23
2025-06-14Merge tag 'drm-fixes-2025-06-14' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds9-39/+68
2025-06-14rust: devres: do not dereference to the internal RevocableDanilo Krummrich1-11/+16