index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smb2inode.c
Age
Commit message (
Expand
)
Author
2024-10-06
cifs: Improve creating native symlinks pointing to directory
Pali Rohár
2024-09-30
cifs: Remove intermediate object of failed create reparse call
Pali Rohár
2024-09-15
smb: move SMB2 Status code to common header file
ChenXiaoSong
2024-09-15
smb/client: rename cifs_sid to smb_sid
ChenXiaoSong
2024-09-03
smb: client: fix double put of @cfile in smb2_set_path_size()
Paulo Alcantara
2024-09-03
smb: client: fix double put of @cfile in smb2_rename_path()
Paulo Alcantara
2024-08-02
smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp
Paulo Alcantara
2024-08-02
smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
Paulo Alcantara
2024-03-10
smb: client: introduce SMB2_OP_QUERY_WSL_EA
Paulo Alcantara
2024-03-10
smb: client: add support for WSL reparse points
Paulo Alcantara
2024-03-10
smb: client: reduce number of parameters in smb2_compound_op()
Paulo Alcantara
2024-03-10
smb: client: fix potential broken compound request
Paulo Alcantara
2024-03-10
smb: client: retry compound request without reusing lease
Meetakshi Setiya
2024-03-10
smb: client: do not defer close open handles to deleted files
Meetakshi Setiya
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: get rid of smb311_posix_query_path_info()
Paulo Alcantara
2024-01-19
smb: client: parse owner/group when creating reparse points
Paulo Alcantara
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: optimise reparse point querying
Paulo Alcantara
2024-01-07
smb: client: allow creating special files via reparse points
Paulo Alcantara
2024-01-07
smb: client: extend smb2_compound_op() to accept more commands
Paulo Alcantara
2023-11-23
smb: client: set correct file type from NFS reparse points
Paulo Alcantara
2023-09-20
smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLED
Paulo Alcantara
2023-08-20
smb: client: reduce stack usage in smb2_set_ea()
Paulo Alcantara
2023-08-20
smb: client: parse reparse point flag in create response
Paulo Alcantara
2023-08-20
smb: client: make smb2_compound_op() return resp buffer on success
Paulo Alcantara
2023-08-20
smb: client: move some params to cifs_open_info_data
Paulo Alcantara
2023-06-28
smb: client: fix broken file attrs with nodfs mounts
Paulo Alcantara
2023-06-28
cifs: prevent use-after-free by freeing the cfile later
Shyam Prasad N
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French