Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e85d380710680cb5793fcb59e03b7904b07a1e19
/
fs
/
cifs
« Previous
9e39b0a
[CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped status
by Steve French
· 16 years ago
d185cda
[CIFS] rename cifs_strndup to cifs_strndup_from_ucs
by Steve French
· 16 years ago
5c2503a
Added loop check when mounting DFS tree.
by Igor Mammedov
· 16 years ago
1af28ce
Enable dfs submounts to handle remote referrals.
by Igor Mammedov
· 16 years ago
20418ac
[CIFS] Remove older session setup implementation
by Steve French
· 16 years ago
f588416
cifs: change cifs_get_name_from_search_buf to use new unicode helper
by Jeff Layton
· 16 years ago
460b969
cifs: change CIFSSMBUnixQuerySymLink to use new helpers
by Jeff Layton
· 16 years ago
5914079
cifs: fix session setup unicode string saving to use new unicode helpers
by Jeff Layton
· 16 years ago
cc20c03
cifs: convert CIFSTCon to use new unicode helper functions
by Jeff Layton
· 16 years ago
066ce68
cifs: rename cifs_strlcpy_to_host and make it use new functions
by Jeff Layton
· 16 years ago
69f801f
cifs: add new function to get unicode string length in bytes
by Jeff Layton
· 16 years ago
7fabf0c
cifs: add replacement for cifs_strtoUCS_le called cifs_from_ucs2
by Jeff Layton
· 16 years ago
66345f5
cifs: move #defines for mapchars into cifs_unicode.h
by Jeff Layton
· 16 years ago
7b0c8fc
cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflows
by Suresh Jayaraman
· 16 years ago
968460e
cifs: Rename cifs_strncpy_to_host and fix buffer size
by Suresh Jayaraman
· 16 years ago
ff69452
[CIFS] Make cifs_unlink consistent in checks for null inode
by Steve French
· 16 years ago
fc6f394
cifs: when renaming don't try to unlink negative dentry
by Jeff Layton
· 16 years ago
22c9d52
cifs: remove unneeded bcc_ptr update in CIFSTCon
by Jeff Layton
· 16 years ago
313fecf
cifs: add cFYI messages with some of the saved strings from ssetup/tcon
by Jeff Layton
· 16 years ago
f083def
cifs: fix buffer size for tcon->nativeFileSystem field
by Jeff Layton
· 16 years ago
27b87fe
cifs: fix unicode string area word alignment in session setup
by Jeff Layton
· 16 years ago
88dd47f
[CIFS] Fix build break caused by change to new current_umask helper function
by Steve French
· 16 years ago
bc8cd43
[CIFS] Fix sparse warnings
by Steve French
· 16 years ago
a6ce493
[CIFS] Add support for posix open during lookup
by Steve French
· 16 years ago
d9fb5c0
cifs: no need to use rcu_assign_pointer on immutable keys
by Jeff Layton
· 16 years ago
5144ebf
cifs: remove dnotify thread code
by Jeff Layton
· 16 years ago
2d6d589
[CIFS] remove some build warnings
by Steve French
· 16 years ago
fbec9ab
cifs: vary timeout on writes past EOF based on offset (try #5)
by Jeff Layton
· 16 years ago
d036f50
[CIFS] Fix build break from recent DFS patch when DFS support not enabled
by Steve French
· 16 years ago
1bfe73c
Remote DFS root support.
by Igor Mammedov
· 16 years ago
85a6dac
[CIFS] Endian convert UniqueId when reporting inode numbers from server files
by Steve French
· 16 years ago
74496d3
cifs: remove some pointless conditionals before kfree()
by Wei Yongjun
· 16 years ago
0f4d634
cifs: flush data on any setattr
by Jeff Layton
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
3ae5080
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
a3ec947
vfs: simple_set_mnt() should return void
by Sukadev Bhattiprolu
· 16 years ago
4fd03e8
constify dentry_operations: CIFS
by Al Viro
· 16 years ago
b363b33
[CIFS] Fix memory overwrite when saving nativeFileSystem field during mount
by Steve French
· 16 years ago
c6c0091
[CIFS] Rename compose_mount_options to cifs_compose_mount_options.
by Steve French
· 16 years ago
64cc2c6
[CIFS] work around bug in Samba server handling for posix open
by Steve French
· 16 years ago
276a74a
[CIFS] Use posix open on file open when server supports it
by Steve French
· 16 years ago
fcc7c09
cifs: fix buffer format byte on NT Rename/hardlink
by Jeff Layton
· 16 years ago
0382457
[CIFS] Add definitions for remoteably fsctl calls
by Steve French
· 16 years ago
1adcb71
[CIFS] add extra null attr check
by Steve French
· 16 years ago
4717bed
[CIFS] fix build error
by Steve French
· 16 years ago
7fc8f4e
[CIFS] reopen file via newer posix open protocol operation if available
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
10e70af
[CIFS] DFS no longer experimental
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
44f68fa
cifs: posix fill in inode needed by posix open
by Jeff Layton
· 16 years ago
950ec52
cifs: properly handle case where CIFSGetSrvInodeNumber fails
by Jeff Layton
· 16 years ago
132ac7b
cifs: refactor new_inode() calls and inode initialization
by Jeff Layton
· 16 years ago
e4cce94
[CIFS] Prevent OOPs when mounting with remote prefixpath.
by Igor Mammedov
· 16 years ago
0e2beda
[CIFS] ipv6_addr_equal for address comparison
by Steve French
· 16 years ago
a9ac49d
cifs: make sure we allocate enough storage for socket address
by Jeff Layton
· 16 years ago
da505c3
[CIFS] Make socket retry timeouts consistent between blocking and nonblocking cases
by Steve French
· 16 years ago
f818dd5
[CIFS] some cleanup to dir.c prior to addition of posix_open
by Steve French
· 16 years ago
42c2454
[CIFS] revalidate parent inode when rmdir done within that directory
by Steve French
· 16 years ago
6a7f8d3
[CIFS] Rename md5 functions to avoid collision with new rt modules
by Steve French
· 16 years ago
0496e02
cifs: turn smb_send into a wrapper around smb_sendv
by Jeff Layton
· 16 years ago
520c853
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
acfa438
inode->i_op is never NULL
by Al Viro
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
6badd79
kill ->dir_notify()
by Al Viro
· 16 years ago
bf66542
cifs: update for new IP4/6 address printing
by Stephen Rothwell
· 16 years ago
0191b62
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 16 years ago
54a696b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 16 years ago
359d67d
[CIFS] Remove redundant test
by Julia Lawall
· 16 years ago
c6fbba0
[CIFS] make sure that DFS pathnames are properly formed
by Steve French
· 16 years ago
ac6a3ef
Remove an already-checked error condition in SendReceiveBlockingLock
by Volker Lendecke
· 16 years ago
698e96a
Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition
by Volker Lendecke
· 16 years ago
17c8bfe
Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition
by Volker Lendecke
· 16 years ago
2b2bdfb
[CIFS] Streamline SendReceive[2] by using "goto out:" in an error condition
by Steve French
· 16 years ago
8e4f2e8
Slightly streamline SendReceive[2]
by Volker Lendecke
· 16 years ago
829049c
Check the return value of cifs_sign_smb[2]
by Volker Lendecke
· 16 years ago
4c3130e
[CIFS] Cleanup: Move the check for too large R/W requests
by Steve French
· 16 years ago
27a97a6
[CIFS] Slightly simplify wait_for_free_request(), remove an unnecessary "else" branch
by Volker Lendecke
· 16 years ago
8fbbd36
Simplify allocate_mid() slightly: Remove some unnecessary "else" branches
by Volker Lendecke
· 16 years ago
6d9c6d5
[CIFS] In SendReceive, move consistency check out of the mutexed region
by Volker Lendecke
· 16 years ago
00e485b
cifs: store password in tcon
by Jeff Layton
· 16 years ago
4e53a3f
cifs: have calc_lanman_hash take more granular args
by Jeff Layton
· 16 years ago
55162de
cifs: zero out session password before freeing it
by Jeff Layton
· 16 years ago
8570552
cifs: fix wait_for_response to time out sleeping processes correctly
by Jeff Layton
· 16 years ago
8be0ed4
[CIFS] Can not mount with prefixpath if root directory of share is inaccessible
by Steve French
· 16 years ago
61e7480
[CIFS] various minor cleanups pointed out by checkpatch script
by Steve French
· 16 years ago
3de2091
[CIFS] fix typo
by Steve French
· 16 years ago
acc18aa
[CIFS] remove sparse warning
by Steve French
· 16 years ago
13a6e42
[CIFS] add mount option to send mandatory rather than advisory locks
by Steve French
· 16 years ago
d5c5605
cifs: make ipv6_connect take a TCP_Server_Info arg
by Jeff Layton
· 16 years ago
bcf4b10
cifs: make ipv4_connect take a TCP_Server_Info arg
by Jeff Layton
· 16 years ago
7586b76
cifs: don't declare smb_vol info on the stack
by Jeff Layton
· 16 years ago
63c038c
cifs: move allocation of new TCP_Server_Info into separate function
by Jeff Layton
· 16 years ago
8ecaf67
cifs: account for IPv6 in ses->serverName and clean up netbios name handling
by Jeff Layton
· 16 years ago
954d7a1
cifs: make dnotify thread experimental code
by Jeff Layton
· 16 years ago
72ca545
cifs: convert tcpSem to a mutex
by Jeff Layton
· 16 years ago
0468a2c
cifs: take module reference when starting cifsd
by Jeff Layton
· 16 years ago
Next »