Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
dc0a50afa67c3dbd51211881b7568917dbbc6861
/
fs
/
cifs
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
eed9e83
[CIFS] update cifs version
by Steve French
· 14 years ago
5e64092
cifs: Fix regression in LANMAN (LM) auth code
by Shirish Pargaonkar
· 14 years ago
9616125
cifs: fix handling of scopeid in cifs_convert_address
by Jeff Layton
· 14 years ago
71823ba
cifs: don't always drop malformed replies on the floor (try #3)
by Jeff Layton
· 14 years ago
195291e
cifs: clean up checks in cifs_echo_request
by Jeff Layton
· 14 years ago
7e90d70
[CIFS] Do not send SMBEcho requests on new sockets until SMBNegotiate
by Steve French
· 14 years ago
d402539
cifs: remove checks for ses->status == CifsExiting
by Jeff Layton
· 14 years ago
8132b65
cifs: add check for kmalloc in parse_dacl
by Stanislav Fomichev
· 14 years ago
247ec9b
cifs: don't send an echo request unless NegProt has been done
by Jeff Layton
· 14 years ago
e3f0dad
cifs: enable signing flag in SMB header when server has it on
by Jeff Layton
· 14 years ago
64474bd
cifs: Possible slab memory corruption while updating extended stats (repost)
by Shirish Pargaonkar
· 14 years ago
76429c1
CIFS: Fix variable types in cifs_iovec_read/write (try #2)
by Pavel Shilovsky
· 14 years ago
9587fcf
cifs: fix length vs. total_read confusion in cifs_demultiplex_thread
by Jeff Layton
· 14 years ago
6284644
cifs: fix length checks in checkSMB
by Jeff Layton
· 14 years ago
cab6958
[CIFS] Update cifs minor version
by Steve French
· 14 years ago
7a8587e
cifs: No need to check crypto blockcipher allocation
by Shirish Pargaonkar
· 14 years ago
31c2659
cifs: clean up some compiler warnings
by Jeff Layton
· 14 years ago
f855f6c
cifs: make CIFS depend on CRYPTO_MD4
by Jeff Layton
· 14 years ago
92a4e0f
cifs: force a reconnect if there are too many MIDs in flight
by Jeff Layton
· 14 years ago
d804d41
cifs: don't pop a printk when sending on a socket is interrupted
by Jeff Layton
· 14 years ago
68abaff
cifs: simplify SMB header check routine
by Jeff Layton
· 14 years ago
2db7c58
cifs: send an NT_CANCEL request when a process is signalled
by Jeff Layton
· 14 years ago
1be912d
cifs: handle cancelled requests better
by Jeff Layton
· 14 years ago
ffeb414
cifs: fix two compiler warning about uninitialized vars
by Jeff Layton
· 14 years ago
ee2c925
cifs: More crypto cleanup (try #2)
by Shirish Pargaonkar
· 14 years ago
d39454f
CIFS: Add strictcache mount option
by Pavel Shilovsky
· 14 years ago
72432ff
CIFS: Implement cifs_strict_writev (try #4)
by Pavel Shilovsky
· 14 years ago
93c100c
[CIFS] Replace cifs md5 hashing functions with kernel crypto APIs
by Steve French
· 14 years ago
f1d0c99
Make CIFS mount work in a container.
by Rob Landley
· 14 years ago
3f391c7
CIFS: Remove pointless variable assignment in cifs_dfs_do_automount()
by Jesper Juhl
· 14 years ago
99d86c8
cifs: fix up CIFSSMBEcho for unaligned access
by Jeff Layton
· 14 years ago
84cdf74
cifs: fix unaligned accesses in cifsConvertToUCS
by Jeff Layton
· 14 years ago
ba2dbf3
cifs: clean up unaligned accesses in cifs_unicode.c
by Jeff Layton
· 14 years ago
26ec254
cifs: fix unaligned access in check2ndT2 and coalesce_t2
by Jeff Layton
· 14 years ago
12df83c
cifs: clean up unaligned accesses in validate_t2
by Jeff Layton
· 14 years ago
690c522
cifs: use get/put_unaligned functions to access ByteCount
by Jeff Layton
· 14 years ago
aae62fd
cifs: move time field in cifsInodeInfo
by Jeff Layton
· 14 years ago
c3dccf4
cifs: TCP_Server_Info diet
by Jeff Layton
· 14 years ago
a70307e
CIFS: Implement cifs_strict_readv (try #4)
by Pavel Shilovsky
· 14 years ago
7a6a19b
CIFS: Implement cifs_file_strict_mmap (try #2)
by Pavel Shilovsky
· 14 years ago
8be7e6b
CIFS: Implement cifs_strict_fsync
by Pavel Shilovsky
· 14 years ago
4f8ba8a
CIFS: Make cifsFileInfo_put work with strict cache mode
by Pavel Shilovsky
· 14 years ago
76dcc26
cifs: mangle existing header for SMB_COM_NT_CANCEL
by Jeff Layton
· 14 years ago
7749981
cifs: remove code for setting timeouts on requests
by Jeff Layton
· 14 years ago
fda3594
[CIFS] cifs: reconnect unresponsive servers
by Steve French
· 14 years ago
c74093b
cifs: set up recurring workqueue job to do SMB echo requests
by Jeff Layton
· 14 years ago
766fdbb
cifs: add ability to send an echo request
by Jeff Layton
· 14 years ago
a6827c1
cifs: add cifs_call_async
by Jeff Layton
· 14 years ago
2b84a36c
cifs: allow for different handling of received response
by Jeff Layton
· 14 years ago
74dd92a
cifs: clean up sync_mid_result
by Jeff Layton
· 14 years ago
dad255b
cifs: don't reconnect server when we don't get a response
by Jeff Layton
· 14 years ago
0ade640
cifs: wait indefinitely for responses
by Jeff Layton
· 14 years ago
2fbc2f1
cifs: Use mask of ACEs for SID Everyone to calculate all three permissions user, group, and other
by Shirish Pargaonkar
· 14 years ago
540b2e3
cifs: Fix regression during share-level security mounts (Repost)
by Shirish Pargaonkar
· 14 years ago
1cd3508
[CIFS] Update cifs version number
by Steve French
· 14 years ago
053d503
cifs: move mid result processing into common function
by Jeff Layton
· 14 years ago
ddc8cf8
cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntry
by Jeff Layton
· 14 years ago
8097531
cifs: clean up accesses to midCount
by Jeff Layton
· 14 years ago
c5797a9
cifs: make wait_for_free_request take a TCP_Server_Info pointer
by Jeff Layton
· 14 years ago
9d78315
cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exiting
by Jeff Layton
· 14 years ago
941b853
cifs: don't fail writepages on -EAGAIN errors
by Jeff Layton
· 14 years ago
12fed00
CIFS: Fix oplock break handling (try #2)
by Pavel Shilovsky
· 14 years ago
1a47f7a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
ea5b778
Unexport do_add_mount() and add in follow_automount(), not ->d_automount()
by David Howells
· 14 years ago
01c64fe
CIFS: Use d_automount() rather than abusing follow_link()
by David Howells
· 14 years ago
cc53ce5
Add a dentry op to allow processes to be held during pathwalk transit
by David Howells
· 14 years ago
bd763319
cifs: add cruid= mount option
by Jeff Layton
· 14 years ago
56c2430
cifs: cFYI the entire error code in map_smb_to_linux_error
by Jeff Layton
· 14 years ago
1c929cf
switch cifs
by Al Viro
· 14 years ago
20054bd
cifs: use CreationTime like an i_generation field
by Jeff Layton
· 14 years ago
d44a9fe
cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo
by Jeff Layton
· 14 years ago
ca40b71
cifs: show "acl" in DebugData Features when it's compiled in
by Jeff Layton
· 14 years ago
b4d6fcf
cifs: move "ntlmssp" and "local_leases" options out of experimental code
by Jeff Layton
· 14 years ago
1397f2e
cifs: replace some hardcoded values with preprocessor constants
by Jeff Layton
· 14 years ago
a0f8b4f
cifs: remove unnecessary locking around sequence_number
by Jeff Layton
· 14 years ago
197a1ee
[CIFS] Fix minor merge conflict in fs/cifs/dir.c
by Steve French
· 14 years ago
acc6f11
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steve French
· 14 years ago
873feea
fs: dcache per-inode inode alias locking
by Nick Piggin
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
b5c84bf
fs: dcache remove dcache_lock
by Nick Piggin
· 14 years ago
b23fb0a
fs: scale inode alias list
by Nick Piggin
· 14 years ago
b1e6a01
fs: change d_hash for rcu-walk
by Nick Piggin
· 14 years ago
621e155
fs: change d_compare for rcu-walk
by Nick Piggin
· 14 years ago
79eb4dd
cifs: dont overwrite dentry name in d_revalidate
by Nick Piggin
· 14 years ago
7e12edd
CIFS: Simplify cifs_open code
by Pavel Shilovsky
· 14 years ago
eeb910a
CIFS: Simplify non-posix open stuff (try #2)
by Pavel Shilovsky
· 14 years ago
4b88613
CIFS: Add match_port check during looking for an existing connection (try #4)
by Pavel Shilovsky
· 14 years ago
a9f1b85
CIFS: Simplify ipv*_connect functions into one (try #4)
by Pavel Shilovsky
· 14 years ago
df8fbc2
cifs: Support NTLM2 session security during NTLMSSP authentication [try #5]
by Shirish Pargaonkar
· 14 years ago
262f86a
cifs: don't overwrite dentry name in d_revalidate
by Nick Piggin
· 14 years ago
545c988
cifs: remove bogus remapping of error in cifs_filldir()
by Suresh Jayaraman
· 14 years ago
7d161b7
cifs: allow calling cifs_build_path_to_root on incomplete cifs_sb
by Jeff Layton
· 14 years ago
03ceace
cifs: fix check of error return from is_path_accessable
by Jeff Layton
· 14 years ago
8846399
cifs: remove Local_System_Name
by Jeff Layton
· 14 years ago
79df1ba
cifs: fix use of CONFIG_CIFS_ACL
by Jeff Layton
· 14 years ago
Next »