summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-01Merge tag 'xfs-fixes-6.18-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-10-31Merge tag '6.18-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-10-31xfs: document another racy GC case in xfs_zoned_map_extentChristoph Hellwig
2025-10-31xfs: prevent gc from picking the same zone twiceChristoph Hellwig
2025-10-29smb: client: call smbd_destroy() in the same splace as kernel_sock_shutdown()...Stefan Metzmacher
2025-10-29smb: client: handle lack of IPC in dfs_cache_refresh()Paulo Alcantara
2025-10-28Merge tag 'v6.18-rc3-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-10-28Merge tag 'nfsd-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-10-28smb: client: fix potential cfid UAF in smb2_query_info_compoundHenrique Carvalho
2025-10-26smb: server: let smb_direct_cm_handler() call ib_drain_qp() after smb_direct_...Stefan Metzmacher
2025-10-26smb: server: call smb_direct_post_recv_credits() when the negotiation is doneStefan Metzmacher
2025-10-26ksmbd: transport_ipc: validate payload size before reading handleQianchang Zhao
2025-10-26cifs: fix typo in enable_gcm_256 module parameterSteve French
2025-10-26Merge tag 'x86_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-10-25Merge tag 'driver-core-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-10-25Merge tag 'xfs-fixes-6.18-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-10-24Merge tag 'v6.18-rc2-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-10-24Merge tag '6.18-rc2-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-10-23smb: server: let free_transport() wait for SMBDIRECT_SOCKET_DISCONNECTEDStefan Metzmacher
2025-10-23Merge tag 'for-6.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-23cifs: #include cifsglob.h before trace.h to allow structs in tracepointsDavid Howells
2025-10-23cifs: Call the calc_signature functions directlyDavid Howells
2025-10-23smb: client: get rid of d_drop() in cifs_do_rename()Paulo Alcantara
2025-10-22cifs: Fix TCP_Server_Info::credits to be signedDavid Howells
2025-10-22smb: client: make use of smbdirect_socket.send_io.lcredits.*Stefan Metzmacher
2025-10-22smb: server: make use of smbdirect_socket.send_io.lcredits.*Stefan Metzmacher
2025-10-22smb: server: simplify sibling_list handling in smb_direct_flush_send_list/sen...Stefan Metzmacher
2025-10-22smb: server: smb_direct_disconnect_rdma_connection() already wakes all waiter...Stefan Metzmacher
2025-10-22smb: smbdirect: introduce smbdirect_socket.send_io.lcredits.*Stefan Metzmacher
2025-10-22smb: server: allocate enough space for RW WRs and ib_drain_qp()Stefan Metzmacher
2025-10-22Merge tag 'mm-hotfixes-stable-2025-10-22-12-43' of git://git.kernel.org/pub/s...Linus Torvalds
2025-10-22Merge tag 'erofs-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-10-22Merge tag '9p-for-6.18-rc3-v2' of https://github.com/martinetd/linuxLinus Torvalds
2025-10-22xfs: fix locking in xchk_nlinks_collect_dirDarrick J. Wong
2025-10-22xfs: loudly complain about defunct mount optionsDarrick J. Wong
2025-10-22xfs: always warn about deprecated mount optionsDarrick J. Wong
2025-10-22xfs: don't set bt_nr_sectors to a negative numberDarrick J. Wong
2025-10-22btrfs: ref-verify: fix IS_ERR() vs NULL check in btrfs_build_ref_tree()Amit Dhingra
2025-10-22btrfs: fix delayed_node ref_tracker use after freeLeo Martins
2025-10-22Revert "fs/9p: Refresh metadata in d_revalidate for uncached mode too"Dominique Martinet
2025-10-22erofs: consolidate z_erofs_extent_lookback()Gao Xiang
2025-10-22erofs: avoid infinite loops due to corrupted subpage compact indexesGao Xiang
2025-10-21hugetlbfs: move lock assertions after early returns in huge_pmd_unshare()Deepanshu Kartikey
2025-10-21Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"Chuck Lever
2025-10-21nfsd: Avoid strlen conflict in nfsd4_encode_components_esc()Nathan Chancellor
2025-10-21NFSD: Fix crash in nfsd4_read_release()Chuck Lever
2025-10-21NFSD: Define actions for the new time_deleg FATTR4 attributesChuck Lever
2025-10-21xfs: don't use __GFP_NOFAIL in xfs_init_fs_contextChristoph Hellwig
2025-10-21xfs: cache open zone in inode->i_privateChristoph Hellwig
2025-10-21xfs: avoid busy loops in GCDChristoph Hellwig