aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig2-3/+6
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina5-6/+6
2009-12-04tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa4-5/+5
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-5/+12
2009-11-25[CIFS] Fix sparse warningSteve French2-1/+10
2009-11-24[CIFS] Duplicate data on appending to some Samba serversSteve French1-2/+0
2009-11-24[CIFS] fix oops in cifs_lookup during net bootSteve French1-2/+2
2009-11-20SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()David Howells1-1/+1
2009-11-16cifs: clear server inode number flag while autodisablingSuresh Jayaraman1-1/+1
2009-11-06cifs: don't use CIFSGetSrvInodeNumber in is_path_accessibleJeff Layton1-8/+0
2009-11-06cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton4-8/+21
2009-10-06[CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_session()Steve French1-1/+2
2009-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds11-258/+159
2009-09-25cifs: fix locking and list handling code in cifs_open and its helperJeff Layton1-19/+3
2009-09-25[CIFS] Remove build warningSteve French1-2/+2
2009-09-25cifs: fix problems with last two commitsJeff Layton1-1/+1
2009-09-25[CIFS] Fix build break when keys support turned offSteve French1-1/+1
2009-09-24cifs: eliminate cifs_init_privateJeff Layton3-50/+20
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton10-175/+119
2009-09-24truncate: use new helpersnpiggin@suse.de1-43/+10
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-2/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan2-2/+2
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan1-2/+2
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-15cifs: have cifsFileInfo hold an extra inode referenceJeff Layton3-3/+5
2009-09-15cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_breakJeff Layton1-3/+3
2009-09-15cifs: remove cifsInodeInfo.oplockPending flagJeff Layton2-2/+0
2009-09-15cifs: fix oplock request handling in posix codepathJeff Layton3-11/+14
2009-09-15[CIFS] Re-enable Lanman securityChuck Ebbert1-2/+2
2009-09-03cifs: consolidate reconnect logic in smb_init routinesJeff Layton1-189/+123
2009-09-01cifs: Replace wrtPending with a real reference countDave Kleikamp5-39/+31
2009-09-01cifs: protect GlobalOplock_Q with its own spinlockJeff Layton3-16/+20
2009-09-01cifs: use tcon pointer in cifs_show_optionsJeff Layton1-6/+3
2009-09-01cifs: send IPv6 addr in upcall with colon delimitersJeff Layton1-1/+1
2009-09-01[CIFS] Fix checkpatch warningsSteve French3-8/+11
2009-09-01PATCH] cifs: fix broken mounts when a SSH tunnel is used (try #4)Suresh Jayaraman1-12/+33
2009-09-01[CIFS] Memory leak in ntlmv2 hash calculationAlexander Strakh1-0/+1
2009-08-31[CIFS] potential NULL dereference in parse_DFS_referrals()Steve French1-0/+4
2009-08-04[CIFS] Update readme to reflect forceuid mount parmsSteve French2-14/+14
2009-08-03cifs: Read buffer overflowRoel Kluin1-1/+1
2009-08-03cifs: show noforceuid/noforcegid mount options (try #2)Jeff Layton1-0/+4
2009-08-02cifs: reinstate original behavior when uid=/gid= options are specifiedJeff Layton1-12/+30
2009-07-30[CIFS] Updates fs/cifs/CHANGESSteve French1-0/+6
2009-07-28cifs: fix error handling in mount-time DFS referral chasing codeJeff Layton2-6/+19
2009-07-22[CIFS] fix sparse warningSteve French1-2/+2
2009-07-22cifs: fix sb->s_maxbytes so that it casts properly to a signed valueJeff Layton1-4/+4
2009-07-22cifs: disable serverino if server doesn't support itJeff Layton1-1/+4
2009-07-20cifs: free nativeFileSystem field before allocating a new oneJeff Layton1-0/+1