summaryrefslogtreecommitdiffstats
path: root/fs/cifs/misc.c
Commit message (Expand)AuthorAgeFilesLines
* [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French2017-07-081-9/+2
* CIFS: check if pages is null rather than bv for a failed allocationColin Ian King2017-06-201-1/+1
* CIFS: fix oplock break deadlocksRabin Vincent2017-05-031-1/+1
* CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky2017-05-021-0/+120
* cifs: don't check for failure from mempool_alloc()NeilBrown2017-04-281-9/+5
* CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel2017-03-011-0/+105
* Clarify locking of cifs file and tcon structures and make more granularSteve French2016-10-121-7/+8
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-141-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2014-12-071-30/+2
* cifs: remove unused function cifs_oplock_break_waitVincent Stehlé2014-08-111-7/+0
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-08-091-2/+11
|\
| * [CIFS] Fix incorrect hex vs. decimal in some debug print statementsSteve French2014-08-021-2/+2
| * cifs: replace code with free_rsp_buf()Sachin Prabhu2014-07-311-0/+9
* | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-1/+1
|/
* cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu2014-04-161-2/+72
* cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner2013-11-021-4/+6
* cifs: Remove redundant multiplex identifier check from check_smb_hdr()Tim Gardner2013-10-281-10/+2
* CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-081-8/+4
* cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar2013-09-081-0/+1
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-241-2/+1
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-41/+37
* cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman2013-02-131-1/+1
* CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-241-0/+30
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-241-1/+1
* CIFS: Move clear/print_stats code to ops structPavel Shilovsky2012-07-241-1/+1
* CIFS: Respect SMB2 header/max header sizePavel Shilovsky2012-07-241-6/+19
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-2/+2
* CIFS: Move get_next_mid to ops structPavel Shilovsky2012-06-011-88/+1
* CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky2012-05-231-19/+0
* cifs: remove legacy MultiuserMount optionJeff Layton2012-05-161-47/+0
* cifs: add new cifsiod_wq workqueueJeff Layton2012-03-231-1/+1
* CIFS: Change mid_q_entry structure fieldsPavel Shilovsky2012-03-231-1/+1
* CIFS: Expand CurrentMid fieldPavel Shilovsky2012-03-231-38/+46
* CIFS: Separate protocol-specific code from demultiplex codePavel Shilovsky2012-03-231-2/+5
* CIFS: Separate protocol-specific code from transport routinesPavel Shilovsky2012-03-231-3/+2
* CIFS: Introduce credit-based flow controlPavel Shilovsky2012-03-211-0/+19
* cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar2011-10-121-0/+15
* cifs: clean up checkSMBJeff Layton2011-10-121-26/+25
* cifs: simplify refcounting for oplock breaksJeff Layton2011-07-311-9/+2
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-16/+16
* cifs: keep BCC in little-endian formatJeff Layton2011-05-191-2/+2
* consistently use smb_buf_length as be32 for cifs (try 3)Steve French2011-05-191-5/+3
* cifs: fix broken BCC check in is_valid_oplock_breakJeff Layton2011-04-121-1/+1
* Allow user names longer than 32 bytesSteve French2011-04-121-0/+1
* cifs: fix length checks in checkSMBJeff Layton2011-01-311-16/+17
* cifs: force a reconnect if there are too many MIDs in flightJeff Layton2011-01-311-13/+24
* cifs: simplify SMB header check routineJeff Layton2011-01-311-22/+24
* cifs: fix unaligned accesses in cifsConvertToUCSJeff Layton2011-01-201-71/+0
* CIFS: Fix oplock break handling (try #2)Pavel Shilovsky2011-01-191-1/+1
OpenPOWER on IntegriCloud