summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-11-302-5/+12
|\
| * [CIFS] Fix sparse warningSteve French2009-11-252-1/+10
| * [CIFS] Duplicate data on appending to some Samba serversSteve French2009-11-241-2/+0
| * [CIFS] fix oops in cifs_lookup during net bootSteve French2009-11-241-2/+2
* | SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()David Howells2009-11-201-1/+1
|/
* cifs: clear server inode number flag while autodisablingSuresh Jayaraman2009-11-161-1/+1
* cifs: don't use CIFSGetSrvInodeNumber in is_path_accessibleJeff Layton2009-11-061-8/+0
* cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton2009-11-064-8/+21
* [CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_session()Steve French2009-10-061-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-09-2611-258/+159
|\
| * cifs: fix locking and list handling code in cifs_open and its helperJeff Layton2009-09-251-19/+3
| * [CIFS] Remove build warningSteve French2009-09-251-2/+2
| * cifs: fix problems with last two commitsJeff Layton2009-09-251-1/+1
| * [CIFS] Fix build break when keys support turned offSteve French2009-09-251-1/+1
| * cifs: eliminate cifs_init_privateJeff Layton2009-09-243-50/+20
| * cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton2009-09-2410-175/+119
| * cifs: have cifsFileInfo hold an extra inode referenceJeff Layton2009-09-153-3/+5
| * cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_breakJeff Layton2009-09-151-3/+3
| * cifs: remove cifsInodeInfo.oplockPending flagJeff Layton2009-09-152-2/+0
| * cifs: fix oplock request handling in posix codepathJeff Layton2009-09-153-11/+14
| * [CIFS] Re-enable Lanman securityChuck Ebbert2009-09-151-2/+2
* | truncate: use new helpersnpiggin@suse.de2009-09-241-43/+10
* | fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-241-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\ \
| * | trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
| |/
* | const: mark remaining inode_operations as constAlexey Dobriyan2009-09-222-2/+2
* | const: make struct super_block::s_qcop constAlexey Dobriyan2009-09-221-2/+2
|/
* cifs: consolidate reconnect logic in smb_init routinesJeff Layton2009-09-031-189/+123
* cifs: Replace wrtPending with a real reference countDave Kleikamp2009-09-015-39/+31
* cifs: protect GlobalOplock_Q with its own spinlockJeff Layton2009-09-013-16/+20
* cifs: use tcon pointer in cifs_show_optionsJeff Layton2009-09-011-6/+3
* cifs: send IPv6 addr in upcall with colon delimitersJeff Layton2009-09-011-1/+1
* [CIFS] Fix checkpatch warningsSteve French2009-09-013-8/+11
* PATCH] cifs: fix broken mounts when a SSH tunnel is used (try #4)Suresh Jayaraman2009-09-011-12/+33
* [CIFS] Memory leak in ntlmv2 hash calculationAlexander Strakh2009-09-011-0/+1
* [CIFS] potential NULL dereference in parse_DFS_referrals()Steve French2009-08-311-0/+4
* [CIFS] Update readme to reflect forceuid mount parmsSteve French2009-08-042-14/+14
* cifs: Read buffer overflowRoel Kluin2009-08-031-1/+1
* cifs: show noforceuid/noforcegid mount options (try #2)Jeff Layton2009-08-031-0/+4
* cifs: reinstate original behavior when uid=/gid= options are specifiedJeff Layton2009-08-021-12/+30
* [CIFS] Updates fs/cifs/CHANGESSteve French2009-07-301-0/+6
* cifs: fix error handling in mount-time DFS referral chasing codeJeff Layton2009-07-282-6/+19
* [CIFS] fix sparse warningSteve French2009-07-221-2/+2
* cifs: fix sb->s_maxbytes so that it casts properly to a signed valueJeff Layton2009-07-221-4/+4
* cifs: disable serverino if server doesn't support itJeff Layton2009-07-221-1/+4
* cifs: free nativeFileSystem field before allocating a new oneJeff Layton2009-07-201-0/+1
* [CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in statsSteve French2009-07-103-2/+13
* cifs: when ATTR_READONLY is set, only clear write bits on non-directoriesJeff Layton2009-07-091-4/+4
* cifs: remove cifsInodeInfo->inUse counterJeff Layton2009-07-092-2/+0
* cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton2009-07-095-529/+252