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