aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/misc.c
AgeCommit message (Expand)Author
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
2010-11-05cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky
2010-11-02CIFS: Add cifs_set_oplock_levelPavel Shilovsky
2010-10-25cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]Suresh Jayaraman
2010-10-21[CIFS] move close processing from cifs_close to cifsFileInfo_putSteve French
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton
2010-10-12cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton
2010-07-22cifs: use workqueue instead of slow-workTejun Heo
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches
2010-02-25[CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex andSteve French
2009-11-16cifs: clear server inode number flag while autodisablingSuresh Jayaraman
2009-11-06cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton
2009-09-15cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_breakJeff Layton
2009-09-15cifs: remove cifsInodeInfo.oplockPending flagJeff Layton
2009-04-30cifs: change cifs_get_name_from_search_buf to use new unicode helperJeff Layton
2009-04-30cifs: move #defines for mapchars into cifs_unicode.hJeff Layton
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds