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