Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8caa1e8446948afefdb4dd2050a465f6da777652
/
fs
/
cifs
/
CHANGES
96c03bc
[CIFS] Minor cleanup to EA patch
by Steve French
· 15 years ago
6a5fa236
[CIFS] Add support for TCP_NODELAY
by Steve French
· 15 years ago
a994b8f
[CIFS] Enable mmap on forcedirectio mounts
by Steve French
· 15 years ago
2f81e75
[CIFS] Fix sparse warning
by Steve French
· 15 years ago
ca43e3b
[CIFS] Fix checkpatch warnings
by Steve French
· 15 years ago
d098564
[CIFS] Update readme to reflect forceuid mount parms
by Steve French
· 15 years ago
5bd9052
[CIFS] Updates fs/cifs/CHANGES
by Steve French
· 15 years ago
b77863b
[CIFS] update cifs version number
by Steve French
· 15 years ago
268875b
[CIFS] Do not send tree disconnect if session is already disconnected
by Steve French
· 15 years ago
f0472d0
[CIFS] Add mention of new mount parm (forceuid) to cifs readme
by Steve French
· 15 years ago
c5077ec
[CIFS] Update readme to indicate change to default mount (serverino)
by Steve French
· 15 years ago
0b3cc858
[CIFS] NTLMSSP reenabled after move from connect.c to sess.c
by Steve French
· 16 years ago
e836f01
[CIFS] Remove trailing whitespace
by Steve French
· 16 years ago
d185cda
[CIFS] rename cifs_strndup to cifs_strndup_from_ucs
by Steve French
· 16 years ago
ff69452
[CIFS] Make cifs_unlink consistent in checks for null inode
by Steve French
· 16 years ago
85a6dac
[CIFS] Endian convert UniqueId when reporting inode numbers from server files
by Steve French
· 16 years ago
b363b33
[CIFS] Fix memory overwrite when saving nativeFileSystem field during mount
by Steve French
· 16 years ago
64cc2c6
[CIFS] work around bug in Samba server handling for posix open
by Steve French
· 16 years ago
be65244
[CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flush
by Steve French
· 16 years ago
b298f22
[CIFS] Send SMB flush in cifs_fsync
by Steve French
· 16 years ago
eca6acf
[CIFS] Fix multiuser mounts so server does not invalidate earlier security contexts
by Steve French
· 16 years ago
c3b2a0c
[CIFS] improve posix semantics of file create
by Steve French
· 16 years ago
69765529
[CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specify their OS
by Steve French
· 16 years ago
42c2454
[CIFS] revalidate parent inode when rmdir done within that directory
by Steve French
· 16 years ago
c6fbba0
[CIFS] make sure that DFS pathnames are properly formed
by Steve French
· 16 years ago
8be0ed4
[CIFS] Can not mount with prefixpath if root directory of share is inaccessible
by Steve French
· 16 years ago
13a6e42
[CIFS] add mount option to send mandatory rather than advisory locks
by Steve French
· 16 years ago
bfb59820
[CIFS] fix check for dead tcon in smb_init
by Steve French
· 16 years ago
edf1ae4
[CIFS] Reduce number of socket retries in large write path
by Steve French
· 16 years ago
84210e9
[CIFS] improve setlease handling
by Steve French
· 16 years ago
3270958
[CIFS] undo changes in cifs_rename_pending_delete if it errors out
by Steve French
· 16 years ago
2e65502
[CIFS] update cifs change log
by Steve French
· 16 years ago
87ed1d6
[CIFS] Add destroy routine for dns_resolver
by Jeff Layton
· 16 years ago
6ce5eec
[CIFS] check version in spnego upcall response
by Steve French
· 16 years ago
26b994f
[CIFS] Code cleanup in old sessionsetup code
by Steve French
· 16 years ago
dbdbb87
[CIFS] Fix hang in mount when negprot causes server to kill tcp session
by Steve French
· 16 years ago
0e4bbde
[CIFS] Enable DFS support for Unix query path info
by Steve French
· 16 years ago
6353450
fix memory leak in CIFSFindNext
by Jeff Layton
· 16 years ago
39da984
[CIFS] Fix statfs formatting
by Steve French
· 17 years ago
932e2d2
[CIFS] minor update to change log
by Steve French
· 17 years ago
03a143c
[CIFS] fixup prefixpaths which contain multiple path components
by Steve French
· 17 years ago
9783758
[CIFS] Allow setting mode via cifs acl
by Steve French
· 17 years ago
1d9a885
[CIFS] redo existing session setup if needed in cifs_mount
by Jeff Layton
· 17 years ago
dae5dbdb
[CIFS] fix SetEA failure to some Samba versions
by Steve French
· 17 years ago
cea2180
[CIFS] Fix potential data corruption when writing out cached dirty pages
by Jeff Layton
· 17 years ago
2442421
[CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup request
by Steve French
· 17 years ago
9b8f5f5
[CIFS] fix oops on second mount to same server when null auth is used
by Jeff Layton
· 17 years ago
ce06c9f
[CIFS] add mode to acl conversion helper function
by Steve French
· 17 years ago
1fb64bf
[CIFS] when mount helper missing fix slash wrong direction in share
by Steve French
· 17 years ago
e01b640
[CIFS] enable get mode from ACL when cifsacl mount option specified
by Shirish Pargaonkar
· 17 years ago
abb63d6
[CIFS] Return better error when server requires signing but client forbids
by Steve French
· 17 years ago
c18c732
[CIFS] fix bad handling of EAGAIN error on kernel_recvmsg in cifs_demultiplex_thread
by Steve French
· 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
92ad9b9
[CIFS] named pipe support (part 2)
by Steve French
· 17 years ago
407f61a
[CIFS] Fix memory leak in statfs to very old servers
by Steve French
· 17 years ago
39db810
[CIFS] Byte range unlock request to non-Unix server can unlock too much
by Jeff Layton
· 17 years ago
a403a0a
[CIFS] Fix hang in find_writable_file
by Steve French
· 17 years ago
2d785a5
[CIFS] Add support for new POSIX unlink
by Steve French
· 17 years ago
7521a3c
[CIFS] Fix oops in cifs_create when nfsd server exports cifs mount
by Steve French
· 17 years ago
b609f06
[CIFS] Fix packet signatures for NTLMv2 case
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
75865f8c
[CIFS] Add in some missing flags and cifs README and TODO corrections
by Steve French
· 17 years ago
8426c39
[CIFS] Make sec=none force an anonymous mount
by Jeff Layton
· 18 years ago
4523cc3
[CIFS] UID/GID override on CIFS mounts to Samba
by Steve French
· 18 years ago
5858ae4
[CIFS] Add IPv6 support
by Steve French
· 18 years ago
2dd29d3
[CIFS] New CIFS POSIX mkdir performance improvement
by Steve French
· 18 years ago
5268df2
[CIFS] Add write perm for usr to file on windows should remove r/o dos attr
by Steve French
· 18 years ago
066fcb0
[CIFS] Allow reset of file to ATTR_NORMAL when archive bit not set
by Steve French
· 18 years ago
f5c1e2e
[CIFS] reset mode when client notices that ATTR_READONLY is no longer set
by Alan Tyson
· 18 years ago
8a23626
[CIFS] cifs_prepare_write was incorrectly rereading page in some cases
by Steve French
· 18 years ago
3677db1
[CIFS] Fix locking problem around some cifs uses of i_size write
by Steve French
· 18 years ago
8af1897
[CIFS] on reconnect to Samba - reset the unix capabilities
by Steve French
· 18 years ago
595dcfe
[CIFS] POSIX CIFS Extensions (continued) - POSIX Open
by Steve French
· 18 years ago
a850790
[CIFS] Minor cleanup
by Steve French
· 18 years ago
405c514
[CIFS] Update CIFS version number
by Steve French
· 18 years ago
33ec32f
[CIFS] Fix NTLMv2 mounts to Windows servers
by Steve French
· 18 years ago
8e87d4d
[CIFS] report rename failure when target file is locked by Windows
by Steve French
· 18 years ago
4b952a9
[CIFS] Allow null user connections
by Steve French
· 18 years ago
2fe87f0
[CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)
by Steve French
· 18 years ago
ea4c07d
[CIFS] Do not send Query All EAs SMB when mount option nouser_xattr specified
by Steve French
· 18 years ago
e466e48
[CIFS] Fix oops in cifs_close due to unitialized lock sem and list in
by Steve French
· 18 years ago
3a5ff61
[CIFS] Do not time out posix brl requests when using new posix setfileinfo
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
1717ffc
[CIFS] NTLMv2 support part 5
by Steve French
· 18 years ago
5bafd76
[CIFS] Add support for readdir to legacy servers
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
a878fb2
[CIFS] Do not limit the length of share names (was 100 for whole UNC name)
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
4de151d
It's UTF-8
by Alexey Dobriyan
· 19 years ago
13298de
[CIFS] Upate cifs change log
by Steve French
· 19 years ago
083d3a2
[CIFS] Workaround various server bugs found in testing at connectathon
by Steve French
· 19 years ago
08547b0
[CIFS] Add posix (advisory) byte range locking support to cifs client
by Steve French
· 19 years ago
184ed21
[CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffer case for wrapping
by Steve French
· 19 years ago
12b3b8f
[CIFS] Cleanup NTLMSSP session setup handling
by Steve French
· 19 years ago
eeac804
[CIFS] Fix CIFS to recognize share mode security
by Steve French
· 19 years ago
0a4b92c
[CIFS] Add worker function for Get ACL cifs style
by Steve French
· 19 years ago
Next »