summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton2012-07-161-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/+7
* 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/+5
* cifs: add refcounting to cifs_readdata structuresJeff Layton2012-05-161-0/+3
* cifs: abstract out function to marshal the iovec for readv receivesJeff Layton2012-05-161-63/+4
* cifs: make cifs_readdata_alloc take a work_func_t argJeff Layton2012-05-161-50/+0
* fs/cifs: fix parsing of dfs referralsStefan Metzmacher2012-05-031-1/+5
* cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton2012-03-311-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/+7
* 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
* CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky2012-03-231-20/+38
* CIFS: Separate protocol-specific code from transport routinesPavel Shilovsky2012-03-231-11/+10
* CIFS: Introduce credit-based flow controlPavel Shilovsky2012-03-211-8/+5
* CIFS: Simplify inFlight logicPavel Shilovsky2012-03-211-3/+3
* CIFS: Respect negotiated MaxMpxCountPavel Shilovsky2012-03-201-2/+7
* CIFS: Rename *UCS* functions to *UTF16*Steve French2012-01-181-78/+84
* CIFS: Send as many mandatory unlock ranges at once as possiblePavel Shilovsky2011-10-241-0/+40
* CIFS: Implement caching mechanism for posix brlocksPavel Shilovsky2011-10-241-4/+4
* CIFS: Fix error handling in cifs_readv_completePavel Shilovsky2011-10-211-1/+1
* cifs: add cifs_async_readvJeff Layton2011-10-191-0/+359
* cifs: add a callback function to receive the rest of the frameJeff Layton2011-10-191-2/+3
* cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar2011-10-171-2/+2
* CIFS: Simplify byte range locking codePavel Shilovsky2011-10-131-2/+2
* cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton2011-10-121-23/+9
* cifs: switch CIFSSMBQAllEAs to use memcmpJeff Layton2011-10-121-1/+1
OpenPOWER on IntegriCloud