summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
...
* cifs: stop trying to use virtual circuitsJeff Layton2013-09-181-1/+0
* CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky2013-09-081-59/+51
* cifs: fill TRANS2_QUERY_FILE_INFO ByteCount fieldsDavid Disseldorp2013-06-291-0/+2
* cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton2013-06-271-2/+2
* move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton2013-06-241-72/+20
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-241-35/+41
* cifs: track the flavor of the NEGOTIATE reponseJeff Layton2013-06-241-5/+10
* cifs: factor out check for extended security bit into separate functionJeff Layton2013-06-241-9/+16
* cifs: move handling of signed connections into separate functionJeff Layton2013-06-241-33/+35
* cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton2013-06-241-88/+97
* cifs: break out decoding of security blob into separate functionJeff Layton2013-06-241-49/+60
* cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton2013-06-241-6/+5
* cifs: store the real expected sequence number in the midJeff Layton2013-05-041-1/+1
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-239/+244
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-041-2/+1
* cifs: don't try to unlock pagecache page after releasing itJeff Layton2013-03-061-1/+1
* cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue()Ouyang Maochun2013-02-281-1/+4
* cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman2013-02-131-2/+8
* cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar2012-09-281-17/+26
* cifs: replace kvec array in readdata with a single kvecJeff Layton2012-09-241-15/+14
* cifs: convert async read code to use pages array without kmappingJeff Layton2012-09-241-17/+10
* cifs: convert async write code to pass in data via rq_pages arrayJeff Layton2012-09-241-28/+11
* cifs: change cifs_call_async to use smb_rqst structsJeff Layton2012-09-241-7/+13
* cifs: change signing routines to deal with smb_rqst structsJeff Layton2012-09-241-3/+4
* CIFS: Move set_file_size to ops structPavel Shilovsky2012-09-241-19/+21
* CIFS: Move hardlink to ops structSteve French2012-09-241-9/+11
* CIFS: Move rename to ops structPavel Shilovsky2012-09-241-10/+12
* CIFS: Move writepage to ops structPavel Shilovsky2012-09-241-4/+2
* CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky2012-09-241-26/+0
* CIFS: Move async write to ops structPavel Shilovsky2012-09-241-1/+3
* CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky2012-09-241-1/+1
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-241-2/+2
* CIFS: Move unlink code to ops structPavel Shilovsky2012-09-241-8/+8
* cifs: print error code if smb signature verification failsSteve French2012-08-191-3/+8
* CIFS: Move rmdir code to ops structPavel Shilovsky2012-07-271-7/+8
* CIFS: Separate protocol specific part from mkdirPavel Shilovsky2012-07-271-3/+5
* CIFS: Simplify cifs_mkdir callPavel Shilovsky2012-07-271-4/+4
* CIFS: Move clear/print_stats code to ops structPavel Shilovsky2012-07-241-27/+27
* CIFS: Move query inode info code to ops structPavel Shilovsky2012-07-241-6/+5
* CIFS: Move is_path_accessible to ops structPavel Shilovsky2012-07-241-30/+30
* CIFS: Move getting dfs referalls to ops structPavel Shilovsky2012-07-241-7/+6
* CIFS: Process reconnects for SMB2 sharesPavel Shilovsky2012-07-241-8/+13
* CIFS: Add capability to send SMB2 negotiate messagePavel Shilovsky2012-07-241-7/+0
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-69/+77
* CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky2012-07-241-1/+1
* CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky2012-07-241-1/+1
* CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky2012-07-241-2/+2
* CIFS: Extend credit mechanism to process request typePavel Shilovsky2012-07-241-10/+11
* cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton2012-07-231-9/+7
* cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton2012-07-231-5/+5
OpenPOWER on IntegriCloud