aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-19CIFS: Fix oplock break handling (try #2)Pavel Shilovsky1-1/+1
2010-11-05cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky1-7/+9
2010-11-02CIFS: Add cifs_set_oplock_levelPavel Shilovsky1-3/+20
2010-10-25cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]Suresh Jayaraman1-1/+1
2010-10-21[CIFS] move close processing from cifs_close to cifsFileInfo_putSteve French1-10/+0
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman1-7/+7
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton1-4/+4
2010-10-12cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton1-1/+1
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton1-1/+1
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton1-1/+1
2010-07-22cifs: use workqueue instead of slow-workTejun Heo1-8/+12
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-41/+40
2010-02-25[CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex andSteve French1-1/+1
2009-11-16cifs: clear server inode number flag while autodisablingSuresh Jayaraman1-1/+1
2009-11-06cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton1-0/+14
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton1-9/+20