summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-07-06fs: omfs: Use flexible-array member in struct omfs_extentGustavo A. R. Silva2-7/+7
2025-07-06ksmbd: remove unsafe_memcpy use in session setupNamjae Jeon1-9/+3
2025-07-06ksmbd: Use unsafe_memcpy() for ntlm_negotiateNamjae Jeon1-2/+5
2025-07-06btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone1-0/+6
2025-07-06btrfs: fix a race between renames and directory loggingFilipe Manana1-17/+64
2025-07-06attach_recursive_mnt(): do not lock the covering tree when sliding something ...Al Viro1-4/+4
2025-07-06f2fs: don't over-report free space or inodes in statvfsChao Yu1-12/+18
2025-07-06jfs: validate AG parameters in dbMount() to prevent crashesVasiliy Kovalev1-1/+5
2025-07-06fs/jfs: consolidate sanity checking in dbMountDave Kleikamp1-28/+9
2025-07-06btrfs: handle csum tree error with rescue=ibadroots correctlyQu Wenruo1-2/+1
2025-07-06ovl: Check for NULL d_inode() in ovl_dentry_upper()Kees Cook1-1/+3
2025-07-06ceph: fix possible integer overflow in ceph_zero_objects()Dmitry Kandybka1-1/+1
2025-07-06ksmbd: allow a filename to contain special characters on SMB3.1.1 posix exten...Namjae Jeon1-26/+27
2025-07-06NFSv4: xattr handlers should check for absent nfs filehandlesScott Mayhew1-0/+5
2025-07-06NFSv4.2: fix listxattr to return selinux security labelOlga Kornievskaia1-2/+10
2025-07-06NFSv4: Always set NLINK even if the server doesn't support itHan Young1-0/+2
2025-07-06cifs: Fix cifs_query_path_info() for Windows NT serversPali Rohár1-0/+8
2025-07-06cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár4-3/+6
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