Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
14fbf50d695207754daeb96270b3027a3821121f
/
fs
/
cifs
/
cifssmb.c
14fbf50
cifs: reinstate sharing of SMB sessions sans races
by Jeff Layton
· 16 years ago
e7ddee9
cifs: disable sharing session and tcon and add new TCP sharing code
by Jeff Layton
· 16 years ago
3b79521
[CIFS] Fix cifs reconnection flags
by Steve French
· 16 years ago
61de800
[CIFS] fix error in smb_send2
by Steve French
· 16 years ago
9a8165f
cifs: track DeletePending flag in cifsInodeInfo
by Jeff Layton
· 16 years ago
b77d753
[CIFS] Check that last search entry resume key is valid
by Steve French
· 16 years ago
0752f15
[CIFS] make sure we have the right resume info before calling CIFSFindNext
by Steve French
· 16 years ago
391e575
cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIle
by Jeff Layton
· 16 years ago
6d22f09
cifs: add function to set file disposition
by Jeff Layton
· 16 years ago
ad8b15f
[CIFS] list entry can not return null
by Steve French
· 16 years ago
2dd2dfa
Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg
by Jeff Layton
· 16 years ago
6fc000e
change CIFSSMBSetTimes to CIFSSMBSetPathInfo
by Jeff Layton
· 16 years ago
063ea27
[CIFS] fix trailing whitespace
by Steve French
· 16 years ago
4e1e7fb
bundle up Unix SET_PATH_INFO args into a struct and change name
by Jeff Layton
· 16 years ago
ef571ca
[CIFS] Fix warnings from checkpatch
by Shirish Pargaonkar
· 16 years ago
5ca33c6
cifs: assorted endian annotations
by Harvey Harrison
· 16 years ago
2a212f6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 16 years ago
1d92cfd
cifs endianness fixes
by Al Viro
· 16 years ago
aaa9bbe
[CIFS] remove unused variables
by Steve French
· 16 years ago
0d817bc
[CIFS] Remove redundant NULL check
by Steve French
· 16 years ago
a1fe78f
[CIFS] Add missing defines for DFS
by Steve French
· 16 years ago
fec4585
CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 the MS-DFSC spec.
by Igor Mammedov
· 16 years ago
c2cf07d
[CIFS] Finishup DFS code
by Steve French
· 17 years ago
35fc37d
add function to convert access flags to legacy open mode
by Jeff Layton
· 17 years ago
582d21e
[CIFS] cleanup old checkpatch warnings
by Steve French
· 17 years ago
ed5f037
[CIFS] CIFSSMBPosixLock should return -EINVAL on error
by Marcin Slusarz
· 17 years ago
6353450
fix memory leak in CIFSFindNext
by Jeff Layton
· 17 years ago
67750fb
[CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdir
by Jeff Layton
· 17 years ago
4b18f2a
[CIFS] convert usage of implicit booleans to bool
by Steve French
· 17 years ago
35028d7
[CIFS] Fix looping on reconnect to Samba when unexpected tree connect fail on reconnect
by Steve French
· 17 years ago
90c81e0
[CIFS] clean up some hard to read ifdefs
by Steve French
· 17 years ago
ad7a292
[CIFS] reduce checkpatch warnings
by Steve French
· 17 years ago
9783758
[CIFS] Allow setting mode via cifs acl
by Steve French
· 17 years ago
dae5dbd
[CIFS] fix SetEA failure to some Samba versions
by Steve French
· 17 years ago
133672e
[CIFS] Fix buffer overflow if server sends corrupt response to small request
by Steve French
· 17 years ago
e545937
[CIFS] add OIDs for KRB5 and MSKRB5 to ASN1 parsing routines
by Jeff Layton
· 17 years ago
b9c7a2b
[CIFS] ACL support part 8
by Steve French
· 17 years ago
630f3f0
[CIFS] acl support part 6
by Steve French
· 17 years ago
c948977
[CIFS] remove unused funtion compile warning when experimental off
by Parag Warudkar
· 17 years ago
a761ac5
[CIFS] log better errors on failed mounts
by Steve French
· 17 years ago
abb63d6
[CIFS] Return better error when server requires signing but client forbids
by Steve French
· 17 years ago
af6f461
[CIFS] Fix some endianness problems in new acl code
by Steve French
· 17 years ago
e187e44
[CIFS] parse server_GUID in SPNEGO negProt response
by Jeff Layton
· 17 years ago
7111d21
[CIFS] [CIFS] fix error message about packet signing
by Jeff Layton
· 17 years ago
8f2376a
[CIFS] Fix endian conversion problem in posix mkdir
by Cyril Gorcunov
· 17 years ago
297647c
[CIFS] CIFS ACL support part 3
by Steve French
· 17 years ago
a013689
[CIFS] Fix cifsd so shuts down when signing fails during mount
by Steve French
· 17 years ago
d0d66c4
[CIFS] CIFS ACL support (part 2)
by Shirish Pargaonkar
· 17 years ago
407f61a
[CIFS] Fix memory leak in statfs to very old servers
by Steve French
· 17 years ago
bcb0203
[CIFS] move cifs acl code to new file and fix build break
by Steve French
· 17 years ago
442aa31
[CIFS] Support for CIFS ACLs (part 1)
by Steve French
· 17 years ago
1e71f25
[CIFS] Print better error when server returns malformed QueryUnixInfo response
by Steve French
· 17 years ago
26f5736
[CIFS] formatting cleanup found by checkpatch
by Steve French
· 17 years ago
8594c15
[CIFS][KJ] use abs() from kernel.h where appropriate
by Andre Haupt
· 17 years ago
c18c842
[CIFS] Allow disabling CIFS Unix Extensions as mount option
by Steve French
· 17 years ago
63135e0
[CIFS] More whitespace/formatting fixes (noticed by checkpatch)
by Steve French
· 17 years ago
2d785a5
[CIFS] Add support for new POSIX unlink
by Steve French
· 17 years ago
50c2f75
[CIFS] whitespace/formatting fixes
by Steve French
· 17 years ago
790fe57
[CIFS] more whitespace cleanup
by Steve French
· 17 years ago
38c10a1
[CIFS] Mount should fail if server signing off but client mount option requires it
by Jeff
· 17 years ago
762e5ab
[CIFS] Fix sign mount option and sign proc config setting
by Steve French
· 17 years ago
100c1dd
[CIFS] Missing flag on negprot needed for some servers to force packet signing
by Yehuda Sadeh Weinraub
· 17 years ago
cbac3cb
[CIFS] New CIFS POSIX mkdir performance improvement (part 2)
by Steve French
· 18 years ago
2dd29d3
[CIFS] New CIFS POSIX mkdir performance improvement
by Steve French
· 18 years ago
c7af185
[CIFS] Fix set file size to zero when doing chmod to Samba 3.0.26pre
by Steve French
· 18 years ago
c5a69d5
Storage class should be before const qualifier
by Tobias Klauser
· 18 years ago
8af1897
[CIFS] on reconnect to Samba - reset the unix capabilities
by Steve French
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
733f99a
[PATCH] new cifs endianness bugs
by Al Viro
· 18 years ago
1a4e15a
[CIFS] Missing flags2 for DFS
by Steve French
· 18 years ago
acf1a1b
[CIFS] Level 1 QPathInfo needed for proper OS2 support
by Steve French
· 18 years ago
1a70d65
[CIFS] Fix compiler warning with previous patch
by Steve French
· 18 years ago
947a506
[CIFS] Fix typo
by Steve French
· 18 years ago
b815f1e
[CIFS] Allow for 15 minute TZs (e.g. Nepal) and be more explicit about
by Steve French
· 18 years ago
18f75ca
[CIFS] Allow LANMAN21 support even in both POSIX non-POSIX path
by Steve French
· 18 years ago
9ac00b7
[CIFS] Do not send newer QFSInfo to legacy servers which can not support it
by Steve French
· 18 years ago
175ec9e
[CIFS] Rename server time zone field
by Steve French
· 18 years ago
25ee4a9
[CIFS] Handle legacy servers which return undefined time zone
by Steve French
· 18 years ago
2cd646a
[CIFS] Remove static and unused symbols
by Steve French
· 18 years ago
1bd5bbc
[CIFS] Legacy time handling for Win9x and OS/2 part 1
by Steve French
· 18 years ago
5ddaa68
[CIFS] endian errors in lanman protocol support
by Steve French
· 18 years ago
7ee1af7
[CIFS]
by Jeremy Allison
· 18 years ago
3a5ff61
[CIFS] Do not time out posix brl requests when using new posix setfileinfo
by Steve French
· 18 years ago
f40c562
[CIFS] Fix authentication choice so we do not force NTLMv2 unless the
by Steve French
· 18 years ago
750d115
[CIFS] Fix allocation of buffers for new session setup routine to allow
by Steve French
· 18 years ago
f90f00a
[CIFS] Fix compile warning when CONFIG_CIFS_EXPERIMENTAL is off
by Steve French
· 18 years ago
6344a42
[CIFS] fix minor compile warning when config_cifs_weak_security is off
by Steve French
· 18 years ago
9312f67
[CIFS] Fix mask so can set new cifs security flags properly
by Steve French
· 18 years ago
254e55e
CIFS] Support for older servers which require plaintext passwords - part 2
by Steve French
· 18 years ago
bdc4bf6e
[CIFS] Support for older servers which require plaintext passwords
by Steve French
· 18 years ago
7a0d223
[CIFS] Missing brace
by Steve French
· 18 years ago
3856a9d
[CIFS] Fix minor build breaks due to cifs kconfig issues
by Steve French
· 18 years ago
7c7b25b
[CIFS] Support for setting up SMB sessions to legacy lanman servers part 2
by Steve French
· 18 years ago
3979877
[CIFS] Support for setting up SMB sessions to legacy lanman servers
by Steve French
· 18 years ago
26a21b9
[CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log
by Steve French
· 18 years ago
cec6815a
[CIFS] endian fix for new POSIX byte range lock support
by Steve French
· 18 years ago
fc94cdb
[CIFS] Fix new POSIX Locking for setting lock_type correctly on unlock
by Steve French
· 18 years ago
6080823
[CIFS] Readdir fixes to allow search to start at arbitrary position in directory
by Steve French
· 19 years ago
d62e54a
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by Steve French
· 19 years ago
53b3531
[PATCH] s/;;/;/g
by Alexey Dobriyan
· 19 years ago
Next »