summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-08-15smb: server: Fix extension string in ksmbd_extract_shortname()Thorsten Blum1-1/+1
2025-08-15ksmbd: limit repeated connections from clients with the same IPNamjae Jeon2-0/+18
2025-08-15smb: client: default to nonativesocket under POSIX mountsPaulo Alcantara1-0/+1
2025-08-15smb: client: set symlink type as native for POSIX mountsPaulo Alcantara5-29/+22
2025-08-15smb: client: fix netns refcount leak after net_passive changesWang Zhaolong1-6/+3
2025-08-15ksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon1-1/+2
2025-08-15ksmbd: fix Preauh_HashValue race conditionNamjae Jeon1-4/+0
2025-08-15ksmbd: fix null pointer dereference error in generate_encryptionkeyNamjae Jeon1-2/+16
2025-08-15nfsd: avoid ref leak in nfsd_open_local_fh()NeilBrown1-2/+3
2025-08-15nfsd: don't set the ctime on delegated atime updatesJeff Layton1-1/+9
2025-08-15smb: client: return an error if rdma_connect does not return within 5 secondsStefan Metzmacher1-2/+4
2025-08-15smb: client: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher1-14/+11
2025-08-15smb: client: let recv_done() cleanup before notifying the callers.Stefan Metzmacher1-6/+8
2025-08-15smb: client: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher1-2/+9
2025-08-15smb: client: remove separate empty_packet_queueStefan Metzmacher3-65/+7
2025-08-15smb: server: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher1-5/+7
2025-08-15smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconn...Stefan Metzmacher1-5/+13
2025-08-15smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher1-2/+9
2025-08-15smb: server: remove separate empty_recvmsg_queueStefan Metzmacher1-52/+8
2025-08-15NFS/localio: nfs_uuid_put() fix the wake up after unlinking the fileTrond Myklebust1-2/+1
2025-08-15NFS/localio: nfs_uuid_put() fix races with nfs_open/close_local_fh()Trond Myklebust1-8/+15
2025-08-15NFS/localio: nfs_close_local_fh() fix check for file closedTrond Myklebust1-1/+1
2025-08-15NFS: Fixup allocation flags for nfsiod's __GFP_NORETRYBenjamin Coddington1-3/+6
2025-08-15NFSv4.2: another fix for listxattrOlga Kornievskaia1-4/+6
2025-08-15NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()Trond Myklebust1-2/+9
2025-08-15NFS: Fix wakeup of __nfs_lookup_revalidate() in unblock_revalidate()Trond Myklebust1-3/+1
2025-08-15pNFS/flexfiles: don't attempt pnfs on fatal DS errorsTigran Mkrtchyan2-13/+19
2025-08-15exfat: fdatasync flag should be same like generic_write_sync()Zhengxu Zhang1-3/+2
2025-08-15f2fs: fix to trigger foreground gc during f2fs_map_blocks() in lfs modeChao Yu1-1/+4
2025-08-15f2fs: fix to calculate dirty data during has_not_enough_free_secs()Chao Yu1-2/+1
2025-08-15f2fs: fix to update upper_p in __get_secs_required() correctlyChao Yu1-1/+1
2025-08-15f2fs: vm_unmap_ram() may be called from an invalid contextJan Prusakowski1-1/+1
2025-08-15f2fs: fix to avoid out-of-boundary access in devs.pathChao Yu1-1/+1
2025-08-15f2fs: fix to avoid panic in f2fs_evict_inodeChao Yu1-0/+13
2025-08-15f2fs: fix to avoid UAF in f2fs_sync_inode_meta()Chao Yu1-2/+6
2025-08-15f2fs: fix to check upper boundary for gc_no_zoned_gc_percentChao Yu1-0/+7
2025-08-15f2fs: fix to check upper boundary for gc_valid_thresh_ratioChao Yu1-0/+7
2025-08-15f2fs: fix to check upper boundary for value of gc_boost_zoned_gc_percentyohan.joung1-0/+7
2025-08-15f2fs: fix KMSAN uninit-value in extent_info usageAbinash Singh1-1/+1
2025-08-15f2fs: fix to avoid invalid wait context issueChao Yu1-10/+7
2025-08-15f2fs: fix bio memleak when committing super blockSheng Yong1-0/+1
2025-08-15f2fs: turn off one_time when forcibly set to foreground GCDaeho Jeong1-0/+1
2025-08-15jfs: fix metapage reference count leak in dbAllocCtlZheng Yu1-1/+3
2025-08-15smb: client: allow parsing zero-length AV pairsPaulo Alcantara1-2/+2
2025-08-15fs/orangefs: Allow 2 more characters in do_c_string()Dan Carpenter1-3/+3
2025-08-15ext4: Make sure BH_New bit is cleared in ->write_end handlerJan Kara2-1/+4
2025-08-15ext4: fix inode use after free in ext4_end_io_rsv_work()Baokun Li1-8/+8
2025-08-15proc: use the same treatment to check proc_lseek as ones for proc_read_iter e...wangzijie3-1/+8
2025-08-15fanotify: sanitize handle_type values when reporting fidAmir Goldstein1-1/+7
2025-08-15btrfs: remove partial support for lowest level from btrfs_search_forward()Sun YangKai1-13/+5