aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2008-06-05asn1: additional sanity checking during BER decodingGravatar Chris Wright 1-0/+14
2008-06-04cifs endianness fixesGravatar Al Viro 1-3/+3
2008-05-22[CIFS] Fix reversed memset argumentsGravatar Dave Jones 1-2/+2
2008-05-22Adds username in the upcall key for unattended mounts with keytabGravatar Igor Mammedov 1-0/+3
2008-05-22[CIFS] Remove redundant NULL checkGravatar Steve French 1-12/+6
2008-05-21[CIFS] Remove debug statementGravatar Steve French 1-1/+1
2008-05-21Fix possible access to undefined memory region.Gravatar Igor Mammedov 1-4/+5
2008-05-20[CIFS] Enable DFS support for Windows query path infoGravatar Steve French 1-146/+178
2008-05-20[CIFS] Enable DFS support for Unix query path infoGravatar Steve French 4-50/+85
2008-05-19[CIFS] add missing seq_printf to cifs_show_options for hard mount optionGravatar Steve French 1-0/+3
2008-05-17[CIFS] add more complete mount options to cifs_show_optionsGravatar Steve French 1-1/+30
2008-05-16[CIFS] Add missing defines for DFSGravatar Steve French 2-8/+18
2008-05-16CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 t...Gravatar Igor Mammedov 2-82/+139
2008-05-16Fixed DFS code to work with new 'build_path_from_dentry', that returns full p...Gravatar Igor Mammedov 1-48/+1
2008-05-15[CIFS] enable parsing for transport encryption mount parmGravatar Steve French 3-8/+23
2008-05-15[CIFS] Finishup DFS codeGravatar Steve French 4-97/+80
2008-05-15[CIFS] BKL-removal: convert CIFS over to unlocked_ioctlGravatar Steve French 3-9/+8
2008-05-15[CIFS] suppress duplicate warningGravatar Steve French 1-1/+1
2008-05-15[CIFS] Fix paths when share is in DFS to include proper prefixGravatar Steve French 5-127/+37
2008-05-14add function to convert access flags to legacy open modeGravatar Jeff Layton 2-9/+16
2008-05-14clarify return value of cifs_convert_flags()Gravatar Jeff Layton 1-1/+5
2008-05-13[CIFS] don't explicitly do a FindClose on rewind when directory search has endedGravatar Steve French 1-2/+5
2008-05-13[CIFS] cleanup old checkpatch warningsGravatar Steve French 5-29/+45
2008-05-13[CIFS] CIFSSMBPosixLock should return -EINVAL on errorGravatar Marcin Slusarz 1-1/+1
2008-05-13fix memory leak in CIFSFindNextGravatar Jeff Layton 2-1/+3
2008-05-12[CIFS] CIFS currently allows for permissions to be changed on files, evenGravatar Jeff Layton 2-0/+8
2008-05-11[CIFS] don't allow demultiplex thread to exit until kthread_stop is calledGravatar Steve French 1-14/+14
2008-05-11[CIFS] when not using unix extensions, check for and set ATTR_READONLY on cre...Gravatar Jeff Layton 4-17/+31
2008-05-11[CIFS] add local struct inode pointer to cifs_setattrGravatar Jeff Layton 2-11/+11
2008-05-11[CIFS] cifs_find_tcp_session cleanupGravatar Cyrill Gorcunov 1-25/+26
2008-05-09[CIFS] fix build warningGravatar Steve French 1-1/+1
2008-05-08[CIFS] Fixed build warning in is_ipGravatar Igor Mammedov 3-32/+5
2008-05-06[CIFS] cleanup cifsd completionGravatar Steve French 1-6/+0
2008-05-06[CIFS] Remove over-indented code in find_unc().Gravatar Steve French 1-33/+31
2008-05-06Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Steve French 1-2/+2
2008-05-02[CIFS] fix typoGravatar Steve French 1-1/+1
2008-04-29[CIFS] Remove duplicate call to mode_to_aclGravatar Steve French 1-4/+0
2008-04-29proc: remove proc_root_fsGravatar Alexey Dobriyan 1-2/+2
2008-04-29[CIFS] convert usage of implicit booleans to boolGravatar Steve French 17-214/+200
2008-04-28[CIFS] fixed compatibility issue with samba refferal requestGravatar Igor Mammedov 1-11/+14
2008-04-28[CIFS] Fix statfs formattingGravatar Steve French 2-33/+36
2008-04-28Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Steve French 3-22/+25
2008-04-26[CIFS] Adds to dns_resolver checking if the server name is an IP addr and ski...Gravatar Steve French 1-10/+52
2008-04-25[CIFS] Fix spelling mistakeGravatar Steve French 1-1/+1
2008-04-25[PATCH] restore sane ->umount_begin() APIGravatar Al Viro 1-5/+2
2008-04-25cifs: timeout dfs automounts +little fix.Gravatar Igor Mammedov 3-17/+23
2008-04-25[CIFS] Update cifs version numberGravatar Steve French 1-1/+1
2008-04-24[CIFS] Fix typo in previous commitGravatar Steve French 1-2/+2
2008-04-24[CIFS] Fix define for new proxy cap to match documentationGravatar Steve French 1-2/+5
2008-04-18[CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slashGravatar Steve French 1-4/+11