summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-10-17ext4: fix warning in ext4_dio_write_end_io()Jan Kara
2024-10-17NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang
2024-10-17SUNRPC: Fix integer overflow in decode_rc_list()Dan Carpenter
2024-10-17NFSD: Mark filecache "down" if init failsChuck Lever
2024-10-17ext4: nested locking for xattr inodeWojciech Gładysz
2024-10-17unicode: Don't special case ignorable code pointsGabriel Krisman Bertazi
2024-10-17ext4: fix inode tree inconsistency caused by ENOMEMzhanchengbin
2024-10-17ext4: dax: fix overflowing extents beyond inode size when partially writingZhihao Cheng
2024-10-17ext4: properly sync file size update after O_SYNC direct IOJan Kara
2024-10-17btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana
2024-10-17btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo
2024-10-17NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever
2024-10-17nfsd: map the EBADMSG to nfserr_io to avoid warningLi Lingfeng
2024-10-17nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown
2024-10-17exfat: fix memory leak in exfat_load_bitmap()Yuezhang Mo
2024-10-17ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu
2024-10-17ocfs2: fix null-ptr-deref when journal load failed.Julian Sun
2024-10-17ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu
2024-10-17ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi
2024-10-17ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna
2024-10-17ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi
2024-10-17ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao
2024-10-17jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi
2024-10-17jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li
2024-10-17parisc: Fix stack start for ADDR_NO_RANDOMIZE personalityHelge Deller
2024-10-17ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)
2024-10-17ext4: update orig_path in ext4_find_extent()Baokun Li
2024-10-17ext4: fix double brelse() the buffer of the extents pathBaokun Li
2024-10-17ext4: aovid use-after-free in ext4_ext_insert_extent()Baokun Li
2024-10-17ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-freeBaokun Li
2024-10-17ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)
2024-10-17ext4: propagate errors from ext4_find_extent() in ext4_insert_range()Baokun Li
2024-10-17ext4: fix slab-use-after-free in ext4_split_extent_at()Baokun Li
2024-10-17ext4: no need to continue when the number of entries is 1Edward Adam Davis
2024-10-17ext4: fix i_data_sem unlock order in ext4_ind_migrate()Artem Sadovnikov
2024-10-17ext4: avoid use-after-free in ext4_ext_show_leaf()Baokun Li
2024-10-17ext4: ext4_search_dir should return a proper errorThadeu Lima de Souza Cascardo
2024-10-17jfs: Fix uninit-value access of new_ea in ea_bufferZhao Mengmeng
2024-10-17jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis
2024-10-17jfs: Fix uaf in dbFreeBitsEdward Adam Davis
2024-10-17jfs: UBSAN: shift-out-of-bounds in dbFindBitsRemington Brasga
2024-10-17proc: add config & param to block forcing mem writesAdrian Ratiu
2024-10-17f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn
2024-10-17ceph: remove the incorrect Fw reference check when dirtying pagesXiubo Li
2024-10-17nfs: fix memory leak in error path of nfs4_do_reclaimLi Lingfeng
2024-10-17fs: Fix file_set_fowner LSM hook inconsistenciesMickaël Salaün
2024-10-17vfs: fix race between evice_inodes() and find_inode()&iput()Julian Sun
2024-10-17f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich
2024-10-17f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich
2024-10-17f2fs: reduce expensive checkpoint trigger frequencyChao Yu