summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-06-27smb: client: fix first command failure during re-negotiationzhangjian
2025-06-27ksmbd: fix null pointer dereference in destroy_previous_sessionNamjae Jeon
2025-06-27smb: improve directory cache reuse for readdir operationsBharath SM
2025-06-27jffs2: check jffs2_prealloc_raw_node_refs() result in few other placesFedor Pchelkin
2025-06-27jffs2: check that raw node were preallocated before writing summaryArtem Sadovnikov
2025-06-27cifs: reset connections for all channels when reconnect requestedShyam Prasad N
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu
2025-06-27f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi
2025-06-27ext4: factor out ext4_get_maxbytes()Zhang Yi
2025-06-27ext4: fix calculation of credits for extent tree modificationJan Kara
2025-06-27ext4: inline: fix len overflow in ext4_prepare_inline_dataThadeu Lima de Souza Cascardo
2025-06-27ceph: set superblock s_magic for IMA fsmagic matchingDennis Marttinen
2025-06-27jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park
2025-06-27nfsd: Initialize ssc before laundromat_work to prevent NULL dereferenceLi Lingfeng
2025-06-27nfsd: nfsd4_spo_must_allow() must check this is a v4 compound requestNeilBrown
2025-06-27gfs2: move msleep to sleepable contextAlexander Aring
2025-06-27configfs: Do not override creating attribute file failure in populate_attrs()Zijun Hu
2025-06-27fs/filesystems: Fix potential unsigned integer underflow in fs_name()Zijun Hu
2025-06-27xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong
2025-06-27xfs: take m_growlock when running growfsrtDarrick J. Wong
2025-06-27xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong
2025-06-27xfs: Fix the owner setting issue for rmap query in xfs fsmapZizhi Wo
2025-06-27xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong
2025-06-27xfs: attr forks require attr, not attr2Darrick J. Wong
2025-06-27xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun
2025-06-27xfs: don't walk off the end of a directory data blocklei lu
2025-06-27xfs: Fix xfs_prepare_shift() range for RTJohn Garry
2025-06-27xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry
2025-06-27xfs: create a new helper to return a file's allocation unitDarrick J. Wong
2025-06-27xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong
2025-06-27xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong
2025-06-27xfs: verify buffer, inode, and dquot items every tx commitDarrick J. Wong
2025-06-27xfs: fix an agbno overflow in __xfs_getfsmap_datadevDarrick J. Wong
2025-06-27xfs: fix xfs_btree_query_range callers to initialize btree rec fullyDarrick J. Wong
2025-06-27xfs: validate fsmap offsets specified in the query keysDarrick J. Wong
2025-06-27xfs: fix logdev fsmap query result filteringDarrick J. Wong
2025-06-27xfs: clean up the rtbitmap fsmap backendDarrick J. Wong
2025-06-27xfs: fix getfsmap reporting past the last rt extentDarrick J. Wong
2025-06-27xfs: fix integer overflows in the fsmap rtbitmap and logdev backendsDarrick J. Wong
2025-06-27xfs: fix interval filtering in multi-step fsmap queriesDarrick J. Wong
2025-06-27do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro
2025-06-27fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro
2025-06-27nfs: ignore SB_RDONLY when remounting nfsLi Lingfeng
2025-06-27nfs: clear SB_RDONLY before getting superblockLi Lingfeng
2025-06-27nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()Ryusuke Konishi
2025-06-27nilfs2: add pointer check for nilfs_direct_propagate()Wentao Liang
2025-06-27ocfs2: fix possible memory leak in ocfs2_finish_quota_recoveryMurad Masimov
2025-06-27Squashfs: check return result of sb_min_blocksizePhillip Lougher
2025-06-27f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu