summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-11-30ksmbd: server: avoid busy polling in accept loopQingfang Deng-35/+6
2025-11-30smb: move create_durable_reconn to common/smb2pdu.hChenXiaoSong-29/+16
2025-11-30smb: fix some warnings reported by scripts/checkpatch.plChenXiaoSong-139/+139
2025-11-30smb: do some cleanupsChenXiaoSong-47/+45
2025-11-30smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong-20/+14
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong-248/+156
2025-11-30smb: move list of FileSystemAttributes to common/fscc.hChenXiaoSong-54/+44
2025-11-30smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong-17/+15
2025-11-30smb: move some duplicate definitions to common/smb2pdu.hZhangGuoDong-257/+173
2025-11-30smb: move create_durable_rsp_v2 to common/smb2pdu.hChenXiaoSong-19/+19
2025-11-30smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.hChenXiaoSong-33/+21
2025-11-30smb: move create_durable_req_v2 to common/smb2pdu.hChenXiaoSong-32/+25
2025-11-30smb: move MAX_CIFS_SMALL_BUFFER_SIZE to common/smbglob.hChenXiaoSong-3/+4
2025-11-30smb/client: fix CAP_BULK_TRANSFER valueChenXiaoSong-2/+7
2025-11-30ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao-1/+4
2025-11-30smb: move resume_key_ioctl_rsp to common/smb2pdu.hZhangGuoDong-16/+14
2025-11-30smb: move copychunk definitions to common/smb2pdu.hZhangGuoDong-57/+34
2025-11-30smb: move smb_sockaddr_in and smb_sockaddr_in6 to common/smb2pdu.hZhangGuoDong-32/+21
2025-11-30smb: move SMB1_PROTO_NUMBER to common/smbglob.hZhangGuoDong-2/+3
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong-19/+13
2025-11-30smb: move smb_version_values to common/smbglob.hZhangGuoDong-73/+53
2025-11-30smb: rename common/cifsglob.h to common/smbglob.hZhangGuoDong-5/+5
2025-11-30smb/server: update some misguided comment of smb2_0_server_cmds procChenXiaoSong-4/+4
2025-11-30smb/server: fix return value of smb2_oplock_break()ChenXiaoSong-1/+2
2025-11-30smb/server: fix return value of smb2_ioctl()ChenXiaoSong-3/+6
2025-11-30smb/server: fix return value of smb2_query_dir()ChenXiaoSong-1/+1
2025-11-30smb/server: fix return value of smb2_notify()ChenXiaoSong-3/+3
2025-11-30smb/server: fix return value of smb2_read()ChenXiaoSong-1/+1
2025-11-30ksmbd: Use HMAC-MD5 library for NTLMv2Eric Biggers-165/+27
2025-11-30ksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers-176/+52
2025-11-30ksmbd: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers-48/+8
2025-11-30erofs: get rid of raw bi_end_io() usageGao Xiang-3/+3
2025-11-30erofs: enable error reporting for z_erofs_fixup_insize()Gao Xiang-38/+38
2025-11-29NFS: Fix up the automount fs_context to use the correct credTrond Myklebust-0/+5
2025-11-29NFS: Fix inheritance of the block sizes when automountingTrond Myklebust-17/+38
2025-11-29NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flagsTrond Myklebust-4/+6
2025-11-29Revert "nfs: ignore SB_RDONLY when mounting nfs"Trond Myklebust-1/+1
2025-11-29Revert "nfs: clear SB_RDONLY before getting superblock"Trond Myklebust-9/+0
2025-11-29Revert "nfs: ignore SB_RDONLY when remounting nfs"Trond Myklebust-10/+0
2025-11-29fs/proc/task_mmu.c: fix make_uffd_wp_huge_pte() huge pte handlingLorenzo Stoakes-1/+3
2025-11-29mm: declare VMA flags by bitLorenzo Stoakes-2/+2
2025-11-28ext4: mark inodes without acls in __ext4_iget()Jan Kara-1/+3
2025-11-28ext4: enable block size larger than page sizeBaokun Li-1/+8
2025-11-28ext4: add checks for large folio incompatibilities when BS > PSBaokun Li-29/+52
2025-11-28ext4: support verifying data from large folios with fs-verityBaokun Li-2/+0
2025-11-28ext4: make data=journal support large block sizeBaokun Li-16/+20
2025-11-28ext4: support large block size in __ext4_block_zero_page_range()Zhihao Cheng-1/+1
2025-11-28ext4: support large block size in mpage_prepare_extent_to_map()Baokun Li-4/+2
2025-11-28ext4: support large block size in mpage_map_and_submit_buffers()Baokun Li-4/+3
2025-11-28ext4: support large block size in ext4_block_write_begin()Baokun Li-4/+3