summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-07-10f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu
2025-07-10smb: client: fix readdir returning wrong type with POSIX extensionsPhilipp Kerling
2025-07-10NFSv4/flexfiles: Fix handling of NFS level errors in I/OTrond Myklebust
2025-07-10fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg
2025-07-10f2fs: fix to zero post-eof pageChao Yu
2025-07-10f2fs: convert f2fs_vm_page_mkwrite() to use folioChao Yu
2025-07-10f2fs: prevent writing without fallocate() for pinned filesDaeho Jeong
2025-07-10f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu
2025-07-10smb: client: remove \t from TP_printk statementsStefan Metzmacher
2025-07-10btrfs: fix qgroup reservation leak on failure to allocate ordered extentFilipe Manana
2025-07-10smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong
2025-07-10smb: client: fix warning when reconnecting channelPaulo Alcantara
2025-07-10btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana
2025-07-10btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana
2025-07-10btrfs: rename err to ret in btrfs_rmdir()Anand Jain
2025-07-10btrfs: fix iteration of extrefs during log replayFilipe Manana
2025-07-10btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana
2025-07-10NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAINBenjamin Coddington
2025-07-10nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.Kuniyuki Iwashima
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