summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-05-18do_umount(): add missing barrier before refcount checks in sync caseAl Viro1-1/+2
2025-05-18ocfs2: stop quota recovery before disabling quotasJan Kara5-9/+30
2025-05-18ocfs2: implement handshaking with ocfs2 recovery threadJan Kara2-17/+39
2025-05-18ocfs2: switch osb->disable_recovery to enumJan Kara2-7/+14
2025-05-02jfs: define xtree root and page independentlyDave Kleikamp6-23/+32
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo2-6/+6
2025-05-02fs/ntfs3: Fix WARNING in ntfs_extend_initialized_sizeEdward Adam Davis1-0/+1
2025-05-02ksmbd: Prevent integer overflow in calculation of deadtimeDenis Arefev1-1/+6
2025-05-02cifs: fix integer overflow in match_server()Roman Smirnov1-0/+5
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-02f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor1-2/+2
2025-05-02f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu3-15/+38
2025-05-02fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov1-24/+29
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 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-02smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong2-2/+2
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-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-02ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2-28/+41
2025-05-02smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara1-1/+2
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: 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-02jfs: Fix uninit-value access of imap allocated in the diMount() functionZhongqiu Han1-1/+1
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