summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-30smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong
2025-11-30smb: move list of FileSystemAttributes to common/fscc.hChenXiaoSong
2025-11-30smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move some duplicate definitions to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move create_durable_rsp_v2 to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move create_durable_req_v2 to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move MAX_CIFS_SMALL_BUFFER_SIZE to common/smbglob.hChenXiaoSong
2025-11-30smb/client: fix CAP_BULK_TRANSFER valueChenXiaoSong
2025-11-30ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao
2025-11-30smb: move resume_key_ioctl_rsp to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move copychunk definitions to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move smb_sockaddr_in and smb_sockaddr_in6 to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move SMB1_PROTO_NUMBER to common/smbglob.hZhangGuoDong
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong
2025-11-30smb: move smb_version_values to common/smbglob.hZhangGuoDong
2025-11-30smb: rename common/cifsglob.h to common/smbglob.hZhangGuoDong
2025-11-30smb/server: update some misguided comment of smb2_0_server_cmds procChenXiaoSong
2025-11-30smb/server: fix return value of smb2_oplock_break()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_ioctl()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_query_dir()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_notify()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_read()ChenXiaoSong
2025-11-30ksmbd: Use HMAC-MD5 library for NTLMv2Eric Biggers
2025-11-30ksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers
2025-11-30ksmbd: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers
2025-11-30erofs: get rid of raw bi_end_io() usageGao Xiang
2025-11-30erofs: enable error reporting for z_erofs_fixup_insize()Gao Xiang
2025-11-29NFS: Fix up the automount fs_context to use the correct credTrond Myklebust
2025-11-29NFS: Fix inheritance of the block sizes when automountingTrond Myklebust
2025-11-29NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flagsTrond Myklebust
2025-11-29Revert "nfs: ignore SB_RDONLY when mounting nfs"Trond Myklebust
2025-11-29Revert "nfs: clear SB_RDONLY before getting superblock"Trond Myklebust
2025-11-29Revert "nfs: ignore SB_RDONLY when remounting nfs"Trond Myklebust
2025-11-29fs/proc/task_mmu.c: fix make_uffd_wp_huge_pte() huge pte handlingLorenzo Stoakes
2025-11-29mm: declare VMA flags by bitLorenzo Stoakes
2025-11-28ext4: mark inodes without acls in __ext4_iget()Jan Kara
2025-11-28ext4: enable block size larger than page sizeBaokun Li
2025-11-28ext4: add checks for large folio incompatibilities when BS > PSBaokun Li
2025-11-28ext4: support verifying data from large folios with fs-verityBaokun Li
2025-11-28ext4: make data=journal support large block sizeBaokun Li
2025-11-28ext4: support large block size in __ext4_block_zero_page_range()Zhihao Cheng
2025-11-28ext4: support large block size in mpage_prepare_extent_to_map()Baokun Li
2025-11-28ext4: support large block size in mpage_map_and_submit_buffers()Baokun Li
2025-11-28ext4: support large block size in ext4_block_write_begin()Baokun Li
2025-11-28ext4: support large block size in ext4_mpage_readpages()Baokun Li
2025-11-28ext4: rename 'page' references to 'folio' in multi-block allocatorZhihao Cheng
2025-11-28ext4: prepare buddy cache inode for BS > PS with large foliosBaokun Li
2025-11-28ext4: support large block size in ext4_mb_init_cache()Baokun Li