开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb2proto.h
Age
Commit message (
Expand
)
Author
13 days
smb/client: refresh allocation after EOF-extending fallocate
Huiwen He
2026-07-09
smb/client: pass cifs_open_info_data to SMB2_open()
ChenXiaoSong
2026-06-14
smb/client: allow FS_IOC_SETFLAGS to clear compression
Huiwen He
2026-04-22
smb: client: Remove obsolete cmac(aes) allocation
Eric Biggers
2026-04-05
smb/client: move smb2maperror declarations to smb2proto.h
ZhangGuoDong
2026-03-03
smb/client: remove unused SMB311_posix_query_info()
ZhangGuoDong
2026-02-12
smb: client: fix data corruption due to racy lease checks
Paulo Alcantara
2026-02-08
smb/client: check whether smb2_error_map_table is sorted in ascending order
ChenXiaoSong
2026-02-08
cifs: Scripted clean up fs/smb/client/smb2proto.h
David Howells
2025-12-05
cifs: Remove dead function prototypes
David Howells
2025-12-05
cifs: Do some preparation prior to organising the function declarations
David Howells
2025-12-05
cifs: Remove the RFC1002 header from smb_hdr
David Howells
2025-10-23
cifs: Call the calc_signature functions directly
David Howells
2025-10-15
smb: client: Consolidate cmac(aes) shash allocation
Eric Biggers
2025-10-15
smb: client: Use SHA-512 library for SMB3.1.1 preauth hash
Eric Biggers
2025-09-09
smb: client: fix data loss due to broken rename(2)
Paulo Alcantara
2025-07-27
cifs: Add support for creating reparse points over SMB1
Pali Rohár
2025-05-28
smb: client: Remove an unused function and variable
Dr. David Alan Gilbert
2025-02-06
smb: client: change lease epoch type from unsigned int to __u16
Meetakshi Setiya
2025-01-31
cifs: Fix parsing native symlinks directory/file type
Pali Rohár
2025-01-29
cifs: Remove unicode parameter from parse_reparse_point() function
Pali Rohár
2024-11-25
cifs: Fix parsing native symlinks relative to the export
Pali Rohár
2024-11-17
smb: client: fix use-after-free of signing key
Paulo Alcantara
2024-10-06
cifs: Improve creating native symlinks pointing to directory
Pali Rohár
2024-09-30
Revert "smb: client: make SHA-512 TFM ephemeral"
Steve French
2024-09-26
smb: client: make SHA-512 TFM ephemeral
Enzo Matsumiya
2024-09-15
smb/client: rename cifs_ntsd to smb_ntsd
ChenXiaoSong
2024-05-01
cifs: Cut over to using netfslib
David Howells
2024-05-01
cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
David Howells
2024-05-01
cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
David Howells
2024-03-10
smb: client: add support for WSL reparse points
Paulo Alcantara
2024-03-10
smb: client: move most of reparse point handling code to common file
Paulo Alcantara
2024-03-10
smb: client: reuse file lease key in compound operations
Meetakshi Setiya
2024-01-23
cifs: commands that are retried should have replay flag set
Shyam Prasad N
2024-01-19
smb: client: parse owner/group when creating reparse points
Paulo Alcantara
2024-01-07
cifs: Pass unbyteswapped eof value into SMB2_set_eof()
David Howells
2024-01-07
smb: client: cleanup smb2_query_reparse_point()
Paulo Alcantara
2024-01-07
smb: client: fix hardlinking of reparse points
Paulo Alcantara
2024-01-07
smb: client: fix renaming of reparse points
Paulo Alcantara
2024-01-07
smb: client: allow creating special files via reparse points
Paulo Alcantara
2023-12-11
smb: client: fix potential OOBs in smb2_parse_contexts()
Paulo Alcantara
2023-08-20
smb: client: move some params to cifs_open_info_data
Paulo Alcantara
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French