summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-07-06ksmbd: remove unsafe_memcpy use in session setupNamjae Jeon
2025-07-06ksmbd: Use unsafe_memcpy() for ntlm_negotiateNamjae Jeon
2025-07-06btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone
2025-07-06btrfs: fix a race between renames and directory loggingFilipe Manana
2025-07-06smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara
2025-07-06attach_recursive_mnt(): do not lock the covering tree when sliding something ...Al Viro
2025-07-06f2fs: don't over-report free space or inodes in statvfsChao Yu
2025-07-06jfs: validate AG parameters in dbMount() to prevent crashesVasiliy Kovalev
2025-07-06fs/jfs: consolidate sanity checking in dbMountDave Kleikamp
2025-07-06btrfs: handle csum tree error with rescue=ibadroots correctlyQu Wenruo
2025-07-06ovl: Check for NULL d_inode() in ovl_dentry_upper()Kees Cook
2025-07-06ceph: fix possible integer overflow in ceph_zero_objects()Dmitry Kandybka
2025-07-06ksmbd: provide zero as a unique ID to the Mac clientNamjae Jeon
2025-07-06ksmbd: allow a filename to contain special characters on SMB3.1.1 posix exten...Namjae Jeon
2025-07-06NFSv4: xattr handlers should check for absent nfs filehandlesScott Mayhew
2025-07-06fuse: fix race between concurrent setattrs from multiple nodesGuang Yuan Wu
2025-07-06NFSv4.2: fix listxattr to return selinux security labelOlga Kornievskaia
2025-07-06NFSv4: Always set NLINK even if the server doesn't support itHan Young
2025-07-06cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE modePali Rohár
2025-07-06cifs: Fix cifs_query_path_info() for Windows NT serversPali Rohár
2025-07-06cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár
2025-06-27cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() functionPali Rohár
2025-06-27smb: client: fix first command failure during re-negotiationzhangjian
2025-06-27smb: Log an error when close_all_cached_dirs failsPaul Aurich
2025-06-27smb: fix secondary channel creation issue with kerberos by populating hostnam...Bharath SM
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-27cifs: do not disable interface polling on failureShyam Prasad N
2025-06-27cifs: serialize other channels when query server interfaces is pendingShyam Prasad N
2025-06-27cifs: deal with the channel loading lag while picking channelsShyam Prasad N
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-27fs/xattr.c: fix simple_xattr_list()Stephen Smalley
2025-06-27f2fs: fix to set atomic write status more clearChao Yu
2025-06-27f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctxChao Yu
2025-06-27smb: client: add NULL check in automount_fullpathRuben Devos
2025-06-27cifs: dns resolution is needed only for primary channelShyam Prasad N
2025-06-27cifs: update dstaddr whenever channel iface is updatedShyam Prasad N
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-27f2fs: fix to do sanity check on ino and xnidChao Yu
2025-06-27ext4: only dirty folios when data journaling regular filesBrian Foster
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-27fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio()Max Kellermann