summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2025-03-28xfs: reserve less log space when recovering log intent itemsDarrick J. Wong6-9/+40
2025-03-28xfs: use deferred frees for btree block freeingDave Chinner11-26/+33
2025-03-28xfs: fix bounds check in xfs_defer_agfl_block()Dave Chinner1-5/+6
2025-03-28xfs: validate block number being freed before adding to xefiDave Chinner8-23/+62
2025-03-28xfs: pass per-ag references to xfs_free_extentDarrick J. Wong7-24/+28
2025-03-28xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong3-72/+46
2025-03-28xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong2-51/+51
2025-03-28xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong1-25/+30
2025-03-28xfs: pass refcount intent directly through the log intent codeDarrick J. Wong4-103/+74
2025-03-28fuse: don't truncate cached, mutated symlinkMiklos Szeredi2-6/+20
2025-03-28vboxsf: fix building with GCC 15Brahmajit Das1-1/+2
2025-03-28smb: client: fix noisy when tree connecting to DFS interlink targetsPaulo Alcantara1-1/+1
2025-03-28fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_superKonstantin Komarov2-22/+48
2025-03-28hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer2-11/+9
2025-03-13fs/ntfs3: Add rough attr alloc_size checkKonstantin Komarov1-0/+3
2025-03-13nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi3-19/+27
2025-03-13nilfs2: eliminate staggered calls to kunmap in nilfs_renameRyusuke Konishi1-1/+2
2025-03-13nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_linkRyusuke Konishi3-16/+14
2025-03-13exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon3-7/+16
2025-03-13ksmbd: fix bug on trap in smb2_lockNamjae Jeon1-1/+1
2025-03-13ksmbd: fix use-after-free in smb2_lockNamjae Jeon1-3/+3
2025-03-13ksmbd: fix type confusion via race condition when using ipc_msg_send_requestNamjae Jeon1-0/+1