aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 2-5/+12
2009-11-25[CIFS] Fix sparse warningGravatar Steve French 2-1/+10
2009-11-24[CIFS] Duplicate data on appending to some Samba serversGravatar Steve French 1-2/+0
2009-11-24[CIFS] fix oops in cifs_lookup during net bootGravatar Steve French 1-2/+2
2009-11-20SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()Gravatar David Howells 1-1/+1
2009-11-16cifs: clear server inode number flag while autodisablingGravatar Suresh Jayaraman 1-1/+1
2009-11-06cifs: don't use CIFSGetSrvInodeNumber in is_path_accessibleGravatar Jeff Layton 1-8/+0
2009-11-06cifs: clean up handling when server doesn't consistently support inode numbersGravatar Jeff Layton 4-8/+21
2009-10-06[CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_session()Gravatar Steve French 1-1/+2
2009-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 11-258/+159
2009-09-25cifs: fix locking and list handling code in cifs_open and its helperGravatar Jeff Layton 1-19/+3
2009-09-25[CIFS] Remove build warningGravatar Steve French 1-2/+2
2009-09-25cifs: fix problems with last two commitsGravatar Jeff Layton 1-1/+1
2009-09-25[CIFS] Fix build break when keys support turned offGravatar Steve French 1-1/+1
2009-09-24cifs: eliminate cifs_init_privateGravatar Jeff Layton 3-50/+20
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Gravatar Jeff Layton 10-175/+119
2009-09-24truncate: use new helpersGravatar npiggin@suse.de 1-43/+10
2009-09-24fs: Make unload_nls() NULL pointer safeGravatar Thomas Gleixner 1-2/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-09-22const: mark remaining inode_operations as constGravatar Alexey Dobriyan 2-2/+2
2009-09-22const: make struct super_block::s_qcop constGravatar Alexey Dobriyan 1-2/+2
2009-09-21trivial: remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-09-15cifs: have cifsFileInfo hold an extra inode referenceGravatar Jeff Layton 3-3/+5
2009-09-15cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_breakGravatar Jeff Layton 1-3/+3
2009-09-15cifs: remove cifsInodeInfo.oplockPending flagGravatar Jeff Layton 2-2/+0
2009-09-15cifs: fix oplock request handling in posix codepathGravatar Jeff Layton 3-11/+14
2009-09-15[CIFS] Re-enable Lanman securityGravatar Chuck Ebbert 1-2/+2
2009-09-03cifs: consolidate reconnect logic in smb_init routinesGravatar Jeff Layton 1-189/+123
2009-09-01cifs: Replace wrtPending with a real reference countGravatar Dave Kleikamp 5-39/+31
2009-09-01cifs: protect GlobalOplock_Q with its own spinlockGravatar Jeff Layton 3-16/+20
2009-09-01cifs: use tcon pointer in cifs_show_optionsGravatar Jeff Layton 1-6/+3
2009-09-01cifs: send IPv6 addr in upcall with colon delimitersGravatar Jeff Layton 1-1/+1
2009-09-01[CIFS] Fix checkpatch warningsGravatar Steve French 3-8/+11
2009-09-01PATCH] cifs: fix broken mounts when a SSH tunnel is used (try #4)Gravatar Suresh Jayaraman 1-12/+33
2009-09-01[CIFS] Memory leak in ntlmv2 hash calculationGravatar Alexander Strakh 1-0/+1
2009-08-31[CIFS] potential NULL dereference in parse_DFS_referrals()Gravatar Steve French 1-0/+4
2009-08-04[CIFS] Update readme to reflect forceuid mount parmsGravatar Steve French 2-14/+14
2009-08-03cifs: Read buffer overflowGravatar Roel Kluin 1-1/+1
2009-08-03cifs: show noforceuid/noforcegid mount options (try #2)Gravatar Jeff Layton 1-0/+4
2009-08-02cifs: reinstate original behavior when uid=/gid= options are specifiedGravatar Jeff Layton 1-12/+30
2009-07-30[CIFS] Updates fs/cifs/CHANGESGravatar Steve French 1-0/+6
2009-07-28cifs: fix error handling in mount-time DFS referral chasing codeGravatar Jeff Layton 2-6/+19
2009-07-22[CIFS] fix sparse warningGravatar Steve French 1-2/+2
2009-07-22cifs: fix sb->s_maxbytes so that it casts properly to a signed valueGravatar Jeff Layton 1-4/+4
2009-07-22cifs: disable serverino if server doesn't support itGravatar Jeff Layton 1-1/+4
2009-07-20cifs: free nativeFileSystem field before allocating a new oneGravatar Jeff Layton 1-0/+1
2009-07-10[CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in statsGravatar Steve French 3-2/+13
2009-07-09cifs: when ATTR_READONLY is set, only clear write bits on non-directoriesGravatar Jeff Layton 1-4/+4
2009-07-09cifs: remove cifsInodeInfo->inUse counterGravatar Jeff Layton 2-2/+0
2009-07-09cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetGravatar Jeff Layton 5-529/+252