summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-10ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu1-1/+2
2024-10-10ocfs2: fix null-ptr-deref when journal load failed.Julian Sun1-3/+4
2024-10-10ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu1-1/+0
2024-10-10ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi1-2/+6
2024-10-10ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna2-12/+25
2024-10-10ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi1-3/+2
2024-10-10ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao1-0/+19
2024-10-10mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich1-0/+7
2024-10-10jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi1-1/+1
2024-10-10jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li1-2/+5
2024-10-10lib/buildid: harden build ID parsing logicAndrii Nakryiko1-32/+44
2024-10-10resource: fix region_intersects() vs add_memory_driver_managed()Huang Ying1-8/+50
2024-10-10drm: omapdrm: Add missing check for alloc_ordered_workqueueMa Ke1-0/+5
2024-10-10of/irq: Support #msi-cells=<0> in of_msi_get_domainAndrew Jones1-27/+7
2024-10-10of: address: Report error on resource bounds overflowThomas Weißschuh1-0/+5
2024-10-10drm/rockchip: vop: clear DMA stop bit on RK3066Val Packett3-0/+6
2024-10-10parisc: Fix stack start for ADDR_NO_RANDOMIZE personalityHelge Deller1-1/+2
2024-10-10parisc: Allow mmap(MAP_STACK) memory to automatically expand upwardsHelge Deller1-0/+14
2024-10-10parisc: Fix 64-bit userspace syscall pathHelge Deller1-6/+8
2024-10-10drm/xe: Generate oob before compiling anythingLucas De Marchi1-20/+4
2024-10-10ext4: fix off by one issue in alloc_flex_gd()Baokun Li1-8/+10
2024-10-10ext4: mark fc as ineligible using an handle in ext4_xattr_set()Luis Henriques (SUSE)1-1/+2
2024-10-10ext4: use handle to mark fc as ineligible in __track_dentry_update()Luis Henriques (SUSE)1-8/+11
2024-10-10ext4: fix fast commit inode enqueueing during a full journal commitLuis Henriques (SUSE)2-2/+15
2024-10-10ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()Luis Henriques (SUSE)1-2/+5
2024-10-10ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)1-4/+7
2024-10-10ext4: update orig_path in ext4_find_extent()Baokun Li2-2/+2
2024-10-10ext4: fix access to uninitialised lock in fc replay pathLuis Henriques (SUSE)1-1/+2
2024-10-10ext4: fix timer use-after-free on failed mountXiaxi Shen1-1/+1
2024-10-10ext4: fix double brelse() the buffer of the extents pathBaokun Li1-0/+1
2024-10-10ext4: aovid use-after-free in ext4_ext_insert_extent()Baokun Li1-0/+1
2024-10-10ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-freeBaokun Li1-11/+10
2024-10-10ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)1-2/+5
2024-10-10ext4: dax: fix overflowing extents beyond inode size when partially writingZhihao Cheng1-4/+4
2024-10-10ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()Luis Henriques (SUSE)1-4/+11
2024-10-10ext4: propagate errors from ext4_find_extent() in ext4_insert_range()Baokun Li1-0/+1
2024-10-10ext4: fix slab-use-after-free in ext4_split_extent_at()Baokun Li1-1/+20
2024-10-10ext4: correct encrypted dentry name hash when not casefoldedyao.ly1-3/+11
2024-10-10ext4: no need to continue when the number of entries is 1Edward Adam Davis1-1/+1
2024-10-10ALSA: hda/realtek: Add a quirk for HP Pavilion 15z-ec200Abhishek Tamboli1-0/+1
2024-10-10ALSA: hda/realtek: Add quirk for Huawei MateBook 13 KLV-WX9Ai Chao1-0/+1
2024-10-10ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8Nikolai Afanasenkov1-0/+1
2024-10-10ALSA: line6: add hw monitor volume control to POD HD500XHans P. Moller1-1/+1
2024-10-10ALSA: usb-audio: Add native DSD support for Luxman D-08uJan Lalinsky1-0/+2
2024-10-10ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSETLianqin Hu1-0/+2
2024-10-10ALSA: core: add isascii() check to card ID generatorJaroslav Kysela1-4/+10
2024-10-10ALSA: hda/tas2781: Add new quirk for Lenovo Y990 LaptopBaojun Xu1-0/+1
2024-10-10drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPSThomas Zimmermann1-1/+1
2024-10-10drm/mediatek: ovl_adaptor: Add missing of_node_put()Javier Carrasco1-1/+3
2024-10-10parisc: Fix itlb miss handler for 64-bit programsHelge Deller1-4/+2