aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-27CIFS: Move rmdir code to ops structPavel Shilovsky1-7/+8
2012-07-27CIFS: Separate protocol specific part from mkdirPavel Shilovsky1-3/+5
2012-07-27CIFS: Simplify cifs_mkdir callPavel Shilovsky1-4/+4
2012-07-24CIFS: Move clear/print_stats code to ops structPavel Shilovsky1-27/+27
2012-07-24CIFS: Move query inode info code to ops structPavel Shilovsky1-6/+5
2012-07-24CIFS: Move is_path_accessible to ops structPavel Shilovsky1-30/+30
2012-07-24CIFS: Move getting dfs referalls to ops structPavel Shilovsky1-7/+6
2012-07-24CIFS: Process reconnects for SMB2 sharesPavel Shilovsky1-8/+13
2012-07-24CIFS: Add capability to send SMB2 negotiate messagePavel Shilovsky1-7/+0
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-69/+77
2012-07-24CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky1-1/+1
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky1-1/+1
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky1-2/+2
2012-07-24CIFS: Extend credit mechanism to process request typePavel Shilovsky1-10/+11
2012-07-23cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton1-9/+7
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton1-5/+5
2012-07-16cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton1-1/+29
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky1-4/+4
2012-05-23CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky1-5/+5
2012-05-23CIFS: Move protocol specific part from cifs_readv_receive to ops structPavel Shilovsky1-27/+7
2012-05-23CIFS: Move header_size/max_header_size to ops structurePavel Shilovsky1-3/+4
2012-05-17cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar1-7/+5
2012-05-16cifs: add refcounting to cifs_readdata structuresJeff Layton1-0/+3
2012-05-16cifs: abstract out function to marshal the iovec for readv receivesJeff Layton1-63/+4
2012-05-16cifs: make cifs_readdata_alloc take a work_func_t argJeff Layton1-50/+0
2012-05-03fs/cifs: fix parsing of dfs referralsStefan Metzmacher1-1/+5
2012-03-31cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton1-12/+12
2012-03-23cifs: convert cifs_iovec_write to use async writesJeff Layton1-1/+3
2012-03-23cifs: call cifs_update_eof with i_lock heldJeff Layton1-0/+2
2012-03-23cifs: abstract out function to marshal up the iovec array for async writesJeff Layton1-10/+7
2012-03-23cifs: allow caller to specify completion op when allocating writedataJeff Layton1-3/+3
2012-03-23cifs: add pid field to cifs_writedataJeff Layton1-2/+2
2012-03-23cifs: add new cifsiod_wq workqueueJeff Layton1-2/+2
2012-03-23CIFS: Change mid_q_entry structure fieldsPavel Shilovsky1-6/+6