summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-07-17ksmbd: fix potential use-after-free in oplock/lease break ackNamjae Jeon1-20/+9
2025-07-17smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara1-3/+1
2025-07-17btrfs: fix assertion when building free space treeFilipe Manana1-4/+12
2025-07-17cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N3-7/+8
2025-07-17smb: client: fix DFS interlink failoverPaulo Alcantara9-86/+94
2025-07-17smb: client: avoid unnecessary reconnects when refreshing referralsPaulo Alcantara1-70/+117
2025-07-17btrfs: fix inode lookup error handling during log replayFilipe Manana1-77/+146
2025-07-17btrfs: return a btrfs_inode from btrfs_iget_logging()Filipe Manana1-49/+45
2025-07-17btrfs: remove redundant root argument from fixup_inode_link_count()Filipe Manana1-11/+9
2025-07-17btrfs: remove redundant root argument from btrfs_update_inode_fallback()Filipe Manana3-8/+8
2025-07-17btrfs: remove noinline from btrfs_update_inode()Filipe Manana1-3/+3
2025-07-17erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu1-0/+2
2025-07-17ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro1-0/+1
2025-07-17smb: server: make use of rdma_destroy_qp()Stefan Metzmacher1-2/+3
2025-07-17mm: fix the inaccurate memory statistics issue for usersBaolin Wang1-7/+7
2025-07-17fix proc_sys_compare() handling of in-lookup dentriesAl Viro2-8/+12
2025-07-17eventpoll: don't decrement ep refcount while still holding the ep mutexLinus Torvalds1-7/+5
2025-07-10f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu1-1/+2
2025-07-10smb: client: fix readdir returning wrong type with POSIX extensionsPhilipp Kerling1-1/+1
2025-07-10NFSv4/flexfiles: Fix handling of NFS level errors in I/OTrond Myklebust1-34/+87
2025-07-10fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg1-5/+18
2025-07-10f2fs: fix to zero post-eof pageChao Yu1-0/+38
2025-07-10f2fs: convert f2fs_vm_page_mkwrite() to use folioChao Yu1-16/+16
2025-07-10f2fs: prevent writing without fallocate() for pinned filesDaeho Jeong1-9/+16
2025-07-10f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu1-10/+15
2025-07-10smb: client: remove \t from TP_printk statementsStefan Metzmacher1-9/+9
2025-07-10btrfs: fix qgroup reservation leak on failure to allocate ordered extentFilipe Manana1-3/+9
2025-07-10smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong2-3/+5
2025-07-10smb: client: fix warning when reconnecting channelPaulo Alcantara2-6/+5
2025-07-10btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana1-1/+1
2025-07-10btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana1-18/+18
2025-07-10btrfs: rename err to ret in btrfs_rmdir()Anand Jain1-11/+11
2025-07-10btrfs: fix iteration of extrefs during log replayFilipe Manana1-2/+2
2025-07-10btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana1-1/+3
2025-07-10NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAINBenjamin Coddington1-1/+3
2025-07-10nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.Kuniyuki Iwashima1-3/+14
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-06smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara2-22/+37
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: provide zero as a unique ID to the Mac clientNamjae Jeon3-2/+21
2025-07-06ksmbd: allow a filename to contain special characters on SMB3.1.1 posix exten...Namjae Jeon1-26/+27