index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
smb2proto.h
Age
Commit message (
Expand
)
Author
2020-06-12
smb311: Add support for SMB311 query info (non-compounded)
Steve French
2020-06-12
SMB311: Add support for query info using posix extensions (level 100)
Steve French
2020-06-04
cifs: multichannel: move channel selection above transport layer
Aurelien Aptel
2020-04-07
cifs: Allocate crypto structures on the fly for calculating signatures of inc...
Long Li
2020-03-22
cifs: add SMB2_open() arg to return POSIX data
Aurelien Aptel
2020-03-22
cifs: add smb2 POSIX info level
Aurelien Aptel
2020-02-03
SMB3: Backup intent flag missing from some more ops
Amir Goldstein
2020-01-26
cifs: prepare SMB2_query_directory to be used with compounding
Ronnie Sahlberg
2019-12-13
CIFS: Close cached root handle only if it has a lease
Pavel Shilovsky
2019-12-03
smb3: query attributes on file close
Steve French
2019-12-02
smb3: remove unused flag passed into close functions
Steve French
2019-11-25
cifs: add server param
Aurelien Aptel
2019-11-25
CIFS: Close open handle after interrupted close
Pavel Shilovsky
2019-10-06
smb3: cleanup some recent endian errors spotted by updated sparse
Steve French
2019-09-26
smb3: pass mode bits into create calls
Steve French
2019-09-16
cifs: prepare SMB2_Flush to be usable in compounds
Ronnie Sahlberg
2019-07-18
smb3: optimize open to not send query file internal info
Steve French
2019-04-01
smb3: Fix enumerating snapshots to Azure
Steve French
2019-03-14
cifs: add SMB2_ioctl_init/free helpers to be used with compounding
Ronnie Sahlberg
2019-03-14
cifs: cache FILE_ALL_INFO for the shared root handle
Ronnie Sahlberg
2018-12-31
cifs: we can not use small padding iovs together with encryption
Ronnie Sahlberg
2018-12-23
cifs: change smb2_query_eas to use the compound query-info helper
Ronnie Sahlberg
2018-12-19
smb3: Fix rmdir compounding regression to strict servers
Ronnie Sahlberg
2018-10-23
cifs: add IOCTL for QUERY_INFO passthrough to userspace
Ronnie Sahlberg
2018-10-23
cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding
Ronnie Sahlberg
2018-10-23
cifs: remove the is_falloc argument to SMB2_set_eof
Ronnie Sahlberg
2018-10-23
cifs: change SMB2_OP_SET_INFO to use compounding
Ronnie Sahlberg
2018-10-23
cifs: make rmdir() use compounding
Ronnie Sahlberg
2018-10-23
cifs: create helpers for SMB2_set_info_init/free()
Ronnie Sahlberg
2018-10-23
cifs: add a smb2_compound_op and change QUERY_INFO to use it
Ronnie Sahlberg
2018-08-09
cifs: update smb2_queryfs() to use compounding
Ronnie Sahlberg
2018-08-08
cifs: create SMB2_open_init()/SMB2_open_free() helpers.
Ronnie Sahlberg
2018-08-08
cifs: add SMB2_query_info_[init|free]()
Ronnie Sahlberg
2018-08-08
cifs: add SMB2_close_init()/SMB2_close_free()
Ronnie Sahlberg
2018-08-07
cifs: use a refcount to protect open/closing the cached file handle
Ronnie Sahlberg
2018-08-07
smb3: simplify code by removing CONFIG_CIFS_SMB311
Steve French
2018-08-07
smb3: add support for statfs for smb3.1.1 posix extensions
Steve French
2018-07-05
cifs: fix SMB1 breakage
Ronnie Sahlberg
2018-06-15
cifs: Use correct packet length in SMB2_TRANSFORM header
Paulo Alcantara
2018-06-15
smb3: Fix mode on mkdir on smb311 mounts
Steve French
2018-06-07
cifs: fix a buffer leak in smb2_query_symlink
Ronnie Sahlberg
2018-05-31
cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argument
Ronnie Sahlberg
2018-05-27
cifs: add a new SMB2_close_flags function
Ronnie Sahlberg
2018-05-27
cifs: update calc_size to take a server argument
Ronnie Sahlberg
2018-05-27
smb3: fix redundant opens on root
Steve French
2018-04-12
cifs: Change SMB2_open to return an iov for the error parameter
Ronnie Sahlberg
2018-04-01
CIFS: implement v3.11 preauth integrity
Aurelien Aptel
2018-04-01
CIFS: add sha512 secmech
Aurelien Aptel
2018-01-26
CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
Aurelien Aptel
2017-10-18
cifs: handle large EA requests more gracefully in smb2+
Ronnie Sahlberg
[next]