summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-02jfs: define xtree root and page independentlyDave Kleikamp
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo
2025-05-02fs/ntfs3: Fix WARNING in ntfs_extend_initialized_sizeEdward Adam Davis
2025-05-02btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range()Qu Wenruo
2025-04-25btrfs: fix the length of reserved qgroup to freeHaisu Wang
2025-04-25cifs: use origin fullpath for automountsPaulo Alcantara
2025-04-25smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong
2025-04-25btrfs: zoned: fix zone finishing with missing devicesJohannes Thumshirn
2025-04-25btrfs: zoned: fix zone activation with missing devicesJohannes Thumshirn
2025-04-25btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov
2025-04-25virtiofs: add filesystem context source name checkXiangsheng Hou
2025-04-25smb3 client: fix open hardlink on deferred close file errorChunjie Zhu
2025-04-25ksmbd: fix the warning from __kernel_write_iterNamjae Jeon
2025-04-25ksmbd: Prevent integer overflow in calculation of deadtimeDenis Arefev
2025-04-25ksmbd: Fix dangling pointer in krb_authenticateSean Heelan
2025-04-25isofs: Prevent the use of too small fidEdward Adam Davis
2025-04-25hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev
2025-04-25btrfs: correctly escape subvol in btrfs_show_options()Johannes Kimmel
2025-04-25nfsd: decrease sc_count directly if fail to queue dl_recallLi Lingfeng
2025-04-25nfs: add missing selections of CONFIG_CRC32Eric Biggers
2025-04-25nfs: move nfs_fhandle_hash to common include fileJeff Layton
2025-04-25cifs: fix integer overflow in match_server()Roman Smirnov
2025-04-25cifs: avoid NULL pointer dereference in dbg callAlexandra Diupina
2025-04-25btrfs: fix non-empty delayed iputs list on unmount due to compressed write wo...Filipe Manana
2025-04-25jbd2: remove wrong sb->s_sequence checkJan Kara
2025-04-25smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French
2025-04-25ext4: fix off-by-one error in do_splitArtem Sadovnikov
2025-04-25ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn
2025-04-25ext4: ignore xattrs past endBhupesh
2025-04-25ext4: protect ext4_release_dquot against freezingOjaswin Mujoo
2025-04-25f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()Chao Yu
2025-04-25jfs: add sanity check for agwidth in dbMountEdward Adam Davis
2025-04-25jfs: Prevent copying of nlink with value 0 from disk inodeEdward Adam Davis
2025-04-25fs/jfs: Prevent integer overflow in AG size calculationRand Deeb
2025-04-25fs/jfs: cast inactags to s64 to prevent potential overflowRand Deeb
2025-04-25jfs: Fix uninit-value access of imap allocated in the diMount() functionZhongqiu Han
2025-04-25f2fs: don't retry IO for corrupted data scenarioChao Yu
2025-04-25umount: Allow superblock owners to force umountTrond Myklebust
2025-04-25fs: consistently deref the files table with rcu_dereference_raw()Mateusz Guzik
2025-04-10NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever
2025-04-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng
2025-04-10jfs: add index corruption check to DT_GETPAGE()Roman Smirnov
2025-04-10jfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz
2025-04-10ext4: fix OOB read when checking dotdot dirAcs, Jakub
2025-04-10ext4: don't over-report free space or inodes in statvfsTheodore Ts'o
2025-04-10ksmbd: validate zero num_subauth before sub_auth is accessedNorbert Szetei
2025-04-10ksmbd: fix session use-after-free in multichannel connectionNamjae Jeon
2025-04-10ksmbd: fix use-after-free in ksmbd_sessions_deregister()Namjae Jeon
2025-04-10ksmbd: add bounds check for create lease contextNorbert Szetei
2025-04-10btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik