summaryrefslogtreecommitdiff
path: root/fs/cifs/misc.c
Commit message (Expand)AuthorAge
* 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
* cifs: fix unaligned accesses in cifsConvertToUCSJeff Layton2011-01-20
* CIFS: Fix oplock break handling (try #2)Pavel Shilovsky2011-01-19
* cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky2010-11-05
* CIFS: Add cifs_set_oplock_levelPavel Shilovsky2010-11-02
* cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]Suresh Jayaraman2010-10-25
* [CIFS] move close processing from cifs_close to cifsFileInfo_putSteve French2010-10-21
* cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman2010-10-21
* cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton2010-10-18
* cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton2010-10-12