aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-30smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong5-20/+14
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong10-248/+156
2025-11-30smb: move list of FileSystemAttributes to common/fscc.hChenXiaoSong4-54/+44
2025-11-30smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong4-17/+15
2025-11-30smb: move some duplicate definitions to common/smb2pdu.hZhangGuoDong6-257/+173
2025-11-30smb: move create_durable_rsp_v2 to common/smb2pdu.hChenXiaoSong5-19/+19
2025-11-30smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.hChenXiaoSong4-33/+21
2025-11-30smb: move create_durable_req_v2 to common/smb2pdu.hChenXiaoSong5-32/+25
2025-11-30smb: move MAX_CIFS_SMALL_BUFFER_SIZE to common/smbglob.hChenXiaoSong3-3/+4
2025-11-30smb/client: fix CAP_BULK_TRANSFER valueChenXiaoSong1-2/+7
2025-11-30ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao1-1/+4
2025-11-30smb: move resume_key_ioctl_rsp to common/smb2pdu.hZhangGuoDong5-16/+14
2025-11-30smb: move copychunk definitions to common/smb2pdu.hZhangGuoDong6-57/+34
2025-11-30smb: move smb_sockaddr_in and smb_sockaddr_in6 to common/smb2pdu.hZhangGuoDong5-32/+21
2025-11-30smb: move SMB1_PROTO_NUMBER to common/smbglob.hZhangGuoDong3-2/+3
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong6-19/+13
2025-11-30smb: move smb_version_values to common/smbglob.hZhangGuoDong6-73/+53
2025-11-30smb: rename common/cifsglob.h to common/smbglob.hZhangGuoDong3-5/+5
2025-11-30smb/server: update some misguided comment of smb2_0_server_cmds procChenXiaoSong1-4/+4
2025-11-30smb/server: fix return value of smb2_oplock_break()ChenXiaoSong1-1/+2
2025-11-30smb/server: fix return value of smb2_ioctl()ChenXiaoSong1-3/+6
2025-11-30smb/server: fix return value of smb2_query_dir()ChenXiaoSong1-1/+1
2025-11-30smb/server: fix return value of smb2_notify()ChenXiaoSong1-3/+3
2025-11-30smb/server: fix return value of smb2_read()ChenXiaoSong1-1/+1
2025-11-30ksmbd: Use HMAC-MD5 library for NTLMv2Eric Biggers5-165/+27
2025-11-30ksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers8-176/+52
2025-11-30ksmbd: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers5-48/+8
2025-11-30erofs: get rid of raw bi_end_io() usageGao Xiang2-3/+3
2025-11-30erofs: enable error reporting for z_erofs_fixup_insize()Gao Xiang6-38/+38
2025-11-29NFS: Fix up the automount fs_context to use the correct credTrond Myklebust1-0/+5
2025-11-29NFS: Fix inheritance of the block sizes when automountingTrond Myklebust5-17/+38
2025-11-29NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flagsTrond Myklebust2-4/+6
2025-11-29Revert "nfs: ignore SB_RDONLY when mounting nfs"Trond Myklebust1-1/+1
2025-11-29Revert "nfs: clear SB_RDONLY before getting superblock"Trond Myklebust1-9/+0
2025-11-29Revert "nfs: ignore SB_RDONLY when remounting nfs"Trond Myklebust1-10/+0
2025-11-29fs/proc/task_mmu.c: fix make_uffd_wp_huge_pte() huge pte handlingLorenzo Stoakes1-1/+3
2025-11-29mm: declare VMA flags by bitLorenzo Stoakes1-2/+2
2025-11-28ext4: mark inodes without acls in __ext4_iget()Jan Kara1-1/+3
2025-11-28ext4: enable block size larger than page sizeBaokun Li2-1/+8
2025-11-28ext4: add checks for large folio incompatibilities when BS > PSBaokun Li3-29/+52
2025-11-28ext4: support verifying data from large folios with fs-verityBaokun Li1-2/+0
2025-11-28ext4: make data=journal support large block sizeBaokun Li2-16/+20
2025-11-28ext4: support large block size in __ext4_block_zero_page_range()Zhihao Cheng1-1/+1
2025-11-28ext4: support large block size in mpage_prepare_extent_to_map()Baokun Li1-4/+2
2025-11-28ext4: support large block size in mpage_map_and_submit_buffers()Baokun Li1-4/+3
2025-11-28ext4: support large block size in ext4_block_write_begin()Baokun Li1-4/+3
2025-11-28ext4: support large block size in ext4_mpage_readpages()Baokun Li1-5/+2
2025-11-28ext4: rename 'page' references to 'folio' in multi-block allocatorZhihao Cheng1-11/+11
2025-11-28ext4: prepare buddy cache inode for BS > PS with large foliosBaokun Li1-0/+2
2025-11-28ext4: support large block size in ext4_mb_init_cache()Baokun Li1-24/+20