Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f96637be081141d6f8813429499f164260b49d70
/
fs
/
cifs
/
cifssmb.c
f96637b
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
by Joe Perches
· 12 years ago
f7f7c18
fs: cifs: use kmemdup instead of kmalloc + memcpy
by Silviu-Mihai Popescu
· 12 years ago
94e1800
cifs: don't try to unlock pagecache page after releasing it
by Jeff Layton
· 12 years ago
c51bb0e
cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue()
by Ouyang Maochun
· 12 years ago
49418b2
cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t
by Eric W. Biederman
· 12 years ago
c052e2b
cifs: obtain file access during backup intent lookup (resend)
by Shirish Pargaonkar
· 12 years ago
5819575
cifs: replace kvec array in readdata with a single kvec
by Jeff Layton
· 12 years ago
8321fec
cifs: convert async read code to use pages array without kmapping
by Jeff Layton
· 12 years ago
eddb079
cifs: convert async write code to pass in data via rq_pages array
by Jeff Layton
· 12 years ago
fec344e
cifs: change cifs_call_async to use smb_rqst structs
by Jeff Layton
· 12 years ago
bf5ea0e
cifs: change signing routines to deal with smb_rqst structs
by Jeff Layton
· 12 years ago
d143341
CIFS: Move set_file_size to ops struct
by Pavel Shilovsky
· 12 years ago
d6e906f
CIFS: Move hardlink to ops struct
by Steve French
· 12 years ago
8ceb984
CIFS: Move rename to ops struct
by Pavel Shilovsky
· 12 years ago
ba9ad725
CIFS: Move writepage to ops struct
by Pavel Shilovsky
· 12 years ago
3331914
CIFS: Add SMB2 support for cifs_iovec_write
by Pavel Shilovsky
· 12 years ago
c9de5c8
CIFS: Move async write to ops struct
by Pavel Shilovsky
· 12 years ago
09a4707
CIFS: Add SMB2 support for cifs_iovec_read
by Pavel Shilovsky
· 12 years ago
4b4de76
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
by Pavel Shilovsky
· 12 years ago
ed6875e
CIFS: Move unlink code to ops struct
by Pavel Shilovsky
· 12 years ago
985e4ff0
cifs: print error code if smb signature verification fails
by Steve French
· 12 years ago
f958ca5
CIFS: Move rmdir code to ops struct
by Pavel Shilovsky
· 12 years ago
f436720
CIFS: Separate protocol specific part from mkdir
by Pavel Shilovsky
· 13 years ago
ff691e9
CIFS: Simplify cifs_mkdir call
by Pavel Shilovsky
· 12 years ago
44c5818
CIFS: Move clear/print_stats code to ops struct
by Pavel Shilovsky
· 12 years ago
1208ef1
CIFS: Move query inode info code to ops struct
by Pavel Shilovsky
· 12 years ago
68889f2
CIFS: Move is_path_accessible to ops struct
by Pavel Shilovsky
· 12 years ago
b669f33
CIFS: Move getting dfs referalls to ops struct
by Pavel Shilovsky
· 12 years ago
aa24d1e
CIFS: Process reconnects for SMB2 shares
by Pavel Shilovsky
· 13 years ago
ec2e452
CIFS: Add capability to send SMB2 negotiate message
by Pavel Shilovsky
· 13 years ago
6d5786a
CIFS: Rename Get/FreeXid and make them work with unsigned int
by Pavel Shilovsky
· 12 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
c5fd363
cifs: move file_lock off stack in cifs_push_posix_locks
by Jeff Layton
· 12 years ago
ac3aa2f
cifs: remove extraneous newlines from cERROR and cFYI calls
by Jeff Layton
· 12 years ago
3cf003c
cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmaps
by Jeff Layton
· 12 years ago
8825736
CIFS: Move get_next_mid to ops struct
by Pavel Shilovsky
· 12 years ago
4527578
CIFS: Move add/set_credits and get_credits_field to ops structure
by Pavel Shilovsky
· 12 years ago
eb37871
CIFS: Move protocol specific part from cifs_readv_receive to ops struct
by Pavel Shilovsky
· 12 years ago
1887f60
CIFS: Move header_size/max_header_size to ops structure
by Pavel Shilovsky
· 12 years ago
2608bee
cifs: Include backup intent search flags during searches {try #2)
by Shirish Pargaonkar
· 12 years ago
6993f74
cifs: add refcounting to cifs_readdata structures
by Jeff Layton
· 12 years ago
8d5ce4d
cifs: abstract out function to marshal the iovec for readv receives
by Jeff Layton
· 12 years ago
0471ca3
cifs: make cifs_readdata_alloc take a work_func_t arg
by Jeff Layton
· 12 years ago
d8f2799
fs/cifs: fix parsing of dfs referrals
by Stefan Metzmacher
· 13 years ago
b2a3ad9
cifs: silence compiler warnings showing up with gcc-4.7.0
by Jeff Layton
· 13 years ago
da82f7e
cifs: convert cifs_iovec_write to use async writes
by Jeff Layton
· 13 years ago
597b027
cifs: call cifs_update_eof with i_lock held
by Jeff Layton
· 13 years ago
e949287
cifs: abstract out function to marshal up the iovec array for async writes
by Jeff Layton
· 13 years ago
c2e8764
cifs: allow caller to specify completion op when allocating writedata
by Jeff Layton
· 13 years ago
fe5f5d2
cifs: add pid field to cifs_writedata
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
5ffef7b
CIFS: Separate protocol-specific code from cifs_readv_receive code
by Pavel Shilovsky
· 13 years ago
792af7b
CIFS: Separate protocol-specific code from transport routines
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
acbbb76
CIFS: Rename *UCS* functions to *UTF16*
by Steve French
· 13 years ago
9ee305b
CIFS: Send as many mandatory unlock ranges at once as possible
by Pavel Shilovsky
· 13 years ago
4f6bcec
CIFS: Implement caching mechanism for posix brlocks
by Pavel Shilovsky
· 13 years ago
a2d6b6c
CIFS: Fix error handling in cifs_readv_complete
by Pavel Shilovsky
· 13 years ago
e28bc5b
cifs: add cifs_async_readv
by Jeff Layton
· 13 years ago
44d22d8
cifs: add a callback function to receive the rest of the frame
by Jeff Layton
· 13 years ago
a5ff376
cifs: Call id to SID mapping functions to change owner/group (try #4 repost)
by Shirish Pargaonkar
· 13 years ago
03776f4
CIFS: Simplify byte range locking code
by Pavel Shilovsky
· 14 years ago
c974bef
cifs: untangle server->maxBuf and CIFSMaxBufSize
by Jeff Layton
· 13 years ago
ac42344
cifs: switch CIFSSMBQAllEAs to use memcmp
by Jeff Layton
· 13 years ago
9438fab
cifs: fix possible memory corruption in CIFSFindNext
by Jeff Layton
· 13 years ago
c4a5534
cifs: remove unneeded variable initialization in cifs_reconnect_tcon
by Jeff Layton
· 13 years ago
5980fc9
cifs: fix compiler warning in CIFSSMBQAllEAs
by Jeff Layton
· 13 years ago
91d065c
cifs: fix name parsing in CIFSSMBQAllEAs
by Jeff Layton
· 13 years ago
96daf2b
[CIFS] Rename three structures to avoid camel case
by Steve French
· 13 years ago
07cc6cf
Fix extended security auth failure
by Steve French
· 13 years ago
d4ffff1
CIFS: Add rwpidforward mount option
by Pavel Shilovsky
· 13 years ago
fa2989f
CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size
by Pavel Shilovsky
· 13 years ago
c28c89f
cifs: add cifs_async_writev
by Jeff Layton
· 13 years ago
59ffd84
cifs: add ignore_pend flag to cifs_call_async
by Jeff Layton
· 13 years ago
fcc31cb
cifs: make cifs_send_async take a kvec array
by Jeff Layton
· 13 years ago
820a803
cifs: keep BCC in little-endian format
by Jeff Layton
· 14 years ago
be8e3b0
consistently use smb_buf_length as be32 for cifs (try 3)
by Steve French
· 14 years ago
fd5707e
cifs: fix comment in validate_t2
by Jeff Layton
· 14 years ago
2572087
cifs: cleanup: Rename and remove config flags
by Shirish Pargaonkar
· 14 years ago
c52a955
Don't compile in unused reparse point symlink code
by Steve French
· 14 years ago
0eff0e2
Remove unused CIFSSMBNotify worker function
by Steve French
· 14 years ago
fd88ce9
[CIFS] cifs: clarify the meaning of tcpStatus == CifsGood
by Steve French
· 14 years ago
5443d13
various endian fixes to cifs
by Steve French
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
d402539
cifs: remove checks for ses->status == CifsExiting
by Jeff Layton
· 14 years ago
31c2659
cifs: clean up some compiler warnings
by Jeff Layton
· 14 years ago
99d86c8f
cifs: fix up CIFSSMBEcho for unaligned access
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
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
766fdbb
cifs: add ability to send an echo request
by Jeff Layton
· 14 years ago
12fed00
CIFS: Fix oplock break handling (try #2)
by Pavel Shilovsky
· 14 years ago
b4d6fcf
cifs: move "ntlmssp" and "local_leases" options out of experimental code
by Jeff Layton
· 14 years ago
Next »