aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-26CIFS: zero sensitive data when freeingAurelien Aptel1-10/+4
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French1-9/+2
2017-06-20CIFS: check if pages is null rather than bv for a failed allocationColin Ian King1-1/+1
2017-05-03CIFS: fix oplock break deadlocksRabin Vincent1-1/+1
2017-05-02CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky1-0/+120
2017-04-28cifs: don't check for failure from mempool_alloc()NeilBrown1-9/+5
2017-03-01CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel1-0/+105
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French1-7/+8
2016-01-14Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.Steve French1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko1-30/+2
2014-08-11cifs: remove unused function cifs_oplock_break_waitVincent Stehlé1-7/+0
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+11
2014-08-02[CIFS] Fix incorrect hex vs. decimal in some debug print statementsSteve French1-2/+2
2014-07-31cifs: replace code with free_rsp_buf()Sachin Prabhu1-0/+9
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-1/+1
2014-04-16cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu1-2/+72
2013-11-02cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner1-4/+6
2013-10-28cifs: Remove redundant multiplex identifier check from check_smb_hdr()Tim Gardner1-10/+2
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky1-8/+4
2013-09-08cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar1-0/+1
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton1-2/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-41/+37
2013-02-13cifs: Convert struct cifs_sb_info to use kuids and kgidsEric W. Biederman1-1/+1
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky1-0/+30
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky1-1/+1
2012-07-24CIFS: Move clear/print_stats code to ops structPavel Shilovsky1-1/+1
2012-07-24CIFS: Respect SMB2 header/max header sizePavel Shilovsky1-6/+19
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-2/+2
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky1-88/+1
2012-05-23CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky1-19/+0
2012-05-16cifs: remove legacy MultiuserMount optionJeff Layton1-47/+0
2012-03-23cifs: add new cifsiod_wq workqueueJeff Layton1-1/+1
2012-03-23CIFS: Change mid_q_entry structure fieldsPavel Shilovsky1-1/+1
2012-03-23CIFS: Expand CurrentMid fieldPavel Shilovsky1-38/+46
2012-03-23CIFS: Separate protocol-specific code from demultiplex codePavel Shilovsky1-2/+5
2012-03-23CIFS: Separate protocol-specific code from transport routinesPavel Shilovsky1-3/+2
2012-03-21CIFS: Introduce credit-based flow controlPavel Shilovsky1-0/+19
2011-10-12cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar1-0/+15
2011-10-12cifs: clean up checkSMBJeff Layton1-26/+25
2011-07-31cifs: simplify refcounting for oplock breaksJeff Layton1-9/+2
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-16/+16
2011-05-19cifs: keep BCC in little-endian formatJeff Layton1-2/+2
2011-05-19consistently use smb_buf_length as be32 for cifs (try 3)Steve French1-5/+3
2011-04-12cifs: fix broken BCC check in is_valid_oplock_breakJeff Layton1-1/+1
2011-04-12Allow user names longer than 32 bytesSteve French1-0/+1
2011-01-31cifs: fix length checks in checkSMBJeff Layton1-16/+17
2011-01-31cifs: force a reconnect if there are too many MIDs in flightJeff Layton1-13/+24
2011-01-31cifs: simplify SMB header check routineJeff Layton1-22/+24
2011-01-20cifs: fix unaligned accesses in cifsConvertToUCSJeff Layton1-71/+0