index
:
git.armlinux.org.uk/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
/
reparse.c
Age
Commit message (
Expand
)
Author
2025-04-09
cifs: Split parse_reparse_point callback to functions: get buffer and parse b...
Pali Rohár
2025-04-09
cifs: Improve handling of name surrogate reparse points in reparse.c
Pali Rohár
2025-04-08
cifs: Fix support for WSL-style symlinks
Pali Rohár
2025-04-07
cifs: Ensure that all non-client-specific reparse points are processed by the...
Pali Rohár
2025-02-19
cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...
Pali Rohár
2025-01-31
cifs: Add support for creating WSL-style symlinks
Pali Rohár
2025-01-31
cifs: Add support for creating NFS-style symlinks
Pali Rohár
2025-01-31
cifs: Add support for creating native Windows sockets
Pali Rohár
2025-01-29
cifs: Add mount option -o symlink= for choosing symlink create type
Pali Rohár
2025-01-29
cifs: Fix creating and resolving absolute NT-style symlinks
Pali Rohár
2025-01-29
cifs: Rename struct reparse_posix_data to reparse_nfs_data_buffer and move to...
Pali Rohár
2025-01-29
cifs: Remove struct reparse_posix_data from struct cifs_open_info_data
Pali Rohár
2025-01-29
cifs: Remove unicode parameter from parse_reparse_point() function
Pali Rohár
2025-01-29
cifs: Validate EAs for WSL reparse points
Pali Rohár
2024-12-09
smb3: fix compiler warning in reparse code
Steve French
2024-12-04
fs/smb/client: Implement new SMB3 POSIX type
Ralph Boehme
2024-11-25
cifs: Validate content of WSL reparse point buffers
Pali Rohár
2024-11-25
cifs: Improve guard for excluding $LXDEV xattr
Pali Rohár
2024-11-25
cifs: Add support for parsing WSL-style symlinks
Pali Rohár
2024-11-25
cifs: Validate content of native symlink
Pali Rohár
2024-11-25
cifs: Fix parsing native symlinks relative to the export
Pali Rohár
2024-11-21
smb: client: handle max length for SMB symlinks
Paulo Alcantara
2024-10-06
cifs: Improve creating native symlinks pointing to directory
Pali Rohár
2024-10-03
cifs: Do not convert delimiter when parsing NFS-style symlinks
Pali Rohár
2024-10-03
cifs: Validate content of NFS reparse point buffer
Pali Rohár
2024-10-03
cifs: Fix buffer overflow when parsing NFS reparse points
Pali Rohár
2024-09-24
smb: client: fix parsing of device numbers
Paulo Alcantara
2024-09-24
smb: client: set correct device number on nfs reparse points
Paulo Alcantara
2024-08-22
smb: client: ignore unhandled reparse tags
Paulo Alcantara
2024-08-02
smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
Paulo Alcantara
2024-03-10
smb: client: set correct d_type for reparse DFS/DFSR and mount point
Paulo Alcantara
2024-03-10
smb: client: parse uid, gid, mode and dev from WSL reparse points
Paulo Alcantara
2024-03-10
smb: client: introduce SMB2_OP_QUERY_WSL_EA
Paulo Alcantara
2024-03-10
smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()
Dan Carpenter
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