index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb2inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
cifs: Do some preparation prior to organising the function declarations
David Howells
1
-1
/
+0
2025-12-05
cifs: Add a tracepoint to log EIO errors
David Howells
1
-4
/
+8
2025-11-30
smb: do some cleanups
ChenXiaoSong
1
-1
/
+1
2025-11-04
smb: client: fix refcount leak in smb2_set_path_attr
Shuhao Fu
1
-0
/
+2
2025-10-09
cifs: Add comments for DeletePending assignments in open functions
Pali Rohár
1
-1
/
+1
2025-10-09
smb: client: fix missing timestamp updates after utime(2)
Paulo Alcantara
1
-10
/
+12
2025-09-26
smb: client: fix wrong index reference in smb2_compound_op()
Sang-Heon Jeon
1
-1
/
+1
2025-09-21
smb: client: handle unlink(2) of files open by different clients
Paulo Alcantara
1
-11
/
+88
2025-09-09
smb: client: fix data loss due to broken rename(2)
Paulo Alcantara
1
-42
/
+162
2025-08-27
fs/smb: Fix inconsistent refcnt update
Shuhao Fu
1
-2
/
+5
2025-08-04
smb: client: fix creating symlinks under POSIX mounts
Paulo Alcantara
1
-3
/
+2
2025-07-27
cifs: Add support for creating reparse points over SMB1
Pali Rohár
1
-1
/
+1
2025-07-27
cifs: Do not query WSL EAs for native SMB symlink
Pali Rohár
1
-3
/
+4
2025-07-18
Fix SMB311 posix special file creation to servers which do not advertise repa...
Steve French
1
-1
/
+2
2025-05-06
smb3 client: warn when parse contexts returns error on compounded operation
Steve French
1
-0
/
+2
2025-04-01
cifs: Improve SMB2+ stat() to work also without FILE_READ_ATTRIBUTES
Pali Rohár
1
-1
/
+66
2025-03-26
cifs: Check if server supports reparse points before using them
Pali Rohár
1
-0
/
+8
2025-02-19
smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...
Steve French
1
-0
/
+4
2025-01-31
cifs: Fix parsing native symlinks directory/file type
Pali Rohár
1
-0
/
+5
2025-01-22
smb: client: handle lack of EA support in smb2_query_path_info()
Paulo Alcantara
1
-23
/
+69
2025-01-19
smb3: add missing tracepoint for querying wsl EAs
Steve French
1
-0
/
+2
2025-01-19
smb: client: fix order of arguments of tracepoints
Ruben Devos
1
-54
/
+54
2024-12-04
fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIX
Ralph Boehme
1
-1
/
+2
2024-11-25
cifs: Fix parsing native symlinks relative to the export
Pali Rohár
1
-2
/
+4
2024-10-06
cifs: Improve creating native symlinks pointing to directory
Pali Rohár
1
-1
/
+2
2024-09-30
cifs: Remove intermediate object of failed create reparse call
Pali Rohár
1
-2
/
+22
2024-09-15
smb: move SMB2 Status code to common header file
ChenXiaoSong
1
-1
/
+1
2024-09-15
smb/client: rename cifs_sid to smb_sid
ChenXiaoSong
1
-2
/
+2
2024-09-03
smb: client: fix double put of @cfile in smb2_set_path_size()
Paulo Alcantara
1
-0
/
+1
2024-09-03
smb: client: fix double put of @cfile in smb2_rename_path()
Paulo Alcantara
1
-0
/
+2
2024-08-02
smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp
Paulo Alcantara
1
-2
/
+4
2024-08-02
smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
Paulo Alcantara
1
-0
/
+2
2024-03-10
smb: client: introduce SMB2_OP_QUERY_WSL_EA
Paulo Alcantara
1
-19
/
+151
2024-03-10
smb: client: add support for WSL reparse points
Paulo Alcantara
1
-2
/
+6
2024-03-10
smb: client: reduce number of parameters in smb2_compound_op()
Paulo Alcantara
1
-69
/
+84
2024-03-10
smb: client: fix potential broken compound request
Paulo Alcantara
1
-43
/
+63
2024-03-10
smb: client: retry compound request without reusing lease
Meetakshi Setiya
1
-3
/
+38
2024-03-10
smb: client: do not defer close open handles to deleted files
Meetakshi Setiya
1
-1
/
+8
2024-03-10
smb: client: reuse file lease key in compound operations
Meetakshi Setiya
1
-18
/
+30
2024-01-23
cifs: commands that are retried should have replay flag set
Shyam Prasad N
1
-6
/
+27
2024-01-19
smb: client: get rid of smb311_posix_query_path_info()
Paulo Alcantara
1
-82
/
+33
2024-01-19
smb: client: parse owner/group when creating reparse points
Paulo Alcantara
1
-69
/
+60
2024-01-07
smb: client: cleanup smb2_query_reparse_point()
Paulo Alcantara
1
-0
/
+33
2024-01-07
smb: client: fix hardlinking of reparse points
Paulo Alcantara
1
-12
/
+21
2024-01-07
smb: client: fix renaming of reparse points
Paulo Alcantara
1
-15
/
+23
2024-01-07
smb: client: optimise reparse point querying
Paulo Alcantara
1
-24
/
+98
2024-01-07
smb: client: allow creating special files via reparse points
Paulo Alcantara
1
-0
/
+75
2024-01-07
smb: client: extend smb2_compound_op() to accept more commands
Paulo Alcantara
1
-382
/
+400
2023-11-23
smb: client: set correct file type from NFS reparse points
Paulo Alcantara
1
-1
/
+1
2023-09-20
smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLED
Paulo Alcantara
1
-0
/
+3
[next]