summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-12-05jffs2: fix use of uninitialized variableQingfang Deng
2024-12-05ubifs: Correct the total block count by deducting journal reservationZhihao Cheng
2024-12-05NFSv4.0: Fix a use-after-free problem in the asynchronous open()Trond Myklebust
2024-12-05NFSD: Prevent a potential integer overflowChuck Lever
2024-12-05jfs: xattr: check invalid xattr size more strictlyArtem Sadovnikov
2024-12-05ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o
2024-12-05ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park
2024-12-05NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever
2024-12-05NFSD: Prevent NULL dereference in nfsd4_process_cb_update()Chuck Lever
2024-12-05ocfs2: fix uninitialized value in ocfs2_file_read_iter()Dmitry Antipov
2024-12-05hfsplus: don't query the device logical block size multiple timesThadeu Lima de Souza Cascardo
2024-12-05proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang
2024-12-05nilfs2: fix null-ptr-deref in block_dirty_buffer tracepointRyusuke Konishi
2024-12-05ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov
2024-12-05nilfs2: fix null-ptr-deref in block_touch_buffer tracepointRyusuke Konishi
2024-12-05ocfs2: uncache inode which has failed entering the groupDmitry Antipov
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