summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-08nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi1-0/+1
2024-11-08ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis1-0/+8
2024-11-08nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi1-0/+3
2024-11-08nilfs2: fix kernel bug due to missing clearing of buffer delay flagRyusuke Konishi1-2/+4
2024-11-08jfs: Fix sanity check in dbMountDave Kleikamp1-1/+1
2024-11-08udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad1-3/+6
2024-11-08nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi3-37/+54
2024-11-08fat: fix uninitialized variableOGAWA Hirofumi1-1/+1
2024-11-08SUNRPC: Fix integer overflow in decode_rc_list()Dan Carpenter1-0/+2
2024-11-08NFS: Remove print_overflow_msg()Chuck Lever8-600/+219
2024-11-08ext4: nested locking for xattr inodeWojciech Gładysz1-2/+2
2024-11-08ext4: fix inode tree inconsistency caused by ENOMEMzhanchengbin1-1/+1
2024-11-08nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown1-2/+3
2024-11-08nfsd: use ktime_get_seconds() for timestampsArnd Bergmann1-5/+5
2024-11-08ext4: update orig_path in ext4_find_extent()Baokun Li2-2/+2
2024-11-08ext4: fix slab-use-after-free in ext4_split_extent_at()Baokun Li1-1/+20
2024-11-08ext4: avoid ext4_error()'s caused by ENOMEM in the truncate pathTheodore Ts'o2-10/+34
2024-11-08btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana1-0/+11
2024-11-08ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu1-1/+2
2024-11-08ocfs2: fix null-ptr-deref when journal load failed.Julian Sun1-3/+4
2024-11-08ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu1-1/+0
2024-11-08ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi1-2/+6
2024-11-08ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna2-12/+25
2024-11-08ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi1-3/+2
2024-11-08ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao1-0/+19
2024-11-08jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li1-2/+5
2024-11-08ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)1-4/+7
2024-11-08ext4: fix double brelse() the buffer of the extents pathBaokun Li1-0/+1
2024-11-08ext4: aovid use-after-free in ext4_ext_insert_extent()Baokun Li1-0/+1
2024-11-08ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)1-2/+5
2024-11-08ext4: propagate errors from ext4_find_extent() in ext4_insert_range()Baokun Li1-0/+1
2024-11-08ext4: no need to continue when the number of entries is 1Edward Adam Davis1-1/+1
2024-11-08ext4: fix i_data_sem unlock order in ext4_ind_migrate()Artem Sadovnikov1-1/+1
2024-11-08ext4: ext4_search_dir should return a proper errorThadeu Lima de Souza Cascardo1-5/+7
2024-11-08jfs: Fix uninit-value access of new_ea in ea_bufferZhao Mengmeng1-0/+2
2024-11-08jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis1-1/+4
2024-11-08jfs: Fix uaf in dbFreeBitsEdward Adam Davis1-2/+9
2024-11-08jfs: UBSAN: shift-out-of-bounds in dbFindBitsRemington Brasga1-1/+1
2024-11-08f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn1-0/+15
2024-11-08ceph: remove the incorrect Fw reference check when dirtying pagesXiubo Li1-1/+0
2024-11-08nfs: fix memory leak in error path of nfs4_do_reclaimLi Lingfeng1-0/+1
2024-11-08fs: Fix file_set_fowner LSM hook inconsistenciesMickaël Salaün1-10/+4
2024-11-08vfs: fix race between evice_inodes() and find_inode()&iput()Julian Sun1-0/+4
2024-11-08f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-11-08f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich1-1/+2
2024-11-08f2fs: reduce expensive checkpoint trigger frequencyChao Yu3-2/+17
2024-11-08f2fs: remove unneeded check condition in __f2fs_setxattr()Chao Yu1-1/+1
2024-11-08f2fs: fix to update i_ctime in __f2fs_setxattr()Chao Yu1-2/+2
2024-11-08f2fs: fix typoYonggil Song1-1/+1
2024-11-08f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu3-9/+35