summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Fix reversed memset argumentsDave Jones2008-05-221-2/+2
* Adds username in the upcall key for unattended mounts with keytabIgor Mammedov2008-05-221-0/+3
* [CIFS] Remove redundant NULL checkSteve French2008-05-221-12/+6
* [CIFS] Remove debug statementSteve French2008-05-211-1/+1
* Fix possible access to undefined memory region.Igor Mammedov2008-05-211-4/+5
* [CIFS] Enable DFS support for Windows query path infoSteve French2008-05-201-146/+178
* [CIFS] Enable DFS support for Unix query path infoSteve French2008-05-204-50/+85
* [CIFS] add missing seq_printf to cifs_show_options for hard mount optionSteve French2008-05-191-0/+3
* [CIFS] add more complete mount options to cifs_show_optionsSteve French2008-05-171-1/+30
* [CIFS] Add missing defines for DFSSteve French2008-05-162-8/+18
* CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 t...Igor Mammedov2008-05-162-82/+139
* Fixed DFS code to work with new 'build_path_from_dentry', that returns full p...Igor Mammedov2008-05-161-48/+1
* [CIFS] enable parsing for transport encryption mount parmSteve French2008-05-153-8/+23
* [CIFS] Finishup DFS codeSteve French2008-05-154-97/+80
* [CIFS] BKL-removal: convert CIFS over to unlocked_ioctlSteve French2008-05-153-9/+8
* [CIFS] suppress duplicate warningSteve French2008-05-151-1/+1
* [CIFS] Fix paths when share is in DFS to include proper prefixSteve French2008-05-155-127/+37
* add function to convert access flags to legacy open modeJeff Layton2008-05-142-9/+16
* clarify return value of cifs_convert_flags()Jeff Layton2008-05-141-1/+5
* [CIFS] don't explicitly do a FindClose on rewind when directory search has endedSteve French2008-05-131-2/+5
* [CIFS] cleanup old checkpatch warningsSteve French2008-05-135-29/+45
* [CIFS] CIFSSMBPosixLock should return -EINVAL on errorMarcin Slusarz2008-05-131-1/+1
* fix memory leak in CIFSFindNextJeff Layton2008-05-132-1/+3
* [CIFS] CIFS currently allows for permissions to be changed on files, evenJeff Layton2008-05-122-0/+8
* [CIFS] don't allow demultiplex thread to exit until kthread_stop is calledSteve French2008-05-111-14/+14
* [CIFS] when not using unix extensions, check for and set ATTR_READONLY on cre...Jeff Layton2008-05-114-17/+31
* [CIFS] add local struct inode pointer to cifs_setattrJeff Layton2008-05-112-11/+11
* [CIFS] cifs_find_tcp_session cleanupCyrill Gorcunov2008-05-111-25/+26
* [CIFS] fix build warningSteve French2008-05-091-1/+1
* [CIFS] Fixed build warning in is_ipIgor Mammedov2008-05-083-32/+5
* [CIFS] cleanup cifsd completionSteve French2008-05-061-6/+0
* [CIFS] Remove over-indented code in find_unc().Steve French2008-05-061-33/+31
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-05-061-2/+2
|\
| * proc: remove proc_root_fsAlexey Dobriyan2008-04-291-2/+2
* | [CIFS] fix typoSteve French2008-05-021-1/+1
* | [CIFS] Remove duplicate call to mode_to_aclSteve French2008-04-291-4/+0
* | [CIFS] convert usage of implicit booleans to boolSteve French2008-04-2917-214/+200
* | [CIFS] fixed compatibility issue with samba refferal requestIgor Mammedov2008-04-281-11/+14
* | [CIFS] Fix statfs formattingSteve French2008-04-282-33/+36
* | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-04-283-22/+25
|\|
| * [PATCH] restore sane ->umount_begin() APIAl Viro2008-04-251-5/+2
| * cifs: timeout dfs automounts +little fix.Igor Mammedov2008-04-253-17/+23
* | [CIFS] Adds to dns_resolver checking if the server name is an IP addr and ski...Steve French2008-04-261-10/+52
* | [CIFS] Fix spelling mistakeSteve French2008-04-251-1/+1
* | [CIFS] Update cifs version numberSteve French2008-04-251-1/+1
|/
* [CIFS] Fix typo in previous commitSteve French2008-04-241-2/+2
* [CIFS] Fix define for new proxy cap to match documentationSteve French2008-04-241-2/+5
* [CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slashSteve French2008-04-181-4/+11
* [CIFS] Reserve new proxy cap for WAFSSteve French2008-04-181-1/+7
* [CIFS] Add various missing flags and defintionsSteve French2008-04-172-14/+105