summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-10-15ocfs2: clear extent cache after moving/defragmenting extentsDeepanshu Kartikey-0/+5
2025-10-15smb: client: let smbd_destroy() wait for SMBDIRECT_SOCKET_DISCONNECTEDStefan Metzmacher-4/+4
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+28
2025-10-15smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong-31/+32
2025-10-15smb: client: let destroy_mr_list() keep smbdirect_mr_io memory if registeredStefan Metzmacher-19/+127
2025-10-15ksmbd: fix recursive locking in RPC handle list accessMarios Makassikis-6/+22
2025-10-15smb/server: fix possible refcount leak in smb2_sess_setup()ZhangGuoDong-0/+1
2025-10-15smb/server: fix possible memory leak in smb2_read()ZhangGuoDong-0/+1
2025-10-15exfat: fix out-of-bounds in exfat_nls_to_ucs2()Jeongjun Park-8/+5
2025-10-15exfat: fix improper check of dentry.stream.valid_sizeJaehun Gou-1/+5
2025-10-14Merge tag 'nfsd-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-0/+8
2025-10-13f2fs: fix wrong block mapping for multi-devicesJaegeuk Kim-1/+1
2025-10-13f2fs: don't call iput() from f2fs_drop_inode()Mateusz Guzik-1/+1
2025-10-13btrfs: send: fix -Wflex-array-member-not-at-end warning in struct send_ctxGustavo A. R. Silva-1/+3
2025-10-13btrfs: tree-checker: fix bounds check in check_inode_extref()Dan Carpenter-1/+1
2025-10-13btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RSTMiquel Sabaté Solà-1/+1
2025-10-13btrfs: fix incorrect readahead expansion lengthBoris Burkov-1/+1
2025-10-13btrfs: do not assert we found block group item when creating free space treeFilipe Manana-7/+8
2025-10-13btrfs: do not use folio_test_partial_kmap() in ASSERT()sQu Wenruo-2/+2
2025-10-13btrfs: only set the device specific options after devices are openedQu Wenruo-2/+1
2025-10-13btrfs: fix memory leak on duplicated memory in the qgroup assign ioctlMiquel Sabaté Solà-1/+1
2025-10-13btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already runningFilipe Manana-6/+7
2025-10-13NFS4: Fix state renewals missing after bootJoshua Watt-0/+1
2025-10-13NFS: check if suid/sgid was cleared after a write as neededScott Mayhew-1/+2
2025-10-13NFS4: Apply delay_retrans to async operationsJoshua Watt-0/+13
2025-10-13NFSv4/flexfiles: fix to allocate mirror->dss before useMike Snitzer-14/+21
2025-10-13smb: client: let destroy_mr_list() call ib_dereg_mr() before ib_dma_unmap_sg()Stefan Metzmacher-1/+2
2025-10-13smb: client: call ib_dma_unmap_sg if mr->sgt.nents is not 0Stefan Metzmacher-4/+8
2025-10-13smb: client: improve logic in smbd_deregister_mr()Stefan Metzmacher-19/+16
2025-10-13smb: client: improve logic in smbd_register_mr()Stefan Metzmacher-29/+23
2025-10-13smb: client: improve logic in allocate_mr_list()Stefan Metzmacher-30/+35
2025-10-13smb: client: let destroy_mr_list() remove locked from the listStefan Metzmacher-1/+8
2025-10-13smb: client: let destroy_mr_list() call list_del(&mr->list)Stefan Metzmacher-0/+1
2025-10-13smb: client: change smbd_deregister_mr() to return voidStefan Metzmacher-4/+2
2025-10-13smb: smbdirect: introduce smbdirect_mr_io.{kref,mutex} and SMBDIRECT_MR_DISABLEDStefan Metzmacher-1/+10
2025-10-13smb: client: Omit one redundant variable assignment in cifs_xattr_set()Markus Elfring-1/+0
2025-10-13smb: client: Return a status code only as a constant in sid_to_id()Markus Elfring-3/+2
2025-10-12smb: server: Use common error handling code in smb_direct_rdma_xmit()Markus Elfring-10/+10
2025-10-10Merge tag 'for-6.18/hpfs-changes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-52/+75
2025-10-10ext4: free orphan info with kvfreeJan Kara-2/+2
2025-10-10ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey-0/+8
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-71/+170
2025-10-10Merge tag 'v6.18-rc-part2-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds-329/+522
2025-10-10Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2025-10-10ext4: wait for ongoing I/O to complete before freeing blocksZhang Yi-2/+9
2025-10-10jbd2: ensure that all ongoing I/O complete before freeing blocksZhang Yi-4/+9
2025-10-10NFSD: Define a proc_layoutcommit for the FlexFiles layout typeChuck Lever-0/+8
2025-10-10cifs: update internal version numberSteve French-2/+2
2025-10-10ovl: remove redundant IOCB_DIO_CALLER_COMP clearingSeong-Gwang Heo-5/+0
2025-10-10fs: return EOPNOTSUPP from file_setattr/file_getattr syscallsAndrey Albershteyn-0/+4