aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-26smb: server: let smb_direct_cm_handler() call ib_drain_qp() after smb_direct_disconnect_rdma_work()Stefan Metzmacher1-3/+8
2025-10-26smb: server: call smb_direct_post_recv_credits() when the negotiation is doneStefan Metzmacher1-8/+28
2025-10-26ksmbd: transport_ipc: validate payload size before reading handleQianchang Zhao1-1/+7
2025-10-26cifs: fix typo in enable_gcm_256 module parameterSteve French1-1/+1
2025-10-26Merge tag 'x86_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+7
2025-10-25Merge tag 'driver-core-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-5/+21
2025-10-25Merge tag 'xfs-fixes-6.18-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds9-140/+193
2025-10-24Merge tag 'v6.18-rc2-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-151/+273
2025-10-24Merge tag '6.18-rc2-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-39/+44
2025-10-23smb: server: let free_transport() wait for SMBDIRECT_SOCKET_DISCONNECTEDStefan Metzmacher1-4/+3
2025-10-23Merge tag 'for-6.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-11/+64
2025-10-23cifs: #include cifsglob.h before trace.h to allow structs in tracepointsDavid Howells2-0/+2
2025-10-23cifs: Call the calc_signature functions directlyDavid Howells4-21/+9
2025-10-23smb: client: get rid of d_drop() in cifs_do_rename()Paulo Alcantara1-4/+1
2025-10-22cifs: Fix TCP_Server_Info::credits to be signedDavid Howells1-1/+1
2025-10-22smb: client: make use of smbdirect_socket.send_io.lcredits.*Stefan Metzmacher1-25/+42
2025-10-22smb: server: make use of smbdirect_socket.send_io.lcredits.*Stefan Metzmacher1-5/+37
2025-10-22smb: server: simplify sibling_list handling in smb_direct_flush_send_list/send_doneStefan Metzmacher1-22/+38
2025-10-22smb: server: smb_direct_disconnect_rdma_connection() already wakes all waiters on errorStefan Metzmacher1-4/+0
2025-10-22smb: smbdirect: introduce smbdirect_socket.send_io.lcredits.*Stefan Metzmacher1-1/+12
2025-10-22smb: server: allocate enough space for RW WRs and ib_drain_qp()Stefan Metzmacher1-91/+142
2025-10-22Merge tag 'mm-hotfixes-stable-2025-10-22-12-43' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-9/+5
2025-10-22Merge tag 'erofs-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds1-29/+30
2025-10-22Merge tag '9p-for-6.18-rc3-v2' of https://github.com/martinetd/linuxLinus Torvalds3-22/+4
2025-10-22xfs: fix locking in xchk_nlinks_collect_dirDarrick J. Wong1-3/+31
2025-10-22xfs: loudly complain about defunct mount optionsDarrick J. Wong1-2/+18
2025-10-22xfs: always warn about deprecated mount optionsDarrick J. Wong1-8/+17
2025-10-22xfs: don't set bt_nr_sectors to a negative numberDarrick J. Wong2-1/+2
2025-10-22btrfs: ref-verify: fix IS_ERR() vs NULL check in btrfs_build_ref_tree()Amit Dhingra1-1/+1
2025-10-22btrfs: fix delayed_node ref_tracker use after freeLeo Martins2-1/+8
2025-10-22Revert "fs/9p: Refresh metadata in d_revalidate for uncached mode too"Dominique Martinet3-22/+4
2025-10-22erofs: consolidate z_erofs_extent_lookback()Gao Xiang1-14/+6
2025-10-22erofs: avoid infinite loops due to corrupted subpage compact indexesGao Xiang1-14/+18
2025-10-21hugetlbfs: move lock assertions after early returns in huge_pmd_unshare()Deepanshu Kartikey1-9/+0
2025-10-21Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"Chuck Lever5-3/+20
2025-10-21nfsd: Avoid strlen conflict in nfsd4_encode_components_esc()Nathan Chancellor1-6/+3
2025-10-21NFSD: Fix crash in nfsd4_read_release()Chuck Lever1-3/+4
2025-10-21NFSD: Define actions for the new time_deleg FATTR4 attributesChuck Lever1-0/+8
2025-10-21xfs: don't use __GFP_NOFAIL in xfs_init_fs_contextChristoph Hellwig1-1/+1
2025-10-21xfs: cache open zone in inode->i_privateChristoph Hellwig4-85/+53
2025-10-21xfs: avoid busy loops in GCDChristoph Hellwig1-35/+46
2025-10-21xfs: XFS_ONLINE_SCRUB_STATS should depend on DEBUG_FSGeert Uytterhoeven1-1/+1
2025-10-21xfs: do not tightly pack-write large filesDamien Le Moal1-4/+15
2025-10-21xfs: Improve CONFIG_XFS_RT Kconfig helpDamien Le Moal1-0/+9
2025-10-20cifs: Add a couple of missing smb3_rw_credits tracepointsDavid Howells1-0/+8
2025-10-20Merge tag 'fsnotify_for_v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+6
2025-10-20x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mbm_event modeBabu Moger1-9/+7
2025-10-19smb: client: allocate enough space for MR WRs and ib_drain_qp()Stefan Metzmacher1-13/+23
2025-10-18Merge tag 'exfat-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds4-9/+10
2025-10-18Merge tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-15/+37