summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
* 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-251-15/+14Star
* cifs: convert async read code to use pages array without kmappingJeff Layton2012-09-251-17/+10Star
* cifs: convert async write code to pass in data via rq_pages arrayJeff Layton2012-09-251-28/+11Star
* cifs: change cifs_call_async to use smb_rqst structsJeff Layton2012-09-251-7/+13
* cifs: change signing routines to deal with smb_rqst structsJeff Layton2012-09-251-3/+4
* CIFS: Move set_file_size to ops structPavel Shilovsky2012-09-251-19/+21
* CIFS: Move hardlink to ops structSteve French2012-09-251-9/+11
* CIFS: Move rename to ops structPavel Shilovsky2012-09-251-10/+12
* CIFS: Move writepage to ops structPavel Shilovsky2012-09-251-4/+2Star
* CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky2012-09-251-26/+0Star
* CIFS: Move async write to ops structPavel Shilovsky2012-09-251-1/+3
* CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky2012-09-251-1/+1
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-251-2/+2
* CIFS: Move unlink code to ops structPavel Shilovsky2012-09-251-8/+8
* cifs: print error code if smb signature verification failsSteve French2012-08-201-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/+5Star
* 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/+6Star
* CIFS: Process reconnects for SMB2 sharesPavel Shilovsky2012-07-241-8/+13
* CIFS: Add capability to send SMB2 negotiate messagePavel Shilovsky2012-07-241-7/+0Star
* 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/+7Star
* cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton2012-07-231-5/+5
* cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton2012-07-171-1/+29
* CIFS: Move get_next_mid to ops structPavel Shilovsky2012-06-011-4/+4
* CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky2012-05-231-5/+5
* CIFS: Move protocol specific part from cifs_readv_receive to ops structPavel Shilovsky2012-05-231-27/+7Star
* CIFS: Move header_size/max_header_size to ops structurePavel Shilovsky2012-05-231-3/+4
* cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar2012-05-171-7/+5Star
* cifs: add refcounting to cifs_readdata structuresJeff Layton2012-05-171-0/+3
* cifs: abstract out function to marshal the iovec for readv receivesJeff Layton2012-05-171-63/+4Star
* cifs: make cifs_readdata_alloc take a work_func_t argJeff Layton2012-05-171-50/+0Star
* fs/cifs: fix parsing of dfs referralsStefan Metzmacher2012-05-041-1/+5
* cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton2012-04-011-12/+12
* cifs: convert cifs_iovec_write to use async writesJeff Layton2012-03-231-1/+3
* cifs: call cifs_update_eof with i_lock heldJeff Layton2012-03-231-0/+2
* cifs: abstract out function to marshal up the iovec array for async writesJeff Layton2012-03-231-10/+7Star
* cifs: allow caller to specify completion op when allocating writedataJeff Layton2012-03-231-3/+3
* cifs: add pid field to cifs_writedataJeff Layton2012-03-231-2/+2
* cifs: add new cifsiod_wq workqueueJeff Layton2012-03-231-2/+2
* CIFS: Change mid_q_entry structure fieldsPavel Shilovsky2012-03-231-6/+6