summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-05-09xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong2-26/+39
2025-05-09xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong1-5/+18
2025-05-09xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig4-20/+28
2025-05-09xfs: make sure sb_fdblocks is non-negativeWengang Wang1-3/+4
2025-05-09xfs: allow symlinks with short remote targetsDarrick J. Wong1-4/+24
2025-05-09xfs: convert delayed extents to unwritten when zeroing post eof blocksZhang Yi1-0/+29
2025-05-09xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi2-42/+46
2025-05-09xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi1-2/+4
2025-05-09xfs: match lock mode in xfs_buffered_write_iomap_begin()Zhang Yi1-5/+5
2025-05-09xfs: revert commit 44af6c7e59b12Darrick J. Wong1-0/+5
2025-05-09xfs: validate recovered name buffers when recovering xattr itemsDarrick J. Wong1-11/+47
2025-05-09xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2Darrick J. Wong1-0/+27
2025-05-09xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recoveryDarrick J. Wong1-2/+3
2025-05-09xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extentChristoph Hellwig1-6/+0
2025-05-09xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig1-4/+9
2025-05-09xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig8-66/+57
2025-05-09ksmbd: fix use-after-free in kerberos authenticationSean Heelan2-6/+13
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-02btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range()Qu Wenruo1-2/+7
2025-04-25btrfs: fix the length of reserved qgroup to freeHaisu Wang1-1/+1
2025-04-25cifs: use origin fullpath for automountsPaulo Alcantara3-8/+68
2025-04-25smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong2-2/+2
2025-04-25btrfs: zoned: fix zone finishing with missing devicesJohannes Thumshirn1-0/+3
2025-04-25btrfs: zoned: fix zone activation with missing devicesJohannes Thumshirn1-0/+3
2025-04-25btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov1-1/+5
2025-04-25virtiofs: add filesystem context source name checkXiangsheng Hou1-0/+3
2025-04-25smb3 client: fix open hardlink on deferred close file errorChunjie Zhu2-0/+30
2025-04-25ksmbd: fix the warning from __kernel_write_iterNamjae Jeon1-1/+2
2025-04-25ksmbd: Prevent integer overflow in calculation of deadtimeDenis Arefev1-1/+6
2025-04-25ksmbd: Fix dangling pointer in krb_authenticateSean Heelan1-1/+3
2025-04-25isofs: Prevent the use of too small fidEdward Adam Davis1-1/+1
2025-04-25hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev2-0/+12
2025-04-25btrfs: correctly escape subvol in btrfs_show_options()Johannes Kimmel1-2/+1
2025-04-25nfsd: decrease sc_count directly if fail to queue dl_recallLi Lingfeng1-1/+1
2025-04-25nfs: add missing selections of CONFIG_CRC32Eric Biggers6-19/+3
2025-04-25nfs: move nfs_fhandle_hash to common include fileJeff Layton1-15/+0
2025-04-25cifs: fix integer overflow in match_server()Roman Smirnov1-0/+5
2025-04-25cifs: avoid NULL pointer dereference in dbg callAlexandra Diupina1-4/+5
2025-04-25btrfs: fix non-empty delayed iputs list on unmount due to compressed write wo...Filipe Manana1-0/+12
2025-04-25jbd2: remove wrong sb->s_sequence checkJan Kara1-1/+0
2025-04-25smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French1-0/+2
2025-04-25ext4: fix off-by-one error in do_splitArtem Sadovnikov1-1/+1
2025-04-25ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn1-20/+48
2025-04-25ext4: ignore xattrs past endBhupesh1-1/+10
2025-04-25ext4: protect ext4_release_dquot against freezingOjaswin Mujoo1-0/+17
2025-04-25f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()Chao Yu1-1/+8
2025-04-25jfs: add sanity check for agwidth in dbMountEdward Adam Davis1-0/+4
2025-04-25jfs: Prevent copying of nlink with value 0 from disk inodeEdward Adam Davis1-1/+1