summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-07-06btrfs: fix use-after-free on inode when scanning root during em shrinkingSasha Levin
2025-07-06btrfs: zoned: fix extent range end unlock in cow_file_range()Naohiro Aota
2025-07-06btrfs: do regular iput instead of delayed iput during extent map shrinkingFilipe Manana
2025-07-06btrfs: make the extent map shrinker run asynchronously as a work queue jobFilipe Manana
2025-07-06btrfs: skip inodes without loaded extent maps when shrinking extent mapsFilipe Manana
2025-07-06btrfs: do proper folio cleanup when cow_file_range() failedQu Wenruo
2025-07-06f2fs: fix to zero post-eof pageChao Yu
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-06cifs: Fix reading into an ITER_FOLIOQ from the smbdirect codeDavid Howells
2025-07-06cifs: Fix the smbd_response slab to allow usercopyDavid Howells
2025-07-06smb: client: make use of common smbdirect_socket_parametersStefan Metzmacher
2025-07-06smb: smbdirect: introduce smbdirect_socket_parametersStefan Metzmacher
2025-07-06smb: client: make use of common smbdirect_socketStefan Metzmacher
2025-07-06smb: smbdirect: add smbdirect_socket.hStefan Metzmacher
2025-07-06smb: smbdirect: add smbdirect.h with public structuresStefan Metzmacher
2025-07-06smb: client: make use of common smbdirect_pdu.hStefan Metzmacher
2025-07-06smb: smbdirect: add smbdirect_pdu.h with protocol definitionsStefan Metzmacher
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-06fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folioDavid Hildenbrand
2025-07-06smb: client: remove \t from TP_printk statementsStefan Metzmacher
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: fix qgroup reservation leak on failure to allocate ordered extentFilipe Manana
2025-07-06btrfs: use unsigned types for constants defined as bit shiftsDavid Sterba
2025-07-06btrfs: factor out nocow ordered extent and extent map generation into a helperQu Wenruo
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 setattr caching of TIME_[MODIFY|ACCESS]_SET when timestamps are ...Sagi Grimberg
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 max_sge overflow in smb_extract_folioq_to_rdma()Stefan Metzmacher
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-27ksmbd: add free_transport ops in ksmbd connectionNamjae Jeon
2025-06-27smb: fix secondary channel creation issue with kerberos by populating hostnam...Bharath SM
2025-06-27nfsd: use threads array as-is in netlink interfaceJeff Layton
2025-06-27ksmbd: fix null pointer dereference in destroy_previous_sessionNamjae Jeon
2025-06-27smb: improve directory cache reuse for readdir operationsBharath SM