summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-08-15Merge tag 'xfs-fixes-6.17-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds12-33/+78
2025-08-15Merge tag '6.17-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-110/+128
2025-08-13Merge tag 'erofs-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-24/+37
2025-08-13smb: client: remove redundant lstrp update in negotiate protocolWang Zhaolong1-1/+0
2025-08-13cifs: update internal version numberSteve French1-2/+2
2025-08-13smb: client: don't wait for info->send_pending == 0 on errorStefan Metzmacher1-5/+5
2025-08-13smb: client: fix mid_q_entry memleak leak with per-mid lockingWang Zhaolong6-20/+40
2025-08-13smb3: fix for slab out of bounds on mount to ksmbdSteve French1-1/+10
2025-08-13Merge tag 'mm-hotfixes-stable-2025-08-12-20-50' of git://git.kernel.org/pub/s...Linus Torvalds1-6/+18
2025-08-12Merge tag 'for-6.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-23/+39
2025-08-12proc: proc_maps_open allow proc_mem_open to return NULLJialin Wang1-2/+2
2025-08-12cifs: avoid extra calls to strlen() in cifs_get_spnego_key()Dmitry Antipov1-29/+18
2025-08-12cifs: Fix collect_sample() to handle any iterator typeDavid Howells1-50/+21
2025-08-11Merge tag 'nfsd-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-3/+12
2025-08-11xfs: split xfs_zone_record_blocksChristoph Hellwig2-13/+30
2025-08-11xfs: fix scrub trace with null pointer in quotacheckAndrey Albershteyn1-1/+1
2025-08-11xfs: reject max_atomic_write mount option for no reflinkJohn Garry1-0/+19
2025-08-11xfs: disallow atomic writes on DAXJohn Garry3-5/+17
2025-08-11fs/dax: Reject IOCB_ATOMIC in dax_iomap_rw()John Garry1-0/+3
2025-08-11xfs: remove XFS_IBULK_SAME_AGChristoph Hellwig3-17/+7
2025-08-11xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flagsChristoph Hellwig1-1/+5
2025-08-11xfs: fix frozen file system assert in xfs_trans_allocChristoph Hellwig1-1/+1
2025-08-11erofs: fix block count report when 48-bit layout is onGao Xiang1-2/+2
2025-08-11erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOCJunli Liu1-2/+11
2025-08-11erofs: Do not select tristate symbols from bool symbolsGeert Uytterhoeven1-10/+10
2025-08-11erofs: Fallback to normal access if DAX is not supported on extra deviceYuezhang Mo1-10/+14
2025-08-10smb: client: fix race with concurrent opens in rename(2)Paulo Alcantara1-0/+18
2025-08-10smb: client: fix race with concurrent opens in unlink(2)Paulo Alcantara1-2/+14
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds28-400/+784
2025-08-09Merge tag 'v6.17rc-part2-SMB3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds20-1031/+1066
2025-08-09Merge tag 'v6.17rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-63/+54
2025-08-08smb: server: Fix extension string in ksmbd_extract_shortname()Thorsten Blum1-1/+1
2025-08-08ksmbd: limit repeated connections from clients with the same IPNamjae Jeon2-0/+18
2025-08-07smb: client: only use a single wait_queue to monitor smbdirect connection statusStefan Metzmacher2-11/+9
2025-08-07smb: client: don't call init_waitqueue_head(&info->conn_wait) twice in _smbd_...Stefan Metzmacher1-1/+0
2025-08-07smb: client: improve logging in smbd_conn_upcall()Stefan Metzmacher1-4/+10
2025-08-07smb: client: return an error if rdma_connect does not return within 5 secondsStefan Metzmacher1-2/+4
2025-08-07btrfs: fix iteration bug in __qgroup_excl_accounting()Boris Burkov1-2/+1
2025-08-07btrfs: zoned: do not select metadata BG as finish targetNaohiro Aota1-1/+1
2025-08-07btrfs: do not allow relocation of partially dropped subvolumesQu Wenruo1-0/+19
2025-08-07btrfs: error on missing block group when unaccounting log tree extent buffersFilipe Manana1-12/+7
2025-08-07btrfs: fix wrong length parameter for btrfs_cleanup_ordered_extents()Qu Wenruo1-1/+1
2025-08-07btrfs: make btrfs_cleanup_ordered_extents() support large foliosQu Wenruo1-2/+4
2025-08-07btrfs: fix subpage deadlock in try_release_subpage_extent_buffer()Leo Martins1-5/+6
2025-08-06smb: client: make use of smbdirect_socket.{send,recv}_io.mem.{cache,pool}Stefan Metzmacher2-40/+34
2025-08-06smb: smbdirect: add smbdirect_socket.{send,recv}_io.mem.{cache,pool}Stefan Metzmacher1-0/+23
2025-08-06smb: client: make use of struct smbdirect_send_ioStefan Metzmacher2-38/+23
2025-08-06smb: smbdirect: introduce struct smbdirect_send_ioStefan Metzmacher1-0/+24
2025-08-06smb: client: make use of SMBDIRECT_RECV_IO_MAX_SGEStefan Metzmacher2-5/+2
2025-08-06smb: smbdirect: add SMBDIRECT_RECV_IO_MAX_SGEStefan Metzmacher1-0/+7