aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/misc.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredGravatar Steve French 1-9/+2
2017-06-20CIFS: check if pages is null rather than bv for a failed allocationGravatar Colin Ian King 1-1/+1
2017-05-03CIFS: fix oplock break deadlocksGravatar Rabin Vincent 1-1/+1
2017-05-02CIFS: Add asynchronous context to support kernel AIOGravatar Pavel Shilovsky 1-0/+120
2017-04-28cifs: don't check for failure from mempool_alloc()Gravatar NeilBrown 1-9/+5
2017-03-01CIFS: move DFS response parsing out of SMB1 codeGravatar Aurelien Aptel 1-0/+105
2016-10-12Clarify locking of cifs file and tcon structures and make more granularGravatar Steve French 1-7/+8
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Gravatar Steve French 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationGravatar Andy Shevchenko 1-30/+2
2014-08-11cifs: remove unused function cifs_oplock_break_waitGravatar Vincent Stehlé 1-7/+0
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+11
2014-08-02[CIFS] Fix incorrect hex vs. decimal in some debug print statementsGravatar Steve French 1-2/+2
2014-07-31cifs: replace code with free_rsp_buf()Gravatar Sachin Prabhu 1-0/+9
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsGravatar NeilBrown 1-1/+1
2014-04-16cifs: Wait for writebacks to complete before attempting write.Gravatar Sachin Prabhu 1-2/+72
2013-11-02cifs: Make big endian multiplex ID sequences monotonic on the wireGravatar Tim Gardner 1-4/+6
2013-10-28cifs: Remove redundant multiplex identifier check from check_smb_hdr()Gravatar Tim Gardner 1-10/+2
2013-09-08CIFS: Replace clientCanCache* bools with an integerGravatar Pavel Shilovsky 1-8/+4
2013-09-08cifs: Process post session setup code in respective dialect functions.Gravatar Shirish Pargaonkar 1-0/+1
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoGravatar Jeff Layton 1-2/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgGravatar Joe Perches 1-41/+37
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsGravatar Eric W. Biederman 1-1/+1
2012-09-24CIFS: Fix fast lease break after open problemGravatar Pavel Shilovsky 1-0/+30
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoGravatar Pavel Shilovsky 1-1/+1
2012-07-24CIFS: Move clear/print_stats code to ops structGravatar Pavel Shilovsky 1-1/+1
2012-07-24CIFS: Respect SMB2 header/max header sizeGravatar Pavel Shilovsky 1-6/+19
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intGravatar Pavel Shilovsky 1-2/+2
2012-06-01CIFS: Move get_next_mid to ops structGravatar Pavel Shilovsky 1-88/+1
2012-05-23CIFS: Move add/set_credits and get_credits_field to ops structureGravatar Pavel Shilovsky 1-19/+0
2012-05-16cifs: remove legacy MultiuserMount optionGravatar Jeff Layton 1-47/+0
2012-03-23cifs: add new cifsiod_wq workqueueGravatar Jeff Layton 1-1/+1
2012-03-23CIFS: Change mid_q_entry structure fieldsGravatar Pavel Shilovsky 1-1/+1
2012-03-23CIFS: Expand CurrentMid fieldGravatar Pavel Shilovsky 1-38/+46
2012-03-23CIFS: Separate protocol-specific code from demultiplex codeGravatar Pavel Shilovsky 1-2/+5
2012-03-23CIFS: Separate protocol-specific code from transport routinesGravatar Pavel Shilovsky 1-3/+2
2012-03-21CIFS: Introduce credit-based flow controlGravatar Pavel Shilovsky 1-0/+19
2011-10-12cifs: Add mount options for backup intent (try #6)Gravatar Shirish Pargaonkar 1-0/+15
2011-10-12cifs: clean up checkSMBGravatar Jeff Layton 1-26/+25
2011-07-31cifs: simplify refcounting for oplock breaksGravatar Jeff Layton 1-9/+2
2011-05-27[CIFS] Rename three structures to avoid camel caseGravatar Steve French 1-16/+16
2011-05-19cifs: keep BCC in little-endian formatGravatar Jeff Layton 1-2/+2
2011-05-19consistently use smb_buf_length as be32 for cifs (try 3)Gravatar Steve French 1-5/+3
2011-04-12cifs: fix broken BCC check in is_valid_oplock_breakGravatar Jeff Layton 1-1/+1
2011-04-12Allow user names longer than 32 bytesGravatar Steve French 1-0/+1
2011-01-31cifs: fix length checks in checkSMBGravatar Jeff Layton 1-16/+17
2011-01-31cifs: force a reconnect if there are too many MIDs in flightGravatar Jeff Layton 1-13/+24
2011-01-31cifs: simplify SMB header check routineGravatar Jeff Layton 1-22/+24
2011-01-20cifs: fix unaligned accesses in cifsConvertToUCSGravatar Jeff Layton 1-71/+0
2011-01-19CIFS: Fix oplock break handling (try #2)Gravatar Pavel Shilovsky 1-1/+1