aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAge
* setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French2013-11-15
* Allow setting per-file compression via CIFS protocolSteve French2013-11-02
* do not treat non-symlink reparse points as valid symlinksSteve French2013-10-05
* cifs: stop trying to use virtual circuitsJeff Layton2013-09-18
* CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky2013-09-08
* cifs: fill TRANS2_QUERY_FILE_INFO ByteCount fieldsDavid Disseldorp2013-06-29
* cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton2013-06-28
* move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton2013-06-24
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-24
* cifs: track the flavor of the NEGOTIATE reponseJeff Layton2013-06-24
* cifs: factor out check for extended security bit into separate functionJeff Layton2013-06-24
* cifs: move handling of signed connections into separate functionJeff Layton2013-06-24
* cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton2013-06-24
* cifs: break out decoding of security blob into separate functionJeff Layton2013-06-24
* cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton2013-06-24
* cifs: store the real expected sequence number in the midJeff Layton2013-05-04
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-04
* fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-05-04
* cifs: don't try to unlock pagecache page after releasing itJeff Layton2013-03-06
* cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue()Ouyang Maochun2013-02-28
* cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman2013-02-13
* cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar2012-09-28
* cifs: replace kvec array in readdata with a single kvecJeff Layton2012-09-24
* cifs: convert async read code to use pages array without kmappingJeff Layton2012-09-24
* cifs: convert async write code to pass in data via rq_pages arrayJeff Layton2012-09-24
* cifs: change cifs_call_async to use smb_rqst structsJeff Layton2012-09-24
* cifs: change signing routines to deal with smb_rqst structsJeff Layton2012-09-24
* CIFS: Move set_file_size to ops structPavel Shilovsky2012-09-24
* CIFS: Move hardlink to ops structSteve French2012-09-24
* CIFS: Move rename to ops structPavel Shilovsky2012-09-24
* CIFS: Move writepage to ops structPavel Shilovsky2012-09-24
* CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky2012-09-24
* CIFS: Move async write to ops structPavel Shilovsky2012-09-24
* CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky2012-09-24
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-24
* CIFS: Move unlink code to ops structPavel Shilovsky2012-09-24
* cifs: print error code if smb signature verification failsSteve French2012-08-19
* CIFS: Move rmdir code to ops structPavel Shilovsky2012-07-27
* CIFS: Separate protocol specific part from mkdirPavel Shilovsky2012-07-27
* CIFS: Simplify cifs_mkdir callPavel Shilovsky2012-07-27
* CIFS: Move clear/print_stats code to ops structPavel Shilovsky2012-07-24
* CIFS: Move query inode info code to ops structPavel Shilovsky2012-07-24
* CIFS: Move is_path_accessible to ops structPavel Shilovsky2012-07-24
* CIFS: Move getting dfs referalls to ops structPavel Shilovsky2012-07-24
* CIFS: Process reconnects for SMB2 sharesPavel Shilovsky2012-07-24
* CIFS: Add capability to send SMB2 negotiate messagePavel Shilovsky2012-07-24
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-24
* CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky2012-07-24
* CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky2012-07-24
* CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky2012-07-24