summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-06-27smb: client: fix first command failure during re-negotiationzhangjian1-0/+1
2025-06-27ksmbd: fix null pointer dereference in destroy_previous_sessionNamjae Jeon1-5/+6
2025-06-27smb: improve directory cache reuse for readdir operationsBharath SM2-17/+19
2025-06-27jffs2: check jffs2_prealloc_raw_node_refs() result in few other placesFedor Pchelkin2-2/+6
2025-06-27jffs2: check that raw node were preallocated before writing summaryArtem Sadovnikov1-1/+6
2025-06-27cifs: reset connections for all channels when reconnect requestedShyam Prasad N1-0/+7
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu1-0/+8
2025-06-27f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim1-0/+9
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi1-1/+2
2025-06-27ext4: factor out ext4_get_maxbytes()Zhang Yi3-12/+9
2025-06-27ext4: fix calculation of credits for extent tree modificationJan Kara1-5/+6
2025-06-27ext4: inline: fix len overflow in ext4_prepare_inline_dataThadeu Lima de Souza Cascardo1-1/+1
2025-06-27ceph: set superblock s_magic for IMA fsmagic matchingDennis Marttinen1-0/+1
2025-06-27jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park1-2/+3
2025-06-27nfsd: Initialize ssc before laundromat_work to prevent NULL dereferenceLi Lingfeng1-3/+3
2025-06-27nfsd: nfsd4_spo_must_allow() must check this is a v4 compound requestNeilBrown1-1/+2
2025-06-27gfs2: move msleep to sleepable contextAlexander Aring1-1/+2
2025-06-27configfs: Do not override creating attribute file failure in populate_attrs()Zijun Hu1-1/+1
2025-06-27fs/filesystems: Fix potential unsigned integer underflow in fs_name()Zijun Hu1-5/+9
2025-06-27xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong1-0/+40
2025-06-27xfs: take m_growlock when running growfsrtDarrick J. Wong1-13/+25
2025-06-27xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong1-2/+2
2025-06-27xfs: Fix the owner setting issue for rmap query in xfs fsmapZizhi Wo1-1/+1
2025-06-27xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong1-0/+11
2025-06-27xfs: attr forks require attr, not attr2Darrick J. Wong1-1/+7
2025-06-27xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2-15/+15
2025-06-27xfs: don't walk off the end of a directory data blocklei lu2-5/+33
2025-06-27xfs: Fix xfs_prepare_shift() range for RTJohn Garry1-4/+6
2025-06-27xfs: Fix xfs_flush_unmap_range() range for RTJohn Garry1-4/+8
2025-06-27xfs: create a new helper to return a file's allocation unitDarrick J. Wong4-20/+30
2025-06-27xfs: declare xfs_file.c symbols in xfs_file.hDarrick J. Wong5-3/+15
2025-06-27xfs: use consistent uid/gid when grabbing dquots for inodesDarrick J. Wong2-9/+15
2025-06-27xfs: verify buffer, inode, and dquot items every tx commitDarrick J. Wong5-0/+111
2025-06-27xfs: fix an agbno overflow in __xfs_getfsmap_datadevDarrick J. Wong1-7/+18
2025-06-27xfs: fix xfs_btree_query_range callers to initialize btree rec fullyDarrick J. Wong3-20/+13
2025-06-27xfs: validate fsmap offsets specified in the query keysDarrick J. Wong1-11/+19
2025-06-27xfs: fix logdev fsmap query result filteringDarrick J. Wong1-22/+8
2025-06-27xfs: clean up the rtbitmap fsmap backendDarrick J. Wong2-53/+34
2025-06-27xfs: fix getfsmap reporting past the last rt extentDarrick J. Wong1-1/+1
2025-06-27xfs: fix integer overflows in the fsmap rtbitmap and logdev backendsDarrick J. Wong1-26/+64
2025-06-27xfs: fix interval filtering in multi-step fsmap queriesDarrick J. Wong1-19/+48
2025-06-27do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro1-0/+4
2025-06-27fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro1-1/+1
2025-06-27nfs: ignore SB_RDONLY when remounting nfsLi Lingfeng1-0/+10
2025-06-27nfs: clear SB_RDONLY before getting superblockLi Lingfeng1-0/+9
2025-06-27nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()Ryusuke Konishi1-1/+3
2025-06-27nilfs2: add pointer check for nilfs_direct_propagate()Wentao Liang1-0/+3
2025-06-27ocfs2: fix possible memory leak in ocfs2_finish_quota_recoveryMurad Masimov1-1/+1
2025-06-27Squashfs: check return result of sb_min_blocksizePhillip Lougher1-0/+5
2025-06-27f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu1-1/+1