Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5478f9ba9a34d660eb3227dcd16314689c51f946
/
fs
/
cifs
/
cifsglob.h
5478f9b
CIFS: Add session setup/logoff capability for SMB2
by Pavel Shilovsky
· 13 years ago
ec2e452
CIFS: Add capability to send SMB2 negotiate message
by Pavel Shilovsky
· 13 years ago
28ea529
CIFS: Add SMB2 credits support
by Pavel Shilovsky
· 12 years ago
2dc7e1c
CIFS: Make transport routines work with SMB2
by Pavel Shilovsky
· 13 years ago
2e6e02a
CIFS: Move protocol specific tcon/tdis code to ops struct
by Pavel Shilovsky
· 12 years ago
58c45c5
CIFS: Move protocol specific session setup/logoff code to ops struct
by Pavel Shilovsky
· 12 years ago
286170a
CIFS: Move protocol specific negotiate code to ops struct
by Pavel Shilovsky
· 12 years ago
a891f0f
CIFS: Extend credit mechanism to process request type
by Pavel Shilovsky
· 12 years ago
316cf94
CIFS: Move trans2 processing to ops struct
by Pavel Shilovsky
· 12 years ago
8825736
CIFS: Move get_next_mid to ops struct
by Pavel Shilovsky
· 12 years ago
2c0c2a0
cifs: fix oops while traversing open file list (try #4)
by Shirish Pargaonkar
· 13 years ago
1080ef7
CIFS: Introduce SMB2 mounts as vers=2.1
by Steve French
· 14 years ago
4527578
CIFS: Move add/set_credits and get_credits_field to ops structure
by Pavel Shilovsky
· 13 years ago
8aa26f3
CIFS: Move protocol specific demultiplex thread calls to ops struct
by Pavel Shilovsky
· 13 years ago
eb37871
CIFS: Move protocol specific part from cifs_readv_receive to ops struct
by Pavel Shilovsky
· 13 years ago
1887f60
CIFS: Move header_size/max_header_size to ops structure
by Pavel Shilovsky
· 13 years ago
082d064
CIFS: Move protocol specific part from SendReceive2 to ops struct
by Pavel Shilovsky
· 13 years ago
55157df
CIFS: Separate protocol specific part from getlk
by Pavel Shilovsky
· 13 years ago
106dc53
CIFS: Separate protocol specific lock type handling
by Pavel Shilovsky
· 13 years ago
04a6aa8
CIFS: Convert lock type to 32 bit variable
by Pavel Shilovsky
· 13 years ago
fbd35ac
CIFS: Move locks to cifsFileInfo structure
by Pavel Shilovsky
· 13 years ago
121b046
cifs: convert send_nt_cancel into a version specific op
by Jeff Layton
· 13 years ago
23db65f
cifs: add a smb_version_operations/values structures and a smb_version enum
by Jeff Layton
· 13 years ago
5e500ed
cifs: remove legacy MultiuserMount option
by Jeff Layton
· 13 years ago
597b027
cifs: call cifs_update_eof with i_lock held
by Jeff Layton
· 13 years ago
35ebb41
cifs: make cifsFileInfo_get return the cifsFileInfo pointer
by Jeff Layton
· 13 years ago
da472fc
cifs: add new cifsiod_wq workqueue
by Jeff Layton
· 13 years ago
7c9421e
CIFS: Change mid_q_entry structure fields
by Pavel Shilovsky
· 13 years ago
243d04b
CIFS: Expand CurrentMid field
by Pavel Shilovsky
· 13 years ago
5ffef7b
CIFS: Separate protocol-specific code from cifs_readv_receive code
by Pavel Shilovsky
· 13 years ago
d4e4854
CIFS: Separate protocol-specific code from demultiplex code
by Pavel Shilovsky
· 13 years ago
792af7b
CIFS: Separate protocol-specific code from transport routines
by Pavel Shilovsky
· 13 years ago
6dae51a
CIFS: Delete echo_retries module parm
by Pavel Shilovsky
· 13 years ago
bc205ed
CIFS: Prepare credits code for a slot reservation
by Pavel Shilovsky
· 13 years ago
2d86dbc
CIFS: Introduce credit-based flow control
by Pavel Shilovsky
· 13 years ago
fc40f9c
CIFS: Simplify inFlight logic
by Pavel Shilovsky
· 13 years ago
10b9b98
CIFS: Respect negotiated MaxMpxCount
by Pavel Shilovsky
· 13 years ago
88a4412
[CIFS] Fix build break with multiuser patch when LANMAN disabled
by Steve French
· 13 years ago
5206efd
cifs: propagate umode_t
by Al Viro
· 13 years ago
85160e0
CIFS: Implement caching mechanism for mandatory brlocks
by Pavel Shilovsky
· 13 years ago
44d22d8
cifs: add a callback function to receive the rest of the frame
by Jeff Layton
· 13 years ago
2a37ef9
cifs: move buffer pointers into TCP_Server_Info
by Jeff Layton
· 13 years ago
1041e3f
cifs: keep a reusable kvec array for receives
by Jeff Layton
· 13 years ago
d59dad2
CIFS: Move byte range lock list from fd to inode
by Pavel Shilovsky
· 13 years ago
03776f4
CIFS: Simplify byte range locking code
by Pavel Shilovsky
· 14 years ago
21fed0d
cifs: Add data structures and functions for uid/gid to SID mapping (try #4)
by Shirish Pargaonkar
· 13 years ago
3d3ea8e
cifs: Add mount options for backup intent (try #6)
by Shirish Pargaonkar
· 13 years ago
e750473
add new module parameter 'enable_oplocks'
by Steve French
· 13 years ago
789e666
[CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines more readable
by Steve French
· 13 years ago
ad63594
cifs: simplify refcounting for oplock breaks
by Jeff Layton
· 13 years ago
eaf35b1
cifs: use cifs_dirent in cifs_save_resume_key
by Christoph Hellwig
· 13 years ago
96daf2b
[CIFS] Rename three structures to avoid camel case
by Steve French
· 13 years ago
d4ffff1
CIFS: Add rwpidforward mount option
by Pavel Shilovsky
· 13 years ago
25c7f41
CIFS: Migrate to shared superblock model
by Pavel Shilovsky
· 13 years ago
f87d39d
[CIFS] Migrate from prefixpath logic
by Steve French
· 13 years ago
fa2989f
CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size
by Pavel Shilovsky
· 13 years ago
3c1105d
cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5)
by Jeff Layton
· 14 years ago
4d79dba
cifs: Add idmap key and related data structures and functions (try #17 repost)
by Shirish Pargaonkar
· 14 years ago
34c8790
Shrink stack space usage in cifs_construct_tcon
by Steve French
· 14 years ago
0eff0e2
Remove unused CIFSSMBNotify worker function
by Steve French
· 14 years ago
ca83ce3
cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3)
by Jeff Layton
· 14 years ago
fd88ce9
[CIFS] cifs: clarify the meaning of tcpStatus == CifsGood
by Steve French
· 14 years ago
2e325d5
Max share size is too small
by Steve French
· 14 years ago
8727c8a
Allow user names longer than 32 bytes
by Steve French
· 14 years ago
bdf1b03
cifs: replace /proc/fs/cifs/Experimental with a module parm
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
7e90d70
[CIFS] Do not send SMBEcho requests on new sockets until SMBNegotiate
by Steve French
· 14 years ago
f1d0c99
Make CIFS mount work in a container.
by Rob Landley
· 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
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
2b84a36c
cifs: allow for different handling of received response
by Jeff Layton
· 14 years ago
20054bd
cifs: use CreationTime like an i_generation field
by Jeff Layton
· 14 years ago
a0f8b4f
cifs: remove unnecessary locking around sequence_number
by Jeff Layton
· 14 years ago
a9f1b85
CIFS: Simplify ipv*_connect functions into one (try #4)
by Pavel Shilovsky
· 14 years ago
8846399
cifs: remove Local_System_Name
by Jeff Layton
· 14 years ago
6d20e84
cifs: add attribute cache timeout (actimeo) tunable
by Suresh Jayaraman
· 14 years ago
b647c35
cifs: convert tlink_tree to a rbtree
by Jeff Layton
· 14 years ago
d3686d5
cifs: Cleanup and thus reduce smb session structure and fields used during authentication
by Shirish Pargaonkar
· 14 years ago
d3ba50b
NTLM auth and sign - Use appropriate server challenge
by Shirish Pargaonkar
· 14 years ago
f7c5445
NTLM auth and sign - minor error corrections and cleanup
by Shirish Pargaonkar
· 14 years ago
d2b9152
NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange
by Shirish Pargaonkar
· 14 years ago
21e7339
NTLM auth and sign - Allocate session key/client response dynamically
by Shirish Pargaonkar
· 14 years ago
6573e9b
cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]
by Suresh Jayaraman
· 14 years ago
eb4b756
cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)
by Jeff Layton
· 14 years ago
6c0f621
[CIFS] Fix checkpatch warnings and bump cifs version number
by Steve French
· 14 years ago
5f6dbc9
cifs: convert cifsFileInfo->count to non-atomic counter
by Jeff Layton
· 14 years ago
cdff08e
[CIFS] move close processing from cifs_close to cifsFileInfo_put
by Steve French
· 14 years ago
3f9bcca
cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock
by Suresh Jayaraman
· 14 years ago
b33879a
cifs: move cifsFileInfo_put to file.c
by Jeff Layton
· 14 years ago
4477288
cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock
by Jeff Layton
· 14 years ago
2e396b8
cifs: eliminate pfile pointer from cifsFileInfo
by Jeff Layton
· 14 years ago
1588617
cifs: clean up cifs_reopen_file
by Jeff Layton
· 14 years ago
5d0d288
NTLM authentication and signing - Calculate auth response per smb session
by Shirish Pargaonkar
· 14 years ago
d7c86ff
cifs: don't use vfsmount to pin superblock for oplock breaks
by Jeff Layton
· 14 years ago
a5e18bc
cifs: keep dentry reference in cifsFileInfo instead of inode reference
by Jeff Layton
· 14 years ago
13cd4b7
[CIFS] Various small checkpatch cleanups
by Steve French
· 14 years ago
9d002df
cifs: add routines to build sessions and tcons on the fly
by Jeff Layton
· 14 years ago
Next »