summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-17fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni
2024-11-17ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner
2024-11-17fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi
2024-11-17btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana
2024-11-17nfs: Fix KMSAN warning in decode_getfattr_attrs()Roberto Sassu
2024-11-08nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi
2024-11-08ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis
2024-11-08nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi
2024-11-08nilfs2: fix kernel bug due to missing clearing of buffer delay flagRyusuke Konishi
2024-11-08jfs: Fix sanity check in dbMountDave Kleikamp
2024-11-08udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad
2024-11-08nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi
2024-11-08fat: fix uninitialized variableOGAWA Hirofumi
2024-11-08SUNRPC: Fix integer overflow in decode_rc_list()Dan Carpenter
2024-11-08NFS: Remove print_overflow_msg()Chuck Lever
2024-11-08ext4: nested locking for xattr inodeWojciech Gładysz
2024-11-08ext4: fix inode tree inconsistency caused by ENOMEMzhanchengbin
2024-11-08nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown
2024-11-08nfsd: use ktime_get_seconds() for timestampsArnd Bergmann
2024-11-08ext4: update orig_path in ext4_find_extent()Baokun Li
2024-11-08ext4: fix slab-use-after-free in ext4_split_extent_at()Baokun Li
2024-11-08ext4: avoid ext4_error()'s caused by ENOMEM in the truncate pathTheodore Ts'o
2024-11-08btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana
2024-11-08ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu
2024-11-08ocfs2: fix null-ptr-deref when journal load failed.Julian Sun
2024-11-08ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu
2024-11-08ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi
2024-11-08ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna
2024-11-08ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi
2024-11-08ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao
2024-11-08jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li
2024-11-08ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)
2024-11-08ext4: fix double brelse() the buffer of the extents pathBaokun Li
2024-11-08ext4: aovid use-after-free in ext4_ext_insert_extent()Baokun Li
2024-11-08ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)
2024-11-08ext4: propagate errors from ext4_find_extent() in ext4_insert_range()Baokun Li
2024-11-08ext4: no need to continue when the number of entries is 1Edward Adam Davis
2024-11-08ext4: fix i_data_sem unlock order in ext4_ind_migrate()Artem Sadovnikov
2024-11-08ext4: ext4_search_dir should return a proper errorThadeu Lima de Souza Cascardo
2024-11-08jfs: Fix uninit-value access of new_ea in ea_bufferZhao Mengmeng
2024-11-08jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis
2024-11-08jfs: Fix uaf in dbFreeBitsEdward Adam Davis
2024-11-08jfs: UBSAN: shift-out-of-bounds in dbFindBitsRemington Brasga
2024-11-08f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn
2024-11-08ceph: remove the incorrect Fw reference check when dirtying pagesXiubo Li
2024-11-08nfs: fix memory leak in error path of nfs4_do_reclaimLi Lingfeng
2024-11-08fs: Fix file_set_fowner LSM hook inconsistenciesMickaël Salaün
2024-11-08vfs: fix race between evice_inodes() and find_inode()&iput()Julian Sun
2024-11-08f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich
2024-11-08f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich