aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French1-8/+8
2014-08-02CIFS: Optimize cifs_user_read() in a short read case on reconnectsPavel Shilovsky1-0/+6
2014-08-02CIFS: Count got bytes in read_into_pages()Pavel Shilovsky1-1/+0
2014-08-02CIFS: Use separate var for the number of bytes got in async readPavel Shilovsky1-3/+3
2014-08-02CIFS: Fix wsize usage in iovec writePavel Shilovsky1-4/+0
2014-08-02CIFS: Fix cifs_writev_requeue when wsize changesPavel Shilovsky1-16/+68
2014-07-31cifs: replace code with free_rsp_buf()Sachin Prabhu1-16/+4
2014-04-16Return correct error on query of xattr on file with empty xattrsSteve French1-0/+3
2014-02-07[CIFS] clean up page array when uncached write send failsSteve French1-3/+4
2014-02-07cifs: use a flexarray in cifs_writedataJeff Layton1-7/+1
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky1-5/+11
2014-01-20CIFS: Cleanup CIFSSMBOpenPavel Shilovsky1-68/+82
2013-12-27Add missing end of line termination to some cifs messagesSteve French1-3/+3
2013-11-15setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French1-3/+5
2013-11-02Allow setting per-file compression via CIFS protocolSteve French1-0/+54
2013-10-05do not treat non-symlink reparse points as valid symlinksSteve French1-6/+34
2013-09-18cifs: stop trying to use virtual circuitsJeff Layton1-1/+0
2013-09-08CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky1-59/+51
2013-06-29cifs: fill TRANS2_QUERY_FILE_INFO ByteCount fieldsDavid Disseldorp1-0/+2
2013-06-27cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton1-2/+2
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton1-72/+20
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton1-35/+41
2013-06-24cifs: track the flavor of the NEGOTIATE reponseJeff Layton1-5/+10
2013-06-24cifs: factor out check for extended security bit into separate functionJeff Layton1-9/+16
2013-06-24cifs: move handling of signed connections into separate functionJeff Layton1-33/+35
2013-06-24cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton1-88/+97
2013-06-24cifs: break out decoding of security blob into separate functionJeff Layton1-49/+60
2013-06-24cifs: throw a warning if negotiate or sess_setup ops are passed NULL server or session pointersJeff Layton1-6/+5
2013-05-04cifs: store the real expected sequence number in the midJeff Layton1-1/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-239/+244
2013-05-04fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu1-2/+1
2013-03-06cifs: don't try to unlock pagecache page after releasing itJeff Layton1-1/+1
2013-02-28cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue()Ouyang Maochun1-1/+4
2013-02-13cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman1-2/+8
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar1-17/+26
2012-09-24cifs: replace kvec array in readdata with a single kvecJeff Layton1-15/+14
2012-09-24cifs: convert async read code to use pages array without kmappingJeff Layton1-17/+10
2012-09-24cifs: convert async write code to pass in data via rq_pages arrayJeff Layton1-28/+11
2012-09-24cifs: change cifs_call_async to use smb_rqst structsJeff Layton1-7/+13
2012-09-24cifs: change signing routines to deal with smb_rqst structsJeff Layton1-3/+4
2012-09-24CIFS: Move set_file_size to ops structPavel Shilovsky1-19/+21
2012-09-24CIFS: Move hardlink to ops structSteve French1-9/+11
2012-09-24CIFS: Move rename to ops structPavel Shilovsky1-10/+12
2012-09-24CIFS: Move writepage to ops structPavel Shilovsky1-4/+2
2012-09-24CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky1-26/+0
2012-09-24CIFS: Move async write to ops structPavel Shilovsky1-1/+3
2012-09-24CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky1-1/+1
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky1-2/+2
2012-09-24CIFS: Move unlink code to ops structPavel Shilovsky1-8/+8
2012-08-19cifs: print error code if smb signature verification failsSteve French1-3/+8