summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
9 daysNFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever1-7/+12
9 daysnfsd: put dl_stid if fail to queue dl_recallLi Lingfeng1-1/+11
9 daysjfs: add index corruption check to DT_GETPAGE()Roman Smirnov1-1/+2
9 daysjfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz1-5/+10
9 daysext4: fix OOB read when checking dotdot dirAcs, Jakub1-0/+3
9 daysext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
9 daysksmbd: validate zero num_subauth before sub_auth is accessedNorbert Szetei1-0/+5
9 daysksmbd: fix session use-after-free in multichannel connectionNamjae Jeon3-11/+14
9 daysksmbd: fix use-after-free in ksmbd_sessions_deregister()Namjae Jeon1-0/+3
9 daysksmbd: add bounds check for create lease contextNorbert Szetei1-0/+8
9 daysbtrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik1-1/+4
9 daysaffs: don't write overlarge OFS data block size fieldsSimon Tatham1-1/+2
9 daysaffs: generate OFS sequence numbers starting at 1Simon Tatham1-3/+3
9 daysksmbd: fix multichannel connection failureNamjae Jeon3-8/+22
9 daysksmbd: use aead_request_free to match aead_request_allocMiaoqian Lin1-1/+1
9 daysexfat: fix the infinite loop in exfat_find_last_cluster()Yuezhang Mo1-1/+1
9 daysfs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche1-1/+1
9 daysfuse: fix dax truncate/punch_hole fault pathAlistair Popple3-4/+3
9 daysNFSv4: Don't trigger uneccessary scans for return-on-close delegationsTrond Myklebust1-15/+18
9 daysocfs2: validate l_tree_depth to avoid out-of-bounds accessVasiliy Kovalev1-0/+8
9 daysfs/ntfs3: Fix a couple integer overflows on 32bit systemsDan Carpenter1-2/+2
9 daysisofs: fix KMSAN uninit-value bug in do_isofs_readdir()Qasim Ijaz1-1/+2
2025-03-28xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong3-22/+47
2025-03-28fs/ntfs3: Change new sparse cluster processingKonstantin Komarov6-186/+166
2025-03-28ksmbd: fix incorrect validation for num_aces field of smb_aclNamjae Jeon1-1/+4
2025-03-28proc: fix UAF in proc_get_inode()Ye Bin3-4/+26
2025-03-28smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara1-1/+5
2025-03-28smb: client: Fix match_session bug preventing session reuseHenrique Carvalho1-4/+12
2025-03-28smb3: add support for IAKerbSteve French5-3/+12
2025-03-28cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov1-2/+2
2025-03-28cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov1-1/+1
2025-03-28cifs: Fix integer overflow while processing acdirmax mount optionMurad Masimov1-2/+2
2025-03-28cifs: Fix integer overflow while processing acregmax mount optionMurad Masimov1-2/+2
2025-03-28xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong6-30/+29
2025-03-28xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn1-3/+3
2025-03-28xfs: update dir3 leaf block metadata after swapZhang Tianci1-0/+7
2025-03-28xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang1-42/+31
2025-03-28xfs: fix perag leak when growfs failsLong Li3-10/+32
2025-03-28xfs: add lock protection when remove perag from radix treeLong Li1-0/+4
2025-03-28xfs: initialise di_crc in xfs_log_dinodeDave Chinner1-0/+3
2025-03-28xfs: force all buffers to be written during btree bulk loadDarrick J. Wong3-7/+42
2025-03-28xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong1-0/+5
2025-03-28xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong1-6/+0
2025-03-28xfs: don't allow overly small or large realtime volumesDarrick J. Wong3-1/+17
2025-03-28xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong1-3/+5
2025-03-28xfs: make rextslog computation consistent with mkfsDarrick J. Wong4-3/+21
2025-03-28xfs: don't leak recovered attri intent itemsDarrick J. Wong1-2/+7
2025-03-28xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig1-1/+1
2025-03-28xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong3-2/+3
2025-03-28xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong7-76/+87