aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2008-03-30cifs: fix misannotationsGravatar Al Viro 1-2/+2
2008-03-27[PATCH] do shrink_submounts() for all fs typesGravatar Al Viro 1-1/+0
2008-03-22[CIFS] Fix mem leak on dfs referralGravatar Steve French 1-2/+8
2008-03-14[CIFS] file create with acl support enabled is slowGravatar Steve French 6-22/+30
2008-03-14[CIFS] Fix mtime on cp -p when file data cached but written out too lateGravatar Steve French 1-4/+5
2008-03-11[CIFS] Fix build problemGravatar Steve French 1-0/+4
2008-03-10[CIFS] cifs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 3-15/+15
2008-03-09[CIFS] DFS patch that connects inode with dfs handling opsGravatar Igor Mammedov 1-62/+71
2008-02-26[CIFS] remove unused variableGravatar Steve French 1-3/+2
2008-02-25[CIFS] consolidate duplicate code in posix/unix inode handlingGravatar Christoph Hellwig 1-176/+103
2008-02-18[CIFS] fix build break when proc disabledGravatar Steve French 1-2/+2
2008-02-15Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Steve French 4-19/+37
2008-02-15[CIFS] factoring out common code in get_inode_info functionsGravatar Christoph Hellwig 1-63/+43
2008-02-15[CIFS] fix prepath conversion when server supports posix pathsGravatar Steve French 1-1/+7
2008-02-15[CIFS] Only convert / when server does not support posix pathsGravatar Igor Mammedov 1-2/+11
2008-02-15[CIFS] Fix mixed case name in structure dfs_info3_paramGravatar Igor Mammedov 2-2/+2
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-11/+12
2008-02-14[CIFS] fixup prefixpaths which contain multiple path componentsGravatar Steve French 2-2/+25
2008-02-13[CIFS] fix typoGravatar Steve French 1-1/+1
2008-02-12[CIFS] patch to fix incorrect encoding of number of aces on set modeGravatar Shirish Pargaonkar 1-5/+1
2008-02-12[CIFS] Fix typo in quota operationsGravatar Roel Kluin 1-1/+1
2008-02-12[CIFS] clean up some hard to read ifdefsGravatar Steve French 13-84/+51
2008-02-07[CIFS] reduce checkpatch warningsGravatar Steve French 23-279/+167
2008-02-07iget: stop CIFS from using iget() and read_inode()Gravatar David Howells 3-7/+24
2008-02-06Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Steve French 1-1/+1
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userGravatar Christoph Lameter 1-1/+1
2008-02-05[CIFS] fix warning in cifs_spnego.cGravatar Andrew Morton 1-1/+1
2008-01-25[CIFS] DFS build fixesGravatar Steve French 6-31/+61
2008-01-25[CIFS] DFS support: provide shrinkable mountsGravatar Igor Mammedov 5-1/+387
2008-01-20[CIFS] Do not log path names in lookup errorsGravatar Steve French 1-6/+4
2008-01-11[CIFS] DFS support patchset: Added mountdataGravatar Igor Mammedov 3-2/+41
2008-01-10[CIFS] Forgot to add two new files from previous commitGravatar Steve French 2-0/+155
2008-01-09[CIFS] DNS name resolution helper upcall for cifsGravatar Steve French 2-1/+16
2008-01-08[CIFS] fix checkpatch warnings in fs/cifs/inode.cGravatar Steve French 3-25/+31
2008-01-03[CIFS] hold ses sem on tcp session reconnect during mountGravatar Steve French 1-3/+3
2007-12-31[CIFS] Allow setting mode via cifs aclGravatar Steve French 6-13/+315
2007-12-31[CIFS] fix unicode string alignment in SPNEGO setupGravatar Jeff Layton 1-1/+1
2007-12-31[CIFS] cifs_partialpagewrite() cleanupGravatar Steve French 1-5/+3
2007-12-31[CIFS] use krb5 session key from first SMB session after a NegProtGravatar Jeff Layton 1-3/+5
2007-12-31[CIFS] redo existing session setup if needed in cifs_mountGravatar Jeff Layton 2-2/+11
2007-12-31[CIFS] Only dump SPNEGO key if CONFIG_CIFS_DEBUG2 is setGravatar Jeff Layton 1-2/+4
2007-12-30[CIFS] fix SetEA failure to some Samba versionsGravatar Steve French 2-2/+2
2007-12-05regression: cifs endianness bugGravatar Al Viro 1-16/+17
2007-11-25[CIFS] Fix check after use error in ACL codeGravatar Steve French 1-6/+7
2007-11-20[CIFS] Fix potential data corruption when writing out cached dirty pagesGravatar Jeff Layton 5-30/+58
2007-11-20[CIFS] Fix spurious reconnect on 2nd peek from read of SMB lengthGravatar Petr Tesarik 1-3/+3
2007-11-17[CIFS] remove build warningGravatar Steve French 3-2/+2
2007-11-16[CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup requestGravatar Steve French 4-18/+77
2007-11-16[CIFS] minor checkpatch cleanupGravatar Steve French 3-9/+9