Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1b9e740a81f91ae338b29ed70455719804957b80
/
fs
/
cifs
/
smb1ops.c
dea2903
cifs: move superblock magic defitions to magic.h
by Jeff Layton
· 3 years ago
1913e11
cifs: fix hang on cifs_get_next_mid()
by Enzo Matsumiya
· 3 years ago
080dc5e
cifs: take cifs_tcp_ses_lock for status checks
by Shyam Prasad N
· 3 years, 5 months ago
f486ef8
cifs: use the chans_need_reconnect bitmap for reconnect status
by Shyam Prasad N
· 3 years, 5 months ago
5586913
cifs: constify path argument of ->make_node()
by Al Viro
· 3 years, 9 months ago
8d76722
cifs: don't cargo-cult strndup()
by Al Viro
· 3 years, 10 months ago
522aa3b
cifs: move [brw]size from cifs_sb to cifs_sb->ctx
by Ronnie Sahlberg
· 4 years ago
3fa1c6d
cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h
by Ronnie Sahlberg
· 4 years, 1 month ago
8e408fc
cifs: smb1: Try failing back to SetFileInfo if SetPathInfo fails
by Ronnie Sahlberg
· 4 years, 6 months ago
a0a3036
cifs: Standardize logging output
by Joe Perches
· 4 years, 9 months ago
86f740f
cifs: fix rename() by ensuring source handle opened with DELETE bit
by Aurelien Aptel
· 4 years, 10 months ago
0f06093
SMB3: Backup intent flag missing from some more ops
by Amir Goldstein
· 5 years ago
9bd4540
CIFS: Properly process SMB3 lease breaks
by Pavel Shilovsky
· 5 years ago
03d9a9f
CIFS: avoid using MID 0xFFFF
by Roberto Bergantinos Corpas
· 5 years ago
73cf808
cifs: simplify code by removing CONFIG_CIFS_ACL ifdef
by Steve French
· 6 years ago
43cdae8
Fix match_server check to allow for auto dialect negotiate
by Steve French
· 6 years ago
b6a3d1b
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231
by Thomas Gleixner
· 6 years ago
ebaf546
SMB3: Clean up query symlink when reparse point
by Ronnie Sahlberg
· 6 years ago
c847dcc
CIFS: make mknod() an smb_version_op
by Aurelien Aptel
· 6 years ago
259594b
cifs: use correct format characters
by Louis Taylor
· 6 years ago
335b7b6
CIFS: Respect reconnect in MTU credits calculations
by Pavel Shilovsky
· 6 years ago
1c78022
cifs: Make use of DFS cache to get new DFS referrals
by Paulo Alcantara
· 6 years ago
fcabb89
cifs: simple stats should always be enabled
by Steve French
· 6 years ago
696e420
cifs: Fix use after free of a mid_q_entry
by Lars Persson
· 7 years ago
93012bf
cifs: add server->vals->header_preamble_size
by Ronnie Sahlberg
· 7 years ago
74dcf41
CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
by Long Li
· 7 years ago
dcd87838
CIFS: Improve readdir verbosity
by Pavel Shilovsky
· 8 years ago
62a6cfd
cifs: Do not send echoes before Negotiate is complete
by Sachin Prabhu
· 8 years ago
ef65aae
smb2: Enforce sec= mount option
by Sachin Prabhu
· 8 years ago
fb2036d
CIFS: Make send_cancel take rqst as argument
by Pavel Shilovsky
· 8 years ago
bc8ebdc4
Fix that several functions handle incorrect value of mapchars
by Nakajima Akira
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
2baa268
Remap reserved posix characters by default (part 3/3)
by Steve French
· 10 years ago
db8b631
Allow mknod and mkfifo on SMB2/SMB3 mounts
by Steve French
· 10 years ago
19e8157
Fix problem recognizing symlinks
by Steve French
· 10 years ago
5275580
CIFS: Fix SMB2 readdir error handling
by Pavel Shilovsky
· 10 years ago
cb7e9ea
CIFS: Use multicredits for SMB 2.1/3 writes
by Pavel Shilovsky
· 11 years ago
7f6c500
CIFS: Fix cifs_writev_requeue when wsize changes
by Pavel Shilovsky
· 11 years ago
c11f1df
cifs: Wait for writebacks to complete before attempting write.
by Sachin Prabhu
· 11 years ago
42eacf9
[CIFS] Fix cifsacl mounts over smb2 to not call cifs
by Steve French
· 11 years ago
83e3bc2
retrieving CIFS ACLs when mounted with SMB2 fails dropping session
by Steve French
· 11 years ago
d979f3b
Add protocol specific operation for CIFS xattrs
by Steve French
· 11 years ago
d81b8a4
CIFS: Cleanup cifs open codepath
by Pavel Shilovsky
· 11 years ago
924e3fa
cifs: Add support for follow_link on dfs shares under posix extensions
by Sachin Prabhu
· 11 years ago
0ecdb4f
cifs: move unix extension call to cifs_query_symlink()
by Sachin Prabhu
· 11 years ago
cbb0aba
cifs: Add create MFSymlinks to protocol ops struct
by Sachin Prabhu
· 11 years ago
b5be1a1
cifs: Rename and cleanup open_query_close_cifs_symlink()
by Sachin Prabhu
· 11 years ago
eb85d94b
CIFS: Fix symbolic links usage
by Pavel Shilovsky
· 11 years ago
c7f508a
Allow setting per-file compression via CIFS protocol
by Steve French
· 11 years ago
3d378d3
cifs: Make big endian multiplex ID sequences monotonic on the wire
by Tim Gardner
· 11 years ago
53ef101
CIFS: Store lease state itself rather than a mapped oplock value
by Pavel Shilovsky
· 11 years ago
18cceb6
CIFS: Replace clientCanCache* bools with an integer
by Pavel Shilovsky
· 11 years ago
d244bf2
CIFS: Implement follow_link for nounix CIFS mounts
by Pavel Shilovsky
· 11 years ago
1b24408
Do not attempt to do cifs operations reading symlinks with SMB2
by Steve French
· 11 years ago
226730b
CIFS: Introduce cifs_open_parms struct
by Pavel Shilovsky
· 11 years ago
50285882
cifs: fix SMB2 signing enablement in cifs_enable_signing
by Jeff Layton
· 12 years ago
38d77c5
cifs: track the enablement of signing in the TCP_Server_Info
by Jeff Layton
· 12 years ago
281e2e7
cifs: remove the cifs_ses->flags field
by Jeff Layton
· 12 years ago
ad313cb
cifs: on send failure, readjust server sequence number downward
by Jeff Layton
· 12 years ago
f96637b
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
by Joe Perches
· 12 years ago
63b7d3a
CIFS: Don't let read only caching for mandatory byte-range locked files
by Pavel Shilovsky
· 12 years ago
31efee6
cifs: adjust sequence number downward after signing NT_CANCEL request
by Jeff Layton
· 12 years ago
6d3ea7e
CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2
by Steve French
· 12 years ago
c772aa9
CIFS: Fix wrong buffer pointer usage in smb_set_file_info
by Pavel Shilovsky
· 12 years ago
c052e2b
cifs: obtain file access during backup intent lookup (resend)
by Shirish Pargaonkar
· 12 years ago
760ad0c
CIFS: Make ops->close return void
by Pavel Shilovsky
· 12 years ago
d39a4f7
CIFS: Move brlock code to ops struct
by Pavel Shilovsky
· 12 years ago
71953fc
cifs: remove kmap lock and rsize limit
by Jeff Layton
· 12 years ago
c84ce4a
cifs: remove the kmap size limit from wsize
by Jeff Layton
· 12 years ago
76ec5e3
CIFS: Move statfs to ops struct
by Pavel Shilovsky
· 12 years ago
95a3f2f
CIFS: Move oplock break to ops struct
by Pavel Shilovsky
· 12 years ago
92fc65a
CIFS: Move readdir code to ops struct
by Pavel Shilovsky
· 12 years ago
6bdf6db
CIFS: Move set_file_info to ops struct
by Pavel Shilovsky
· 12 years ago
d143341
CIFS: Move set_file_size to ops struct
by Pavel Shilovsky
· 12 years ago
d6e906f
CIFS: Move hardlink to ops struct
by Steve French
· 12 years ago
8ceb984
CIFS: Move rename to ops struct
by Pavel Shilovsky
· 12 years ago
ba9ad725
CIFS: Move writepage to ops struct
by Pavel Shilovsky
· 12 years ago
f9c6e23
CIFS: Move readpage code to ops struct
by Pavel Shilovsky
· 12 years ago
c9de5c8
CIFS: Move async write to ops struct
by Pavel Shilovsky
· 12 years ago
fc9c596
CIFS: Move async read to ops struct
by Pavel Shilovsky
· 12 years ago
24985c5
CIFS: Move r/wsize negotiating to ops struct
by Pavel Shilovsky
· 12 years ago
1d8c4c0
CIFS: Make flush code use ops struct
by Pavel Shilovsky
· 12 years ago
2536413
CIFS: Move create code use ops struct
by Pavel Shilovsky
· 12 years ago
4ad6504
CIFS: Move guery file info code to ops struct
by Pavel Shilovsky
· 12 years ago
0ff78a2
CIFS: Move close code to ops struct
by Pavel Shilovsky
· 12 years ago
fb1214e
CIFS: Move open code to ops struct
by Pavel Shilovsky
· 12 years ago
4b4de76
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
by Pavel Shilovsky
· 12 years ago
ed6875e
CIFS: Move unlink code to ops struct
by Pavel Shilovsky
· 12 years ago
f958ca5
CIFS: Move rmdir code to ops struct
by Pavel Shilovsky
· 12 years ago
f436720
CIFS: Separate protocol specific part from mkdir
by Pavel Shilovsky
· 13 years ago
29e20f9
CIFS: Make CAP_* checks protocol independent
by Pavel Shilovsky
· 12 years ago
44c5818
CIFS: Move clear/print_stats code to ops struct
by Pavel Shilovsky
· 13 years ago
f6d7617
CIFS: Move echo code to osp struct
by Pavel Shilovsky
· 13 years ago
4574084
CIFS: Setup async request in ops struct
by Pavel Shilovsky
· 13 years ago
9224dfc
CIFS: Move building path to root to ops struct
by Pavel Shilovsky
· 13 years ago
1208ef1
CIFS: Move query inode info code to ops struct
by Pavel Shilovsky
· 13 years ago
68889f2
CIFS: Move is_path_accessible to ops struct
by Pavel Shilovsky
· 13 years ago
af4281d
CIFS: Move informational tcon calls to ops struct
by Pavel Shilovsky
· 13 years ago
b669f33
CIFS: Move getting dfs referalls to ops struct
by Pavel Shilovsky
· 13 years ago
2dc7e1c
CIFS: Make transport routines work with SMB2
by Pavel Shilovsky
· 13 years ago
Next »