summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo2-6/+6
2025-05-02cifs: avoid NULL pointer dereference in dbg callAlexandra Diupina1-4/+5
2025-05-02cifs: print TIDs as hexEnzo Matsumiya2-2/+2
2025-05-02fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov1-22/+30
2025-05-02jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li1-0/+2
2025-05-02ext4: fix timer use-after-free on failed mountXiaxi Shen1-1/+1
2025-05-02smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara1-1/+3
2025-05-02smb: client: fix UAF in async decryptionEnzo Matsumiya2-20/+34
2025-05-02smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara1-0/+2
2025-05-02smb: client: fix potential deadlock when releasing midsPaulo Alcantara3-10/+8
2025-05-02cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2-11/+24
2025-05-02smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara1-0/+2
2025-05-02smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2-0/+10
2025-05-02virtiofs: add filesystem context source name checkXiangsheng Hou1-0/+3
2025-05-02isofs: Prevent the use of too small fidEdward Adam Davis1-1/+1
2025-05-02hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev2-0/+12
2025-05-02btrfs: correctly escape subvol in btrfs_show_options()Johannes Kimmel1-2/+1
2025-05-02nfsd: decrease sc_count directly if fail to queue dl_recallLi Lingfeng1-1/+1
2025-05-02nfs: add missing selections of CONFIG_CRC32Eric Biggers6-19/+3
2025-05-02nfs: move nfs_fhandle_hash to common include fileJeff Layton1-15/+0
2025-05-02jbd2: remove wrong sb->s_sequence checkJan Kara1-1/+0
2025-05-02ext4: fix off-by-one error in do_splitArtem Sadovnikov1-1/+1
2025-05-02ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn1-20/+48
2025-05-02ext4: reject casefold inode flag without casefold featureEric Biggers1-1/+4
2025-05-02ext4: ignore xattrs past endBhupesh1-1/+10
2025-05-02ext4: protect ext4_release_dquot against freezingOjaswin Mujoo1-0/+17
2025-05-02f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()Chao Yu1-1/+8
2025-05-02jfs: add sanity check for agwidth in dbMountEdward Adam Davis1-0/+4
2025-05-02jfs: Prevent copying of nlink with value 0 from disk inodeEdward Adam Davis1-1/+1
2025-05-02fs/jfs: Prevent integer overflow in AG size calculationRand Deeb1-1/+1
2025-05-02fs/jfs: cast inactags to s64 to prevent potential overflowRand Deeb1-2/+2
2025-05-02umount: Allow superblock owners to force umountTrond Myklebust1-1/+2
2025-04-10NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever1-7/+12
2025-04-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng1-1/+11
2025-04-10jfs: add index corruption check to DT_GETPAGE()Roman Smirnov1-1/+2
2025-04-10jfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz1-5/+10
2025-04-10ext4: fix OOB read when checking dotdot dirAcs, Jakub1-0/+3
2025-04-10ext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
2025-04-10btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik1-1/+4
2025-04-10affs: don't write overlarge OFS data block size fieldsSimon Tatham1-1/+2
2025-04-10affs: generate OFS sequence numbers starting at 1Simon Tatham1-3/+3
2025-04-10exfat: fix the infinite loop in exfat_find_last_cluster()Yuezhang Mo1-1/+1
2025-04-10fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche1-1/+1
2025-04-10NFSv4: Don't trigger uneccessary scans for return-on-close delegationsTrond Myklebust1-15/+18
2025-04-10ocfs2: validate l_tree_depth to avoid out-of-bounds accessVasiliy Kovalev1-0/+8
2025-04-10isofs: fix KMSAN uninit-value bug in do_isofs_readdir()Qasim Ijaz1-1/+2
2025-04-10proc: fix UAF in proc_get_inode()Ye Bin3-4/+26
2025-04-10fuse: don't truncate cached, mutated symlinkMiklos Szeredi2-6/+20
2025-04-10vboxsf: fix building with GCC 15Brahmajit Das1-1/+2
2025-03-13udf: Fix use of check_add_overflow() with mixed type argumentsBen Hutchings1-1/+1