summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2008-05-11[CIFS] don't allow demultiplex thread to exit until kthread_stop is calledSteve French1-14/+14
2008-05-11[CIFS] when not using unix extensions, check for and set ATTR_READONLY on cre...Jeff Layton4-17/+31
2008-05-11[CIFS] add local struct inode pointer to cifs_setattrJeff Layton2-11/+11
2008-05-11[CIFS] cifs_find_tcp_session cleanupCyrill Gorcunov1-25/+26
2008-05-09[CIFS] fix build warningSteve French1-1/+1
2008-05-08[CIFS] Fixed build warning in is_ipIgor Mammedov3-32/+5
2008-05-06[CIFS] cleanup cifsd completionSteve French1-6/+0
2008-05-06[CIFS] Remove over-indented code in find_unc().Steve French1-33/+31
2008-05-06Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French1-2/+2
2008-05-02[CIFS] fix typoSteve French1-1/+1
2008-04-29[CIFS] Remove duplicate call to mode_to_aclSteve French1-4/+0
2008-04-29proc: remove proc_root_fsAlexey Dobriyan1-2/+2
2008-04-29[CIFS] convert usage of implicit booleans to boolSteve French17-214/+200
2008-04-28[CIFS] fixed compatibility issue with samba refferal requestIgor Mammedov1-11/+14
2008-04-28[CIFS] Fix statfs formattingSteve French2-33/+36
2008-04-28Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French3-22/+25
2008-04-26[CIFS] Adds to dns_resolver checking if the server name is an IP addr and ski...Steve French1-10/+52
2008-04-25[CIFS] Fix spelling mistakeSteve French1-1/+1
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro1-5/+2
2008-04-25cifs: timeout dfs automounts +little fix.Igor Mammedov3-17/+23
2008-04-25[CIFS] Update cifs version numberSteve French1-1/+1
2008-04-24[CIFS] Fix typo in previous commitSteve French1-2/+2
2008-04-24[CIFS] Fix define for new proxy cap to match documentationSteve French1-2/+5
2008-04-18[CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slashSteve French1-4/+11
2008-04-18[CIFS] Reserve new proxy cap for WAFSSteve French1-1/+7
2008-04-17[CIFS] Add various missing flags and defintionsSteve French2-14/+105
2008-04-16[CIFS] make cifs_dfs_automount_list_staticSteve French2-3/+1
2008-04-15[CIFS] Fix oops when slow oplock process races with unmountSteve French3-0/+20
2008-04-09[CIFS] Fix acl length when very short ACL being modified by chmodSteve French2-6/+9
2008-04-09[CIFS] Fix looping on reconnect to Samba when unexpected tree connect fail on...Steve French1-14/+18
2008-04-04[CIFS] minor update to change logSteve French1-1/+2
2008-03-30cifs: fix misannotationsAl Viro1-2/+2
2008-03-27[PATCH] do shrink_submounts() for all fs typesAl Viro1-1/+0
2008-03-22[CIFS] Fix mem leak on dfs referralSteve French1-2/+8
2008-03-14[CIFS] file create with acl support enabled is slowSteve French6-22/+30
2008-03-14[CIFS] Fix mtime on cp -p when file data cached but written out too lateSteve French1-4/+5
2008-03-11[CIFS] Fix build problemSteve French1-0/+4
2008-03-10[CIFS] cifs: replace remaining __FUNCTION__ occurrencesHarvey Harrison3-15/+15
2008-03-09[CIFS] DFS patch that connects inode with dfs handling opsIgor Mammedov1-62/+71
2008-02-26[CIFS] remove unused variableSteve French1-3/+2
2008-02-25[CIFS] consolidate duplicate code in posix/unix inode handlingChristoph Hellwig1-176/+103
2008-02-18[CIFS] fix build break when proc disabledSteve French1-2/+2
2008-02-15Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French4-19/+37
2008-02-15[CIFS] factoring out common code in get_inode_info functionsChristoph Hellwig1-63/+43
2008-02-15[CIFS] fix prepath conversion when server supports posix pathsSteve French1-1/+7
2008-02-15[CIFS] Only convert / when server does not support posix pathsIgor Mammedov1-2/+11
2008-02-15[CIFS] Fix mixed case name in structure dfs_info3_paramIgor Mammedov2-2/+2
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-11/+12
2008-02-14[CIFS] fixup prefixpaths which contain multiple path componentsSteve French2-2/+25